IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9373


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

moving config.h to psastro.h

Location:
trunk/psastro/src
Files:
4 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);
  • trunk/psastro/src/psastroArguments.c

    r8780 r9373  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    51# include "psastro.h"
    62# include <glob.h>
     
    5955
    6056    // output positions is fixed
    61     psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[2]);
     57    psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[1]);
    6258
    6359    psTrace(__func__, 1, "Done with psastroArguments...\n");
  • trunk/psastro/src/psastroUtils.c

    r8780 r9373  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    51# include "psastro.h"
    62# define RENORM 0
  • trunk/psastro/src/psastroWCS.c

    r8780 r9373  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    51# include "psastro.h"
    62
Note: See TracChangeset for help on using the changeset viewer.