|
lsst.afw g10abae039c+de8826df4f
|
Classes | |
| class | AxesPrinter |
| class | BackgroundControlPrinter |
| class | BackgroundPrinter |
| class | BaseSourceAttributesPrinter |
| class | Box2Printer |
| class | CoordinateBasePrinter |
| class | DetectorPrinter |
| class | EigenMatrixPrinter |
| class | EigenVectorPrinter |
| class | ExposurePrinter |
| class | FootprintPrinter |
| class | FootprintSetPrinter |
| class | GilPixelPrinter |
| class | ImagePrinter |
| class | KernelPrinter |
| class | MaskedImagePrinter |
| class | PeakPrinter |
| class | PrintEigenCommand |
| class | PrintImageCommand |
| class | PsfPrinter |
| class | QuadrupolePrinter |
| class | SharedPtrPrinter |
| class | SourcePrinter |
| class | StatisticsControlPrinter |
| class | TablePrinter |
| class | TableSchemaPrinter |
Public Member Functions | |
| __init__ (self, prog, *args, **kwargs) | |
| parse_args (self, args, values=None) | |
| exit (self, status=0, msg="") | |
| getEigenMatrixDimensions (val) | |
| getEigenValue (var, x, y=0) | |
| register (obj=None) | |
| build_boost_dictionary () | |
| build_eigen_dictionary () | |
| build_afw_dictionary () | |
| build_daf_base_dictionary () | |
Static Public Attributes | |
| printers | |
A subclass of the standard optparse OptionParser for gdb
GdbOptionParser raises GdbError rather than exiting when asked for help, or
when given an illegal value. E.g.
parser = gdb.printing.GdbOptionParser("show image")
parser.add_option("-a", "--all", action="store_true",
help="Display the whole image")
parser.add_option("-w", "--width", type="int", default=8,
help="Field width for pixels")
opts, args = parser.parse_args(args)
Definition at line 15 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.__init__ | ( | self, | |
| prog, | |||
| * | args, | ||
| ** | kwargs ) |
Like optparse.OptionParser's API, but with an initial command name argument
Definition at line 30 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.build_afw_dictionary | ( | ) |
Definition at line 775 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.build_boost_dictionary | ( | ) |
Surely this must be somewhere standard?
Definition at line 747 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.build_daf_base_dictionary | ( | ) |
Definition at line 835 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.build_eigen_dictionary | ( | ) |
Surely this must be somewhere standard?
Definition at line 761 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.exit | ( | self, | |
| status = 0, | |||
| msg = "" ) |
Raise GdbError rather than exiting
Definition at line 56 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.getEigenMatrixDimensions | ( | val | ) |
Definition at line 91 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.getEigenValue | ( | var, | |
| x, | |||
| y = 0 ) |
Definition at line 109 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.parse_args | ( | self, | |
| args, | |||
| values = None ) |
Call OptionParser.parse_args after running gdb.string_to_argv
Definition at line 39 of file printers.py.
| lsst.gdb.afw.printers.GdbOptionParser.register | ( | obj = None | ) |
Definition at line 738 of file printers.py.
|
static |
Definition at line 736 of file printers.py.