示例#1
0
def pbcor_fits(script):
    """write the portion of the script that does the primary beam correction and exports the files to fits"""
    script = script + com.pbcor() + sc.pbcor() + com.export() + sc.fits() + com.analysis()
    return script
def pbcor_fits(script):
    script = script + com.pbcor() + sc.pbcor() + com.export() + sc.fits() + com.analysis()
    return script