Source code for pipeline.h.cli.private.task_h_import_calstate
from casatasks import casalog
from .. import utils
[docs]def h_import_calstate(filename):
context = utils.get_context()
context.callibrary.import_state(filename)
from casatasks import casalog
from .. import utils
[docs]def h_import_calstate(filename):
context = utils.get_context()
context.callibrary.import_state(filename)