LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst.gdb.afw.printers.GdbOptionParser.SourcePrinter Class Reference
Inheritance diagram for lsst.gdb.afw.printers.GdbOptionParser.SourcePrinter:

Public Member Functions

def __init__
 
def to_string
 

Public Attributes

 val
 

Detailed Description

Definition at line 385 of file printers.py.

Constructor & Destructor Documentation

def lsst.gdb.afw.printers.GdbOptionParser.SourcePrinter.__init__ (   self,
  val 
)

Member Function Documentation

def lsst.gdb.afw.printers.GdbOptionParser.SourcePrinter.to_string (   self)

Definition at line 391 of file printers.py.

392  def to_string(self):
393  return "Source{id=%d astrom=(%.3f, %.3f)}" % (self.val["_id"],
394  self.val["_xAstrom"], self.val["_yAstrom"])
class DetectorPrinter(object):

Member Data Documentation

lsst.gdb.afw.printers.GdbOptionParser.SourcePrinter.val

Definition at line 389 of file printers.py.


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