aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config/pipeline/INPUTS.mk
AgeCommit message (Collapse)AuthorLines
2019-04-01Added short copyright notice on configuration filesMohammad Akhlaghi-1/+5
A short, all-permisive copyright notice was added to the configuration files that were missing one.
2018-11-25Pipeline now downloads and uses an input datasetMohammad Akhlaghi-0/+9
In most analysis situations (except for simulations), an input dataset is necessary, but that part of the pipeline was just left out and a general `SURVEY' variable was set and never used. So with this commit, we actually use a sample FITS file from the FITS standard webpage, show it (as well as its histogram) and do some basic calculations on it. This preparation of the input datasets is done in a generic way to enable easy addition of more datasets if necessary.