Changeset 38441 for trunk/Ohana/src/fakeastro/src/fakeastro_2mass.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/fakeastro/src/fakeastro_2mass.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/fakeastro/src/fakeastro_2mass.c
r37807 r38441 21 21 catalog.catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data 22 22 catalog.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data 23 catalog.catflags = LOAD_AVES | LOAD_SECF | LOAD_MEAS |LOAD_STARPAR;23 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT | DVO_LOAD_MEASURE | DVO_LOAD_STARPAR; 24 24 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 25 25 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, "w")) { … … 27 27 exit (1); 28 28 } 29 if (!catalog.Nave s_disk) {29 if (!catalog.Naverage_disk) { 30 30 if (VERBOSE2) { fprintf (stderr, "no data in %s, skipping\n", catalog.filename); } 31 31 dvo_catalog_unlock (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
