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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.eso.org/~qc/dfos/finishNight.html.

1. dfosBackup
dfos = Data Flow Operations System, the common tool set for DFO . ... This tool is an infrastructure tool to support the regular backups of operational software and data. ... It copies a set of defined data into two places, one on the raid5 data disk ($BACKUP_DIR1), the other under the home directory ($BACKUP_DIR2). ... If that number e.g. is set to 10 and the tool is called weekly, backup no. 11 will overwrite backup no. 1 etc. ... data<nn>/data/backup . 1st directory for backups (on raid5) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/dfosBackup.html -- 9.6 Кб -- 16.05.2006
Похожие документы
Еще в разделе: (Показать все результаты (>51681) - www.eso.org/ )

2. HST
... These Frontier Fields will combine the power of HST with the natural gravitational telescopes of high-magnification clusters of galaxies. ... We are soliciting gravitational lensing maps for the last four Hubble Frontier Fields clusters (MACSJ0717.5+3745, MACSJ1149.5+2223, AbellS1063, and Abell 370) based upon the exceptionally deep HST FF imaging and other new ancillary data. ... For the full set of proposal instructions and requirements, see the FY16 Frontier Fields Lensing Map Call for Proposals....
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst -- 20.2 Кб -- 09.04.2016
Похожие документы

3. htcacheclean - Clean up the disk cache - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... htcacheclean is used to keep the size of mod_cache_disk 's storage within a given size limit, or limit on inodes in use. ... If one or more URLs are specified, each URL will be deleted from the cache, if present. ... Specify limit as the total disk cache size limit. ... By passing the -a or -A options to htcacheclean , the URLs within the cache will be listed as they are found, one URL per line. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/htcacheclean.html -- 14.9 Кб -- 19.11.2015
Похожие документы

4. http://www.mso.anu.edu.au/~jerjen/researchprojects/cepheids/procedure
... Cepheid is at xy= 101 101 # make a file called 'refstarcoor' with the xy position of a suitable reference star for differential phot, eg xy=103,172.5 # # Then run this series of commands in iraf with cl procedure # # Cleaning up before starting delete ceph *. mag .* delete temp delete mergemag delete finalphot qphot '@ imlist ' 4 5 5 3.5 coord=starcoor inter- tmerge ceph *. mag .1 ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~jerjen/researchprojects/cepheids/procedure -- 2.8 Кб -- 14.04.2010
Похожие документы
Еще в разделе: (Показать все результаты (>492) - www.mso.anu.edu.au/ )

5. Algorithm
... epframes * Read input parameters: *** Open the ODF in directory SAS_ODF *** (can also be defined via --odfdir or -o; see taskmain) call OAL_odfInfo *** Print infos about the proposal call OAL_proposalInfo *** Specify which exposure and CCD one is interested in call OAL_expandFileName(shortfileName,fileName) OAL_selectScope(EPN, IMAGING) or TIMING or BURST call OAL_setState(fileName) *** Print Infos about the exposure ... start time of first frame call setAttribute(outccd,"TSTOP" ,...) ! ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/epframes/node14.html -- 9.7 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>6779) - xmm.vilspa.esa.es/ )

6. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы

7. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы
Еще в разделе: (Показать все результаты (>433) - www.cplire.ru/ )

8. Makefile.am
GTK+ / Gnome Application Development . ... automake processes Makefile.am to produce a standards-compliant Makefile.in . automake does a lot of work for you: it keeps up with dependencies between source files, for example. It creates all the standard targets, such as install and clean . It also creates more complex targets: simply typing make dist creates a standard .tar.gz file if your Makefile.am is correct. ... In this case, Gnome library flags determined by configure . ... Target . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z70.html -- 13.3 Кб -- 12.07.2000
Похожие документы

9. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы

10. Deconvolution with CLEAN
Next: The Clark CLEAN Up: Image Deconvolution Previous: Introduction . The CLEAN algorithm (H?gbom 1974) (A&AS 15, 417) represents the image as a number of point sources in an otherwise empty field of view. ... The H?gbom CLEAN algorithm looks for the brightest (in an absolute sense) pixel (called a CLEAN component) in a specified region in the image (called the CLEAN window which must include all the real emission in the image). ... This subtracted image is called the residual image. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node112.html -- 6.0 Кб -- 10.04.2016
Похожие документы

11. Astrophysical Research Consortium - Apache Point Observatory
... Data Reduction Guide . ... Please note that all the instructions herein are specifically for the DIS RED chip, the same goes for the BLUE chip, just redo everything but with filenames having "b's" in them instead of "r's". Incidentally as best as I can tell the image region for the RED chip is [145:755,230:665] and for the BLUE chip it is [125:480,125:375] . ... At this point you need to load the ccdredd package. ... Oh, and the read-noise for both chips is 9.5 electrons. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/DIS/Basics_HTML_Pages/Data_Reduction.html -- 8.3 Кб -- 03.03.2008
Похожие документы
Еще в разделе: (Показать все результаты (>545) - www.apo.nmsu.edu/ )

12. Overview of CCMTools and some relevant notes Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The auxiliary xml file is searched for in the current directory! Successfully call, with casaimager.xml in same directory as ccmtools: . ... Note: tool names have to have ?casa? prepended to them, otherwise the aux xml file is nto found. Note: some idl files include other idls (notable casameasurs) so the aux xml file has to be put into the root directory too! ... Overview of CCMTools and some relevant notes . Notes related to building CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/ccmtoolsintro.html -- 10.6 Кб -- 04.04.2016
Похожие документы

13. Exit mail using the "q" command
. Using the q command tidies up your mailbox: . Messages you have read are moved to a file called mbox in your home directory. Messages you have deleted are removed from your mailbox. Any messages that have not been read or deleted are retained in your mailbox and marked as unread. Messages that have been explicitly saved to a file other than mbox are deleted. Tip ... Example .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/mail/five.4.1.html -- 2.1 Кб -- 17.01.1997
Похожие документы

14. MAO NASU :: Topic: Call for Papers (1/1)
... Call for Papers . ... Кому: This email address is being protected from spambots. You need JavaScript enabled to view it. This email address is being protected from spambots. ... Томашик Василь Миколайович" , "kalugina n a" , "Кочелаб ?вген?я Володимир?вна" , This email address is being protected from spambots. ... The interested contributors are highly encouraged to submit their manuscripts/papers to the executive editor via e-mail at This email address is being protected from spambots. ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/408-call-for-papers -- 28.8 Кб -- 10.04.2016
Похожие документы

15. FIFO Is Ignoring Non-blocking Call - an Astronomy Net XEphem Forum Message
XEphem Forum Message . Forums: . ... Post . ... FIFO Is Ignoring Non-blocking Call . ... Post Message | ... die(szName, "FIFO is ignoring non-blocking call"); . ... Re: FIFO is ignoring non-blocking call - ecdowney - December 8, 2000 - 22:02 UTC . Re: Re: FIFO is ignoring non-blocking call - lemmy - January 3, 2001 - 00:35 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/xephem/messages/91.shtml -- 13.7 Кб -- 09.04.2016
Похожие документы

16. PC To VAX FTP Commands
... At the end of each night, send the data you have collected over to the VAX cluster. ... Once there, type: cd home sbast92 observer. This will put you into the data directory. Type mkdir and create a new directory under mtsb named for the month and the date after midnight. (ie. for the night of November 2 to the morning of the 3, use NOV_3. ... Check to make sure you are in the right directory by typing path. home sbast92 observer NOV_3 is what you would see if you used the example from above. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~swolk/thesis/node83.html -- 4.0 Кб -- 01.10.2012
Похожие документы

17. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы

18. http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/s/sugarloaf/dont_call_us
Don't Call Us by Sugarloaf "Uh, long distance, directory-assistance, area code 212", I said, "Hey mama, this is Mr. Rhythm-and-Blues" He said hello and put me on hold To say the least, the cat was cold He said, "Don't call us, child, we'll call you" I said, "You got my number?" ... He said, "Uh-uh, don't call us, we'll call you." Listen kid, you pay for the call You ain't bad, but we 've heard it all before Yeah, it sounds like John, Paul and George." ... Don't call us...we'll call you. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/s/sugarloaf/dont_call_us -- 2.3 Кб -- 22.12.1994
Похожие документы

19. DAKINE TEAM FLEETWOOD ANNIE FW16 BOULANGER XS - Dakine - Dakine Босоножки Call
... Водонепроницаемый материал DK Dry . ... Материал ладони: натуральная кожа с водоотталкивающей пропиткой . ... Цвет: BOULANGER . ... Модель: TEAM FLEETWOOD ANNIE . Сезон: FW16 . ... Максимально привлекательный дизайн варежек Dakine Team Fleetwood раскрывается еще лучше благодаря отличному набору технологических характеристик, представленных в этой модели. ... Dakine Team Fleetwood - очевидный выбор для тех, кто ценит грамотную комбинацию стиля и качества. ... Босоножки Call It Spring. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku3866.html -- 16.5 Кб -- 14.02.2016
Похожие документы

20. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

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


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

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

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