1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
+ < title > ctapipe Daily Digest
6
+ —
7
+ Activity since 2025-08-04</ title >
8
+ < link rel ="icon " href ="https://raw.githubusercontent.com/primer/octicons/main/icons/comment-discussion-24.svg " type ="image/svg+xml ">
9
+ < style >
10
+ body {
11
+ font-family : sans-serif;
12
+ max-width : 60em ;
13
+ margin : auto;
14
+ line-height : 1.3 ;
15
+ color : black;
16
+ }
17
+ .navslugs {
18
+ margin-top : -1em ;
19
+ }
20
+ .totop {
21
+ float : right;
22
+ }
23
+ ul {
24
+ padding-left : 0 ;
25
+ list-style-type : none;
26
+ }
27
+ li {
28
+ margin : 0 ;
29
+ }
30
+ li p {
31
+ margin : 0 ;
32
+ }
33
+ ul .repos > li {
34
+ margin-top : 2em ;
35
+ }
36
+ ul .entries > li {
37
+ margin-top : 1em ;
38
+ }
39
+ ul .entries > li > p {
40
+ margin-left : 4.2em ;
41
+ }
42
+ ul .entries > li > p : first-child {
43
+ text-indent : -2.1em ; /* not sure why it's half the 4.2em indent */
44
+ }
45
+ ul .comments > li > p {
46
+ margin-left : 4.2em ;
47
+ padding-left : 1.6em ;
48
+ text-indent : -1.6em ;
49
+ }
50
+ ul .thread_comment ul .thread_comment {
51
+ padding-left : 1.6em ;
52
+ }
53
+ ul .thread_comment > li > p {
54
+ padding-left : 7.3em ;
55
+ text-indent : -1.6em ;
56
+ }
57
+ a {
58
+ text-decoration : none;
59
+ color : inherit;
60
+ }
61
+ a : hover {
62
+ text-decoration : none;
63
+ color : # 0969da ;
64
+ }
65
+ .footer a : hover {
66
+ text-decoration : underline;
67
+ }
68
+ .reponame {
69
+ font-weight : bold;
70
+ font-size : 150% ;
71
+ margin-right : .5em ;
72
+ }
73
+ .label {
74
+ padding : .2em .5em .1em .5em ;
75
+ border-radius : 2em ;
76
+ font-size : 75% ;
77
+ opacity : .85 ;
78
+ vertical-align : middle;
79
+ white-space : nowrap;
80
+ /* GitHub label style computations, lifted from github.com */
81
+ border : 1px solid transparent;
82
+ --perceived-lightness : calc ( ((var (--label-r ) * 0.2126 ) + (var (--label-g ) * 0.7152 ) + (var (--label-b ) * 0.0722 )) / 255 );
83
+ --lightness-switch : max (0 , min (calc ((var (--perceived-lightness ) - var (--lightness-threshold )) * -1000 ), 1 ));
84
+ --lightness-threshold : 0.453 ;
85
+ --border-threshold : 0.96 ;
86
+ --border-alpha : max (0 , min (calc ((var (--perceived-lightness ) - var (--border-threshold )) * 100 ), 1 ));
87
+ background : rgb (var (--label-r ), var (--label-g ), var (--label-b ));
88
+ color : hsl (0 , 0% , calc (var (--lightness-switch ) * 100% ));
89
+ border-color : hsla (var (--label-h ), calc (var (--label-s ) * 1% ), calc ((var (--label-l ) - 25 ) * 1% ), var (--border-alpha ));
90
+ }
91
+ .homerepo {
92
+ color : # 888 ;
93
+ }
94
+ .boring > p {
95
+ color : # 888 ;
96
+ }
97
+ .footer {
98
+ color : # 888 ;
99
+ font-style : italic;
100
+ margin-top : 3em ;
101
+ }
102
+ .octicons {
103
+ display : inline-block;
104
+ padding-right : .3em ;
105
+ }
106
+ .octicon {
107
+ width : 1.3em ;
108
+ height : 1em ;
109
+ display : inline-block;
110
+ vertical-align : middle;
111
+ background-repeat : no-repeat;
112
+ padding-bottom : .2em ;
113
+ }
114
+ .octicon .star {
115
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/star-16.svg);
116
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
117
+
118
+ }
119
+ .octicon .x {
120
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/x-16.svg);
121
+
122
+ }
123
+ .octicon .check {
124
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/check-16.svg);
125
+
126
+ }
127
+ .octicon .checkcircle {
128
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/check-circle-16.svg);
129
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
130
+
131
+ }
132
+ .octicon .comment .resolved {
133
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/tasklist-16.svg);
134
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
135
+
136
+ }
137
+ .octicon .comment {
138
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/comment-16.svg);
139
+
140
+ }
141
+ .octicon .eye {
142
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/eye-16.svg);
143
+
144
+ }
145
+ .octicon .filediff {
146
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/file-diff-16.svg);
147
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (316deg ) saturate (6 ) brightness (.8 );
148
+
149
+ }
150
+ .octicon .dash {
151
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/dash-16.svg);
152
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (1.25 );
153
+
154
+ }
155
+ .octicon .pull {
156
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-16.svg);
157
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
158
+
159
+ }
160
+ .octicon .pull .draft {
161
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-draft-16.svg);
162
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
163
+
164
+ }
165
+ .octicon .pull .closed {
166
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-closed-16.svg);
167
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (316deg ) saturate (6 ) brightness (.8 );
168
+
169
+ }
170
+ .octicon .pull .merged {
171
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-merge-16.svg);
172
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (220deg ) saturate (8 ) brightness (.65 );
173
+
174
+ }
175
+ .octicon .issue {
176
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/issue-opened-16.svg);
177
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
178
+
179
+ }
180
+ .octicon .issue .closed {
181
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/issue-closed-16.svg);
182
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (220deg ) saturate (8 ) brightness (.65 );
183
+
184
+ }
185
+ .octicon .issue .wontdo {
186
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/skip-16.svg);
187
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
188
+
189
+ }
190
+ .octicon .tag {
191
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/tag-16.svg);
192
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
193
+
194
+ }
195
+ .octicon .commit {
196
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/git-commit-16.svg);
197
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (172deg ) saturate (0.43 ) brightness (0.65 );
198
+
199
+ }
200
+ .octicon .release {
201
+ background-image : url (https://raw.githubusercontent.com/primer/octicons/main/icons/package-16.svg);
202
+ filter : invert (1 ) brightness (.5 ) sepia (1 ) hue-rotate (98deg ) saturate (8 ) brightness (0.5 );
203
+
204
+ }
205
+ </ style >
206
+ </ head >
207
+ < body id ="top ">
208
+
209
+ < h1 > ctapipe Daily Digest
210
+ —
211
+ Activity since 2025-08-04</ h1 >
212
+
213
+
214
+ < p class ="navslugs "> »
215
+ < a href ="#cta-observatoryctapipe "> cta-observatory/ctapipe</ a > | < a href ="#cta-observatoryctapipe "> cta-observatory/ctapipe</ a > </ p >
216
+
217
+
218
+ < ul class ="repos ">
219
+ < li >
220
+ < p > < span class ="reponame " id ="cta-observatoryctapipe "> < a href ="https://github.com/cta-observatory/ctapipe "> cta-observatory/ctapipe</ a > </ span >
221
+ repo issues
222
+
223
+ < a class ="totop " href ="#top "> [back to top]</ a >
224
+
225
+ </ p >
226
+
227
+ < p > Nothing happening</ p >
228
+
229
+ </ li >
230
+ < li >
231
+ < p > < span class ="reponame " id ="cta-observatoryctapipe "> < a href ="https://github.com/cta-observatory/ctapipe "> cta-observatory/ctapipe</ a > </ span >
232
+ repo pull_requests
233
+
234
+ < a class ="totop " href ="#top "> [back to top]</ a >
235
+
236
+ </ p >
237
+
238
+ < ul class ="entries ">
239
+ < li class ="">
240
+
241
+ < p > < a href ="https://github.com/cta-observatory/ctapipe/pull/2791 "> < span class ="octicons " title ="pull request "> < span class ="octicon dash "> </ span > < span class ="octicon dash "> </ span > < span class ="octicon pull "> </ span > </ span > < b > Generalise table preprocessing</ b > #2791</ a >
242
+ [Voutsi]
243
+
244
+ < span class ="label " style ="--label-r:163;--label-g:222;--label-b:237;--label-h:192;--label-s:67;--label-l:78; "> module:irf</ span >
245
+
246
+ </ p > < p > Closes #2790
247
+ Refactoring the DL2 processing for producing IRFs. The motivation is to use the same code for more...</ p > </ li >
248
+ </ ul >
249
+
250
+ </ li >
251
+ </ ul >
252
+
253
+ < p class ="footer ">
254
+ created at 2025-08-05 06:40 by
255
+ < a href ="https://pypi.org/project/dinghy/1.4.1 ">
256
+ dinghy
257
+ < span class ="dinghy_version "> 1.4.1</ span > </ a > .
258
+ </ p >
259
+ </ body >
260
+ </ html >
0 commit comments