IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2009, 11:11:15 AM (17 years ago)
Author:
eugene
Message:

import updates from camera group (fits table outputs, fixes to persistent trails); modify import to avoid libpsf (fortran)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h

    r23490 r23924  
     1#ifndef _INCLUDED_burntool_
     2#define _INCLUDED_burntool_
     3
    14/* Burn correction routines:
    25   ------------------------- 
     
    6366
    6467#define MAXCELL 64              /* Max cells in an OTA */
    65 #define MAXSIZE 700             /* Maximum vertical cell size */
     68#define MAXSIZE 2048            /* Maximum vertical cell size */
    6669
    6770#define STAR_RADIUS  4          /* Radius over which a star ctr must be max */
     
    8790#define BURN_PWR  1             /* Power law */
    8891#define BURN_EXP  2             /* Exponential */
    89 #define PSF_STAR  3             /* Unfitted: good psf star */
     92#define BURN_BLASTED 3          /* Blasted top to bottom: flag only for IPP */
     93#define PSF_STAR  9             /* Unfitted: good psf star */
    9094
    9195/* Fit error codes */
     
    9397#define FIT_TOP_ERROR  2        /* Saturation extends to top: no points */
    9498#define FIT_SLOPE_ERROR  3      /* Unreasonable fit */
     99#define FIT_EXPIRED 9           /* Don't carry any more as persistent */
    95100
    96101/* Fit parameters */
     
    152157      int rms;                  /* RMS in the sky */
    153158      int time;                 /* PON time of this cell */
     159      double satfrac;           /* Fraction of SAT4SURE saturated pixels */
    154160      int nburn;                /* Number of trails left by sat stars */
    155161      OBJBOX *burn;             /* Stars which we think left a trail */
     
    212218int write_2ddata(int nx, int ny, int *ntot, IMTYPE *data, int fd);
    213219int write_3dend(int *ntot, int fd);
     220
     221#endif /* _INCLUDED_burntool_ */
Note: See TracChangeset for help on using the changeset viewer.