IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2013, 4:44:14 PM (13 years ago)
Author:
bills
Message:

Implement "Update" for camera stage.
This mode uses the existing smf file and updates the dynamic masks.
Will be used to create new masks from LAP which have correct
dynamic masking. Also builds (rebuilds) the background model files

File:
1 edited

Legend:

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

    r35419 r35715  
    2020}
    2121
    22 bool psastroChooseRefstars (pmConfig *config, psArray *refs, const char *source) {
     22bool psastroChooseRefstars (pmConfig *config, psArray *refs, const char *source, bool saveExistingMatchedRefs) {
    2323
    2424    bool status;
     
    5555        // analysis.  however, we are re-doing the astrometry here, so remove
    5656        // that prior set of matched references
    57         psMetadataRemoveKey (fpa->analysis, "MATCHED_REFS");
     57        if (!saveExistingMatchedRefs) {
     58            psMetadataRemoveKey (fpa->analysis, "MATCHED_REFS");
     59        }
    5860    }
    5961
Note: See TracChangeset for help on using the changeset viewer.