Changeset 31255
- Timestamp:
- Apr 10, 2011, 10:15:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Ohana/src/photdbc/src/make_subcatalog.c
r30616 r31255 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.
