IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39714


Ignore:
Timestamp:
Sep 24, 2016, 9:46:06 AM (10 years ago)
Author:
eugene
Message:

minor tweak

Location:
branches/czw_branch/20160809/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/dvomerge/src/LoadCatalog.c

    r39536 r39714  
    99
    1010  // always load all of the data (if any exists)
    11   // XXXX TEMP HACK : skip GALPHOT
    1211
    1312  catalog[0].catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSOBJ;
  • branches/czw_branch/20160809/Ohana/src/photdbc/src/photdbc_catalogs.c

    r38986 r39714  
    5757    outcatalog.catcompress = CATCOMPRESS ? dvo_catalog_catcompress (CATCOMPRESS) : incatalog.catcompress; // set the default catcompress from config data
    5858    outcatalog.Nsecfilt    = incatalog.Nsecfilt;                 // inherit from the incatalog
    59     outcatalog.catflags    = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT;
     59
     60    outcatalog.catflags    = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
     61    outcatalog.catflags   |= DVO_LOAD_MEASURE | DVO_LOAD_MISSING;
     62    outcatalog.catflags   |= DVO_LOAD_LENSING | DVO_LOAD_LENSOBJ;
     63    outcatalog.catflags   |= DVO_LOAD_STARPAR | DVO_LOAD_GALPHOT;
    6064
    6165    // output catalogs always represent the same skyregions as the input catalogs
Note: See TracChangeset for help on using the changeset viewer.