- Timestamp:
- Oct 27, 2014, 2:44:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/skycoverage.c
r37386 r37531 227 227 for (xs = 0; xs < Nx; xs++) { 228 228 status = XY_to_RD (&r, &d, (double)(xs), (double)(ys), &coords); 229 status &= (r >= 0);230 status &= (r <= 360); 229 r = ohana_normalize_angle (r); 230 231 231 // are we in a part of the projection covering the sky or not? 232 232 if (status) {
Note:
See TracChangeset
for help on using the changeset viewer.
