-
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
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)
}
}}
Please attend this TODO statement as well as possible other ones (at least file a ticket for all other TODO statements in the code)
- relates to
-
PIPE2D-89 The lines in FiberTraces.cc exceed the permitted length of 110 characters
-
- Won't Fix
-