Changeset 26221
- Timestamp:
- Nov 20, 2009, 3:21:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psastro/src/psastroMosaicAstrom.c
r26196 r26221 36 36 37 37 pmFPA *fpa = input->fpa; 38 39 // before we do object matches, we need to (optionally) fix failed chips. We compare chips with40 // the supplied mosaic model. Adjust significant outliers to match model.41 # if (0)42 if (!psastroFixChips (config, recipe)) {43 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");44 return false;45 }46 if (!psastroFixChipsTest (config, recipe)) {47 psError(PSASTRO_ERR_UNKNOWN, false, "failed to align problematic chips");48 return false;49 }50 # endif51 38 52 39 char *outroot = psMetadataLookupStr (&status, config->arguments, "OUTPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
