Changeset 10785
- Timestamp:
- Dec 16, 2006, 11:47:30 PM (20 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroChipAstrom.c (modified) (2 diffs)
-
psastroChooseRefstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChipAstrom.c
r10716 r10785 1 1 # include "psastro.h" 2 # define NONLIN_TOL 0.001 /* tolerance in pixels */ 2 3 3 4 bool psastroChipAstrom (pmConfig *config, psArray *refs) { … … 55 56 return false; 56 57 } 57 pmAstromWriteWCS (updates, fpa, chip );58 pmAstromWriteWCS (updates, fpa, chip, NONLIN_TOL); 58 59 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.HEADER", PS_DATA_METADATA, "psastro header stats", updates); 59 60 psFree (updates); -
trunk/psastro/src/psastroChooseRefstars.c
r10716 r10785 80 80 psFree (refstars); 81 81 82 psastroRefstarSubset (readout); 82 // XXX this error means the readout fails, but should probably not kill the entire program 83 // in this case, no PSASTRO.REFSTARS is added to readout->analysis 84 if (!psastroRefstarSubset (readout)) { 85 psError(PSASTRO_ERR_DATA, false, "Can't determine an appropriate refstar subset\n"); 86 return false; 87 } 83 88 } 84 89 }
Note:
See TracChangeset
for help on using the changeset viewer.
