IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2013, 2:35:05 PM (13 years ago)
Author:
eugene
Message:

create relphot_images, move relevant code from relphot.c there; add concept of synthetic mags to tie w-band to gri photometry; fix uniphot to handle images with photcodes outside of nominal range

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/libdvo/include/dvo.h

    r35316 r35393  
    129129  ID_MEAS_BLEND_MEAS_X   = 0x00001000,  // detection is within radius of multiple objects across catalogs                   
    130130  ID_MEAS_ARTIFACT       = 0x00002000,  // detection is thought to be non-astronomical                               
    131   ID_MEAS_UNDEF_5        = 0x00004000,  // unused
     131  ID_MEAS_SYNTH_MAG      = 0x00004000,  // magnitude is synthetic
    132132  ID_MEAS_PHOTOM_UBERCAL = 0x00008000,  // externally-supplied zero point from ubercal analysis
    133133  ID_MEAS_STACK_PRIMARY  = 0x00010000,  // this stack measurement is in the primary skycell
     
    720720
    721721void dvo_average_init (Average *average);
     722void dvo_averageT_init (AverageTiny *average);
    722723void dvo_secfilt_init (SecFilt *secfilt);
    723724void dvo_measure_init (Measure *measure);
     725void dvo_measureT_init (MeasureTiny *measure);
    724726
    725727# endif // DVO_H
Note: See TracChangeset for help on using the changeset viewer.