IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 8:44:12 AM (20 years ago)
Author:
eugene
Message:

select refstars by magnitude, fix various memory leaks, better error tests, fix luminosity function test

File:
1 edited

Legend:

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

    r9587 r9627  
    3131
    3232pmConfig         *psastroArguments (int argc, char **argv);
     33void              psastroCleanup (pmConfig *config, psArray *refs);
    3334bool              psastroParseCamera (pmConfig *config);
    3435bool              psastroDataLoad (pmConfig *config);
     
    4445psPlaneDistort   *psPlaneDistortIdentity ();
    4546
    46 psArray          *psastroLoadReferences (pmConfig *config);
     47psArray          *psastroLoadRefstars (pmConfig *config);
    4748bool              psastroChipAstrom (pmConfig *config, psArray *refs);
    4849bool              psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates);
     50bool              psastroChooseRefstars (pmConfig *config, psArray *refs);
     51bool              psastroRefstarSubset (pmReadout *readout);
     52pmLumFunc        *psastroLuminosityFunction (psArray *stars);
    4953
    5054// utility functions:
     
    5660psArray *psastroMosaicGetGrads (pmFPA *fpa, psMetadata *recipe);
    5761bool psastroMosaicAstrom (pmConfig *config, psArray *refs);
    58 bool psastroMosaicGetRefstars (pmConfig *config, psArray *refs);
    5962bool psastroMosaicChipAstrom (pmFPA *fpa, psMetadata *recipe);
    6063bool psastroMosaicSetMatch (pmFPA *fpa, psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.