ConfigDatasetType

class lsst.pipe.base.ConfigDatasetType(name)

Bases: lsst.pipe.base.argumentParser.DynamicDatasetType

Dataset type specified by a config parameter.

Parameters:
name : str

Name of config option whose value is the dataset type.

Methods Summary

getDatasetType(namespace) Return the dataset type as a string, from the appropriate config field.

Methods Documentation

getDatasetType(namespace)

Return the dataset type as a string, from the appropriate config field.

Parameters:
namespace : argparse.Namespace

Parsed command.