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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~astro/data/data_formats/simage.html.

1. Converting Arecibo Correlator Data to SDFITS or CLASS Native Format
Converting Arecibo Data Into CLASS Internal Format . This is a program to convert Arecibo data into CLASS internal format files. ... The total number of scans/cycle (i.e. it's four if you took: ON, OFF, CAL ON, CAL OFF) . Once you feel confident you know these things, login to an Arecibo computer and then go to whatever directory you wish your CLASS files to reside in. ... Offset 5400.000000 (5400.215304) Scan 103700040: U5440-3. Offset 5400.000000 (5400.215304) Scan 103700041: U5440-4. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/data/data_formats/class.html -- 6.3 Кб -- 20.05.2013
Похожие документы

2. ESO - Where can I find reference file of tag "XSH_MOD_CFG_TAB_VIS" which is
... Science . ... Data Handling and Products > Data Reduction FAQ > Where can I find reference file of tag "XSH_MOD_CFG_TAB_VIS" which is required as an input for xsh_util_physmod? ... Science Users Information . ... Observing with ESO Telescopes . ... Science Software . ... ESO-MIDAS . ... Science Data Products Forum . ... Science Archive Facility . ... ESO Data . ... ESO HST Image Galleries . ... ESO Data Access Policy . Science Activities . ... Science Staff . ... ESO Science Newsletter . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/data-processing/faq/where-can-i-find-reference-file-of-tag-xsh-mod-cfg-tab-vis.html -- 22.2 Кб -- 10.04.2016
Похожие документы

3. Using SPC
Next: Commands Up: SPC (formerly S) A Previous: Introduction Contents . ... Control of SPC commands is via questions and answers. ... If you type a dash (-) as a file name (in D IRECTORY , L OAD , or W RITE ) you return to the command prompt. ... SPC does not alter SPECTRA ( .SPC ) files; it is even safe to load data from an open SPC file at Parkes, i.e. during the observation. Use the command D IRECTORY to list available sequence numbers in a data file to check what's there. loading spectra . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/spc/node3.html -- 13.5 Кб -- 02.10.2012
Похожие документы

4. Far-out Pathways to Space: Solar Sails
... 32a. Early Solar Warning . ... Artist's rendering of solar sail. One such method is the use of a solar sail , relying on the pressure of sunlight. ... When the sail faces the Sun squarely, the pressure of sunlight counteracts the Sun's pull and only enables the satellite to circle the Sun in a slightly larger orbit. ... The starship is propelled by a huge solar sail, pushed by tight beams of light from lasers which are powered by sunlight and orbit the Sun. ... The solar sail home page . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Solsail.htm -- 9.2 Кб -- 03.03.2006
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Solsail.htm -- 9.2 Кб -- 22.12.2007
Похожие документы

5. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... Directories tab (the Projects - VC++ Directories pane in Developer Studio 7.0) listing Executable file paths. ... os\win32\ApacheOS.dsp . ... To simplify the process, dependencies between all projects are defined in the Microsoft Visual Studio workspace file: src/Apache.dsw . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_compiling.html -- 12.2 Кб -- 20.06.2002
Похожие документы

6. Dave Green's (pdf)LaTeX NSTexam.cls (V7.4, 2014/10/13)
NSTexam.cls is a LaTeX class to produce NST Tripos examination papers in the style required by the U of Cambridge. ... NSTexam.pdf -- .pdf of the documentation -- please print this out and read it , as it will answer many questions about how to use NSTexam.cls . ... NSTfonts1.eps -- font sample 1 (used in documentation) . ... the ` txfonts ' font option requires txfonts.sty plus all the associated font files -- which can be used if the ` newtx ' package is not available in your LaTeX implementation. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~dag/NSTexam/ -- 5.6 Кб -- 07.04.2016
Похожие документы

7. SAOtng Memory Considerations
By default, SAOtng maintains in memory both the scaled data and the raw data for each image being displayed. ... But in environments (such as PC/Linux machines) where memory is scarce, SAOtng allows the user to choose not to maintain the raw image section in memory. ... Additional memory considerations are applied to FITS images which are loaded into SAOtng using the Load a New Image menu option, the file public access point, or the XDir program (but not the fits public access point). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/memory.html -- 4.6 Кб -- 01.10.2012
Похожие документы

8. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

9. PlugInFilter (ImageJ API)
... FIELD | ... METHOD . ... static int . ... Set this flag to have the ImageProcessor that is passed to the run() method converted to a FloatProcessor. static int . ... Set this flag if the filter wants its run() method to be called for all the slices in a stack. static int . ... Set this flag if the filter does not want its run method called. static int . ... Set this flag if the setup method of the filter should be called again after the calls to the run(ip) have finished. static int . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/PlugInFilter.html -- 28.9 Кб -- 02.12.2010
Похожие документы

10. Converting Modules from Apache 1.3 to Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Developer Documentation . ... This is a first attempt at writing the lessons I learned when trying to convert the mod_mmap_static module to Apache 2.0. ... create per-server config structures */ . ... merge per-server config structures */ . ... Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/developer/modules.html -- 15.2 Кб -- 19.11.2015
Похожие документы