Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.naic.edu/~phil/aosoft/stripVme.html
Дата изменения: Thu Nov 4 00:00:10 2010 Дата индексирования: Tue Oct 2 04:39:12 2012 Кодировка: Поисковые слова: закон вина |
Standard Arecibo datataking records contain a header followed by data. stripVme will select a subset of scans and records within a file and strip off the headers, data, or neither. The input is taken from standard input and the output is written to stdout.
A selection criteria allows creating a subset of the file. For a record to be output it must satisfy all of these criteria. With options -f and -l you can specify the first and last scan numbers to include. Option -o choses the ordinal scan to start with (counting from 1) while option -n sets the maximum number of scans to output. Option -g will pick a subset of records within each matched scan.
Strip off the data passing the headers, then convert the headers to ascii.
Output the data from records 5 through 10 of scans 919300005 through 919300012.
Output the data from the third through seventh scans.
~phil/util/filters/stripVme.c location of source code
printhdrV(1L)
stripVme can read from disc or a pipe. To input from tape you should pipe dd into stripVme.
Content-type: text/html