Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alessio Berti
magic-cta-pipe
Commits
2f9ad084
Commit
2f9ad084
authored
Mar 10, 2020
by
Alessio Berti
Browse files
Corrected keyword 'type' to 'tel_type' in TelescopeDescription instances.
parent
478d81e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
add_orig_mc_tree.py
View file @
2f9ad084
...
...
@@ -157,7 +157,7 @@ magic_tel_positions = {
magic_optics
=
OpticsDescription
.
from_name
(
'MAGIC'
)
magic_cam
=
CameraGeometry
.
from_name
(
'MAGICCam'
)
magic_tel_description
=
TelescopeDescription
(
name
=
'MAGIC'
,
type
=
'MAGIC'
,
tel_
type
=
'MAGIC'
,
optics
=
magic_optics
,
camera
=
magic_cam
)
magic_tel_descriptions
=
{
1
:
magic_tel_description
,
...
...
apply_rfs.py
View file @
2f9ad084
...
...
@@ -91,7 +91,7 @@ magic_tel_positions = {
magic_optics
=
OpticsDescription
.
from_name
(
'MAGIC'
)
magic_cam
=
CameraGeometry
.
from_name
(
'MAGICCam'
)
magic_tel_description
=
TelescopeDescription
(
name
=
'MAGIC'
,
type
=
'MAGIC'
,
tel_
type
=
'MAGIC'
,
optics
=
magic_optics
,
camera
=
magic_cam
)
magic_tel_descriptions
=
{
1
:
magic_tel_description
,
...
...
train_direction_rf.py
View file @
2f9ad084
...
...
@@ -153,7 +153,7 @@ magic_tel_positions = {
magic_optics
=
OpticsDescription
.
from_name
(
'MAGIC'
)
magic_cam
=
CameraGeometry
.
from_name
(
'MAGICCam'
)
magic_tel_description
=
TelescopeDescription
(
name
=
'MAGIC'
,
type
=
'MAGIC'
,
tel_
type
=
'MAGIC'
,
optics
=
magic_optics
,
camera
=
magic_cam
)
magic_tel_descriptions
=
{
1
:
magic_tel_description
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment