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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/gplot/colademo.html.

1. Spectrum - control
... spectrum . ... nsource <n> : choice of source function (def: 3=Feautrier) . noptype <n> : choice of continuous opacity (def: 1=Kiel) . nhedat <nhedat> : choice of HeI data (BCS or Mon treal) (def: 1=BCS) . ... read_model <filename>: read model atmosphere in QUB/STERNE2 format . ... wavmax <w_max> : distance from line centre to compute . ... nvturb <n vt > : number of points in -dependent v turb . ... tau_exp <n> : increase resolution of optical depth scale by adding additional points . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_commands.html -- 10.8 Кб -- 03.06.2012
Похожие документы

2. PHYSICAL-COORDINATES low level subroutines
. The following low level subroutines belong to the category PHYSICAL-COORDINATES: . ``Calculations with physical coordinates'' In parentheses the name of the source file is given. DCDPOS . The function dcdpos decodes position input for boxinp and posinp. ( cotrans.c ) .
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/dc123doc/PHYSICAL-COORDINATES_dc3subs.html -- 1.7 Кб -- 17.01.2009
Похожие документы

3. Redirecting standard input and output
. Unix considers any device attached to the system to be a file. And that includes your terminal! . By default, a command treats your terminal as the standard input file from which to read in information. Your terminal is also treated as the standard output file to which information is sent from the command. This action can be changed by redirecting standard input and standard output from and to any other file. Redirecting standard input . Redirecting standard output . Appending standard output to a file .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

4. How to Make and Maintain Simple Site Maps
... Blank lines and lines starting with "#" are skipped. #this line is optional INDENT=2 http://www.foo.com/ The top level entry http://www.bar.com/ One level down from the top http://www.baz.com/ Use a pipe symbol | to make some text appear outside of the link http://www.zap.com/ Use ampersand notation (e.g. &#124;) to include a pipe symbol in the link text * Use an asterisk for the URL if you want text but no link http://www.cow.com/ Two levels down | ... Two levels down (parent is asterisk line) . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/maphowto.html -- 8.6 Кб -- 01.10.2012
Похожие документы

5. Low Level Operators and Bit Fields
... Bit Fields . Bit Fields: Practical Example . ... NOTE: The combination of pointers and bit-level operators makes C useful for many low level applications and can almost replace assembly code. ... To illustrate many points of bitwise operators let us write a function, Bitcount , that counts bits set to 1 in an 8 bit number ( unsigned char ) passed as an argument to the function. int bitcount(unsigned char x) { int count; for (count=0; x != 0; x>>=1); if ( x & 01) count++; return count; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
Похожие документы

6. TUI:Scripts:Scripting Tutorial:User Input
This example shows how to add a few input widgets to a script and how to get data from them. This is a fairly artificial example in that one would normally just use the DIS Expose window for this purpose. ... import RO.Wdg import Tkinter import TUI .Inst.ExposeModel as ExposeModel from TUI .Inst.ExposeStatusWdg import ExposeStatusWdg class ScriptClass(object): Take a series of DIS darks with user input . def __init__(self, sr): Display exposure status and a few user input ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html -- 6.6 Кб -- 05.09.2014
Похожие документы

7. mod_sed - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Filter Input (request) and Output (response) content using sed syntax . ... sed_module . ... mod_sed is an in-process content filter. ... However, unlike sed , mod_sed doesn't take data from standard input. Instead, the filter acts on the entity data sent between client and server. mod_sed can be used as an input or output filter. mod_sed is a content filter, which means that it cannot be used to modify client or server http headers. ... mod_sed . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_sed.html -- 12.1 Кб -- 19.11.2015
Похожие документы

8. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы

9. Neural network approach
... One of the widely used models of neural network is the multi-layered perceptron [6]. The model network has layers of input and output elements called neurons. ... An input vector is put on the input layer, passes through the hidden layers, and arrives at the output layer. The corresponding output vector is determined by calculation of the neuron activity level for each layer using already known values of neuron activity of the previous layers. ... Training was an iterative process. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node3.html -- 5.6 Кб -- 19.11.2010
Похожие документы

10. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/A3/DISKA3
CONTENTS: comms cpio e2fsbn find grep lpr gpm sh_utils syslogd tar txtutils zoneinfo bash less less: less-290 less: less: Less is a paginator similar to more (1), but which allows backward less: movement in the file as well as forward movement. ... This version of tar also supports archive tar: compression using GNU zip. tar: tar: tar: tar: tar: tar: txtutils: GNU textutils-1.9 txtutils: txtutils: These are the GNU text file (actually, file contents) processing txtutils: utilities. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/A3/DISKA3 -- 6.8 Кб -- 12.07.1995
Похожие документы

11. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/client_block_api.html -- 4.8 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>84) - neptun.sai.msu.ru/ )

12. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

13. Power GrabberTM
Flexible frame grabbing to PC over PCI bus from area & line scan cameras . ... Analog input up to 20 MHz and digital input up to 32 Mbytes/Sec. ... The LPG-132 will easily interface to virtually any analog or digital camera and provides lightning fast PCI transfers at an amazingly attractive price. The LPG-132 will interface with any camera or sensor at data rates up to 32 Mbytes/Sec. ... The LPG-132 comes in two configurations - one for analog input and the other for digital inputs. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/tmp/DIPIX/LPG%20Power%20Grabber.htm -- 18.6 Кб -- 11.09.2004
Похожие документы
Еще в разделе: (Показать все результаты (>44) - vega.inp.nsk.su/ )

14. ZProjector (ImageJ API)
... java.lang.Object ij.plugin.ZProjector . ... public class ZProjector . ... static int . ... Field Detail public static final int AVG_METHOD . ... public static final int MAX_METHOD . ... public static final int MIN_METHOD . ... public static final int SUM_METHOD . ... public static final int SD_METHOD . ... public static final int MEDIAN_METHOD . ... This is useful if ZProjection_ object is to be used not as a plugin but as a stand alone processing object. public void setStartSlice (int slice) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/ZProjector.html -- 21.7 Кб -- 02.12.2010
Похожие документы

15. XV-HITRAN
... The software enables to browse HITRAN-86 or 96 databases. It enables input first 7 atmospheric gases. ... calculate atmospheric transmittance on any pressure level, . calculate instrument transmission functions through the atmosphere, . ... The software is supplied by standard atmospheric profiles, extracted from FASCODE_3.0 FORTRAN codes (dowloaded from PL/GP), and by instrument response function for IR channels of NOAA 14 satellite (both AVHRR and HIRS, downloaded from NOAA/NESDIS). ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_hitran.htm -- 3.7 Кб -- 14.10.1997
Похожие документы
Еще в разделе: (Показать все результаты (>21) - smis.iki.rssi.ru/ )

16. Dunk Proceedings - 2dF QSO Redshift Survey (UBR Input Catalogue)
. | Front page | . | << - Survey description objectives | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/ubrcat.html -- 2.0 Кб -- 24.09.1999
Похожие документы
Еще в разделе: (Показать все результаты (>9) - www.2dfquasar.org/ )

17. ELF-VLF ADVANCED SIGNAL ANALYZER AND SAMPLER SAS-2
ELF-VLF ADVANCED SIGNAL ANALYZER AND SAMPLER SAS-2 . ... Therefore the SAS-2 must be input signals in the band 20Hz…16kHz (or 20kHz) from as other SI. In this case the SAS-2 must get the wide-band ELF-VLF input signal form the . ... e) Onboard Time: The time is needed to program scheduled data collections ! ... MODE 2 : In this mode the SAS-2 investigates that the input signals appearing in the three (six) input channels are a whistler or not. ... Address of input channel is added to each sample. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/projects/warning/sas-2.html -- 27.4 Кб -- 15.02.2000
Похожие документы

18. Stellarium: JsonListIterator Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... JsonListIterator Class Reference . Qt-style iterator over a JSON array. ... JsonListIterator (QIODevice *input) . Sets up JsonListIterator to read an array. ... next () . Reads and parses the next object from input. ... Returns true if the next non-whitespace character is not a ']' character. ... Because of this, do not modify the QIODevice between calls to JsonListIterator methods. ... input . ... QVariant JsonListIterator::next . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classJsonListIterator.html -- 9.0 Кб -- 28.02.2014
Похожие документы

19. On An Atomic Level, That Is To Say, 'granular Level' ... - an Astronomy Net
Astronomy Discussion Forums . Forums: . ... On An Atomic Level, That Is To Say, 'granular Level' .. ... Post Message | ... Posted by M.W.Pearson on October 16, 2002 16:36:53 UTC . ... The first, I think - aurino1 - October 16, 2002 - 17:30 UTC . ... Anyone is out; Someone Else is in - aurino1 - October 16, 2002 - 20:33 UTC . ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/53.shtml -- 15.6 Кб -- 09.04.2016
Похожие документы

20. IDL programs
FIRST SCREEN . Input files : image with wedges and image with spectrum (fits or tiff format). ... What to do : First of all you must fill in the region which the profiles should be taken from, by pressing "range for profiles" button. ... SECOND SCREEN . ... THIRD SCREEN . ... In the first screen you can change the size of the image by pressing "CHANGE SIZE" button. ... After pressing "Next profile" button, click to the same spectral lines in the same order as you did in the first profile. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/fotocalib.html -- 5.5 Кб -- 01.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>328) - lnfm1.sai.msu.ru/ )

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


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования