TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
AG_Utils.MyMD Class Reference
Inheritance diagram for AG_Utils.MyMD:
Inheritance graph
Collaboration diagram for AG_Utils.MyMD:
Collaboration graph

Public Member Functions

def __init__ (self)
 
def keyPressEvent (self, e)
 
def initVar (self)
 
def initUI (self)
 
def doGetFile (self)
 
def loadNew (self)
 
def doOk (self)
 
def doCancel (self)
 
def __init__ (self)
 
def keyPressEvent (self, e)
 
def initVar (self)
 
def initUI (self)
 
def doGetFile (self)
 
def loadNew (self)
 
def doOk (self)
 
def doCancel (self)
 
def __init__ (self)
 
def keyPressEvent (self, e)
 
def initVar (self)
 
def initUI (self)
 
def doGetFile (self)
 
def loadNew (self)
 
def doOk (self)
 
def doCancel (self)
 

Public Attributes

 loadNewStars
 
 ui
 
 fname
 

Detailed Description

   Pops up the Autoguider Settings dialog. Items include:

    Target pixel for centering - This is the pixel to which the AutoGuider moves the star
          when the "Center Star" button is pressed

            Sets AG_Conf.ctrX, AG_Conf.ctrY

    Gain - Returns this fraction of the offset (to avoid oscillation)

            Sets AG_Conf.gain

    Guide Box Half-Width - Sets the size of the guide box. Note: HALF-width!

            Sets AG_Conf.gbSizHalf

    Target File - Select an LN-standard target file to show crosses on AG display

            Sets AG_Conf.targFile

    Verbose Mode - How much printed feedback do we get?

            Sets AG_Conf.verbose

    ----------------------------------------------------------------------------------

    DEVelopment Mode - Check box whether we are doing offline development

        K-Mirror angles SX/DX - to test proper rotation, etc.

            Sets AG_Conf.kmAngSDX[SX,DX]

        K-Mirror angles SX/DX - to test proper rotation, etc.

            Sets AG_Conf.par


   Note that this class was built on Tom's template:

        self_mdDialog.py in ~/Dropbox/Python/ModalDialog

Constructor & Destructor Documentation

◆ __init__() [1/3]

def AG_Utils.MyMD.__init__ (   self)

◆ __init__() [2/3]

def AG_Utils.MyMD.__init__ (   self)

◆ __init__() [3/3]

def AG_Utils.MyMD.__init__ (   self)

Member Function Documentation

◆ doCancel() [1/3]

def AG_Utils.MyMD.doCancel (   self)

◆ doCancel() [2/3]

def AG_Utils.MyMD.doCancel (   self)

◆ doCancel() [3/3]

def AG_Utils.MyMD.doCancel (   self)

◆ doGetFile() [1/3]

def AG_Utils.MyMD.doGetFile (   self)

◆ doGetFile() [2/3]

def AG_Utils.MyMD.doGetFile (   self)

◆ doGetFile() [3/3]

def AG_Utils.MyMD.doGetFile (   self)

◆ doOk() [1/3]

def AG_Utils.MyMD.doOk (   self)

◆ doOk() [2/3]

def AG_Utils.MyMD.doOk (   self)

◆ doOk() [3/3]

def AG_Utils.MyMD.doOk (   self)

◆ initUI() [1/3]

def AG_Utils.MyMD.initUI (   self)
Initializes the GUI, especially attaching widgets to routines 

◆ initUI() [2/3]

def AG_Utils.MyMD.initUI (   self)
Initializes the GUI, especially attaching widgets to routines 

◆ initUI() [3/3]

def AG_Utils.MyMD.initUI (   self)
Initializes the GUI, especially attaching widgets to routines 

◆ initVar() [1/3]

def AG_Utils.MyMD.initVar (   self)
Initializes important variables (i.e. current stage positions, limits)

◆ initVar() [2/3]

def AG_Utils.MyMD.initVar (   self)
Initializes important variables (i.e. current stage positions, limits)

◆ initVar() [3/3]

def AG_Utils.MyMD.initVar (   self)
Initializes important variables (i.e. current stage positions, limits)

◆ keyPressEvent() [1/3]

def AG_Utils.MyMD.keyPressEvent (   self,
  e 
)

◆ keyPressEvent() [2/3]

def AG_Utils.MyMD.keyPressEvent (   self,
  e 
)

◆ keyPressEvent() [3/3]

def AG_Utils.MyMD.keyPressEvent (   self,
  e 
)

◆ loadNew() [1/3]

def AG_Utils.MyMD.loadNew (   self)

◆ loadNew() [2/3]

def AG_Utils.MyMD.loadNew (   self)

◆ loadNew() [3/3]

def AG_Utils.MyMD.loadNew (   self)

Member Data Documentation

◆ fname

AG_Utils.MyMD.fname

◆ loadNewStars

AG_Utils.MyMD.loadNewStars

◆ ui

AG_Utils.MyMD.ui

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