Changeset 15038 for trunk/Ohana/src/libdvo/src/dvo_convert_elixir.c
- Timestamp:
- Sep 26, 2007, 5:34:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_convert_elixir.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_convert_elixir.c
r15035 r15038 25 25 out[i].t = in[i].t; 26 26 out[i].averef = in[i].averef; 27 out[i]. flags= in[i].flags;27 out[i].dbFlags = in[i].flags; 28 28 29 29 /* these can be determined if needed / desired */ … … 34 34 35 35 /* these do not have a corresponding value */ 36 out[i].stargal = 0; 37 out[i].Sky = 0; 38 out[i].dSky = 0; 39 out[i].qPSF = 0; 36 out[i].az = 0; 37 out[i].stargal = 0; 38 out[i].Sky = 0; 39 out[i].dSky = 0; 40 out[i].qPSF = 0; 41 out[i].psfProb = 0; 42 out[i].crNsigma = 0; 43 out[i].extNsigma = 0; 44 out[i].photFlags = 0; 40 45 41 46 /* XXX add these later */ 42 out[i].detID_hi = 0; 43 out[i].detID_lo = 0; 44 out[i].imageID_hi = 0; 45 out[i].imageID_lo = 0; 47 out[i].detID = 0; 48 out[i].imageID = 0; 46 49 } 47 50 return (out); … … 72 75 out[i].t = in[i].t; 73 76 out[i].averef = in[i].averef; 74 out[i].flags = in[i]. flags;77 out[i].flags = in[i].dbFlags; 75 78 } 76 79 return (out); … … 232 235 233 236 /* XXX add these later */ 234 out[i].imageID_hi = 0; 235 out[i].imageID_lo = 0; 237 out[i].imageID = 0; 236 238 } 237 239 return (out);
Note:
See TracChangeset
for help on using the changeset viewer.
