-
Notifications
You must be signed in to change notification settings - Fork 8
/
meta.yaml
69 lines (63 loc) · 1.72 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{% set version = "1.3.3" %}
package:
name: sofia_redux
version: {{ version }}
source:
url: https://files.pythonhosted.org/packages/source/s/sofia-redux/sofia_redux-{{ version }}.tar.gz
sha256: ed68da52cbfa802e368b148b68efc4f9bcbe78244f80593061df9c300b682d92
build:
noarch: python
entry_points:
- redux_pipe=sofia_redux.pipeline.sofia.sofia_pipe:main
- redux=sofia_redux.pipeline.sofia.sofia_app:main
- qad=sofia_redux.pipeline.gui.qad.qad_app:main
- pipecal_applyphot=sofia_redux.calibration.pipecal_applyphot:main
- hawc_calibration=sofia_redux.calibration.standard_model.hawc_calibration:main
- eospec=sofia_redux.visualization.controller:main
script: {{ PYTHON }} -m pip install . --no-deps
requirements:
build:
- pip
- python
- setuptools
- setuptools_scm
host:
- pip
- python>=3.9
run:
- python>=3.9
- astropy>=5.1.1
- astroquery>=0.4.4
- bottleneck>=1.3.1
- cloudpickle>=1.6.0
- configobj>=5
- cycler>=0.10.0
- dill>=0.3
- joblib>=0.14.1
- matplotlib>=3.3
- more-itertools>=8.5.0
- numba>=0.53.1
- numpy>=1.20.0
- pandas>=1.3
- photutils>=0.7.2
- psutil>=5.8.0
- regex>=2021.4.4
- pyqt>=5.9.2
- scikit-learn>0.22.1
- scipy>=1.4.1
test:
imports:
- sofia_redux
commands:
- redux_pipe --help
- redux --help
- qad --help
about:
home: https://sofia-usra.github.io/sofia_redux/
dev_url: https://github.com/SOFIA-USRA/sofia_redux
license: BSD-3-Clause
summary: 'SOFIA data reduction pipelines'
description: |
SOFIA Redux (sofia_redux) contains data processing pipelines and
algorithms for instruments on the Stratospheric Observatory for
Infrared Astronomy (SOFIA).