Skip to content

ArcetriAdaptiveOptics/SPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPL

Camera and filter servers

Follow the instructions below

SPL data acquisition and analysis

  • update parameters in spl/conf/SPL.conf
  • start python

from spl import SPL_controller as s tt, piston = s.SPL_measurement_and_analysis()

  • Note down the saved TN:

Saved tracking number: 20220504_094318

  • Read the fringe matrix:

s.get_fringe_matrix('20220504_094318', display=True)

  • Individual images are saved in conf.measurement_path as FITS files: tn/image_xxx.fits

  • to access the camera and filter used by the above function (for debugging)

camera = s.define_camera() filtro = s.define_filter()

  • if using a non-standard camera or filter, define them using plico_motor and pysilico and then:

tt, piston = s.SPL_measurement_and_analysis(camera, filter)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages