IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39608


Ignore:
Timestamp:
Jun 23, 2016, 1:19:40 PM (10 years ago)
Author:
eugene
Message:

new flags BESTDET and PRIMDET (best measurement is a detection, primary measurement is a detection); fixed XY_to_LM for WRP (chips) -- was missing a return

Location:
trunk/Ohana/src/libdvo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r39588 r39608  
    228228  ID_SECF_OBJ_EXT_PSPS  = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
    229229  ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell
     230  ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced)
     231  ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced)
    230232  ID_SECF_OBJ_EXT       = 0x01000000, // extended in this band
    231233
  • trunk/Ohana/src/libdvo/src/coordops.c

    r39538 r39608  
    130130      }
    131131      XY_to_RD (ra, dec, L, M, coords->mosaic);
    132     }
     132      return (TRUE);
     133    }
    133134    *ra  = L;
    134135    *dec = M;
Note: See TracChangeset for help on using the changeset viewer.