Changeset 19514
- Timestamp:
- Sep 11, 2008, 3:09:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChipAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r18506 r19514 115 115 } 116 116 117 // psastroDumpCorners ("corners.chipAstrom.dat", input->fpa);118 119 # if (0)120 if (!psastroFixChipsTest (config, recipe)) {121 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");122 return false;123 }124 # endif125 126 117 if (!psastroFixChips (config, recipe)) { 127 118 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips"); 128 119 return false; 129 120 } 130 131 // psastroDumpCorners ("corners.fixChips.dat", input->fpa);132 121 133 122 psFree (view);
Note:
See TracChangeset
for help on using the changeset viewer.
