IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24653 for trunk/psastro


Ignore:
Timestamp:
Jul 2, 2009, 3:42:40 PM (17 years ago)
Author:
eugene
Message:

various API changes to support the glint masking

File:
1 edited

Legend:

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

    r23810 r24653  
    7373bool              psastroMaskUpdates (pmConfig *config);
    7474
     75bool              psastroLoadGlints (pmConfig *config);
     76bool              psastroChooseGlintStars (pmConfig *config, psArray *refs, const char *source);
     77
    7578psArray          *psastroLoadRefstars (pmConfig *config, const char *source);
    7679bool              psastroChipAstrom (pmConfig *config);
     
    144147bool              psastroZeroPoint (pmConfig *config);
    145148bool              psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime);
    146 bool              psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe);
     149bool              psastroZeroPointFromRecipe (float *zeropt, float *exptime, float *ghostMaxMag, pmFPA *fpa, psMetadata *recipe);
    147150
    148151// masking functions
     
    162165pmChip           *psastroFindChip (double *xChip, double *yChip, pmFPA *fpa, double xFPA, double yFPA);
    163166bool              psastroChipBounds (pmFPA *fpa);
     167bool              psastroFindChipInXrange (pmFPA *fpa, int nChip, double xFPA, double yFPA);
     168bool              psastroFindChipInYrange (pmFPA *fpa, int nChip, double xFPA, double yFPA);
     169bool              psastroFindChipYedges (double *yFPAs, double *yFPAe, pmFPA *fpa, int nChip);
     170bool              psastroFindChipXedges (double *yFPAs, double *yFPAe, pmFPA *fpa, int nChip);
     171bool              psastroFPAtoChip (double *xChip, double *yChip, pmFPA *fpa, int nChip, double xFPA, double yFPA);
     172
    164173
    165174// psastroExtract functions
Note: See TracChangeset for help on using the changeset viewer.