Skip to content

Commit

Permalink
Refine parameters for wavelength calibration of ThAr arcs with MR-V.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocardiel committed Jan 7, 2017
1 parent 7fd5538 commit d5083fd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions megaradrp/instrument/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
'threshold': 0.00},
'LR-Z': {'min_distance': 10,
'threshold': 0.00},
'MR-UB': {'min_distance': 10,
'threshold': 0.00},
'MR-V': {'min_distance': 10,
'threshold': 0.00},
'MR-R': {'min_distance': 10,
'threshold': 0.00},
'MR-RI': {'min_distance': 10,
Expand All @@ -83,6 +87,10 @@
'threshold': 0.01},
'LR-Z': {'min_distance': 10,
'threshold': 0.00},
'MR-UB': {'min_distance': 10,
'threshold': 0.00},
'MR-V': {'min_distance': 10,
'threshold': 0.00},
'MR-R': {'min_distance': 10,
'threshold': 0.00},
'MR-RI': {'min_distance': 10,
Expand Down Expand Up @@ -134,6 +142,12 @@
'crpix': 1.0,
'npix': 4300
},
'MR-V': {
'crval': 5375.0,
'cdelt': 0.132,
'crpix': 1.0,
'npix': 4300
},
'MR-R': {
'crval': 6210.0,
'cdelt': 0.16,
Expand Down Expand Up @@ -196,6 +210,12 @@
'crpix': 1.0,
'npix': 4300
},
'MR-V': {
'crval': 5375.0,
'cdelt': 0.132,
'crpix': 1.0,
'npix': 4300
},
'MR-R': {
'crval': 6210.0,
'cdelt': 0.16,
Expand Down

0 comments on commit d5083fd

Please sign in to comment.