IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 4:57:20 PM (19 years ago)
Author:
eugene
Message:

add psastroRemoveClumps

File:
1 edited

Legend:

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

    r15891 r16079  
    4141bool              psastroChipAstrom (pmConfig *config);
    4242bool              psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates);
     43bool              psastroOneChipGrid (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates);
     44bool              psastroOneChipFit (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates);
    4345bool              psastroChooseRefstars (pmConfig *config, psArray *refs);
    4446bool              psastroRefstarSubset (pmReadout *readout);
    4547pmLumFunc        *psastroLuminosityFunction (psArray *stars);
     48psArray          *psastroRemoveClumps (psArray *input, int scale);
    4649
    4750// utility functions:
     
    8184
    8285bool              psastroFixChips (pmConfig *config, psMetadata *recipe);
     86bool              psastroFixChipsTest (pmConfig *config, psMetadata *recipe);
    8387bool              psastroUseModel (pmConfig *config, psMetadata *recipe);
     88bool              psastroDumpCorners (char *filename, pmFPA *fpa);
     89
    8490
    8591psArray          *psastroReadGetstarCatalog (psFits *fits);
Note: See TracChangeset for help on using the changeset viewer.