156 self.data = channel_data |
156 self.data = channel_data |
157 |
157 |
158 @property |
158 @property |
159 def is_analog(self): |
159 def is_analog(self): |
160 return self.analog_photon == '0' |
160 return self.analog_photon == '0' |
|
161 |
|
162 |
|
163 @property |
|
164 def laser_shots(self): |
|
165 """ Alias for number_of_shots """ |
|
166 return self.number_of_shots |
161 |
167 |
162 |
168 |
163 class LicelFile(object): |
169 class LicelFile(object): |
164 """ A class representing a single binary Licel file. """ |
170 """ A class representing a single binary Licel file. """ |
165 |
171 |