Changeset 31173
- Timestamp:
- Apr 5, 2011, 11:14:11 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/src/dvomergeCreate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvomergeCreate.c
r29938 r31173 93 93 94 94 // save the output photcodes in the output catdir 95 //SetPhotcodeTable(outputPhotcodes);95 SetPhotcodeTable(outputPhotcodes); 96 96 sprintf (filename, "%s/Photcodes.dat", output); 97 97 if (!check_file_access (filename, TRUE, TRUE, VERBOSE)) { … … 129 129 if (VERBOSE) fprintf (stderr, "output: %s\n", outsky[0].regions[i].name); 130 130 131 // if (outputPhotcodes) {132 // SetPhotcodeTable(outputPhotcodes);133 // }134 131 // load / create output catalog 135 132 LoadCatalog (&outcatalog, &outsky[0].regions[i], outsky[0].filename[i], "w", NsecfiltOutput); 136 133 137 // if (input1Photcodes) {138 // SetPhotcodeTable(input1Photcodes);139 // }140 134 // combine only tables at equal or larger depth 141 135 … … 161 155 SkyListFree (inlist); 162 156 163 // if (input2Photcodes) {164 // SetPhotcodeTable(input2Photcodes);165 // }166 167 157 // load in all of the tables from input2 for this region 168 158 inlist = SkyListByBounds (insky2, depth2, outsky[0].regions[i].Rmin, outsky[0].regions[i].Rmax, outsky[0].regions[i].Dmin, outsky[0].regions[i].Dmax);
Note:
See TracChangeset
for help on using the changeset viewer.
