46 boresightAirmass=None,
47 boresightRotAngle=None,
56 observationReason=None,
58 hasSimulatedContent=None,
60 if exposureTime
is None:
61 exposureTime = self.exposureTime
63 darkTime = self.darkTime
70 if boresightRaDec
is None:
71 boresightRaDec = self.boresightRaDec
72 if boresightAzAlt
is None:
73 boresightAzAlt = self.boresightAzAlt
74 if boresightAirmass
is None:
75 boresightAirmass = self.boresightAirmass
76 if boresightRotAngle
is None:
77 boresightRotAngle = self.boresightRotAngle
79 rotType = self.rotType
80 if observatory
is None:
81 observatory = self.observatory
83 weather = self.weather
84 if instrumentLabel
is None:
85 instrumentLabel = self.instrumentLabel
90 if observationType
is None:
91 observationType = self.observationType
92 if scienceProgram
is None:
93 scienceProgram = self.scienceProgram
94 if observationReason
is None:
95 observationReason = self.observationReason
98 if hasSimulatedContent
is None:
99 hasSimulatedContent = self.hasSimulatedContent
102 exposureTime=exposureTime,
107 boresightRaDec=boresightRaDec,
108 boresightAzAlt=boresightAzAlt,
109 boresightAirmass=boresightAirmass,
110 boresightRotAngle=boresightRotAngle,
112 observatory=observatory,
114 instrumentLabel=instrumentLabel,
117 observationType=observationType,
118 scienceProgram=scienceProgram,
119 observationReason=observationReason,
121 hasSimulatedContent=hasSimulatedContent,