Skip to content

Commit

Permalink
Merge pull request #1391 from sot/stat-reports
Browse files Browse the repository at this point in the history
add recipes for acq_stat_reports  and guide_stat_reports
  • Loading branch information
javierggt authored Oct 23, 2024
2 parents e824e3a + 32e602e commit 42945af
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
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

0 comments on commit 42945af

Please sign in to comment.