Skip to main content

Astrosource pipeline for tom_education

Project description

tom_astrosource

This package allows astrosource to be run on data files in the TOM Toolkit via the tom_education app.

Requirements

In addition to the requirements listed in setup.py you will need:

  • A working TOM (see TOM Toolkit documentation)
  • Python > 3.6

Installation

  1. Set up a TOM and the tom_education package. See the tom_education installation instructions.
pip install tom_astrosource
  1. Add tom_astrosource to INSTALLED_APPS in settings.py.
INSTALLED_APPS = [
    ...
    'tom_astrosource'
]
  1. Add the astrosource pipeline to TOM_EDUCATION_PIPELINES (create this setting if it does not exist):
TOM_EDUCATION_PIPELINES = {
    ...
    'astrosource': 'tom_astrosource.models.AstrosourceProcess'
}

Install Development version

Clone this repo and install the package with pip:

git clone https://github.com/joesingo/tom_astrosource
pip install tom_astrosource

Usage

See the pipeline documentation in tom_education for how to run the pipeline on your data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tom_astrosource-0.1.4.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

tom_astrosource-0.1.4-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page