Installation
Install package from the git repository:
$ pip install git+https://github.com/nunorc/astromlp@master
The collection of models available from the astromlp-models repository is required, quick clone:
$ git clone https://github.com/nunorc/astromlp-models.git
And set the model_store
accordingly when necessary.
For development and exploring just clone astromlp recursively:
$ git clone --recurse-submodules https://github.com/nunorc/astromlp.git
and run code from the repository root, astromlp-models is set as a submodule of the
astromlp repository, and this is the default location for model_store
when used.
Just make sure all the requirements are available in your environment.
Install the requirements using for example:
$ pip install -r requirements.txt
The ImageCutter package is required for saving FITS data files. the version in GitHub does not work with the more recent FITS data available from SDSS, so consider installing this fork from the repository:
$ pip install git+https://github.com/nunorc/ImageCutter.git