Changeset 35342 for branches/eam_branches/ipp-20130307/Ohana/src/opihi
- Timestamp:
- Apr 2, 2013, 1:55:12 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307/Ohana/src/opihi/dvo
- Files:
-
- 3 edited
-
dvo_host_utils.c (modified) (1 diff)
-
mextract.c (modified) (1 diff)
-
photometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/Ohana/src/opihi/dvo/dvo_host_utils.c
r35327 r35342 199 199 200 200 if (table->hosts[i].status) continue; 201 if (!table->hosts[i].pid) continue; 201 202 202 203 if (ReadVectors) { -
branches/eam_branches/ipp-20130307/Ohana/src/opihi/dvo/mextract.c
r35327 r35342 16 16 if (field->ID == MEAS_CENTER_OFFSET) return TRUE; // 0.5*NX, 0.5*NY 17 17 if (field->ID == MEAS_EXPNAME_AS_INT) return TRUE; // expname (or as int) 18 if (field->ID == MEAS_ AIRMASS)return TRUE; // airmass18 if (field->ID == MEAS_MEAN_AIRMASS) return TRUE; // airmass 19 19 return FALSE; 20 20 } -
branches/eam_branches/ipp-20130307/Ohana/src/opihi/dvo/photometry.c
r34405 r35342 1127 1127 double value; 1128 1128 Image *image; 1129 Coords *mosaic;1129 // Coords *mosaic; 1130 1130 1131 1131 value = 0; … … 1193 1193 # endif 1194 1194 break; 1195 # if 0 1195 1196 case MEAS_XMOSAIC: /* OK */ 1196 1197 ra = average[0].R - measure[0].dR / 3600.0; 1197 1198 dec = average[0].D - measure[0].dD / 3600.0; 1198 mosaic = MatchMosaic (measure[0].t, measure[0].photcode); 1199 mosaic = MatchMosaic (measure[0].t, measure[0].photcode); // XXX not used anymore 1199 1200 if (mosaic == NULL) break; 1200 1201 RD_to_XY (&x, &y, ra, dec, mosaic); … … 1204 1205 ra = average[0].R - measure[0].dR / 3600.0; 1205 1206 dec = average[0].D - measure[0].dD / 3600.0; 1206 mosaic = MatchMosaic (measure[0].t, measure[0].photcode); 1207 mosaic = MatchMosaic (measure[0].t, measure[0].photcode); // XXX not used anymore 1207 1208 if (mosaic == NULL) break; 1208 1209 RD_to_XY (&x, &y, ra, dec, mosaic); 1209 1210 value = y; 1210 1211 break; 1212 # endif 1211 1213 } 1212 1214 return (value);
Note:
See TracChangeset
for help on using the changeset viewer.
