IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2009, 12:42:17 PM (17 years ago)
Author:
eugene
Message:

add alternative zero point analysis methods: per-exposure vs per-chip statistics and clipped mean vs blue edge statistic

File:
1 edited

Legend:

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

    r24653 r25906  
    146146
    147147bool              psastroZeroPoint (pmConfig *config);
    148 bool              psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime);
     148psVector         *psastroZeroPointReadoutAccum(psVector *dMag, pmReadout *readout, float exptime);
     149bool              psastroZeroPointAnalysis (psMetadata *header, psVector *dMag, float zeropt, float edgeFraction, bool useMean);
    149150bool              psastroZeroPointFromRecipe (float *zeropt, float *exptime, float *ghostMaxMag, pmFPA *fpa, psMetadata *recipe);
     151
     152psStats          *psastroStatsPercentile (psVector *myVector, float flimit);
    150153
    151154// masking functions
Note: See TracChangeset for help on using the changeset viewer.