IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

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

    r15195 r15562  
    2727bool              psastroDataSave (pmConfig *config);
    2828bool              psastroDefineFiles (pmConfig *config, pmFPAfile *input);
     29bool              psastroDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType);
    2930bool              psastroAnalysis (pmConfig *config);
    3031
     
    7475bool              psastroDumpStars (psArray *stars, char *filename);
    7576bool              psastroDumpMatchedStars (char *filename, psArray *rawstars, psArray *refstars, psArray *match);
     77bool              psastroDumpGradients (psArray *gradients, char *filename);
    7678
    7779bool              psastroMosaicSetAstrom_tmp (pmFPA *fpa);
    7880int               psastroSortByMag (const void *a, const void *b);
    7981
     82bool              psastroEnforceChips (pmConfig *config, pmFPA *fpa, psMetadata *recipe);
     83
     84psArray *psastroReadGetstarCatalog (psFits *fits);
     85psArray *psastroReadGetstar_PS1_DEV_0 (psFits *fits);
     86
    8087# endif /* PSASTRO_H */
Note: See TracChangeset for help on using the changeset viewer.