IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19512


Ignore:
Timestamp:
Sep 11, 2008, 3:08:21 PM (18 years ago)
Author:
eugene
Message:

minor api mods

File:
1 edited

Legend:

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

    r19314 r19512  
    3535psArray          *pmSourceToAstromObj (psArray *sources);
    3636bool              psastroAstromGuess (int *nStars, pmConfig *config);
     37bool              psastroAstromGuessCheck (pmConfig *config);
    3738
    3839psPlaneDistort   *psPlaneDistortIdentity ();
     
    5556
    5657// mosaic fitting functions
    57 bool              psastroMosaicDistortion (pmFPA *fpa, psMetadata *recipe);
     58bool              psastroMosaicDistortion (pmFPA *fpa, psMetadata *recipe, int pass);
    5859psPlaneTransform *psastroMosaicFitRotAndScale (pmFPA *fpa);
    5960bool              psastroMosaicApplyRotAndScale (pmFPA *fpa, psPlaneTransform *TPtoFP);
     
    9192bool              psastroFixChipsTest (pmConfig *config, psMetadata *recipe);
    9293bool              psastroUseModel (pmConfig *config, psMetadata *recipe);
    93 bool              psastroDumpCorners (char *filename, pmFPA *fpa);
     94bool              psastroDumpCorners (char *filenameU, char *filenameD, pmFPA *fpa);
    9495
    9596
Note: See TracChangeset for help on using the changeset viewer.