Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/miriad/doc/itemize.html
Дата изменения: Unknown Дата индексирования: Sun Apr 10 21:54:29 2016 Кодировка: Поисковые слова: релятивистское движение |
Task: itemize Purpose: List information about MIRIAD dataset(s) Categories: utility ITEMIZE is a MIRIAD task which dumps a dataset or an item within a dataset. If the input name is an item, then the contents of the item (element for element) are written to the screen. If the input name represents a dataset, then a summary of the items within the dataset are given. Key: in The name of either a dataset, or an item within a data set or a wildcard. For example: % itemize in=dataset or % itemize in=dataset/item or % itemize in='*' For example, to show the history information of file ``cm'', use % itemize in=cm/history When a dataset name is given, itemize summarizes the contents of the entire dataset. When an item name is also given, then itemize dumps the entire contents of the item (in accordance to the index and format keywords). Note that in ITEMIZE an "item" is one of the files in a MIRIAD data set directory, for example the 'history' item, shown above. To access the values of individual header items, use 'gethd'. Key: log The name of the output listing file. The default is the users terminal. Key: index When dumping an entire item, "index" specifies the range of elements to dump. The default is the entire item. For example, to print out lines 10 through 20 of the history item, use: % itemize in=cm/history index=10,20 Key: format When dumping an entire item, this gives the FORTRAN format specifier to be used. For example, when dumping a real item, you may set: format=8e15.7 The default varies according to the data type. Key: options Extra processing options. Several options can be given separated by commas. Minimum match is honoured. nocompact Normally itemize does not print blocks of identical lines. Instead it gives a message indicating the number of repetitions of a line. The "nocompact" option causes it to print the repetitions. This is useful if the output is being parsed by other software.