- Timestamp:
- May 8, 2025, 4:10:23 PM (15 months ago)
- Location:
- branches/eam_branches/ipp-20230313
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool/trailfit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229 (added) merged: 42770-42778,42803-42805 /trunk merged: 42763-42764,42766-42769,42779-42782,42784-42796,42798-42802,42806-42813
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/extsrc/gpcsw/gpcsrc/fits/burntool/trailfit.c
r42753 r42820 290 290 291 291 if(!strcmp(camera,"gpc2")) { 292 293 292 /*Conpute the mean and standard deviation of the trail along x*/ 294 293 for(i=xs; i<=xe; i++) { … … 384 383 } 385 384 /* Update fit ranges */ 386 if(box->nfit > 0) {385 if(box->nfit > 1) { 387 386 box->sxfit = box->xfit[0]; 388 387 box->exfit = box->xfit[box->nfit-1];
Note:
See TracChangeset
for help on using the changeset viewer.
