Source code for pipeline.h.cli.private.task_h_weblog

from casatasks import casalog

from pipeline import show_weblog


[docs]def h_weblog(pipelinemode=None, relpath=None): show_weblog(index_path=relpath)