Skip to content

astroufsc/chimera-filterfocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chimera-filterfocus plugin

This is a plugin for the chimera observatory control system https://github.com/astroufsc/chimera.

It subscribes to filter wheel filterChange() events to apply offsets in the focuser position for different filter thickness and refraction indexes.

Usage

Install this plugin and configure names and offsets for each filter in focus_filters and focus_difference config parameters. To move steps INm you should use a negative number, to move OUT, a positive one.

Installation

pip install -U https://github.com/astroufsc/chimera-filterchange/archive/master.zip

Configuration Example

- type: FilterFocus
  focuser: /Focuser/0
  filterwheel: /FilterWheel/0
  focus_filters: "U B V R I"  # Filter names in order of focus_difference
  focus_difference: "-100 0 0 0 0",  # e.g. from V to U, move -100 (IN), from U to V, move +100 (OUT)

Contact

For more information, contact us on chimera's discussion list: https://groups.google.com/forum/#!forum/chimera-discuss

Bug reports and patches are welcome and can be sent over our GitHub page: https://github.com/astroufsc/chimera-filterfocus/

About

Changes focus when changing filters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages