Skip to content
Merged
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
19a4fa6
Gen2 geometry files and sim_test script
jakob2508 Apr 26, 2023
849bc31
Merge remote-tracking branch 'origin/main' into gen2-sensitivity
jakob2508 Apr 26, 2023
bebff39
fixed init_model import in source.py
jakob2508 Apr 27, 2023
c6143bf
new geo files, changes in simulation.py and detector.py to load geome…
jakob2508 Apr 27, 2023
a4df707
fixed detector.py for Gen2, work in progress on doms_table data type …
jakob2508 Apr 28, 2023
ff6bd3b
Fixed table merge in detector.py, included mDOM properties, implement…
jakob2508 Apr 28, 2023
a2c93be
fixed interpolation of effvol in detector.py for Gen2, Gen2 support f…
jakob2508 May 1, 2023
e969eae
analysis script for amplitude variation, tamborra model test script, …
jakob2508 May 9, 2023
381bf2b
progress in amplitude_analysis.py, contains scan over distances now
jakob2508 May 9, 2023
4944033
new mDOM geometry files, cross checks, directory clean up
jakob2508 May 11, 2023
0b09808
finalized amplitude and frequency analysis
jakob2508 May 16, 2023
ffca14d
added template analysis and cross correlation tester
jakob2508 May 23, 2023
2153e97
new method to compute significance for all analyses
jakob2508 Jun 15, 2023
623a6ee
changed self.doms_table from property to function self.get_doms_table…
jakob2508 Jul 27, 2023
1b1dd96
fixed bug with too high noise for modules, included different dead ti…
jakob2508 Jul 27, 2023
1164cb6
cleaned up docs/my_project/analysis directory and fixed some bugs
jakob2508 Jul 28, 2023
4c647d5
updated analysis
jakob2508 Jan 10, 2024
0f5126f
copy of gen2-sensitivity branch without docs/my_project repo
jakob2508 Jan 10, 2024
4548055
cleaned up data/detector and python/asteria/tests
jakob2508 Jan 10, 2024
39b03f3
removed instances of multiplicity which will be introduced at later time
jakob2508 Jan 10, 2024
c0a9220
new example config file with DETECTOR class
jakob2508 Jan 11, 2024
cea9f12
updated config file loading
jakob2508 Jan 11, 2024
e093da7
add notebook that went missing
jakob2508 Jan 15, 2024
b665c97
added missing script for Gen2
jakob2508 Feb 2, 2024
4fdcc36
manually added changes to simulation.py from upstream version
jakob2508 Apr 5, 2024
8ec59e7
tested Gen2 example script
jakob2508 Apr 5, 2024
c03c5cf
changed wls implementation for Gen2
jakob2508 Apr 8, 2024
716face
changed variable names in DETECTOR in accordance with changes in simu…
jakob2508 Apr 8, 2024
2d35c4a
adapted script according to changes in simulation.py and detector.py
jakob2508 Apr 8, 2024
6715323
cleaned up code
jakob2508 Apr 8, 2024
16e3472
Revert nb changes to clear merge conflicts.
Jun 22, 2025
c49ed35
Temp. revert change; fix merge conflict with main.
Jun 22, 2025
31a8013
Try again with reversion to fix merge conflict.
Jun 22, 2025
eaabfe9
Fix merge conflict with main.
Jun 22, 2025
2a7eeae
Temporary revert to fix merge conflict with main.
Jun 22, 2025
bec1922
Resolved rename conflict during merge
Jun 22, 2025
9913537
Add missing detector_scope option.
Jun 22, 2025
e52eedf
Fixes related to recent interactions updates.
Jun 22, 2025
075b27c
Add missing import.
Jun 22, 2025
41666b5
Remove paths to $ASTERIA.
Jun 22, 2025
4d62101
Add eCSV formatted detector geometry files.
Jun 22, 2025
da57fb3
Install detector eCSV files.
Jun 22, 2025
ed98ff7
Use eCSV detector files by default.
Jun 22, 2025
ece38d4
Simplify eff vol filename for IC86 DOMs.
Jun 22, 2025
42c4a12
Simplify DOM table creation.
Jun 22, 2025
dfffb9a
Update simulation metadata.
Jun 22, 2025
34ac2aa
Average DOM signal shifted by about 1%.
Jun 22, 2025
07b2906
Clean up DOM table creation.
Jun 22, 2025
7bdb7ed
Correct checks for null arrays.
Jun 22, 2025
c84d105
Be careful about checking for null paramters.
Jun 22, 2025
6ac9c97
Add table names to metadata.
Jun 22, 2025
315b525
Add eCSV versions of the effective volume files.
Jun 22, 2025
baef377
Remove txt versions of effective volume files.
Jun 22, 2025
18988e8
Remove obsolete initializing function.
Jun 22, 2025
3133511
Merge remote-tracking branch 'origin/main' into gen-sim
Jun 24, 2025
f6a1d8f
Merge remote-tracking branch 'origin/main' into gen-sim
Jun 28, 2025
0a1ae7f
Add updated detector hits notebook.
Jun 28, 2025
7f1baff
Set geometry file given the detector scope.
Jun 28, 2025
4359649
Add Gen2 response test notebook.
Jun 28, 2025
e57087f
Remove obsolete notebook.
Jun 28, 2025
8c09e3a
Remove obsolete ASTERIA env variable.
Jun 28, 2025
4daf414
Delete obsolete/unused notebooks.
Jun 28, 2025
5fff249
Add a Gen2 configuration file example.
Jun 28, 2025
c4f43cd
Set boolean from config file.
Jun 28, 2025
32a1ad8
Add initialization tests for Gen2 sim.
Jun 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 197 additions & 0 deletions docs/scratch/sim_tester_Gen2.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exclude = [
]

[tool.setuptools.package-data]
"asteria.data.detector" = ["*.txt"]
"asteria.data.detector" = ["*.txt", "*.ecsv"]
"asteria.data.stellar" = ["*.fits"]
"asteria.data.USSR" = ["*.txt", "earth_survival_probability/*.txt"]
"asteria.etc" = ["asteria.rcParams", "*.yaml", "*.ini"]
5,484 changes: 0 additions & 5,484 deletions python/asteria/data/detector/Icecube_geometry.20110102.complete.txt

This file was deleted.

171 changes: 171 additions & 0 deletions python/asteria/data/detector/effvol_mDOM.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
849.60 0.0772133303
839.60 0.0762010509
829.60 0.0760048288
819.60 0.0791379905
809.60 0.0731682429
799.60 0.0665130926
789.60 0.0693703937
779.60 0.0933270801
769.60 0.1101370776
759.60 0.1072928477
749.60 0.0900078563
739.60 0.0880784152
729.60 0.0737066788
719.60 0.0662105186
709.60 0.0719841637
699.60 0.0760615175
689.60 0.0911879669
679.60 0.1079687400
669.60 0.1153199819
659.60 0.1219515306
649.60 0.1325719240
639.60 0.1085995897
629.60 0.0870286655
619.60 0.1027243081
609.60 0.1061897386
599.60 0.1266443265
589.60 0.2185468145
579.60 0.1281845623
569.60 0.1895003152
559.60 0.1631814418
549.60 0.1419635143
539.60 0.1394684451
529.60 0.1596816619
519.60 0.3121154342
509.60 0.1893138348
499.60 0.2113783505
489.60 0.2345191651
479.60 0.2676946071
469.60 0.3503699319
459.60 0.4773560100
449.60 0.4199079092
439.60 0.4542408398
429.60 0.3161787440
419.60 0.2200552343
409.60 0.1894431124
399.60 0.1411121557
389.60 0.2126170493
379.60 0.2320172231
369.60 0.2014777109
359.60 0.2385934732
349.60 0.2658865128
339.60 0.2891879348
329.60 0.2605774100
319.60 0.1852816946
309.60 0.3565564935
299.60 0.3835940180
289.60 0.4758149483
279.60 0.6096369010
269.60 0.5409835086
259.60 0.4894276130
249.60 0.5313093350
239.60 0.2893429476
229.60 0.2308597174
219.60 0.2087115900
209.60 0.1676238987
199.60 0.3025634186
189.60 0.3984575584
179.60 0.3012904680
169.60 0.4068903720
159.60 0.4227071511
149.60 0.5022056788
139.60 0.6855360184
129.60 0.5226048312
119.60 0.4533661804
109.60 0.3467353753
99.60 0.3182567086
89.60 0.3292575553
79.60 0.1982601523
69.60 0.2850584858
59.60 0.4641433223
49.60 0.5472755935
39.60 0.4011496452
29.60 0.6851036798
19.60 0.5863148144
9.60 0.4756853815
-0.40 0.3999745888
-10.40 0.2406732436
-20.40 0.3089885245
-30.40 0.1954299540
-40.40 0.1478492474
-50.40 0.0838241393
-60.40 0.1757057402
-70.40 0.1596818177
-80.40 0.0998727644
-90.40 0.0841534618
-100.40 0.1190102935
-110.40 0.0794024936
-120.40 0.0855608023
-130.40 0.1407898177
-140.40 0.2606701394
-150.40 0.4886567356
-160.40 0.5997073432
-170.40 0.4554636161
-180.40 0.4868088545
-190.40 0.4574146529
-200.40 0.7120942234
-210.40 0.4899199419
-220.40 0.3731679732
-230.40 0.2822273664
-240.40 0.3793595014
-250.40 0.3135532463
-260.40 0.3545132416
-270.40 0.4798306932
-280.40 0.4516980842
-290.40 0.5722575610
-300.40 0.5950845665
-310.40 0.6408752672
-320.40 0.6361011493
-330.40 0.8338671853
-340.40 0.8205414598
-350.40 0.9928602879
-360.40 0.9050070651
-370.40 0.6754089924
-380.40 0.7032004740
-390.40 0.6409942934
-400.40 0.2844205674
-410.40 0.2496964435
-420.40 0.3263150522
-430.40 0.5172730655
-440.40 0.4428636554
-450.40 0.6258206529
-460.40 0.6988832096
-470.40 0.6807788088
-480.40 0.7721017305
-490.40 0.7262508955
-500.40 0.8088973798
-510.40 1.0364865609
-520.40 0.7423955243
-530.40 0.8821502377
-540.40 0.8542899681
-550.40 0.7365560449
-560.40 0.5326072693
-570.40 0.5467669797
-580.40 0.5551661780
-590.40 0.6300251383
-600.40 0.3800996787
-610.40 0.5102484593
-620.40 0.7477975667
-630.40 0.5264634468
-640.40 0.3911021940
-650.40 0.5429007240
-660.40 0.6477178615
-670.40 0.8009469434
-680.40 0.9701344903
-690.40 1.1262659865
-700.40 1.1944448054
-710.40 1.0575248137
-720.40 0.9990867597
-730.40 0.9503899460
-740.40 0.9076567684
-750.40 1.0535071972
-760.40 1.2693055119
-770.40 1.0324205085
-780.40 0.5288198324
-790.40 0.2211920278
-800.40 0.1347164950
-810.40 0.1188825515
-820.40 0.0978685033
-830.40 0.0786756051
-840.40 0.0948430079
-850.40 0.0000032964
Loading