IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16797


Ignore:
Timestamp:
Mar 4, 2008, 12:17:43 PM (18 years ago)
Author:
eugene
Message:

use the reported X,Y positions; do not recalculate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/opihi/dvo/dbExtractMeasures.c

    r16703 r16797  
    176176    case MEAS_XCCD: /* OK */
    177177/* I need to perform this conversion for ELIXIR and LONEOS formats on load */     
    178 # if 0
     178# if 1
    179179      value = measure[0].Xccd;
    180180# else
     
    189189    case MEAS_YCCD: /* OK */
    190190/* I need to perform this conversion for ELIXIR and LONEOS formats on load */     
    191 # if 0
     191# if 1
    192192      value = measure[0].Yccd;
    193193# else
Note: See TracChangeset for help on using the changeset viewer.