-
Notifications
You must be signed in to change notification settings - Fork 6
/
Changes.CIAO_scripts
67 lines (39 loc) · 1.68 KB
/
Changes.CIAO_scripts
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
## 4.17.0 - December 2024
CIAO 4.17 only supports Python 3.11.
New Scripts
fine_astro
Automate the typical steps needed to apply fine astrometric
correction to a set of Chandra observations.
mkprpm
Compute aperture corrections for radial profiles to account
for PSF scattering between annuli. See also the Python
sherpa_contrib.matrix_model module.
patch_hrc_ssc
Identify and patch (replace) corrupt dead time factor values
due to Secondary Science Corruption in HRC data.
Updated scripts
chandra_repro
Added a new parameter: patch_hrc_ssc, which when set to "yes"
run the new patch_hrc_ssc script to patch the dead time factor
values that occur during a Secondary Science Corruption event.
convert_xspec_user_model
The script has been updated to support Sherpa in CIAO 4.17 and to
use the meson-python build backend rather than setuptools. As part
of this change the --local is no-longer supported.
download_obsid_caldb
The script has been updated to support the multiple
temperature-dependent P2_RESP calibration files for ACIS.
New modules
sherpa_contrib.matrix_model
Include the aperture correction factor created by mkrprm in a
fit to a radial profile in Sherpa.
Updated modules
ciao_contrib.runtool
The module has been updated to match the CIAO 4.17 parameter files
and add support for new tools and scripts, including:
chandra_repro, fine_astro, mkosip, patch_hrc_ssc
sherpa_contrib.notebook_plotter
The tutorial notebook for sherpa_contrib.notebook_plotter, which
can be found at
$ASCDS_INSTALL/share/notebooks/notebook_plotter_tutorial.ipynb,
has had minor updates.