lsst.pipe.base  13.0-9-g1c7d9c5+4
 All Classes Namespaces Files Functions Variables Pages
Static Public Attributes | List of all members
lsst.pipe.base.argumentParser.InputOnlyArgumentParser Class Reference
Inheritance diagram for lsst.pipe.base.argumentParser.InputOnlyArgumentParser:
lsst.pipe.base.argumentParser.ArgumentParser

Static Public Attributes

 requireOutput = False
 
- Static Public Attributes inherited from lsst.pipe.base.argumentParser.ArgumentParser
 requireOutput = True
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.base.argumentParser.ArgumentParser
def __init__
 Construct an ArgumentParser. More...
 
def add_id_argument
 Add a data ID argument. More...
 
def parse_args
 Parse arguments for a pipeline task. More...
 
def handleCamera
 Perform camera-specific operations before parsing the command line. More...
 
def convert_arg_line_to_args
 Allow files of arguments referenced by @<path> to contain multiple values on each line. More...
 

Detailed Description

An ArgumentParser for pipeline tasks that don't write any output

Definition at line 679 of file argumentParser.py.

Member Data Documentation

lsst.pipe.base.argumentParser.InputOnlyArgumentParser.requireOutput = False
static

Definition at line 681 of file argumentParser.py.


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