IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2012, 12:30:42 PM (14 years ago)
Author:
eugene
Message:

nFitPhotom was signed, changed to unsigned short; change the iterations to have at least 8 loops before any cleaning; add some verbosity; pull the old (pre-threaded) version of setMmos; setMmos_mosaic should take a pointer to the current mosaic; skip entries with skipCal set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/libautocode/def/image.d

    r33647 r33827  
    6969
    7070FIELD     dMagSys,          MAG_SYS_ERR,          float,          systematic photometry error
    71 FIELD     nFitAstrom,       N_FIT_ASTROM,         short,          number of stars used for astrometry cal
    72 FIELD     nFitPhotom,       N_FIT_PHOTOM,         short,          number of stars used for photometry cal
     71FIELD     nFitAstrom,       N_FIT_ASTROM,         unsigned short, number of stars used for astrometry cal
     72FIELD     nFitPhotom,       N_FIT_PHOTOM,         unsigned short, number of stars used for photometry cal
    7373
    7474FIELD     photom_map_id,    PHOTOM_MAP_ID,        unsigned int,   reference to 2D zero point map
Note: See TracChangeset for help on using the changeset viewer.