Changeset 24754
- Timestamp:
- Jul 12, 2009, 10:38:15 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_convert_PS1_REF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_convert_PS1_REF.c
r24748 r24754 14 14 out[i].dD = in[i].dD; 15 15 out[i].M = in[i].M; 16 out[i].Mcal = NAN;16 out[i].Mcal = 0.0; 17 17 out[i].Map = NAN; 18 18 out[i].dM = in[i].dM; 19 out[i].dMcal = NAN;19 out[i].dMcal = 0.0; 20 20 out[i].dt = in[i].dt; 21 21 out[i].airmass = NAN; … … 33 33 out[i].catID = in[i].catID; 34 34 out[i].extID = 0; 35 out[i].psfQual = NAN;35 out[i].psfQual = 1.0; // we do not save a value, but some operations (relphot/average) filter on this value.. 36 36 out[i].psfChisq = NAN; 37 37 out[i].psfNdof = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
