Найдено документов: 336518 (187 сайтов) ---- Время поиска: 1.36сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/ATNF-DailyImage/archive/2015/31-Oct-2015.html.
http://www.atnf.csiro.au/ATNF-DailyImage/archive/2015/31-Oct-2015.html.
1. VLBI Wiki | Main / ObservingNotes
... VLBI Schedule . ... To run a VLBI experiment, a number of independent programs need to be run. This include a program to control the telescope and IF setup, controlling the DAS and the LBADR disk recorder. The DAS is controlled by a gui. ... For each experiment determine which DAS profile is needed (the wiki guesses the profile, but this is not guaranteed to be correct). ... If starting the recorder late, or when changing disk partition during an experiment do not use the scheduled start. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=Main.ObservingNotes -- 12.9 Кб -- 12.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>45676) - www.atnf.csiro.au/ )
2. CIMA Configuration Files
CIMA configuration files offer You a conveniant way of saving CIMA set-ups to files. ... Then instead of making this selections interactively when You are observing, You can just load and apply the configuration files. ... Any other set-up will be ignored! ... In that case, You are forced to use the 'Load only' option to load the configuration file, inspect the selected set-up carefully, apply the set-up (with the 'Accept' or 'Apply' buttons) and then save a new version of the configuration file. ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~cima/cima_config_files.html -- 8.0 Кб -- 01.03.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6861) - www.naic.edu/ )
3. http://www.eso.org/~rsiebenm/FTP/PR13/HAWKiGraal_sciopsCRE.pdf
... Thus the FTE described below must be added to the AOF FTE budget. ... Activity Scientist overview of changes (R7M) Observing preparation tool ( section 15.1) Instrument Control Panel ( section 15.2) Modification of AOF / Hawk-I acquisition template ( section 15.3) Site quality monitoring and display ( section 15.5) Exposure Time Calculator ( section 15.6) Modification Observing Tool (OT3) ( section 15.8) TOTAL FTE effort 1 0.1 0.3 0.3 0.3 0.2 0.3 2.5 ...
[
Текст
]
Ссылки http://www.eso.org/~rsiebenm/FTP/PR13/HAWKiGraal_sciopsCRE.pdf -- 240.3 Кб -- 31.10.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>52719) - www.eso.org/ )
4. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3864) - www.sai.msu.su/ )
5. http://www.stsci.edu/instrument-news/handbooks/nicmos/c10_backgrounds.doc4.html
... They include: 4 dither patterns, 4 chop patterns, and 3 dither-chop patterns. For each of these, the observer will be able to specify, during the Phase II Proposal submission, the total number of positions desired (2 to 40), the dither size (0 to 40 arcsecs), the chop size (0 to 1800 arcsecs), and the orientation of the pattern on the sky. ... In addition, the figure number where the pattern is graphically shown is given in column 5 of Table 10.1 . ... Figure 10.3 . ... 0.0 - 1800.0 . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/instrument-news/handbooks/nicmos/c10_backgrounds.doc4.html -- 10.3 Кб -- 07.08.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>26108) - www.stsci.edu/ )
6. Mees Observatory
... ASRAS HOME . Radio Astronomy . ... About ASRAS . ... Our Observing Site . ... 2015 Mees Tour Guides . ... We're offering Regular Tours (a presentation on astronomy geared to a general audience, followed by a tour of the observatory and (hopefully!) observing of several objects, which may include the Moon, planets, nebulae, star clusters and perhaps galaxies), and Kids' Tours (a more interactive presentation specially aimed at youngsters plus the observatory tour and observing) as in prior years. ...
[
Сохраненная копия
]
Ссылки http://www.rochesterastronomy.org/Mees-Observatory -- 34.0 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>924) - www.rochesterastronomy.org/ )
7. Could large numbers of black holes account for much of the "dark matter"
... Behemoth black hole found in an unlikely place . ... black holes . ... Observing springtime deep-sky objects with a large telescope . ... Could large numbers of black holes account for much of the "dark matter" estimated to exist in our universe? ... NASA, ESA, M.J. Jee and H. Ford (Johns Hopkins University) No, because the universe never had the raw material to grow enough black holes to account for current estimates of dark matter. Get instant access to subscriber content on Astronomy.com! ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/magazine/ask-astro/2009/04/could-large-numbers-of-black-holes-account-for-much-of-the-dark-matter-estimated-to-exist-in-our-universe -- 63.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6058) - www.astronomy.com/ )
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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1247) - jet.sao.ru/ )
9. Description
... This CCF contains the following five extensions: ADUCOEFF , OFFSET_GAIN , GAIN-HIGH , REEMISSION and REEMISSION1 . ... Code of the bad pixel table (BPT) version, which includes the additional column offset values, described in the OFFSET_GAIN extension. ... GAIN : . ... Vector column of length 64; one gain value per node per chip. ... Vector column of length 64; one offset value per node per chip. ... Vector column of length 64; constant in linear offset value calculation (only present for ALGOID =1...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node674.html -- 11.6 Кб -- 20.09.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>14074) - xmm.vilspa.esa.es/ )
10. Overview of new features in Apache 2.2 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... For new features since version 1.3, see the 2.0 new features document. ... Module Enhancements . ... Module Developer Changes . ... Configuration snippets which can be used to enable commonly-used features are now bundled with Apache, and can be easily added to the main server config. ... The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/en/new_features_2_2.html -- 17.1 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3662) - www.sao.ru/ )
11. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>19060) - crydee.sai.msu.ru/ )
12. Overview of new features in Apache 2.2 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... For new features since version 1.3, see the 2.0 new features document. ... Module Enhancements . ... Module Developer Changes . ... Configuration snippets which can be used to enable commonly-used features are now bundled with Apache, and can be easily added to the main server config. ... The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/new_features_2_2.html -- 19.6 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12358) - www.arcetri.astro.it/ )
13. http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt
RELATIVE SUNSPOT NUMBERS Description of Data from SGD Explanation of Data Reports: Relative Sunspot Numbers -- The relative sunspot number is an index of the activity of the entire visible disk of the Sun. ... The provisional daily Zurich relative sunspot numbers, Rz, were based upon observations made at Zurich and its two branch stations in Arosa and Locarno and communicated by M. Waldmeier of the Swiss Federal Observatory. ... This indicates the uncertainty above and below the predicted number. ...
[
Сохраненная копия
]
Ссылки http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt -- 5.2 Кб -- 18.01.2010
Похожие документы
Похожие документы
14. A matrix of tweets from #AAS225
... Users . ... Data Collection and Analysis . ... This particular part of the analysis has been disabled since the code is struggling to cope with the number of users seen this year, in particular the large contingent of people who have re-tweeted NASA. ... Order accounts: by user number (effectively random) by number of tweets (includes retweets) by number of followers by number of followers that also tweeted about AAS225 by number of friends that also tweeted about AAS225 . ... by user number . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/aas225/user-matrix.html -- 10.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2796) - hea-www.harvard.edu/ )
15. ASP Member Change of Address, Phone Number, and Email Address
home membership . SEARCH ASP SITE: Match ALL words Match ANY word . General/ Technical Membership Form for new members . Renewal General/ Technical Membership Form . Gift Membership Form (New & Renewal) . Member Change of Contact Info . ... ASP E-mail Newsletters . ... Membership Number . ... Institution (leave blank if using home address) . Department (leave blank if using home address) . Street Address . ... New Phone . ... Previous Phone . ... home | ... membership | ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/membership/changeinfo.html -- 21.8 Кб -- 01.08.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1359) - www.astrosociety.org/ )
16. OptInt PmWiki : PmWiki / Url Approvals
OptInt PmWiki : Pm Wiki / Url Approvals . ... This page explains how to discourage "link spamming" on your wiki site using PmWiki's urlapprove.php script. ... allowing you to limit the number of unapproved links that may be added to a page. ... page. You can limit the number of unapproved links per page. ... To see what link is to be approved without editing the page a tool tip can be displayed when the cursor hovers over the (approve links) link that displays the URL. e.g. Example . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/UrlApprovals?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4104) - www.mrao.cam.ac.uk/ )
17. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1906) - www.adass.org/ )
18. Atomic data for Stellar Atmospheres: lte_lines
For calculating model spectra of early-type helium stars in LTE, we maintain a database of atomic data for, mostly, blue-visual absorption lines of light elements. The data is sorted with one file for each ion. ... III = ++ . ... It will work on both complete linelists (including the atomic data at the start and references at the end) or raw ion files (such as Ni2.d). ... A Fortran utility to convert linelists downloaded from the Vienna Atomic Line Database into the new QUB format. synspec_qub . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/lines/lte/html/lines.lte.html -- 10.4 Кб -- 15.11.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3299) - star.arm.ac.uk/ )
19. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1623) - www.apo.nmsu.edu/ )
20. Conference "Algebraic Geometry and Number Theory"
Home . ... The aim of the conference is to discuss recent achievments in algebraic geometry and number theory with special emphasis on their relation to the information theory. Topics to be consdered include the study of points on varieties over number fields and finite fields, zeta functions, modular forms, asymptotic properties of arithmetic invariants of algebraic varieties (such as class numbers, regulators, Schafarevich-Tate groups). ... Alexander Kirillov (Moscow, Philadelphia) . ...
[
Сохраненная копия
]
Ссылки http://www.mccme.ru/poncelet/2014AGNT/index.html -- 5.2 Кб -- 28.06.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1006) - www.mccme.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда