- Timestamp:
- Nov 22, 2017, 10:38:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/addstar/src/LoadDataPMM.c
r38553 r40212 234 234 // altaz (&alt, &az, 15.0*image[0].sidtime - image[0].coords.crval1, image[0].coords.crval2, Latitude); 235 235 236 // secz is in units of airmass 236 237 image[0].trate = 0.0; 237 238 image[0].secz = 1.0; 238 239 image[0].ccdnum = 0; 239 240 240 // secz is in units milli-airmass 241 image[0].Mcal = 0.0; 242 image[0].Xm = NAN_S_SHORT; 243 image[0].flags = 0; 241 image[0].McalPSF = 0.0; 242 image[0].McalAPER = 0.0; 243 image[0].McalChiSq = NAN; 244 image[0].dMcal = NAN; 245 image[0].flags = 0; 244 246 245 247 image[0].nstar = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
