Skip to content

Commit fa1a4a4

Browse files
ennosigaeusclaude
andcommitted
Review cleanup: remove .DS_Store, fix typos, add trailing newlines
- Remove committed .DS_Store and add it to .gitignore - Fix date typos: "April 22026" → "April 2026", "Fubruary" → "February" - Add missing trailing newlines to five new files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 42585b8 commit fa1a4a4

9 files changed

Lines changed: 10 additions & 7 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ stx_scenario_*
4040

4141
.vscode
4242

43+
# macOS metadata
44+
.DS_Store
45+

stix/idl/io/stx_get_calibration_file.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ function stx_get_calibration_file, start_time, end_time, out_dir=out_dir, clobbe
212212

213213

214214

215-
end
215+
end
-6 KB
Binary file not shown.

stix/idl/processing/calib_data/stx_calibration_data.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ function stx_calibration_data
4040

4141
return, struct
4242

43-
end
43+
end

stix/idl/processing/imaging/stx_em.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
; in the EM iterative scheme
4747
; July 2023, Massa P., made it compatible with the new definition of (u,v)-points (see stx_uv_points)
4848
; March 2026, Massa P., new subcollimator transmission is implemented
49-
; April 22026, Massa P., made it compatible with the fact that bkg subtraction is performed in 'stx_construct_pixel_data'
49+
; April 2026, Massa P., made it compatible with the fact that bkg subtraction is performed in 'stx_construct_pixel_data'
5050
;
5151
;CONTACT: paolo.massa@fhnw.ch
5252

stix/idl/processing/livetime/stx_triggergram.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ function stx_triggergram, triggerdata, triggerdata_err, t_axis, adg_idx = adg_id
8181

8282

8383
return, trigstr
84-
end
84+
end

stix/idl/processing/spectrogram/stx_elut_correction.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ return, {counts: counts, $
271271
sp_index: sp_index}
272272

273273

274-
end
274+
end

stix/idl/processing/spectrogram/stx_estimate_spectral_index.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ function stx_estimate_spectral_index, e_low, e_high, spectrum
116116

117117
return, results
118118

119-
end
119+
end

stix/idl/structures/stx_pixel_data.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
; HISTORY: July 2022, Massa P., created
2121
; April 2025, Massa P., made it compatible with new ELUT correction. Bkg-subtraction is applied to the counts.
2222
; Therefore, information on bkg is not stored anymore
23-
; Fubruary 2026, Massa P., Removed 'xy_flare' keyword as grid transmission correction is not applied anymore to raw counts
23+
; February 2026, Massa P., Removed 'xy_flare' keyword as grid transmission correction is not applied anymore to raw counts
2424
; March 2026, Massa P., updated to make it compatible with new ELUT correction.
2525
;
2626
; CONTACT:

0 commit comments

Comments
 (0)