IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28329


Ignore:
Timestamp:
Jun 15, 2010, 9:46:41 AM (16 years ago)
Author:
eugene
Message:

always load all measurements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/LoadCatalog.c

    r24745 r28329  
    77    catalog[0].Nsecfilt  = GetPhotcodeNsecfilt ();
    88
    9     if (!strcmp (mode, "w")) {
    10         catalog[0].catflags = LOAD_NONE;
    11     } else {
    12         catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
    13     }
     9    // always load all of the data (if any exists)
     10    catalog[0].catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;
    1411
    1512    catalog[0].catformat = dvo_catalog_catformat (CATFORMAT);  // set the default catformat from config data
Note: See TracChangeset for help on using the changeset viewer.