Skip to content
Snippets Groups Projects

Resolve "Implement basic structure for the hexagon experiment"

All threads resolved!
2 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -151,7 +151,7 @@ class Hexagon():
hdf5.attrs['primary_laser_asd'] = self.primary_laser_asd
hdf5.attrs['locked_laser_asd'] = self.locked_laser_asd
hdf5.attrs['offset_freqs'] = self.offset_freqs
hdf5.attrs['offset_freqs'] = str(self.offset_freqs)
hdf5.attrs['central_freq'] = self.central_freq
logger.debug("Saving simulated data")
Loading