Changeset 33029
- Timestamp:
- Dec 27, 2011, 11:48:03 AM (14 years ago)
- Location:
- tags/ipp-20111222/psastro/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastroLoadRefstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111222/psastro/src
- Property svn:mergeinfo set to
-
tags/ipp-20111222/psastro/src/psastroLoadRefstars.c
r27659 r33029 33 33 34 34 float dRA = RAmax - RAmin; 35 RAmin -= dRA * fieldPadding; 36 RAmax += dRA * fieldPadding; 35 if (dRA * (1. + 2 * fieldPadding) < 180.) { 36 RAmin -= dRA * fieldPadding; 37 RAmax += dRA * fieldPadding; 38 } else { 39 // if dRA > 180 getstar has problems. Just search the entire range 40 RAmin = 0; 41 RAmax = 360; 42 } 37 43 38 44 float dDEC = DECmax - DECmin;
Note:
See TracChangeset
for help on using the changeset viewer.
