- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
magic/remove/src (modified) (1 prop)
-
magic/remove/src/streaksastrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/magic/remove/src
- Property svn:ignore
-
old new 1 isdestreaked 1 2 streaksremove 2 3 streaksreplace
-
- Property svn:ignore
-
branches/czw_branch/cleanup/magic/remove/src/streaksastrom.c
r24382 r24951 377 377 } 378 378 379 void 379 bool 380 380 linearizeTransforms(strkAstrom *astrom) 381 381 { 382 382 if (!pmAstromLinearizeTransforms((pmFPA *) astrom->fpa, (pmChip *) astrom->chip)) { 383 streaksExit("linear fit to astrometry failed\n", PS_EXIT_UNKNOWN_ERROR); 384 } 385 } 383 // streaksExit("linear fit to astrometry failed\n", PS_EXIT_UNKNOWN_ERROR); 384 psError(PS_ERR_UNKNOWN, false, "linear fit to astrometry failed ignoring"); 385 return false; 386 } 387 return true; 388 }
Note:
See TracChangeset
for help on using the changeset viewer.
