Changeset 27639 for trunk/psastro/src/psastroOneChipFit.c
- Timestamp:
- Apr 8, 2010, 10:30:00 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChipFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChipFit.c
r26259 r27639 18 18 psAbort ("Failed to find %s in recipe", NAME); } 19 19 20 bool psastroOneChipFit (pmFPA *fpa, pmChip *chip, p sArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) {20 bool psastroOneChipFit (pmFPA *fpa, pmChip *chip, pmReadout *readout, psArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) { 21 21 22 22 bool status; … … 212 212 } 213 213 214 // save the match table for zero points and other tests 215 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.MATCH", PS_DATA_ARRAY | PS_META_REPLACE, "astrometry matches", match); 216 214 217 psFree (match); 215 218 psFree (results);
Note:
See TracChangeset
for help on using the changeset viewer.
