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/burnparams.h

    r23490 r23924  
    11/* A global buffer into which routines can accumulate detections */
     2#ifndef _INCLUDED_burnparams_
     3#define _INCLUDED_burnparams_
    24
    35/* '#define EXTERN' in just one file, burntool.c, to declare variables */
     
    2830EXTERN int MAX_READ_NOISE;      /* Maximum believable read noise (ADU) */
    2931EXTERN double MIN_EADU;         /* Minimum believable e/ADU */
     32EXTERN int SAT4SURE;            /* Ignore pixels above for noise estimate */
     33EXTERN double MIN_BLAST_PASS;   /* Allow blasted cells if they have BIG satfrac */
     34EXTERN double MAX_BLAST_PASS;   /* But not if it's all wiped out! */
    3035
    3136EXTERN int BURN_THRESH  ;       /* Threshold for onset of burning */
     
    4853
    4954EXTERN double NEGLIGIBLE_TRAIL; /* Don't sweat less than this * sigma */
     55EXTERN int EXPIRE_TRAIL_TIME;   /* Expire trails after this interval */
    5056
    51 
     57#endif /* _INCLUDED_burnparams_ */
Note: See TracChangeset for help on using the changeset viewer.