Skip to content

Commit f6be8ec

Browse files
authored
Mirgrate to use stipy calibration (#429)
1 parent 5623cb5 commit f6be8ec

12 files changed

Lines changed: 4 additions & 2272 deletions

File tree

docs/code_ref/calibration.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/code_ref/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Code Reference
88
:maxdepth: 2
99

1010
stixcore
11-
calibration
1211
datetime
1312
ephemeris
1413
idb

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ dependencies = [
2121
"bitstring~=4.2",
2222
"hissw~=2.3",
2323
"intervaltree",
24-
"numpy",
25-
"matplotlib",
2624
"paramiko",
2725
"polling2",
2826
"python-dateutil",
2927
"pyyaml",
30-
"roentgen~=2.1",
3128
"scp",
3229
"spiceypy~=6.0",
33-
"sunpy~=5.1",
3430
"watchdog~=6.0",
35-
"stixdcpy==3.0"
31+
"stixdcpy==3.0",
32+
"stixpy>=0.1.3"
3633
]
3734
dynamic = ["version"]
3835
keywords = ["solar physics", "solar", "sun", "solarorbiter", "stix"]

stixcore/calibration/__init__.py

Whitespace-only changes.

stixcore/calibration/compression.py

Lines changed: 0 additions & 190 deletions
This file was deleted.

stixcore/calibration/livetime.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

stixcore/calibration/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)