IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 3:00:08 PM (20 years ago)
Author:
eugene
Message:

fixed header interaction with pmSourceIO_CMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroOneChip.c

    r8780 r9367  
    55# include "psastro.h"
    66
    7 bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refstars, psArray *rawstars, psMetadata *recipe) {
     7bool psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) {
    88
    99    // bool status;
     
    3131
    3232    // improved fit for astrometric terms
    33     pmAstromMatchFit (chip->toFPA, rawstars, refstars, match, recipe);
     33    pmAstromMatchFit (chip->toFPA, rawstars, refstars, match, recipe, updates);
    3434    psastroUpdateChipToFPA (fpa, chip, rawstars, refstars);
    3535
Note: See TracChangeset for help on using the changeset viewer.