Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

7.  We adjusted the monochromator by about 2nm, though there will be a small systematic error in our final wavelength solution due to that non-uniformity 

        $ cd Documents/PythonScripts/CBP
        $ python
        >>> import monochromator as mono
        >>> my_mono = mono.CornerStone260('COM3') #Need to check which COM port mono is read at
        >>> my_mono.GoWave(700) 
        >>> my_mono.Calibrate(702) 
        >>> exit()