Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can cable shadows be done? #35

Closed
fiedl opened this issue Feb 15, 2018 · 4 comments
Closed

Can cable shadows be done? #35

fiedl opened this issue Feb 15, 2018 · 4 comments
Labels
cable simulating the main cable as opaque cylinder

Comments

@fiedl
Copy link
Owner

fiedl commented Feb 15, 2018

Can the new simulation code be used to simulate other objects like cables? A cable would be implemented as cylinder with an absorption length of 0, i.e. instant absorption.

bildschirmfoto 2018-08-11 um 02 19 22

Image source: https://gallery.icecube.wisc.edu/internal/v/GraphicRe/graphics/arraygraphics2011/sketchup/DOMCloseUp.jpg.html, Jamie Yang

bildschirmfoto 2018-08-11 um 02 17 02

Image source: https://arxiv.org/abs/1612.05093, The IceCube Neutrino Observatory: Instrumentation and Online Systems, 2017

@fiedl
Copy link
Owner Author

fiedl commented Feb 28, 2018

Cable shadow test.

[2018-02-28 13:06:22] fiedl@fiedl-mbp ~/hole-ice-study/scripts/FiringRange master ⚡
▶ rm tmp/gcd_with_hole_ice.i3
▶ ./run.rb --scattering-factor=1.0 --absorption-factor=0.0 --distance=1.0 \
    --number-of-photons=1e2 --angle=90 --plane-wave \
    --number-of-runs=1 --number-of-parallel-runs=1 \
    --save-photon-paths --cpu
▶ steamshovel tmp/propagated_photons.i3

bildschirmfoto 2018-02-28 um 14 14 47

@fiedl
Copy link
Owner Author

fiedl commented Mar 1, 2018

# scripts/FiringRange/run.rb
# ...

detector_geometry_options = {
  gcd_file: "$I3_TESTDATA/sim/GeoCalibDetectorStatus_IC86.55380_corrected.i3.gz",
  ice_model_file: "$I3_SRC/clsim/resources/ice/spice_mie",
  hole_ice_cylinder_positions: [
    # For the z-ranges, see: https://github.com/fiedl/hole-ice-study/issues/34
    [-256.02301025390625 + options[:cylinder_shift].to_f, -521.281982421875, 0],  # bubble column of the hole ice
    [-256.02301025390625 + dom_radius + 0.02, -521.281982421875, 500.0],          # cable
  ],
  hole_ice_cylinder_radii: [
    0.08,
    0.02
  ]
}

cable-shadow-steamshovel

@fiedl
Copy link
Owner Author

fiedl commented Mar 8, 2018

After implementing a simplified z-range (#34), a first cable shadow test is possible:

Angular scan:

bildschirmfoto 2018-03-08 um 10 58 01

[2018-03-08 08:58:36] fiedl@wgs16 /afs/ifh.de/group/amanda/scratch/fiedl/hole-ice-study/scripts/AngularAcceptance master ⚡
▶ qsub -l gpu -l tmpdir_size=10G -l s_rt=2:30:00 -l h_rss=2G -m ae batch-job.sh --scattering-factor=1.0 --absorption-factor=0.0 --distance=1.0 --number-of-photons=1e5 --number-of-runs=2 --number-of-parallel-runs=2 --plane-wave --angles=0,10,20,30,40,50,60,70,90,120,140,150,160,170,190,200,210,220,240,260,270,290,300,310,320,330,340,350

[2018-03-08 10:28:47] fiedl@fiedl-mbp ~/hole-ice-study/scripts/AngularAcceptance master ⚡
▶ lib/plot.rb --nominal ~/zeuthen/hole-ice-study/scripts/AngularAcceptance/cluster-results

plot_with_reference

Visualization of photons being absorbed by the cable cylinder:

bildschirmfoto 2018-03-08 um 10 57 29

@fiedl
Copy link
Owner Author

fiedl commented Apr 6, 2018

How does the cable look like in real life?

15-img_0080-652058109-2

Source: https://icecube.wisc.edu/gallery/view/153

fiedl added a commit to fiedl/hole-ice-latex that referenced this issue Aug 11, 2018
@fiedl fiedl removed the enhancement New feature or request label Aug 11, 2018
@fiedl fiedl closed this as completed Aug 11, 2018
@fiedl fiedl added the cable simulating the main cable as opaque cylinder label Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cable simulating the main cable as opaque cylinder
Projects
None yet
Development

No branches or pull requests

1 participant