- Timestamp:
- Apr 1, 2010, 2:19:05 PM (16 years ago)
- Location:
- branches/eam_branches/relastro.20100326
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relastro.20100326
- Property svn:mergeinfo changed
/trunk/Ohana/src/relastro (added) merged: 27551
- Property svn:mergeinfo changed
-
branches/eam_branches/relastro.20100326/src/relastro_objects.c
r25757 r27559 15 15 16 16 // determine the populated SkyRegions overlapping the requested area (default depth) 17 skylist = SkyListByPatch (sky, -1, &UserPatch); 17 if (UserCatalog) { 18 skylist = SkyRegionByPoint (sky, -1, UserCatalogRA, UserCatalogDEC); 19 } else { 20 skylist = SkyListByPatch (sky, -1, &UserPatch); 21 } 18 22 19 23 // load data from each region file, only use bright stars
Note:
See TracChangeset
for help on using the changeset viewer.
