Uploaded image for project: 'DRP 2-D Pipeline'
  1. DRP 2-D Pipeline
  2. PIPE2D-196

Attend the TODO statements in FiberTraces.cc

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Done (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Story Points:
      1

      Description

      In FiberTraces::extractFromProfile there is a TODO statement:
      TODO: change to sqrt(T_A2_VarianceArray)

      regarding the lines
      {{ ndarray::Array<ImageT, 2, 2> D_A2_ErrArray
      = ndarray::allocate(_trace->getImage()->getArray().getShape());
      for (int i_row = 0; i_row < _trace->getHeight(); ++i_row){
      for (int i_col = 0; i_col < _trace->getWidth(); ++i_col)

      { D_A2_ErrArray[i_row][i_col] = ImageT(sqrt(_trace->getVariance()->getArray()[i_row][i_col])); }

      }
      }}
      Please attend this TODO statement as well as possible other ones (at least file a ticket for all other TODO statements in the code)

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                aritter aritter
                Reporter:
                aritter aritter
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: