IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38772


Ignore:
Timestamp:
Sep 25, 2015, 8:45:41 AM (11 years ago)
Author:
eugene
Message:

comment out a test condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/ImageOps.c

    r38703 r38772  
    693693
    694694    // XXX A TEST: can we use only 2MASS measurements to fit the images?
    695     if (!(measure[0].dbFlags & ID_MEAS_OBJECT_HAS_2MASS)) {
     695    // XXX Do NOT apply this for the real calibration
     696    if (FALSE && !(measure[0].dbFlags & ID_MEAS_OBJECT_HAS_2MASS)) {
    696697      fprintf (stderr, "@");
    697698      raw[i].mask |= MARK_BIG_OFFSET;
Note: See TracChangeset for help on using the changeset viewer.