Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 187562 (175 сайтов) ---- Время поиска: 0.39сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/sag-0.4/node34.html.

1. HyperLeda: example of online pipeline processing
Examples of pipeline processing . ... This page presents examples of "on the fly" processing of FITS astronomical data available on the WEB using the HyperLeda pipeline tools. ... In many cases, raw data are archived and a consisten description of the file (FITS header) allows to process them on the fly. ... This first command makes a "pre-view" display of the image. o=fa:L93111HP1/00147&z=vg . ... The result of a pipeline processing is a FITS file that you can read as a normal disk file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/11/examples.html -- 11.1 Кб -- 23.12.2013
Похожие документы

2. Piping in a C program
Next: popen() - Formatted Piping Up: Process Control and Management Previous: exit() . Piping is a process where the input of one process is made the input of another. We have seen examples of this from the UNIX command line using . We will now see how we do this from C programs. We will have two (or more) forked processes and will communicate between them. ... UNIX allows two ways of opening a pipe. popen() - Formatted Piping . ... Wed Sep 14 10:06:31 BST 1994 ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_2.html -- 2.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_2.html -- 2.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_2.html -- 2.6 Кб -- 02.10.2012
Похожие документы

3. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

4. Execute a command without creating a new process
. The exec statement causes the command specified as its argument to be executed in place of the current shell without creating a new process. For example: exec zmail -visual . This runs just the zmail program without a shell. When you quit the application the current shell also exits.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.4.html -- 2.0 Кб -- 17.01.1997
Похожие документы

5. Central Processor Platform CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Platform Documentation . The ASKAP Central Processor platform consists of a Cray XC30 supercomputer and a 1.4PB Cray Sonexion storage system mounted as a Lustre filesystem. 2 x Login Nodes: . ... To login to the ASKAP Central Processor: . ... usr/bin/env bash #SBATCH --time=01:00:00 #SBATCH --ntasks=80 #SBATCH --ntasks-per-node=20 #SBATCH --job-name=myjobname #SBATCH --no-requeue #SBATCH --export=NONE aprun -B ./myprogram . ... Central Processor Platform . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/platform/processing.html -- 16.7 Кб -- 12.04.2016
Похожие документы

6. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

7. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

8. Errors Messages and Problems
... Many times, the system will respond to a command with a system message. This message may be an error message, indicating that the command was incorrect, or it may be simply an informational message intended to tell you about the status of the task. ... TYPR FILE_NAME.TXT %DCL-W-IVVERB, unrecognized command verb-check validity and spelling \TYPR\ Notice that in the preceding example, the message was issued by the DCL command interpreter and that it is a warning message. ... Runaway Processes . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_19.html -- 6.0 Кб -- 01.11.1995
Похожие документы
Еще в разделе: (Показать все результаты (>19598) - www.stsci.edu/ )

9. Alsvid - Python Programs for Processing FITS Astronomical Image Data
The Python programs offered here result from the development of methodology for processing image data with high precision, in a flexible command line system useful for astronomical and laboratory image processing. ... Alsvid is efficient in robotic and automated or scripted server processing of astronomical images, and also in interactive command line processing for research and visualization. ... In large part it replaces IRAF and IDL when scripted image processing is required. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/alsvid/ -- 3.4 Кб -- 22.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>675) - www.astro.louisville.edu/ )

10. Command Line Examples
... omgchain (omgchain-1.3) [xmmsas_20060628_1801-7.0.0] . ... Use command `omgchain` to process the ODF data set in the current directory or to where SAS_ODF has been set to, and to place the product files in the current directory. Use command `omgchain outdirectory=output_directory_path` to process the ODF data set in the current directory or to where SAS_ODF has been set to, and to place the output files into the specified directory. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/omgchain/node17.html -- 4.0 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>8853) - xmm.vilspa.esa.es/ )

11. IKI IPL home page
You can also see this page in Russian with using KOI8 (X Windows) or CP1251 (MS Windows) Cyrillic coding. The Laboratory supports the space TV experiments, mainly in the planetary exploration missions. ... Image Co-registration . ... PHOBOS mission - Martian satellites investigations. Phobos on the Martian limb, the image from Phobos-2 probe from 02/28/89. ... Russian Space Bulletin. ... Last modified at June,26 1997 Alexey Kuzmin: akuzmin@mx.iki.rssi.ru . Back to IKI home page ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/IPL/ -- 4.8 Кб -- 05.08.1997
Похожие документы