Data reduction pipeline for determining water production rates from the Swift telescope's UVOT images
Project description
swift_comet_pipeline
Development installation:
Install poetry
Create conda environment with python
conda create --name env_name_here python=3.11
conda activate env_name_here
Clone this repository
Install package locally
In the repository's directory:
poetry install
Configuration
Configuration is stored in a YAML file with the following entries to start a project:
swift_data_path: /path/to/swift/data/
project_path: /path/to/where/to/save/results
jpl_horizons_id: String identifying comet that JPL Horizons can use to find comet orbital information
vectorial_model_quality: String to select the calculation quality of the models used to determine water production: may be low, medium, high, or very_high
vectorial_model_backend: [sbpy, rust]
By default the file config.yaml in the current directory is assumed unless specified otherwise on the command line.
An example config might look like this:
config.yaml
swift_data_path: /Users/user/swift_data_downloads/c2013us10
project_path: /Users/user/analysis_c2013us10
jpl_horizons_id: C/2013 US10
vectorial_model_quality: very_high
vectorial_model_backend: sbpy
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
swift_comet_pipeline-0.0.1.tar.gz
(98.6 kB
view hashes)
Built Distribution
Close
Hashes for swift_comet_pipeline-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed834bc3b0764aaf530639b1b1528ae5df2b09dfc8aaafd55dadf1ee3146a5c1 |
|
MD5 | f7c4556d7ed01aaa96599a324a8d8783 |
|
BLAKE2b-256 | a0239ca69570928cf33c53bb415450d4c3584f2be3ed9275282f13b16848df4e |
Close
Hashes for swift_comet_pipeline-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6c0de211ca1ff5949cf65278e566ebe2a322d6e8ac96c53e3e78186d056e477 |
|
MD5 | 6b6d74b99683643e0ff06524021d5f51 |
|
BLAKE2b-256 | e0b7b7e95457784a00c5580af9554c15c43f8c514c0ce030f336ae5945951ccc |