Changeset 15891 for trunk/psastro/src/psastroModel.c
- Timestamp:
- Dec 22, 2007, 7:42:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModel.c
r15880 r15891 31 31 // run the full astrometry analysis (chip and/or mosaic) 32 32 if (!psastroModelAnalysis (config)) { 33 psErrorStackPrint(stderr, "failure in psastro analysis\n");33 psErrorStackPrint(stderr, "failure in psastro model analysis\n"); 34 34 exit (1); 35 35 } 36 36 37 // run the full astrometry analysis (chip and/or mosaic) 38 if (!psastroModelAdjust (config)) { 39 psErrorStackPrint(stderr, "failure in psastro model adjust\n"); 40 exit (1); 41 } 42 43 // save the model 44 if (!psastroModelDataSave (config)) { 45 psErrorStackPrint(stderr, "error saving output data\n"); 46 exit (1); 47 } 48 37 49 psLogMsg ("psastro", 3, "complete psastro run: %f sec\n", psTimerMark ("complete")); 38 50
Note:
See TracChangeset
for help on using the changeset viewer.
