Changeset 31450 for trunk/Ohana/src/photdbc/src/make_subcatalog.c
- Timestamp:
- May 5, 2011, 10:43:45 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/src/make_subcatalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/src/make_subcatalog.c
r30616 r31450 71 71 } 72 72 73 // if the input catalog is an old type, generate the catID entries: 74 if (catalog[0].catformat < DVO_FORMAT_PS1_V1) { 75 subcatalog[0].average[Naverage].catID = catalog[0].catID; 76 } 77 73 78 minMag = 32; 74 79 minSigma = 32; … … 127 132 subcatalog[0].measure[Nmeasure] = catalog[0].measure[offset]; 128 133 subcatalog[0].measure[Nmeasure].averef = Naverage; 134 135 // if the input catalog is an old type, generate the catID entries: 136 if (catalog[0].catformat < DVO_FORMAT_PS1_V1) { 137 subcatalog[0].measure[Nmeasure].catID = catalog[0].catID; 138 } 139 129 140 Nmeasure ++; 130 141 Nm ++;
Note:
See TracChangeset
for help on using the changeset viewer.
