Package: |
CosmoPhotoz |
Type: |
Package |
Version: |
0.1 |
Date: |
2014-08-22 |
License: |
GPL (>= 3) |
The CosmoPhotoz package aims to provide an user-friendly interface to enable the estimation
of photometric redshifts. The present version employs generalized linear models and the
user can adopt either gamma or inverse gaussian families from either a
frequentist or a Bayesian perspective at the fitting step.
The package includes a plotting function to enable the production of diagnostic plots. Four examples of the implemented visual tests can be seen in the figures bellow:
merged-Diag-Plots.jpgmerged-Diag-Plots
Additionally, the code is also accompanied by a Shiny application that can be hosted locally or deployed by the user at a webserver. This application allows the user to run the photometric redshift estimation, to configure many parameters of the code visually and experiment with the results. It also allows the user to either use the PHAT0 data, or to upload its own data files (the expected format can be found at the application's help tab). A screenshot of this application can be seen in the next figure.
CosmoPhotoz-Shiny.jpgCosmoPhotoz-Shiny-Plots
To run the graphical interface locally, it is sufficient to call:
runApp(paste(find.package("CosmoPhotoz"),"/glmPhotoZ-2/",sep=""))
Finally, a short tutorial on how to use the package can be found at:
--------------- http://rafaelsdesouza.github.io/CosmoPhotoz/ -----------------