Skip to content
Snippets Groups Projects
Commit a79a6b5f authored by FETICK Romain's avatar FETICK Romain
Browse files

Add Psfao model

parent 270390ac
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ class Instrument(object): ...@@ -55,6 +55,8 @@ class Instrument(object):
self.ron = ron self.ron = ron
self.binning = 1 self.binning = 1
self.name = "(unamed)"
def __repr__(self): def __repr__(self):
s = "PAOMPY Instrument\n" s = "PAOMPY Instrument\n"
s += "----------------------------\n" s += "----------------------------\n"
...@@ -111,6 +113,8 @@ class Instrument(object): ...@@ -111,6 +113,8 @@ class Instrument(object):
ZIMPOL = Instrument(D=8.,occ=0.14,res=30*1e-6/1768.,gain=10.5,ron=20.,Nact=40) ZIMPOL = Instrument(D=8.,occ=0.14,res=30*1e-6/1768.,gain=10.5,ron=20.,Nact=40)
ZIMPOL.filters["V"] = (554*1e-9, 80.6*1e-9) ZIMPOL.filters["V"] = (554*1e-9, 80.6*1e-9)
ZIMPOL.filters["N_R"] = (645.9*1e-9, 56.7*1e-9) ZIMPOL.filters["N_R"] = (645.9*1e-9, 56.7*1e-9)
ZIMPOL.name = "VLT SPHERE/ZIMPOL"
MUSE = Instrument(D=8.,occ=0.14,res=237.15*1e-6/1980.,gain=5.,ron=15.,Nact=39) MUSE = Instrument(D=8.,occ=0.14,res=237.15*1e-6/1980.,gain=5.,ron=15.,Nact=39)
MUSE.name = "VLT MUSE"
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment