IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2010, 10:30:00 AM (16 years ago)
Author:
eugene
Message:

save matches at chip analysis in case we do not perform mosaic analysis

File:
1 edited

Legend:

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

    r26259 r27639  
    1818   psAbort ("Failed to find %s in recipe", NAME); }
    1919
    20 bool psastroOneChipFit (pmFPA *fpa, pmChip *chip, psArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) {
     20bool psastroOneChipFit (pmFPA *fpa, pmChip *chip, pmReadout *readout, psArray *refstars, psArray *rawstars, psMetadata *recipe, psMetadata *updates) {
    2121
    2222    bool status;
     
    212212    }
    213213
     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
    214217    psFree (match);
    215218    psFree (results);
Note: See TracChangeset for help on using the changeset viewer.