IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2005, 8:51:56 AM (21 years ago)
Author:
eugene
Message:

adding internal vs external formats for average, measure, secfilt

Location:
trunk/Ohana/src/libautocode
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/Makefile

    r4832 r4865  
    2929$(SRC)/average-panstarrs.$(ARCH).o \
    3030$(SRC)/secfilt.$(ARCH).o \
     31$(SRC)/secfilt-elixir.$(ARCH).o \
     32$(SRC)/secfilt-panstarrs.$(ARCH).o \
    3133$(SRC)/measure.$(ARCH).o \
    3234$(SRC)/measure-loneos.$(ARCH).o \
     
    5153$(INC)/average-panstarrs.h \
    5254$(INC)/secfilt.h \
     55$(INC)/secfilt-elixir.h \
     56$(INC)/secfilt-panstarrs.h \
    5357$(INC)/measure.h \
    5458$(INC)/measure-loneos.h \
  • trunk/Ohana/src/libautocode/def/average-elixir.d

    r4832 r4865  
    1212FIELD Nn,             NMISS,      unsigned short,   number of missings
    1313FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    14 FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [1000*value]  ?
     14FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]  ?
    1515FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
    1616FIELD offset,         offset,     int,              offset to first measurement
    1717FIELD missing,        missing,    int,              offset to first missing obs
    18 FIELD dM,             MAG_ERR,    short,            error on primary mag,         [1000*log(value)] ?
     18FIELD dM,             MAG_ERR,    short,            error on primary mag,         millimag
    1919FIELD Xg,             Xg,         short,            best chisq value
  • trunk/Ohana/src/libautocode/def/average-panstarrs.d

    r4501 r4865  
    22EXTNAME DVO_AVERAGE_PANSTARRS
    33TYPE    BINTABLE
    4 SIZE    40
     4SIZE    44
    55
    66# elements of data structure / FITS table
     
    88FIELD R,              RA,         double,           RA,                           decimal degrees
    99FIELD D,              DEC,        double,           DEC,                          decimal degrees
    10 FIELD M,              MAG,        short,            primary mag,                  millimag
     10FIELD M,              MAG,        float,            primary mag,                  mag
     11FIELD dM,             MAG_ERR,    float,            error on primary mag,         mag
     12FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
     13FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]
     14FIELD Xg,             CHISQ_GAL,  short,            chisq for galaxy mag          [100*log(value)]
    1115FIELD Nm,             NMEAS,      unsigned short,   number of measures
    1216FIELD Nn,             NMISS,      unsigned short,   number of missings
    13 FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    14 FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [1000*value]  ?
    1517FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
    1618FIELD offset,         offset,     int,              offset to first measurement
    1719FIELD missing,        missing,    int,              offset to first missing obs
    18 FIELD dM,             MAG_ERR,    short,            error on primary mag,         [1000*log(value)] ?
    19 FIELD Xg,             Xg,         short,            best chisq value
  • trunk/Ohana/src/libautocode/def/average.d

    r4832 r4865  
    22EXTNAME DVO_AVERAGE
    33TYPE    BINTABLE
    4 SIZE    40
     4SIZE    44
    55
    66# elements of data structure / FITS table
     
    88FIELD R_PS,           RA,         double,           RA,                           decimal degrees
    99FIELD D_PS,           DEC,        double,           DEC,                          decimal degrees
    10 FIELD M,              MAG,        short,            primary mag,                  millimag
     10FIELD M_PS,           MAG,        float,            primary mag,                  mag
     11FIELD dM_PS,          MAG_ERR,    float,            error on primary mag,         mag
     12FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
     13FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]
     14FIELD Xg,             CHISQ_GAL,  short,            chisq for galaxy mags,        [100*log(value)]
    1115FIELD Nm,             NMEAS,      unsigned short,   number of measures
    1216FIELD Nn,             NMISS,      unsigned short,   number of missings
    13 FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    14 FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [1000*value]  ?
    1517FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
    1618FIELD offset,         offset,     int,              offset to first measurement
    1719FIELD missing,        missing,    int,              offset to first missing obs
    18 FIELD dM,             MAG_ERR,    short,            error on primary mag,         [1000*log(value)] ?
    19 FIELD Xg,             Xg,         short,            best chisq value
  • trunk/Ohana/src/libautocode/def/measure-panstarrs.d

    r4832 r4865  
    22EXTNAME DVO_MEASURE_PANSTARRS
    33TYPE    BINTABLE
    4 SIZE    32
     4SIZE    50
    55
    66# elements of data structure / FITS table
    77
    8 FIELD dR,             D_RA,       short,          RA offset,                      1/100 arcsec
    9 FIELD dD,             D_DEC,      short,          DEC offset,                     1/100 arcsec
    10 FIELD M,              MAG,        short,          catalog mag,                    millimag
    11 FIELD Mcal,           Mcal,       short,          image cal mag,                  millimag
    12 FIELD Mgal,           Mgal,       short,          galaxy mag,                     millimag
    13 FIELD airmass,        airmass,    short,          (airmass - 1),                  milliairmass
     8FIELD dR,             D_RA,       float,          RA offset,                      arcsec
     9FIELD dD,             D_DEC,      float,          DEC offset,                     arcsec
     10FIELD M,              MAG,        float,          catalog mag,                    mag
     11FIELD dM,             dM,         float,          mag error,                      mag
     12FIELD Mcal,           Mcal,       float,          image cal mag,                  mag
     13FIELD Mgal,           Mgal,       float,          galaxy mag,                     mag
     14FIELD airmass,        airmass,    float,          (airmass - 1),                  airmass
     15FIELD dt,             dt,         float,          exposure time,                  2.5*log(exptime)
    1416FIELD FWx,            FWx,        short,          object fwhm major axis,         1/100 of arcsec
    15 FIELD dM,             dM,         unsigned char,  mag error,                      millimag
    16 FIELD fwy,            fwy,        unsigned char,  object fwhm minor/major ratio
     17FIELD FWy,            FWy,        short,          object fwhm minor axis,         1/100 of arcsec
    1718FIELD theta,          theta,      unsigned char,  angle wrt ccd X dir,            (0xff/360) deg
    1819FIELD dophot,         dophot,     char,           dophot type
    1920FIELD source,         source,     unsigned short, photcode
     21FIELD flags,          flags,      unsigned short, flags for various uses 
    2022FIELD t,              t,          unsigned int,   time in seconds (UNIX)
    2123FIELD averef,         averef,     unsigned int,   reference to average entry     
    22 FIELD dt,             dt,         short,          exposure time,                  2500*log(exptime)
    23 FIELD flags,          flags,      unsigned short, flags for various uses 
  • trunk/Ohana/src/libautocode/def/measure.d

    r4863 r4865  
    1616FIELD airmass_PS,     airmass,    float,          (airmass - 1),                  airmass
    1717FIELD dt_PS,          dt,         float,          exposure time,                  2.5*log(exptime)
    18 FIELD t,              t,          unsigned int,   time in seconds (UNIX)
    1918FIELD FWx,            FWx,        short,          object fwhm major axis,         1/100 of arcsec
    20 FIELD FWy_PS,         FWy,        short,          object fwhm minor axis,         1/100 of arcsec
     19FIELD FWy,            FWy,        short,          object fwhm minor axis,         1/100 of arcsec
    2120FIELD theta,          theta,      unsigned char,  angle wrt ccd X dir,            (0xff/360) deg
    2221FIELD dophot,         dophot,     char,           dophot type
    2322FIELD source,         source,     unsigned short, photcode
    2423FIELD flags,          flags,      unsigned short, flags for various uses 
     24FIELD t,              t,          unsigned int,   time in seconds (UNIX)
    2525FIELD averef,         averef,     unsigned int,   reference to average entry     
  • trunk/Ohana/src/libautocode/def/secfilt.d

    r4023 r4865  
    22EXTNAME DVO_SECFILT
    33TYPE    BINTABLE
    4 SIZE    6
     4SIZE    10
    55
    66# elements of data structure / FITS table
    7 FIELD  M,  MAG,      short,                other mags,       millimags
    8 FIELD  Xm, MAG_CHI,  short,                chisq on mag
    9 FIELD  dM, MAG_ERR,  short,                scatter on mag
     7FIELD  M_PS,  MAG,      float,                other mags,       mags
     8FIELD  dM_PS, MAG_ERR,  float,                scatter on mag    mags
     9FIELD  Xm,    MAG_CHI,  short,                chisq on mag      [100*log(value)]
Note: See TracChangeset for help on using the changeset viewer.