Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.eso.org/~chummel/oyster/manual/node177.html
Дата изменения: Tue Apr 28 19:12:50 2015 Дата индексирования: Sun Apr 10 20:38:53 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п |
Note that there are some procedures which package
several tasks, e.g., get_pointdata includes
loading of the configuration, scantable, etc.,
and the loading of point data for all scans.
get_records
Read raw data from HDS file. Since there is only one scan per file, no scan number needs to be specified. Note that all records all loaded.get_points,[scans_integer]
Read point data for list of scans. First scan number is always 1! Note that configuration and table data must have been read prior to this call! The default is to load point data for all scans.get_scans
Read scan data into scans. Note that configuration and table data must have been read prior to this call!get_bgscans
Read background scan data into bgscans. Note that configuration and table data must have been read prior to this call!get_motiongroup,group_integer
Read motion group data from .inch file.get_astromcorrgroup,group_integer
Read astromcorr group data from .inch file.get_metrogroup,group_integer
Compount procedure for get_motiongroup and get_astromcorrgroup. Note that the first group is index 1!get_star,star_char
Read point data for star (e.g. FKV0193). Note that configuration and table data must have been read prior to this call!get_rawdata,[file_char]
Compound procedure. Open file if necessary and read configuration, table, and raw data.get_pointdata,[file_char]
Compound procedure. Read point data for all scans. Get auxilliary data. Open file if necessary.get_scandata,[file_char]
Compound procedure. Read scan data and auxilliary data from .cha file. Do astrometry. This command is sufficient to read an entire .cha file. Open file if necessary.get_metrodata,[file_char]
Compound procedure. Read metrology data from .inch file. Also read general configuration and scantable data. Allocate and fill in startable.get_data,[file_char]
Compound procedure for all of the above. Checks file format to see which of the above compound routines will be called to read the data.