Source code for casatasks.information.listhistory

#
# stub function definition file for docstring parsing
#

[docs]def listhistory(vis): r""" List the processing history of a dataset: [`Description`_] [`Examples`_] [`Development`_] [`Details`_] Parameters - vis_ (path) - Name of input visibility file (MS) .. _Description: Description The list of all tasks and processing steps of a MeasurementSet will be written to the logger. .. _Examples: Examples To write the task processing steps of a MeasurementSet to the CASA logger: :: listhistory(vis='filename.ms') .. _Development: Development No additional development details .. _Details: Parameter Details Detailed descriptions of each function parameter .. _vis: | ``vis (path)`` - Name of input visibility file (MS) """ pass