Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

REDSHIFT

Redshift is a spectral measurement of how far from the earth the galaxy is moving. The sdss is a survey conducted by a telescope in the night sky that takes pictures of various regions in the sky. In this example, we present the preprocessing techniques for SDSS images as well as the code to the model presented by this paper. If you use this model, please cite the paper:

@ARTICLE{2019A&A...621A..26P,
       author = {{Pasquet}, Johanna and {Bertin}, E. and {Treyer}, M. and {Arnouts}, S. and
         {Fouchez}, D.},
        title = "{Photometric redshifts from SDSS images using a convolutional neural network}",
      journal = {\aap},
     keywords = {galaxies: distances and redshifts, surveys, methods: data analysis, techniques: image processing, Astrophysics - Instrumentation and Methods for Astrophysics},
         year = "2019",
        month = "Jan",
       volume = {621},
          eid = {A26},
        pages = {A26},
          doi = {10.1051/0004-6361/201833617},
archivePrefix = {arXiv},
       eprint = {1806.06607},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2019A&A...621A..26P},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

Since, the exported webgme project is quite large, you can download it from here and run the pipelines. There are three pipelines as shown in the screen-shot below:

pipelines

The model designed in deepforge is as follows:

inceptionModel

For more details on the implementation please visit this github repo.