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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/check_snas_replaces.py.

1. Python: module send_sars_for_snas3
send_sars_for_snas3 (version 15.07.29) . ... For each schedule name, copy the .ssr and .tcw files to the SNAS_IMPORT directory. ... o send all events at once for generic run drc 8/17/10 . ... o delete executed SNAS command files (.qrs .qel) 05/26/11 . ... Extracts data from the given Report file for the Event Summary Listing . ... have appeared. comfiles - list of command files sent to SNAS (Import) requesting reports . ... Returns list of report files found in SNAS_EXPORT that match request . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/send_sars_for_snas3.html -- 20.7 Кб -- 08.04.2016
Похожие документы

2. Los Cielos de Am , The darkest sky and the two galactic hemispheres
I was wondering what conditions should be met to have the "darkest" sky .. ... Upon the above publication of the Southern Galactic hemisphere, TunГ Tezel started seeking opportunities to create the Northern counterpart image. ... So, the initial quest of having the darkest possible sky have delivered us these two all-sky images of the two galactic hemispheres as seen from Planet Earth. Zoomable and 'full-screenable' fisheye view of the "darkest sky" Southern Galactic Hemisphere image. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~sguisard/Pagim/darkest_sky.html -- 22.9 Кб -- 18.05.2011
Похожие документы
Еще в разделе: (Показать все результаты (>65800) - www.eso.org/ )

3. DIS Commands
... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Commands.html -- 16.5 Кб -- 21.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>761) - www.apo.nmsu.edu/ )

4. Apache module mod_log_common
... It provides for logging of the requests made to the server using the Common Logfile Format. This module has been replaced by mod_log_config in Apache 1.2 The log file contains a separate line for each request. A line is composed of several tokens separated by spaces: host ident authuser date request status bytes If a token does not have a value then it is represented by a hyphen (-). ... day = 2*digit . ... TransferLog . ... Context: server config, virtual host . ... Module: mod_log_common . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_log_common.html -- 5.8 Кб -- 01.08.2003
Похожие документы

5. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

6. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1273) - hea-www.harvard.edu/ )

7. http://www.atnf.csiro.au/computing/software/gipsy/sub/irserver_close.dc2
Function: IRSERVER_CLOSE Purpose: Reclaims disk space used by IRSERVER_OPEN or IRSERVER_SCAN Category: IRAS, SYSTEM File: irserver.c Author: A.R.W. de Jonge Use: IRSERVER_CLOSE ( MTID ) Input integer MTID The reference to a subset of the IRAS data as returned by a succesfull call to IRSERVER_OPEN A call to IRSERVER_OPEN or IRSERVER_SCAN replaces an MTOPEN when accessing IRAS data on an IRAS data server. ... The user MUST call IRSERVER_CLOSE to destroy the scratch disk space claimed by these utilities. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irserver_close.dc2 -- 1.9 Кб -- 27.12.2000
Похожие документы

8. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_cgi.html -- 15.5 Кб -- 25.02.2008
Похожие документы

9. http://www.astrosociety.org/products/returnsnew.txt
Astronomical Society of the Pacific Product Return Information We want you to be completely satisfied with every purchase you make with us. If you are in any way dissatisfied with a product you ordered, we will exchange it, replace it, or refund your money within 30 days of receipt. ... Customers are responsible for postage on all returns back to the ASP. ... Damaged shipments: If your package was damaged in shipment via UPS, we will contact UPS direct for claim instructions. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/products/returnsnew.txt -- 3.7 Кб -- 30.07.2012
Похожие документы

10. wst idl routines
... WSTLDREC - LOAD STRUCT FROM ASCII INPUT . ... The default is:/share/megs2_u1/wst/ . ... Previous Routine] [Next Routine] [List of Routines] NAME: wstrawinpday - read in 1 days worth of data from ascii file SYNTAX: n=wstrawinpday(yymmdd,bar,inpdir=inpdir) ARGS: yymmdd: int yymmdd of date for file (ast) inpdir : string input dir to read file. def: '/share/orion/' RETURNS: n: int number records input bar[n]: struct input data DESCRIPTION: Input a days worth of wst data from the daily raw: wst_yymmdd...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/wstdoc.html -- 9.7 Кб -- 02.02.2016
Похожие документы

11. Album: 11/06/04 Returning home
. Album : asv-album :: Travels to distant places and countries :: 2004/06 Leiden, Hague, Amsterdam (Netherlands) ::11/06/04 Returning home . Up . IMG 2302 . IMG 2304 . IMG 2305 . IMG 2306 . IMG 2310 . IMG 2312 . IMG 2315 . IMG 2317 . IMG 2320 . IMG 2321 . IMG 2322 . IMG 2324 . IMG 2328 . Photo album generated by album tool from Marginal Hacks by David Ljung on Sun Jun 28 19:27:28 2015 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/2004.06.Netherlands/11.06.Leiden-Moscow/index.html -- 23.5 Кб -- 28.06.2015
Похожие документы

12. Procedure
... This function accesses the small scale variation CCF flatfield map (PixToPixSens) and returns an image with the requested size, for the requested detector position and at the maximum detector resolution. The CCF PixToPixSens file comprises of a 2048x2048 image array. This file is read. ... The algorithm assumes that the PixToPixSens file is at full detector resolution (2048x2048 pixel). ... The CAL directly extracts the pixel to pixel variation map from the image extension PIXTOPIXSENS. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node618.html -- 4.1 Кб -- 20.09.2011
Похожие документы

13. comedi_do_insn
Comedi Documentation . Prev . Next . comedi_do_insn -- perform instruction . ... int comedi_do_insn (comedi_t * device, comedi_insn * instruction); . The function comedi_do_insn() performs a single instruction. If sucessful, comedi_do_insn() returns the number of samples measured, which may be less than the number of requested samples. Comedi limits the number of requested samples in order to enforce fairness among processes. ... comedi_do_insnlist . ... comedi_lock ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-do-insn.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-do-insn.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-do-insn.html -- 3.8 Кб -- 02.10.2012
Похожие документы

14. NASA's GRAIL MoonKAM returns first student-selected lunar images | Astronomy...
... Tonight's Sky . ... Sky this Month . ... Imaging Basics . ... NASA's GRAIL MoonKAM returns first student-selected lunar images . ... This image of the farside of the lunar surface, with Earth in the background, was taken by the MoonKAM system onboard the Ebb spacecraft as part of the first image set taken from lunar orbit March 15т??18, 2012. ... Students will select target areas on the lunar surface and request images to study from the GRAIL MoonKAM Mission Operations Center in San Diego,...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/news/2012/03/nasas-grail-moonkam-returns-first-student-selected-lunar-images -- 68.8 Кб -- 10.04.2016
Похожие документы

15. Satellite Collision | International Year of Astronomy in Ireland | Astronomy
... In an unprecedented space collision, a commercial Iridium communications satellite and a presumably defunct Russian Cosmos satellite ran into each other Tuesday above northern Siberia, creating a cloud of wreckage, officials said today. ... The international space station does not appear to be threatened by the debris, they said, but it's not yet clear whether it poses a risk to any other military or civilian satellites. ... International Year of Astronomy, Ireland National Node . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/news/satellite_collision.html -- 12.6 Кб -- 31.12.2009
Похожие документы

16. http://www.atmob.org/events/travel/CTSTourReservationForm.pdf
... Tour Name : __________________ Departure Date ________ Departure City ___________ Applicant #1 Mr./Mrs./Ms. Last Name : First Name : Address: City/State/Zip: Home Phone : Work Phone : Fax Number: _______________________________ _______________________________ _______________________________ _______________________________ _______________________________ _______________________________ _______________________________ Mr./Mrs./Ms. Last Name : First ...
[ Текст ]  Ссылки http://www.atmob.org/events/travel/CTSTourReservationForm.pdf -- 143.4 Кб -- 25.03.2009
Похожие документы

17. OFFICIAL PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
OFFICIAL PRESS RELEASE . ... The VC-4 flight tasks were successfully completed. The manned transfer vehicle Soyuz TM-34, been a part of ISS orbital complex since April 27, 2002, as a rescue vehicle and been the earlier manned space vehicle modification of Soyuz type, was replaced by Soyuz TMA-1, the new modification, designed by the S.P. Korolev RSC Energia specialists in cooperation with its subcontractors from Russian rocket and space industry. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2002/press_release_iss-19.html -- 14.5 Кб -- 10.04.2016
Похожие документы

18. Vector Operations
... to_tsvector( [ configuration , ] document TEXT) RETURNS TSVECTOR . Parses a document into tokens, reduces the tokens to lexemes, and returns a tsvector which lists the lexemes together with their positions in the document in lexicographic order. strip( vector TSVECTOR) RETURNS TSVECTOR . ... Returns the number of lexemes stored in the vector. text ::TSVECTOR RETURNS TSVECTOR . ... The text should be formatted like the vector would be printed by the output of a SELECT . ... Query Operations ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-vec.html -- 9.5 Кб -- 13.04.2008
Похожие документы

19. http://www.jsc.nasa.gov/roundup/online/2004/1204_cover_p3.pdf
... Roundup 43/12 SPACE CENTER ROUNDUP Lyndon B. Johnson Space Center NASA/Ingalls JSC2004E47549 NASA/Ingalls JSC2004E47550 NASA/Ingalls JSC2004E47569 Space Cen ter Roun d up The Roundup is an official publication of the National Aeronautics and Space Administration, Johnson Space Center, Houston, Texas, and is published by the Public Affairs Office for all Space Center employees. The Roundup office is in Bldg. ... G27 A galaxy of services just for you Starport recently landed at Johnson Space Center. ...
[ Текст ]  Ссылки http://www.jsc.nasa.gov/roundup/online/2004/1204_cover_p3.pdf -- 321.8 Кб -- 28.12.2004
Похожие документы

20. Request Rejected
... Как очистить файлы cookie смотрите в разделе "Вопросы и ответы" по ссылке http://aval.ua/personal/online/usability/secur_faq/ . ... 0 (800) 500-500 по всей Украине . 44) 490-88-88 в Киеве . или 521 с мобильного (для абонентов МТС) . ... If you see this page this means there's a problem with your web-browser settings or you entered an invalid value. Please follow the recommended options below to solve the problem: Option 1 - restart your browser . ... 0 (800) 500-500 all over Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.avalbank.com/~andy/ -- 3.6 Кб -- 10.04.2016
Похожие документы

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


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

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

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