Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a0208ad
chore(tox): Remove astrodata references
teald Dec 16, 2024
ad1c068
chore(jenkins): Remove astrodata references
teald Dec 16, 2024
383f693
chore(coverage): Remove astrodata source
teald Dec 16, 2024
730e17b
build(setup): Remove astrodata references from setup files
teald Dec 16, 2024
2e098d2
build(setup): Add astrodata to dependency list.
teald Dec 16, 2024
b419fd5
test(tox): Use development release of astrodata for tests
teald Dec 18, 2024
12410f3
test(tox): Use latest development astrodata version.
teald Dec 18, 2024
ce016c9
test(tox): Use latest development astrodata (2.10.1.dev2)
teald Dec 26, 2024
a336ac8
fix(astrodata): Remove astrodata references, use repo
teald Mar 5, 2025
0bc482c
fix(astrodata): Update deprecated calls
teald Apr 2, 2025
1035953
feat(tox): Use pip astrodata.
teald Apr 3, 2025
98ff13f
Merge branch 'master' into feature/external_astrodata.
KathleenLabrie Jul 28, 2026
09eaee4
Use the main astrodata branch to test. The 2.10.2 version will not t…
KathleenLabrie Jul 28, 2026
26f2d22
Merge branch 'master' into feature/external_astrodata
KathleenLabrie Aug 5, 2026
a2bddd8
force tox.ini to install a previous commit of astrodata as the latest…
KathleenLabrie Aug 5, 2026
2984d2b
refactor to match lastest astrodata API
KathleenLabrie Aug 5, 2026
a6b8246
set the version number in geminidr. remove all references to the ast…
KathleenLabrie Aug 6, 2026
31c00d4
trying another way to get the version to avoid a circular import prob…
KathleenLabrie Aug 6, 2026
dfbe7a8
more sorting out of how to set the version
KathleenLabrie Aug 6, 2026
c763523
Merge branch 'master' into feature/external_astrodata
KathleenLabrie Aug 6, 2026
49f2944
fix links to astrodata docs in the DRAGONS docs. fix other little do…
KathleenLabrie Aug 7, 2026
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
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[run]
source =
astrodata
geminidr
gemini_instruments
gempy
Expand Down
24 changes: 12 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "unit_tests_outputs/"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/unit/"
}
steps {
Expand Down Expand Up @@ -145,7 +145,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "regression_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/regr/"
}
steps {
Expand Down Expand Up @@ -182,7 +182,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "wavecal_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/wavecal/"
}
steps {
Expand Down Expand Up @@ -225,7 +225,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "f2_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/f2/"
}
steps {
Expand Down Expand Up @@ -262,7 +262,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "gsaoi_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/gsaoi/"
}
steps {
Expand Down Expand Up @@ -299,7 +299,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "niri_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/niri/"
}
steps {
Expand Down Expand Up @@ -336,7 +336,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "gnirs_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/gnirs/"
}
steps {
Expand Down Expand Up @@ -373,7 +373,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "gmos_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/gmos/"
}
steps {
Expand Down Expand Up @@ -456,7 +456,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "gmosls_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/gmosls/"
}
steps {
Expand Down Expand Up @@ -493,7 +493,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "slow_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/slow/"
}
steps {
Expand Down Expand Up @@ -530,7 +530,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "ghost_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/ghost/"
}
steps {
Expand Down Expand Up @@ -567,7 +567,7 @@ pipeline {
environment {
MPLBACKEND = "agg"
DRAGONS_TEST_OUT = "ghost_integ_tests_outputs"
TOX_ARGS = "astrodata geminidr gemini_instruments gempy recipe_system"
TOX_ARGS = "geminidr gemini_instruments gempy recipe_system"
TMPDIR = "${env.WORKSPACE}/.tmp/ghost_integ/"
}
steps {
Expand Down
Empty file removed astrodata/.notempty
Empty file.
30 changes: 0 additions & 30 deletions astrodata/.readthedocs.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions astrodata/__init__.py

This file was deleted.

Loading
Loading