IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4027


Ignore:
Timestamp:
May 25, 2005, 6:25:48 AM (21 years ago)
Author:
eugene
Message:

adding AVE and REF as valid modes for MeasureExtract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/photometry.c

    r3462 r4027  
    3232  if (MODE == MAG_REL)  MOUT = PhotRel  (&MEAS, average, secfilt); \
    3333  if (MODE == MAG_CAL)  MOUT = PhotCal  (&MEAS, average, secfilt, measure, GetPhotcodeEquivbyCode (MEAS.source)); \
     34  if (MODE == MAG_AVE)  MOUT = PhotRel  (&MEAS, average, secfilt); \
     35  if (MODE == MAG_REF)  MOUT = PhotCal  (&MEAS, average, secfilt, measure, GetPhotcodeEquivbyCode (MEAS.source)); \
    3436  if (MagSelect && (MOUT > MagMax)) continue; \
    3537  if (MagSelect && (MOUT < MagMin)) continue;
Note: See TracChangeset for help on using the changeset viewer.