Changeset 9367 for trunk/psastro/src/psastroOneChip.c
- Timestamp:
- Oct 6, 2006, 3:00:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroOneChip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroOneChip.c
r8780 r9367 5 5 # include "psastro.h" 6 6 7 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refstars, psArray *rawstars, psMetadata *recipe ) {7 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) { 8 8 9 9 // bool status; … … 31 31 32 32 // improved fit for astrometric terms 33 pmAstromMatchFit (chip->toFPA, rawstars, refstars, match, recipe );33 pmAstromMatchFit (chip->toFPA, rawstars, refstars, match, recipe, updates); 34 34 psastroUpdateChipToFPA (fpa, chip, rawstars, refstars); 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
