Ejemplo n.º 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
Ejemplo n.º 2
0
def pbcor_fits(script):
    script = script + com.pbcor() + sc.pbcor() + com.export() + sc.fits() + com.analysis()
    return script