IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8132


Ignore:
Timestamp:
Aug 4, 2006, 2:24:42 AM (20 years ago)
Author:
eugene
Message:

extract AVE & REF magnitudes relative to equiv photcode

File:
1 edited

Legend:

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

    r7917 r8132  
    3535  if (MODE == MAG_REL)  MOUT = PhotRel  (&MEAS, average, secfilt); \
    3636  if (MODE == MAG_CAL)  MOUT = PhotCal  (&MEAS, average, secfilt, measure, GetPhotcodeEquivbyCode (MEAS.source)); \
    37   if (MODE == MAG_AVE)  MOUT = PhotRel  (&MEAS, average, secfilt); \
    38   if (MODE == MAG_REF)  MOUT = PhotCal  (&MEAS, average, secfilt, measure, GetPhotcodeEquivbyCode (MEAS.source)); \
     37  if (MODE == MAG_AVE)  MOUT = PhotAve  (GetPhotcodeEquivbyCode (MEAS.source), average, secfilt); \
     38  if (MODE == MAG_REF)  MOUT = PhotRef  (GetPhotcodeEquivbyCode (MEAS.source), average, secfilt, measure); \
    3939  if (ApplySelections[SelectionParam]) { \
    4040    if (MagSelect && (MOUT > MagMax)) continue; \
Note: See TracChangeset for help on using the changeset viewer.