-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNEWS
More file actions
executable file
·426 lines (262 loc) · 8.68 KB
/
Copy pathNEWS
File metadata and controls
executable file
·426 lines (262 loc) · 8.68 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
New Features and Important Changes in ctools 2.1.0
12 May 2023
Introduction
------------
This document briefly summarizes the changes that have been made in this
ctools release with respect to the precedent release.
Configuration
-------------
None
Documentation
-------------
None
Python interface
----------------
The distutils module was replace by the sysconfig and setuptools modules
in setup.py, with a fallback to distutils in case that either the
sysconfig or setuptools modules are not available. Furthermore, the
production of an egg file with the setuptools was prevented (#4223).
Support model
-------------
None
Base classes
------------
None
ctbin - CTA event binning
-------------------------
None
ctbkgcube - CTA background cube generation
------------------------------------------
None
ctbutterfly - Generate butterfly diagrams
-----------------------------------------
Avoid not a number (NaN) errors in butterfly computation (#4069).
ctcubemask - CTA cube filtering
-------------------------------
None
ctedispcube - CTA energy dispersion cube generation
---------------------------------------------------
None
cterror - Likelihood profile error computation
----------------------------------------------
None
ctexpcube - CTA exposure cube generation
----------------------------------------
None
ctfindvar - Variability search
------------------------------
None
ctlike - Maximum likelihood fitting
-----------------------------------
None
ctmapcube - CTA map cube generation
-----------------------------------
None
ctmodel - CTA counts cube modelling
-----------------------------------
None
ctobssim - CTA observation simulation
-------------------------------------
None
ctphase - Event phase computation
---------------------------------
None
ctprob - Event probability computation
--------------------------------------
None
ctpsfcube - CTA point spread function cube generation
-----------------------------------------------------
None
ctselect - CTA event selection
------------------------------
None
ctskymap - CTA sky mapping
--------------------------
None
cttsmap - Generation of Test Statistic map
------------------------------------------
Optionally write fitted null hypothesis model into log file.
ctulimit - Compute upper limit
------------------------------
None
support - Support classes
-------------------------
None
csadd2caldb - Adds CTA response function to calibration database
----------------------------------------------------------------
None
csbkgmodel - Generate background model for 3D analysis
------------------------------------------------------
None
cscaldb - Inspect calibration database
--------------------------------------
None
csebins - Generate energy boundaries
------------------------------------
None
csfindobs - Find IACT observations
----------------------------------
None
csfootprint - Generates carbon footprint report
-----------------------------------------------
Display now dates instead of days since start for daily statistic (#4299).
csiactcopy - Copy IACT observations
-----------------------------------
None
csiactdata - Inspect IACT data store
------------------------------------
None
csiactobs - Inspect IACT observation definition XML file
--------------------------------------------------------
None
cslightcrv - Generate light curve
---------------------------------
None
csmodelinfo - Return model information
--------------------------------------
None
csmodelmerge - Merge models
---------------------------
None
csmodelselect - Select models
-----------------------------
None
csmodelsois - Puts selected sources in diffuse model cube
---------------------------------------------------------
None
csobs2caldb - Generate calibration database entry for an IACT observation
-------------------------------------------------------------------------
None
csobsdef - Generate observation definition XML file
---------------------------------------------------
None
csobsinfo - Return observation definition information
-----------------------------------------------------
None
csobsselect - Select observations
---------------------------------
None
csphagen - Generate On/Off observations
---------------------------------------
None
csphasecrv - Generate phase curve
---------------------------------
None
cspull - Generate pull distributions
------------------------------------
None
csresmap - Generate residual map
--------------------------------
None
csresspec - Generate residual spectrum
--------------------------------------
None
csroot2caldb - Generates calibration database from ROOT file
------------------------------------------------------------
None
csscs - Spectral component separation
-------------------------------------
None
cssens - Computes sensitivity curve
-----------------------------------
None
csspec - Generates Spectral Energy Distribution
-----------------------------------------------
None
cssrcdetect - Detects sources in sky map
----------------------------------------
None
cstsdist - Computes Test Statistic distribution
-----------------------------------------------
None
cstsmapmerge - Merge Test Statistic maps
----------------------------------------
None
cstsmapsplit - Prepare split Test Statistic computation
-------------------------------------------------------
None
csviscube - Generate visibility cube
------------------------------------
None
csworkflow - Execute workflow
-----------------------------
None
calutils - Calibration utilities
--------------------------------
None
ioutils - Input/Output utilities
--------------------------------
None
modutils - Model utilities
--------------------------
None
mputils - Multiprocessing utilities
-----------------------------------
None
obsutils - Observation utilities
--------------------------------
None
comgendb - Generate COMPTEL database
------------------------------------
Add collection of HKD datasets to script and assure that each HKD datasets
is covered by an OAD dataset. OAD datasets for which no HKD dataset exists
will be removed in the XML file (#4209).
comlixfit - COMPTEL maximum likelihood fitting using SRCLIX algorithm
---------------------------------------------------------------------
None
comlixmap - Generation of COMPTEL Test Statistic map using SRCLIX algorithm
---------------------------------------------------------------------------
The script prefits now the models without test source before entering the TS
map computation. This may lead to a speed-up as fewer SRCLIX iterations will
be needed for each test source position (#4201).
Added an "inmap" parameter to allow restart the computations from an existing
TS map without recomputation of values that exist. The script now also writes
parameter uncertainties in the resulting TS map FITS file (#4187).
comobsadd - Combine COMPTEL observations
----------------------------------------
Added DRW Phibar normalisation step by taking into account the sky model
components of the input model definition file (#4263).
Added DRW to the cubes that will be combined by the script. The combination
will be done using a simple addition, alike the combination of the DRB cubes
(#4209).
comobsback - Generate background model for COMPTEL observations
---------------------------------------------------------------
Added BGDLIXF background generation method that makes use of the DRW instead
a DRG for background modelling. Set "outfolder" parameter to automatic (#4209).
comobsbin - Bin COMPTEL observations
------------------------------------
Add CONST method for DRW computation that generates solid angle multiplied and
DRE normalised DRW datasets from the DRG data (#4254)
Implement computation of weighting cubes (DRW) for improved background modelling.
Added "timebin" parameter to provide control over the time binning used for
DRW computation (#4209).
comobsconv - Convolve models with COMPTEL response
--------------------------------------------------
New script that convolves celestial model with the COMPTEL response (#4159).
comobsmodel - Generate model for binned COMPTEL observations
------------------------------------------------------------
None
comobsres - Generate residuals of COMPTEL observations
------------------------------------------------------
None
comobsselect - Select observations from COMPTEL database
--------------------------------------------------------
None
comobssim - Simulate COMPTEL observations
-----------------------------------------
None
compulbin - Generate pulsar pulse profile
-----------------------------------------
None
comsrcdetect - Detect source in Test Statistic map
--------------------------------------------------
None
Examples
--------
None
caldb
-----
None
models
------
None