本文整理匯總了Python中Obit.new_OSystem方法的典型用法代碼示例。如果您正苦於以下問題:Python Obit.new_OSystem方法的具體用法?Python Obit.new_OSystem怎麽用?Python Obit.new_OSystem使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類Obit
的用法示例。
在下文中一共展示了Obit.new_OSystem方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: __init__
# 需要導入模塊: import Obit [as 別名]
# 或者: from Obit import new_OSystem [as 別名]
def __init__(self,pgmName, pgmNumber, AIPSuser,
numberAIPSdisk, AIPSdir, numberFITSdisk, FITSdir,
F_TRUE, F_FALSE, err) :
self.this = Obit.new_OSystem(pgmName, pgmNumber, AIPSuser,
numberAIPSdisk, AIPSdir,
numberFITSdisk, FITSdir,
F_TRUE, F_FALSE, err.me)
if err.isErr:
printErrMsg(err, "Error in Obit initialization")
# save info visible to python
self.pgmName = pgmName
self.pgmNumber = pgmNumber
# Rember who I am - can be only one
OSystem.ObitSys = self