IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42026


Ignore:
Timestamp:
Feb 8, 2022, 8:09:32 AM (4 years ago)
Author:
eugene
Message:

allow extID as an option to select measure.extID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/libdvo/src/dbFields.c

    r42018 r42026  
    607607  if (!strcasecmp (fieldName, "EXTERNID"))       ESCAPE (MEAS_EXT_ID,         OPIHI_INT);
    608608  if (!strcasecmp (fieldName, "EXT_ID"))         ESCAPE (MEAS_EXT_ID,         OPIHI_INT);
     609  if (!strcasecmp (fieldName, "EXTID"))          ESCAPE (MEAS_EXT_ID,         OPIHI_INT);
    609610  if (!strcasecmp (fieldName, "EXPNAME"))        ESCAPE (MEAS_EXPNAME_AS_INT, OPIHI_INT);
    610611  if (!strcasecmp (fieldName, "PSF_QF"))         ESCAPE (MEAS_PSF_QF,         OPIHI_FLT);
Note: See TracChangeset for help on using the changeset viewer.