Changeset 30482
- Timestamp:
- Feb 3, 2011, 9:38:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/select_by_image.c
r12332 r30482 38 38 stars[N].Mgal = 0.001*(catalog[0].measure[i].Mgal - catalog[0].measure[i].dt); 39 39 40 stars[N].fx = 0.01*catalog[0].measure[i].FWx;41 stars[N].fy = stars[N].fx * 0.01*catalog[0].measure[i].fwy;42 stars[N].df = (360.0/255.0)*catalog[0].measure[i].theta;40 stars[N].fx = FromShortPixels(catalog[0].measure[i].FWx); 41 stars[N].fy = FromShortPixels(catalog[0].measure[i].FWy); 42 stars[N].df = FromShortDegrees(catalog[0].measure[i].theta); 43 43 stars[N].found = catalog[0].measure[i].flags; 44 44
Note:
See TracChangeset
for help on using the changeset viewer.
