Skip to content

Commit

Permalink
Update Readme. Close #95
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed Jun 6, 2024
1 parent d39167d commit 44309f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ SkyView.list_surveys()
SkyView.survey_dict
```

* In addition to overlaying HI contours on survey images available through `astroquery`, a user can request WISE images (`'WISE W#'` where `#` is the band number); false color images from `'decals'` (DR10), `'decals-dr9'` (DR9), or `'panstarrs'`; or gray scale HST-ACS Mosaic images for sources within the COSMOS field with `'hst'`. The HST image size is currently hardcoded to 40 arcsec on a side.
* In addition to overlaying HI contours on survey images available through `astroquery`, a user can request WISE images (`'WISE W#'` where `#` is the band number); false color images from `'decals'` (DR10), `'decals-dr9'` (DR9), `'panstarrs'`, or `'decaps'`; or gray-scale HST-ACS Mosaic images for sources within the COSMOS field with `'hst'`. The HST image size is currently hardcoded to 40 arcsec on a side.

* Downloading survey images from `astroquery.SkyView` or other online sources is the greatest limiting factor in the speed of SIP. To avoid this, for catalogs with a high source density, you may consider downloading one large image to disk before running SIP. For this purpose, we have included the command line tool `download_usr_fig`. For example:
```
Expand Down

0 comments on commit 44309f7

Please sign in to comment.