IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20640


Ignore:
Timestamp:
Nov 10, 2008, 2:05:49 PM (17 years ago)
Author:
eugene
Message:

add function to mask bright stars and related features

Location:
trunk/psastro/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.h

    r20272 r20640  
    3636bool              psastroAstromGuess (int *nStars, pmConfig *config);
    3737bool              psastroAstromGuessCheck (pmConfig *config);
     38bool              psastroMaskUpdates (pmConfig *config);
    3839
    3940psPlaneDistort   *psPlaneDistortIdentity ();
  • trunk/psastro/src/psastroAnalysis.c

    r20267 r20640  
    8383    psastroAstromGuessCheck (config);
    8484
     85    psastroMaskUpdates (config);
     86
    8587    // XXX how do we specify stack astrometry?
    8688    // psastroStackAstrom (config, refs);
  • trunk/psastro/src/psastroArguments.c

    r19557 r20640  
    5555    }
    5656
     57    // define the reference astrometry file
     58    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT.MASK", "-mask", "-masklist");
     59    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "REFMASK", "-refmask", "-refmasklist");
     60
    5761    if ((N = psArgumentGet(argc, argv, "-stats"))) {
    5862        psArgumentRemove(N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.