Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1load_old_inst_data.html
Дата изменения: Tue Sep 15 02:25:40 2015
Дата индексирования: Sun Apr 10 05:19:56 2016
Кодировка:

Поисковые слова: марс
lsst.tcc: tcc.base.loadOldInstData Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.base.loadOldInstData Namespace Reference

Functions

def loadOldInstData
 Read old format Inst data file into a new Inst. More...
 

Variables

list __all__ = ["loadOldInstData"]
 
dictionary InstPosCodeNameDict
 

Function Documentation

def tcc.base.loadOldInstData.loadOldInstData (   filePath)

Read old format Inst data file into a new Inst.

Parameters
[in]filePathpath to data file
Returns
inst: an Inst block with most fields filled in

Definition at line 33 of file loadOldInstData.py.

Variable Documentation

list tcc.base.loadOldInstData.__all__ = ["loadOldInstData"]

Definition at line 10 of file loadOldInstData.py.

dictionary tcc.base.loadOldInstData.InstPosCodeNameDict
Initial value:
1 = {
2  "1": "PF1",
3  "2": "CA1",
4  "3": "BC1",
5  "4": "BC2",
6  "5": "NA1",
7  "6": "NA2",
8  "7": "TR1",
9  "8": "TR2",
10  "9": "TR3",
11  "10": "TR4",
12  "11": "SK1",
13  "12": "SK2",
14  "13": "SK3",
15  "14": "SK4",
16  "15": "MB1",
17  "16": "MB2",
18  "17": "MB3",
19  "18": "MB4",
20 }

Definition at line 12 of file loadOldInstData.py.