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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/markback.hlp.html.

1. ASNCOMBINE (Nov98) --- nictools --- ASNCOMBINE (Nov98)
asncombine -- Process and combine images in one or two NICMOS associations asncombine association . ... set to yes to include error planes in co-added images error. background . ... This is useful to use different background subtractions for different images. fheader . set to yes in order to multiply the background by the value of keyword "factor" in the image header. ... Set to yes to use quadrants statistics save in the image header from previous runs of asncombine. regquad1 . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/asncombine.hlp.html -- 8.9 Кб -- 06.06.2006
Похожие документы

2. 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
Похожие документы

3. Casda Upload Utility CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Utilities . The CASDA upload utility prepares artifacts for submission to the CSIRO ASKAP Science Data Archive (CASDA). ... Evaluation Pipeline Artifacts (any file format) . ... The measurement set is a directory, where CASDA requires a single file per artifact . ... The following example declares four artifacts to be uploaded to CASDA, one for each of the artifact types: image, source catalogue, measurement set and evaluation report. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/utils/casdaupload.html -- 14.3 Кб -- 12.04.2016
Похожие документы

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

5. POLIMPLOT (V2.00) --- November00 --- POLIMPLOT (V2.00)
polimplot -- Plot a polarization vector map . ... inpol = "" [name] . Input linear polarization image (in %) to plot. inpopa = "" [name] . Input image for position angle of linear polarization vectors (degrees). poi_err = "" [boolean] . ... Name of corresponding polarization position angle error image (degrees). ... This task is a flexible tool for plotting a polarization vector map from two images of the polarization and the position angle of the polarization vector. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~jwalsh/softpol/polimplot.help.html -- 7.6 Кб -- 02.11.2000
Похожие документы

6. Examples of using the ps command
To display information about your processes that are currently running: ps PID TTY TIME COMMAND 13185 ttyAF/ABFd 0:00 rlogind 13187 ttyAF/ABFd 0:01 bash 13218 ttyAF/ABFd 0:00 ps . ... 0:00 bash 3015 ? ... 0:00 bash 18469 ? ... To display information about the processes associated with another user (System V) ps -u rob PID TTY TIME COMMAND 1390 ttyAH/ABHb 0:18 bash 1403 ttyAH/ABHc 0:01 bash 1435 ttyAH/ABHY 0:01 bash 1471 ttyAH/ABHY 5:57 ream 2307 ttyAH/ABHb 0:29 xbiff 2315 ttyAH/ABHb 0:27 xbiff . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz4.2.html -- 3.4 Кб -- 17.01.1997
Похожие документы

7. OptInt PmWiki : PmWiki / Page Directives
OptInt PmWiki : Pm Wiki / Page Directives . ... attachlist NAME:) shows a list of attachments of the group or page NAME. (:attachlist ext=xxx:) specifies an extension for filtering by type of file. (:attachlist *:) shows the uploads directory and permits browsing of all uploaded files by directory ( will not work if $EnableDirectDownload is set to 0 ). (:description text:) . ... If supported by the skin , each of these turns off the corresponding portion of the page. (:redirect PageName:) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageDirectives?action=print -- 17.9 Кб -- 01.03.2014
Похожие документы

8. CREATE FULLTEXT MAPPING
... CREATE FULLTEXT MAPPING -- binds tokens and dictionaries . ... CREATE FULLTEXT MAPPING bind token of type lexemetypename and full-text dictionaries in given configuration cfgname . ... CREATE FULLTEXT CONFIGURATION testcfg LOCALE 'testlocale' LIKE russian_utf8; CREATE FULLTEXT CONFIGURATION =# CREATE FULLTEXT MAPPING ON testcfg FOR lword,lhword,lpart_hword WITH simple,en_stem; CREATE FULLTEXT MAPPING =# \dF+ testcfg Configuration 'testcfg' Parser name: 'default' Locale: 'testlocale' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/