IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2009, 2:39:53 PM (16 years ago)
Author:
bills
Message:

Add version information to headers. In streaksremove write the astrometry
to the header in the same place regardless if we have to do a fit or not.
Print error message if fit to astrometry fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksremove.h

    r26438 r26477  
    3333    int         yParity;
    3434    double      exciseValue;
     35    psString    program;
    3536} sFile;
    3637
     38// used for error messages
     39extern char * streaksProgram;
    3740
    3841typedef enum {
     
    9699extern void setStreakFiles( streakFiles *);
    97100
     101extern bool streaksVersionHeaderFull(psMetadata *header);
     102extern psString streaksVersionLong(void);
     103
    98104#define CHIP_LEVEL_INPUT(_stage) ((_stage == IPP_STAGE_RAW) || (_stage == IPP_STAGE_CHIP))
    99105#define USE_SUPPLIED_ASTROM(_stage) CHIP_LEVEL_INPUT(_stage)
Note: See TracChangeset for help on using the changeset viewer.