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/man/burntool.1

    r23490 r23924  
    5353        power laws; downward burns as exponentials.
    5454       
     55        Burntool also identifies really blasted areas which are saturated from
     56        top to bottom.  These cannot be fitted, but are carried along for
     57        EXPIRE_TRAIL_TIME seconds (default 2000) in the persistence list.  The
     58        idea is to give IPP a clue that something bad happened, and of course
     59        the persistence info tells when it happened.  This expiration time
     60        for carrying the region can be set with "expire=N".
     61
    5562        Burntool finishes by rewriting the modified MEF and all of the fits in
    5663        an output file ("out=file_name").  If desired, burntool can be run
     
    112119           npsf=3          Number of contributing PSF stars
    113120           fwhm=5.38       PSF FWHM [pix] (0.0 if fit fails)
    114            m2=11.08        Second moment of distribution [pix^2]
    115            qp=5.154        Plus quadrupole qxx-qyy [pix^2]       
    116            qc=0.560        Cross quadrupole 2*qxy [pix^2]       
    117            qt=-5.201       Tangential quadrupole [pix^2]         
     121           fmed=5.76       FWHM averaged over psfavg (0.0 if fit fails)
     122           m2=11.08        Second moment of distribution [pix^2] (-99.99 if fails)
     123           qp=5.154        Plus quadrupole qxx-qyy [pix^2] (-99.99 if fails)
     124           qc=0.560        Cross quadrupole 2*qxy [pix^2] (-99.99 if fails)
     125           qt=-5.201       Tangential quadrupole [pix^2] (-99.99 if fails)
    118126                                q+ * cos(2*phi) + qx * sin(2*phi)
     127           qpm=5.154       Plus quadrupole averaged over psfavg
     128           qcm=0.560       Cross quadrupole averaged over psfavg
     129           qtm=-5.201      Tangential averaged over psfavg
    119130
    120131        Helpful utilities include:
     
    148159                Input file for previous burn persistence streaks
    149160
     161        infits=fname       
     162                Input FITS file for previous burn persistence streaks
     163                (burn streaks stored in table extensions). If both
     164                this and the 'in' input file option are specified, then
     165                'in' takes precedence.
     166
    150167        out=fname     
    151168                Output file for burn streaks
     169
     170        deltables=fname
     171                Copy mef_file to new FITS file 'fname' with burn streak
     172                tables removed. NOTE: if specified, all other options
     173                will be ignored!
    152174
    153175        psf=fname     
     
    199221        bmask=X       
    200222                Box size growth of burn/star (BMASK_GROW)
     223
     224        expire=N
     225                Retire a blasted burn after N seconds
    201226
    202227        quiet={t|f}   
Note: See TracChangeset for help on using the changeset viewer.