Changeset 16084 for trunk/ppImage/src/ppImageAstrom.c
- Timestamp:
- Jan 15, 2008, 2:45:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageAstrom.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageAstrom.c
r15142 r16084 19 19 PS_ASSERT (input, false); 20 20 21 ppImageMemoryDump("astrom"); 22 21 23 // convert the output sources created by psphot into astrometry objects 22 24 if (!psastroConvertFPA (input->fpa, recipe)) { 23 psError (PSASTRO_ERR_UNKNOWN, false, "error reading input data\n");24 return false;25 psError (PSASTRO_ERR_UNKNOWN, false, "error reading input data\n"); 26 return false; 25 27 } 26 28 27 29 if (!psastroAnalysis (config)) { 28 psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n");29 return false;30 psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n"); 31 return false; 30 32 } 31 33 … … 39 41 while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) { 40 42 psLogMsg ("ppImageLoop", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 43 44 ppImageMemoryDump("astrom"); 41 45 42 46 // Output and Close at Chip level … … 53 57 } 54 58 55 // deactivate the PSASTRO files, re-active all else 59 // deactivate the PSASTRO files, re-active all else 56 60 // XXX do we need a way to activate / deactivate other groups? 57 61 pmFPAfileActivate (config->files, true, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
