Changeset 39714
- Timestamp:
- Sep 24, 2016, 9:46:06 AM (10 years ago)
- Location:
- branches/czw_branch/20160809/Ohana/src
- Files:
-
- 2 edited
-
dvomerge/src/LoadCatalog.c (modified) (1 diff)
-
photdbc/src/photdbc_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/dvomerge/src/LoadCatalog.c
r39536 r39714 9 9 10 10 // always load all of the data (if any exists) 11 // XXXX TEMP HACK : skip GALPHOT12 11 13 12 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 57 57 outcatalog.catcompress = CATCOMPRESS ? dvo_catalog_catcompress (CATCOMPRESS) : incatalog.catcompress; // set the default catcompress from config data 58 58 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; 60 64 61 65 // output catalogs always represent the same skyregions as the input catalogs
Note:
See TracChangeset
for help on using the changeset viewer.
