- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroLoadRefstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psastro/src/psastroLoadRefstars.c
r27659 r33415 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.
