コード例 #1
0
ファイル: script_generator.py プロジェクト: elastufka/DR
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
コード例 #2
0
def pbcor_fits(script):
    script = script + com.pbcor() + sc.pbcor() + com.export() + sc.fits() + com.analysis()
    return script