Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add recipes for acq_stat_reports and guide_stat_reports #1391

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions environment-non-fsds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ dependencies:
- attitude_error_mon
- aca_hi_bgd
- aca_weekly_report
- acq_stat_reports
- acdc
- aimpoint_mon
- astromon
- annie
- fid_drift_mon
- guide_stat_reports
- fss_check
- jobwatch
- kalman_watch
Expand Down
31 changes: 31 additions & 0 deletions pkg_defs/acq_stat_reports/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package:
name: acq_stat_reports
version: {{ SKA_PKG_VERSION }}

build:
script: pip install .

source:
path: {{ SKA_TOP_SRC_DIR }}/acq_stat_reports


# the build and runtime requirements. Dependencies of these requirements
# are included automatically.
requirements:
# Packages required to build the package. python and numpy must be
# listed explicitly if they are required.
build:
- python
- setuptools
- setuptools_scm
- setuptools_scm_git_archive
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
run:
- python
- setuptools_scm

about:
home: https://github.com/sot/acq_stat_reports
summary: Display star acquisition statistics trends
dev_url: https://github.com/sot/acq_stat_reports
31 changes: 31 additions & 0 deletions pkg_defs/guide_stat_reports/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package:
name: guide_stat_reports
version: {{ SKA_PKG_VERSION }}

build:
script: pip install .

source:
path: {{ SKA_TOP_SRC_DIR }}/guide_stat_reports


# the build and runtime requirements. Dependencies of these requirements
# are included automatically.
requirements:
# Packages required to build the package. python and numpy must be
# listed explicitly if they are required.
build:
- python
- setuptools
- setuptools_scm
- setuptools_scm_git_archive
# Packages required to run the package. These are the dependencies that
# will be installed automatically whenever the package is installed.
run:
- python
- setuptools_scm

about:
home: https://github.com/sot/guide_stat_reports
summary: Display guide star statistics trends
dev_url: https://github.com/sot/guide_stat_reports