API
 
Loading...
Searching...
No Matches
camtipSR.core.camtipSR Class Reference
Inheritance diagram for camtipSR.core.camtipSR:
Inheritance graph
Collaboration diagram for camtipSR.core.camtipSR:
Collaboration graph

Public Member Functions

 setup (self)
 
 handle_state (self, existing_property, new_message)
 
 handle_n_avg (self, existing_property, new_message)
 
 handle_n_jitter (self, existing_property, new_message)
 
 transition_to_idle (self)
 
 fit_SR_gauss (self, img)
 
 fit_SR_EE (self, img)
 
 calc_jitter_RMS (self)
 
 save_ex_img (self, img, name='testframe')
 
 grab_img (self)
 
 grab_stack (self, n)
 
 loop (self)
 

Public Attributes

 modRadius
 
 camera
 
 data_directory
 
 lab_directory
 
 dark_directory
 
 camFit
 
 labf
 
 last_image_filename
 

Static Public Attributes

camtipSRConfig config
 

Protected Attributes

 _state
 CALL FIT FUNCTION.
 
 _dark
 
 _n_avg
 
 _n_jitter
 
 _SR_est
 
 _SR_est_list
 
 _SR_EE
 
 _SR_EE_list
 
 _x0_list
 
 _y0_list
 
 _jitter_RMS
 
 _jitter_x
 
 _jitter_y
 
 _command
 
 _jitter_RSM
 

Detailed Description

Definition at line 43 of file core.py.

Member Function Documentation

◆ calc_jitter_RMS()

camtipSR.core.camtipSR.calc_jitter_RMS (   self)

Definition at line 270 of file core.py.

Referenced by camtipSR.core.camtipSR.loop().

◆ fit_SR_EE()

camtipSR.core.camtipSR.fit_SR_EE (   self,
  img 
)

Definition at line 254 of file core.py.

Referenced by camtipSR.core.camtipSR.loop().

◆ fit_SR_gauss()

camtipSR.core.camtipSR.fit_SR_gauss (   self,
  img 
)

Definition at line 235 of file core.py.

Referenced by camtipSR.core.camtipSR.loop().

◆ grab_img()

camtipSR.core.camtipSR.grab_img (   self)

Definition at line 307 of file core.py.

Referenced by camtipSR.core.camtipSR.loop().

◆ grab_stack()

camtipSR.core.camtipSR.grab_stack (   self,
  n 
)

Definition at line 330 of file core.py.

Referenced by camtipSR.core.camtipSR.grab_img(), and camtipSR.core.camtipSR.grab_stack().

◆ handle_n_avg()

camtipSR.core.camtipSR.handle_n_avg (   self,
  existing_property,
  new_message 
)

◆ handle_n_jitter()

camtipSR.core.camtipSR.handle_n_jitter (   self,
  existing_property,
  new_message 
)

Definition at line 219 of file core.py.

Referenced by camtipSR.core.camtipSR.setup().

◆ handle_state()

camtipSR.core.camtipSR.handle_state (   self,
  existing_property,
  new_message 
)

◆ loop()

camtipSR.core.camtipSR.loop (   self)

Definition at line 352 of file core.py.

◆ save_ex_img()

camtipSR.core.camtipSR.save_ex_img (   self,
  img,
  name = 'testframe' 
)

Definition at line 292 of file core.py.

Referenced by camtipSR.core.camtipSR.loop().

◆ setup()

camtipSR.core.camtipSR.setup (   self)

Definition at line 46 of file core.py.

◆ transition_to_idle()

camtipSR.core.camtipSR.transition_to_idle (   self)

Member Data Documentation

◆ _command

camtipSR.core.camtipSR._command
protected

◆ _dark

camtipSR.core.camtipSR._dark
protected

Definition at line 148 of file core.py.

Referenced by camtipSR.core.camtipSR.grab_img(), and camtipSR.core.camtipSR.grab_stack().

◆ _jitter_RMS

camtipSR.core.camtipSR._jitter_RMS
protected

Definition at line 157 of file core.py.

◆ _jitter_RSM

camtipSR.core.camtipSR._jitter_RSM
protected

Definition at line 282 of file core.py.

◆ _jitter_x

camtipSR.core.camtipSR._jitter_x
protected

Definition at line 158 of file core.py.

Referenced by camtipSR.core.camtipSR.calc_jitter_RMS().

◆ _jitter_y

camtipSR.core.camtipSR._jitter_y
protected

Definition at line 159 of file core.py.

Referenced by camtipSR.core.camtipSR.calc_jitter_RMS().

◆ _n_avg

◆ _n_jitter

camtipSR.core.camtipSR._n_jitter
protected

◆ _SR_EE

camtipSR.core.camtipSR._SR_EE
protected

Definition at line 153 of file core.py.

Referenced by camtipSR.core.camtipSR.fit_SR_EE().

◆ _SR_EE_list

camtipSR.core.camtipSR._SR_EE_list
protected

Definition at line 154 of file core.py.

Referenced by camtipSR.core.camtipSR.fit_SR_EE().

◆ _SR_est

camtipSR.core.camtipSR._SR_est
protected

Definition at line 151 of file core.py.

Referenced by camtipSR.core.camtipSR.fit_SR_gauss().

◆ _SR_est_list

camtipSR.core.camtipSR._SR_est_list
protected

Definition at line 152 of file core.py.

Referenced by camtipSR.core.camtipSR.fit_SR_gauss().

◆ _state

◆ _x0_list

camtipSR.core.camtipSR._x0_list
protected

Definition at line 155 of file core.py.

Referenced by camtipSR.core.camtipSR.calc_jitter_RMS().

◆ _y0_list

camtipSR.core.camtipSR._y0_list
protected

Definition at line 156 of file core.py.

Referenced by camtipSR.core.camtipSR.calc_jitter_RMS().

◆ camera

◆ camFit

◆ config

◆ dark_directory

camtipSR.core.camtipSR.dark_directory

Definition at line 162 of file core.py.

◆ data_directory

camtipSR.core.camtipSR.data_directory

Definition at line 160 of file core.py.

◆ lab_directory

camtipSR.core.camtipSR.lab_directory

Definition at line 161 of file core.py.

◆ labf

camtipSR.core.camtipSR.labf

Definition at line 168 of file core.py.

◆ last_image_filename

camtipSR.core.camtipSR.last_image_filename

Definition at line 295 of file core.py.

◆ modRadius

camtipSR.core.camtipSR.modRadius

Definition at line 134 of file core.py.


The documentation for this class was generated from the following file: