fiedl / hole-ice-study

This project aims to incorporate the effects of hole ice into the clsim photon propagation simulation of the icecube neutrino observatory.
Other
4 stars 2 forks source link

Angular-acceptance plot with hole ice #99

Closed fiedl closed 6 years ago

fiedl commented 6 years ago

Perform an angular-acceptance scan with hole-ice cylinder.

Compare to reference curve (#10).

bildschirmfoto 2018-08-01 um 22 59 40
fiedl commented 6 years ago

Simulation: Direct Detection, Hole Ice, Plane Waves

[2018-07-21 16:44:04] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./plot_angular_acceptance.py ../../results/parameter_scan/esca1.0_r1.0rdom_abs100

Source: https://github.com/fiedl/hole-ice-study/issues/12

[2018-08-01 21:36:29] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ ./run.rb --cluster --hole-ice-scattering-length=0.06 --hole-ice-absorption-length=100.0 --hole-ice-radius=0.1651 --distance=1.0 --number-of-photons=1e6 --plane-wave

[2018-08-01 21:46:51] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ mv results/current/* ../../results/angular_acceptance/direct_detection_hole_ice_plane_wave/

[2018-08-01 22:38:24] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./plot_angular_acceptance.py ../../results/angular_acceptance/direct_detection_hole_ice_plane_wave/
bildschirmfoto 2018-08-01 um 22 43 49
[2018-08-01 21:22:44] fiedl@fiedl-mbp ~/hole-ice-study/scripts/FiringRange master ⚡
▶ ./run.rb --distance=1.0 --number-of-photons=1e3 --save-photon-paths --cpu --angle=45 --no-hole-ice --plane-wave --effective-scattering-length=1.0 --absorption-length=100.0 --hole-ice-radius=0.1651 --hole-ice=simulation
▶ steamshovel tmp/propagated_photons.i3
plane-wave-hole-ice-2ns plane-wave-hole-ice-4ns plane-wave-hole-ice-9ns plane-wave-hole-ice-100ns
fiedl commented 6 years ago

Simulation: Direct Detection, Hole Ice, Pencil Beam

[2018-08-01 21:49:10] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ ./run.rb --cluster --hole-ice-scattering-length=0.06 --hole-ice-absorption-length=100.0 --hole-ice-radius=0.1651 --distance=1.0 --number-of-photons=1e6

[2018-08-01 21:53:00] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ mv results/current ../../results/angular_acceptance/direct_detection_hole_ice_pencil_beam

[2018-08-01 22:44:37] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./plot_angular_acceptance.py --pencil-beam ../../results/angular_acceptance/direct_detection_hole_ice_pencil_beam
bildschirmfoto 2018-08-01 um 22 46 48
[2018-08-01 21:30:11] fiedl@fiedl-mbp ~/hole-ice-study/scripts/FiringRange master ⚡
▶ ./run.rb --distance=1.0 --number-of-photons=1e3 --save-photon-paths --cpu --angle=45 --no-hole-ice --effective-scattering-length=1.0 --absorption-length=100.0 --hole-ice-radius=0.1651 --hole-ice=simulation
▶ steamshovel tmp/propagated_photons.i3
pencil-beam-hole-ice-2ns pencil-beam-hole-ice-4ns pencil-beam-hole-ice-9ns pencil-beam-hole-ice-100ns
fiedl commented 6 years ago

Simulation: No Direct Detection, Hole Ice, Plane Waves

[2018-08-01 22:11:26] fiedl@kepler00 /afs/ifh.de/group/amanda/scratch/fiedl/clsim
▶ git co 5b254ad3cef9a56da47fe31e2d92d7b1cd157a99

[2018-08-01 22:11:57] fiedl@kepler00 /afs/ifh.de/group/amanda/scratch/fiedl/software/icecube-simulation-V05-00-07-sl7/build
▶ make -j 4

[2018-08-01 22:10:21] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ ./run.rb --cluster --hole-ice-scattering-length=0.06 --hole-ice-absorption-length=100.0 --hole-ice-radius=0.1651 --distance=1.0 --number-of-photons=1e6 --plane-wave

[2018-08-01 22:23:58] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ mv results/current ../../results/angular_acceptance/no_direct_detection_hole_ice_plane_waves

[2018-08-01 22:47:18] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./plot_angular_acceptance.py --no-direct-detection ../../results/angular_acceptance/no_direct_detection_hole_ice_plane_waves
bildschirmfoto 2018-08-01 um 22 48 34
fiedl commented 6 years ago

Simulation: No Direct Detection, Hole Ice, Pencil Beam

[2018-08-01 22:26:35] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ ./run.rb --cluster --hole-ice-scattering-length=0.06 --hole-ice-absorption-length=100.0 --hole-ice-radius=0.1651 --distance=1.0 --number-of-photons=1e6

[2018-08-01 22:30:27] fiedl@kepler16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance
▶ mv results/current ../../results/angular_acceptance/no_direct_detection_hole_ice_pencil_beam

[2018-08-01 22:48:51] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./plot_angular_acceptance.py --no-direct-detection --pencil-beam ../../results/angular_acceptance/no_direct_detection_hole_ice_pencil_beam
bildschirmfoto 2018-08-01 um 22 49 52
fiedl commented 6 years ago

[2018-08-01 22:36:39] fiedl@fiedl-mbp ~/hole-ice-study/scripts/lib master ⚡
▶ ./convert_options_txt_to_json.rb ../../results/angular_acceptance/

[2018-08-01 22:39:20] fiedl@kepler00 /afs/ifh.de/group/amanda/scratch/fiedl/clsim
▶ git co sf/hole-ice-2018

[2018-08-01 22:39:38] fiedl@kepler00 /afs/ifh.de/group/amanda/scratch/fiedl/software/icecube-simulation-V05-00-07-sl7/build
▶ make -j 4