IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 4:08:02 PM (20 years ago)
Author:
eugene
Message:

moving config.h to psastro.h

File:
1 edited

Legend:

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

    r8860 r9373  
     1# ifdef HAVE_CONFIG_H
     2# include <config.h>
     3# endif
     4
    15# include <stdio.h>
    26# include <string.h>
     
    2529bool              psastroAstromGuess (pmConfig *config);
    2630
    27 // bool              pmAstromReadWCS (psProjection **toSkyOut, psPlaneDistort **toTPAout, psPlaneTransform **toFPAout, psMetadata *header, double plateScale);
    2831bool              pmAstromReadWCS (pmFPA *fpa, pmChip *chip, psMetadata *header, double plateScale, bool isMosaic);
    2932bool              pmAstromWriteWCS (psPlaneTransform *toFPA, psProjection *toSky, psMetadata *header, double plateScale);
     
    3235psArray          *psastroLoadReferences (pmConfig *config);
    3336bool              psastroChipAstrom (pmConfig *config, psArray *refs);
    34 bool              psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe);
     37bool              psastroOneChip (pmFPA *fpa, pmChip *chip, psArray *refset, psArray *rawset, psMetadata *recipe, psMetadata *updates);
    3538
    3639// bool              psVectorSmooth (psVector *vector, double sigma, double Nsigma);
Note: See TracChangeset for help on using the changeset viewer.