IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2009, 3:26:40 PM (17 years ago)
Author:
eugene
Message:

updates to generate ghost extractions (cleanup star extractions)

File:
1 edited

Legend:

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

    r23494 r23591  
    127127bool              psastroMetadataStats (pmConfig *config);
    128128
    129 bool psastroZeroPoint (pmConfig *config);
    130 bool psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime);
    131 bool psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe);
     129bool              psastroZeroPoint (pmConfig *config);
     130bool              psastroZeroPointReadout(pmReadout *readout, float zeropt, float exptime);
     131bool              psastroZeroPointFromRecipe (float *zeropt, float *exptime, pmFPA *fpa, psMetadata *recipe);
    132132
    133133// psastroExtract functions
    134 bool psastroExtractAnalysis (pmConfig *config);
    135 psImage *psastroExtractStar (psImage *input, float x, float y, float dX, float dY);
    136 bool psastroExtractParseCamera (pmConfig *config);
    137 bool psastroExtractDataLoad (pmConfig *config);
    138 pmConfig *psastroExtractArguments (int argc, char **argv);
     134bool              psastroExtractAnalysis (pmConfig *config);
     135bool              psastroExtractStars (pmConfig *config);
     136bool              psastroExtractGhosts (pmConfig *config);
     137pmChip           *psastroExtractFindChip (float *xChip, float *yChip, pmFPA *fpa, float xFPA, float yFPA);
     138bool              psastroExtractChipBounds (pmFPA *fpa);
     139
     140psImage          *psastroExtractStar (psImage *input, float x, float y, float dX, float dY);
     141bool              psastroExtractParseCamera (pmConfig *config);
     142bool              psastroExtractDataLoad (pmConfig *config);
     143pmConfig         *psastroExtractArguments (int argc, char **argv);
    139144
    140145///@}
Note: See TracChangeset for help on using the changeset viewer.