Skip to content
forked from rkeisler/sdss_jpg

code for downloading jpg images of SDSS data.

License

Notifications You must be signed in to change notification settings

canorve/sdss_jpg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetSDSS

code for downloading jpg images of SDSS data.

This is a modified version of this code

you can introduce a file of galaxies (name,ra,dec) and obtain the images of that list of galaxies (or any other object).

Quick Example:

To test and downdload an image:

 import GetSDSS
 GetSDSS.simg()

It will download and display an image from SDSS.

you can set RA, DEC, plate scale, image size, plate scale, and Sloan Data release. Just follow this example:

GetSDSS.simg(ra=37.228,dec=0.37, scale=0.396, width=512, height=512,
    savename=None, DR=14, init_download=True,show=True)

To download multiple images using a file with coordinates:

GetSDSS.DownFile(file, scale=0.396, width=512, height=512, DR=14, show=False):

About

code for downloading jpg images of SDSS data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.6%
  • Python 2.4%