Changeset 12718 for trunk/psastro/src/psastroMosaicChipAstrom.c
- Timestamp:
- Apr 3, 2007, 10:43:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicChipAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicChipAstrom.c
r10880 r12718 2 2 # define NONLIN_TOL 0.001 /* tolerance in pixels */ 3 3 4 bool psastroMosaicChipAstrom (pmFPA *fpa, psMetadata *recipe, bool nonlinear) {4 bool psastroMosaicChipAstrom (pmFPA *fpa, psMetadata *recipe, int iteration) { 5 5 6 6 pmChip *chip = NULL; … … 26 26 psMetadata *updates = psMetadataAlloc(); 27 27 28 psastroMosaicOneChip (chip, readout, recipe, updates, nonlinear); 28 if (!psastroMosaicOneChip (chip, readout, recipe, updates, iteration)) { 29 readout->data_exists = false; 30 psLogMsg ("psastro", 3, "failed to find a solution for %d,%d,%d\n", view->chip, view->cell, view->readout); 31 psFree (updates); 32 continue; 33 } 29 34 30 35 // create the header keywords to descripe the results
Note:
See TracChangeset
for help on using the changeset viewer.
