Skip to content

Commit

Permalink
Better Description for corsika_bunchsize and corsika_wlen
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasNickel committed Jan 10, 2019
1 parent 69462a9 commit 2b9b101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ctapipe/io/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ class MCHeaderContainer(Container):
corsika_iact_options = Field(0.0, "Detector MC information")
corsika_low_E_model = Field(0.0, "Detector MC information")
corsika_high_E_model = Field(0.0, "Detector MC information")
corsika_bunchsize = Field(0.0, "Detector MC information")
corsika_wlen_min = Field(0.0, "Detector MC information")
corsika_wlen_max = Field(0.0, "Detector MC information")
corsika_bunchsize = Field(0.0, "Number of photons per bunch")
corsika_wlen_min = Field(0.0, "Minimum wavelength of cherenkov light")
corsika_wlen_max = Field(0.0, "Maximum wavelength of cherenkov light")
corsika_low_E_detail = Field(0.0, "Detector MC information")
corsika_high_E_detail = Field(0.0, "Detector MC information")

Expand Down

0 comments on commit 2b9b101

Please sign in to comment.