Changeset 12718 for trunk/psastro/src/psastroChipAstrom.c
- Timestamp:
- Apr 3, 2007, 10:43:21 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChipAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r12712 r12718 47 47 // the absolute minimum number of stars is 4 (for order = 1) 48 48 if ((rawstars->n < 4) || (refstars->n < 4)) { 49 readout->data_exists = false; 49 50 psLogMsg ("psastro", 3, "insufficient rawstars (%ld) or refstars (%ld)", 50 51 rawstars->n, refstars->n); … … 72 73 // XXX update the header with info to reflect the failure 73 74 if (!psastroOneChip (fpa, chip, refstars, rawstars, recipe, updates)) { 75 readout->data_exists = false; 74 76 psLogMsg ("psastro", 3, "failed to find a solution\n"); 75 77 psFree (updates);
Note:
See TracChangeset
for help on using the changeset viewer.
