IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 2:57:41 PM (16 years ago)
Author:
eugene
Message:

various fixes to psastro:

1) added bootstrap resampling to zero point error analysis
2) added iterative clump removal from refstars and rawstars
3) added unique reference match option
4) some improved visualizations
5) improved mosaic iterations

File:
1 edited

Legend:

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

    r24647 r26259  
    6969    }
    7070
     71    if (!psastroRemoveClumpsRawstars(config)) {
     72        psError (PSASTRO_ERR_UNKNOWN, false, "failed to remove RAWSTAR clumps\n");
     73        return false;
     74    }
     75
    7176    // load the reference stars overlapping the data stars
    7277    psArray *refs = psastroLoadRefstars(config, "PSASTRO.INPUT");
     
    127132    psastroMaskUpdates (config);
    128133
    129     // XXX how do we specify stack astrometry?
    130     // psastroStackAstrom (config, refs);
    131 
    132134    return true;
    133135}
Note: See TracChangeset for help on using the changeset viewer.