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

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

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

1. Procedure
... Colour transformations are supplied only for the three visual bandpass filter (U, B, V). ... compute the colour term (mag1-mag2) in the instrumental system . select the applicable colour transformation . ... the correct branch of the colour transformation is selected: . match the value of the optional parameter branch (if not set the default value 0 is used) to the value in the column BRANCH of the CCF COLOURMAG extension. the correct interval of the colour transformation is selected: . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node560.html -- 13.0 Кб -- 20.09.2011
Похожие документы

2. Astronomy HyperText Book: Stellar Evolution
... Stellar Evolution is driven entirely by the never ending battle between Pressure and Gravity . As imbalances are reached, the star is driven to find a new Energy source. ... Pressure and gravitational forces are equal, the star is stable and its core is sufficiently hot to fuse Hydrogen into Helium More about main sequence stars . ... The luminosity generated by the core fusion of Helium into Carbon is far greater than the shell luminosity associated with the fusion of Hydrogen into Helium. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/textbook/se.html -- 4.8 Кб -- 16.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>315) - zebu.uoregon.edu/ )

3. Setup Files
Next: Standard Setup Files Up: THE SCHED INPUT FILES Previous: List of Frequency File Contents . Setup files are used to provide station-specific input parameters. ... Setup files can be imbedded in the main program input, much like source and station catalogs. The group of inputs immediately before the setup file should contain the parameter SETINIT with an argument that gives this ``setup file'' (which may contain more than one group of stations) a name. ... Standard Setup Files . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Setup_Files.html -- 12.2 Кб -- 10.04.2016
Похожие документы

4. http://www.stsci.edu/~mperrin/ircal/webquery
usr/bin/perl # # This program gets the output of a specified URL. The user # specifies the host and URL as well as any parameters that might # be used by the URL. The output of URL is returned either # to standard output or to a specified file. Five special keyword # parameters may be specified: url, host, method, port and file. ... Usage: # webquery url=URL host=HOST method=METHOD port=PORT file=FILE # [key=VALUE key=VALUE] # # The default URL is the null string. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/ircal/webquery -- 5.6 Кб -- 03.07.2004
Похожие документы

5. HyperLEDA documentation: parameter: Mg2
... The measured Mg2 index corresponds to a certain defined region of the object and, after systematic corrections applied to series of measurements, it is reduced to a common standard aperture (for galaxies only). The compilation of Mg2 measurements may be accessed in HyperLeda. mg2 is the Mg2 index in mag. The Mg2, as well as velocity dispersions, are standardized to an aperture r norm of 0.595 h -1 kpc, which is equivalent to an angular diameter of 3.4 arcsec at the distance of Coma. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/param/mg2.html -- 3.0 Кб -- 23.12.2013
Похожие документы

6. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

7. IPACMAN V2.4 Integration Test Plan
... IPACMAN V2.5 Test Plan (or more) . ... Anyway, results given hereafter are related to one plaform only (the one mentioned on the top). ... specific testcases The following testcases correspond to the minimum set of tests to be run on every new IPACMAN release (alpha, beta, final, .. ... 1/ START IPACMAN . ... Expected result . ... Verify IP: select an IP on disk and run Reports>verify IP . ... IP Diff: select two IPs on disk, and run Reports>IP Diff and check manually the results: verify the . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/IPACMAN-test-plan.html -- 28.6 Кб -- 14.10.2002
Похожие документы

8. The Pul-3 astrometric catalogue (Second edition). Data access form.
The starting page - The catalogues page - The list of the PUL2 fields - The list of the Pul-3(Pul-3SE) fields - The list of the PUL_ERS fields . please read short description of the access form controls . ... Right Ascension (ICRF/Tycho-2) J2000 at the central epoch of obs. (hours, minutes, seconds) (Obligatory parameter) . ... proper motion in RA (*cos(DE)) (ICRF/Tycho-2). (mas/yr) . ... Check the apropriate checkbox to output these data and radiobutton to select stars within interval. ...
[ Сохраненная копия ]  Ссылки http://www.puldb.ru/pul3/pul3f.php?fn=001&ra=00%2009%2008.6&de=+27%2045%2047 -- 15.1 Кб -- 09.04.2016
Похожие документы

9. Passing arguments to the shell
Shell scripts can act like standard UNIX commands and take arguments from the command line. Arguments are passed from the command line into a shell program using the positional parameters $1 through to $9 . Each parameter corresponds to the position of the argument on the command line. ... For example: cat printps # This script converts ASCII files to PostScript # and sends them to the PostScript printer ps1 # It uses a local utility "a2ps" a2ps $* | lpr -Pps1 printps elm.txt vi.ref msg . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.1.html -- 2.8 Кб -- 17.01.1997
Похожие документы

10. http://xray.sai.msu.ru/~ivan/gmt/man/pshistogram.html
pshistogram - Bin data and plot histograms pshistogram file -Jx xscale [/ yscale ] -W bin _ width [ -2 ] [ -A ] [ -B tickinfo ] [ -C ] [ -E azimuth / elevation ] [ -G fill ] [ -H[ nrec ] ] [ -I[o] ] [ -K ] [ -L pen ] ... [r] ] [ -S ] [ -U[ / dx / dy / ][ label ] ] [ -V ] [ -X x - shift ] [ -Y y - shift ] [ -Z type ] [ -c copies ] [ -bi[s][ n ] ] pshistogram reads the first column from file [or standard input ] and calculates ... L Draw bar outline using the specified pen thickness. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/pshistogram.html -- 7.9 Кб -- 19.03.1999
Похожие документы <