Skip to content

Control program for a Spectra-Physics Millenia eV laser

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

savikhin-lab/millenia_ev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Millenia eV

This program implements controls for the pump laser in the MHz system.

There are commands for reporting and setting both the pump power and shutter state. Both of these commands take an -s flag for setting the corresponding value. For instance, setting the pump power looks like this:

$ pump power -s 3.5
$ pump power
3.51W

Installation

The binary wheel is built using poetry inside the project directory.

$ poetry build

This builds a program called pump, rather than millenia_ev, for the sake of convenience. The binary will be installed in the new dist directory.

Install the wheel using pip:

$ python -m pip install dist/millenia_ev-<some stuff>.whl

Now you can call the program from any directory:

$ cd ~
$ pump shutter -s close

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Control program for a Spectra-Physics Millenia eV laser

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages