[PIPE2D-196] Attend the TODO statements in FiberTraces.cc Created: 08/Jun/17  Updated: 07/Oct/17  Resolved: 07/Oct/17

Status: Done
Project: DRP 2-D Pipeline
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Story Priority: Major
Reporter: aritter Assignee: aritter
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Relates
relates to PIPE2D-89 The lines in FiberTraces.cc exceed th... Won't Fix
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)



 Comments   
Comment by rhl [ 07/Oct/17 ]

Done

Generated at Sat Feb 10 15:49:27 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.