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

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

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

1. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы
Еще в разделе: (Показать все результаты (>66385) - www.eso.org/ )

2. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>263) - www.stecf.org/ )

3. Python: module shelve
shelve . ... usr/local/Python-2.5/lib/python2.5/shelve.py . Module Docs . ... A "shelf" is a persistent, dictionary-like object. ... with dbm databases is that the values (not the keys!) in a shelf can . ... This includes most class instances, recursive data . ... init__ (self, dict, protocol =None , writeback =False ) . ... get (self, key, default =None ) . has_key (self, key) . keys (self) . ... second level definitions support higher levels . ... setdefault (self, key, default =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/shelve.html -- 24.1 Кб -- 05.11.2015
Похожие документы

4. Some notes on Python relevant to ALMA and ALMA data reduction Bojan Nikolic web
... Bojan Nikolic web pages (r. 329) . ALMA . ... The Python path is used when searching for Python modules, i.e., programs written in Python and dynamic libraries that can be loaded into Python. ... All this can be relevant to ALMA data reduction process because the WVR phase calibration program is an external command line program. ... Some notes on Python relevant to ALMA and ALMA data reduction . Python path vs system path . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/pythonnotes.html -- 14.7 Кб -- 04.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1110) - www.mrao.cam.ac.uk/ )

5. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

6. HTML Tag Reference
... Invoking a CGI Program . ... To open a document in your browser, use a URL that specifies an absolute or relative location for the document. An absolute location has the form: . ... To open a local file in your web browser, use a URL that has the form: . ... mailto: address For example: . ... http://hoohoo.ncsa.uiuc.edu:80/cgi/overview.html To specify a URL that invokes a CGI program, specify the location of the CGI program, followed by a query string which contains the arguments for the program. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags17.htm -- 10.0 Кб -- 28.01.1998
Похожие документы

7. casacore: Member List
... This is the complete list of members for casa::AipsIO , including all inherited members. ... AipsIO (const String &fileName, ByteIO::OpenOption=ByteIO::Old, uInt filebufSize=65536) . ... get (uInt nrval, Bool *values) . ... operator<< (const Bool &value) . ... put (uInt nrval, const Bool *values, Bool putNR=True) . ... put (uInt nrval, const Char *values, Bool putNR=True) . ... put (uInt nrval, const uChar *values, Bool putNR=True) . ... put (uInt nrval, const short *values, Bool putNR=True) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1AipsIO-members.html -- 32.2 Кб -- 14.02.2011
Похожие документы

8. Password Formats - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Notes about the password encryption formats generated and understood by Apache. ... MD5 . apr1$" + the result of an Apache-specific algorithm using an iterated (1,000 times) MD5 digest of various combinations of a random 32-bit salt and the password. ... Insecure. $ htpasswd -nbB myName myPassword . ... Since the MD5 function is commonly available, other software can populate a database with encrypted passwords that are usable by Apache digest authentication. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/misc/password_encryptions.html -- 13.0 Кб -- 19.11.2015
Похожие документы

9. Apache module mod_auth_dbm
This module provides for user authentication using DBM files. ... Source File: mod_auth_dbm.c . ... This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. ... AuthDBMGroupFile . ... Module: mod_auth_dbm . ... The AuthDBMUserFile directive sets the name of a DBM file containing the list of users and passwords for user authentication. ... This program can be used to create and update DBM format password files for use with this module. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_auth_dbm.html -- 10.4 Кб -- 25.01.2002
Похожие документы

10. http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt
pySerial -------- This module capsulates the access for the serial port. ... Short introduction ------------------ Open port 0 at 9600,8,N,1 , no timeout import serial ser = serial . Serial (0) # open first serial port print ser.portstr #check which port was realy used ser.write( hello ) #write a string ser.close() #close port Open named port at 19200,8,N,1 , 1s timeout ser = ... It raises an exception if the port is not opened correctly. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt -- 10.1 Кб -- 27.01.2010
Похожие документы

11. Open Source Convention
... SELECT file, title, rank(ts_vec, to_tsquery('create schema')) FROM postgresql_manual WHERE ts_vec @@ to_tsquery('create schema') ORDER BY rank(ts_vec, to_tsquery('create schema')) DESC LIMIT 5; file | title | ... CREATE SCHEMA | ... SELECT file, title, rank('{0, 0, 0.01, 0.99}',ts_vec_tb, to_tsquery('create aggregate')) FROM postgresql_manual WHERE ts_vec_tb @@ to_tsquery('create aggregate') ORDER BY rank('{0, 0, 0.01, 0.99}', ts_vec_tb, to_tsquery('create aggregate')) DESC LIMIT 5; file | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/rank.html -- 6.9 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1578) - www.sai.msu.su/ )

12. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

13. http://hea-www.harvard.edu/AstroStat/Stat310_0910/jx_20101026.pdf
... Figure 1: Original Figure 1 Figure 2: Disk of The Sun Negative values issue Name xrt 331 xrt 332 xrt 333 xrt 334 xrt 335 xrt 336 xrt 338 xrt 339 Be med Open.fits Al poly Open.fits C poly Open.fits Al poly Ti poly .fits Be thin Open.fits Al med Open.fits Open Al thick.fits Open Be thick.fits Positive ... SimulateRF: Simulation of Random Fields Figure 5: This is simulated Random Gaussian Field with mean=0, variance=4, nugget=1, scale=10, alpha=1. ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/AstroStat/Stat310_0910/jx_20101026.pdf -- 1743.4 Кб -- 26.01.2010
Похожие документы

14. comedi_open
. Comedi Documentation . Prev . Next . comedi_open -- open a Comedi device . #include <comedilib.h> . comedi_t comedi_open (const char * filename); . Open a Comedi device specified by the file filename. If sucessful, comedi_open returns a pointer to a valid comedi_t structure. This structure is transparent; the pointer should not be dereferenced by the application. NULL is returned on failure. Prev . Home . Next . comedi_close . Up . comedi_loglevel
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 02.10.2012
Похожие документы

15. Index: V
... UNIX commands . ... changing . ... handling in shell scripts . ... testing in shell scripts . variants of UNIX . ... availability of . ... commands . ... cut and paste text with . deleting text with . ... moving around . opening files with . ... searching for text . saving files with . ... using UNIX commands from . viewing files with . view command . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/index/iv.html -- 3.9 Кб -- 17.01.1997
Похожие документы

16. Астронет > Кривая блеска GRB 030329
... Астронет | ... планета Астронет | ... Астрономия в России | ... История астрономии . ... Любительская астрономия . ... Кривая блеска GRB 030329 . ... Includes most data through GCN 2276 . Light curve of posted GCN observations of GRB030329, including AAVSO observations, by Melissa Nysewander (UNC-Chapel Hill) . ... Публикации с ключевыми словами: гамма-всплески - оптические ореолы гамма-всплесков . ... Самый далекий, самый желанный . GRB 090423: самый далекий взрыв . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1191309 -- 17.1 Кб -- 26.06.2003
Похожие документы

17. TUI:Telescope:User Catalogs
User catalogs allow you enter positions for your objects into a file, to save time during an observing run. ... Before diving into the details, here is an example: # default coordinate system and object # (these are the standard defaults, so if you like them you can omit this line) CSys=FK5; Date =2000; RotType= Object ; RotAng=0 # some random objects # Name Pos1 (e.g. RA) Pos2 (e.g. Dec) Options in keyword-value format NGC6543 rot 90 ... Object Data . Defaults . Catalog Options . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/UserCatalogs.html -- 10.3 Кб -- 05.09.2014
Похожие документы

18. Opening of Canberra Astronomical Soc's new telescope.11-Dec-2004
... Opening of Canberra Astronomical Soc's nтАж . Sidebar Left . Sidebar Top . No Sidebar . ... Title: Opening of Canberra Astronomical Soc's new telescope.11-Dec-2004 . Description: Meade Instrument Corp (USA) and the Binocular and Telescope Shop (Sydney) donated a Meade LX200 GPS telescope to CAS to replace telescopes and instruments lost in the fires of 18 Jan 2003. ... After delivery to CAS the Meade was housed inтАж . Views: 1012 . ... CAS Grand Opening, Christmas 2004 . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/album45 -- 12.4 Кб -- 10.04.2016
Похожие документы

19. Day Four. Nijo castle. Assembly opening. Maiko
... Nijo castle. Assembly opening. Maiko. b34. Nijo castle, Shogun palace. ... Standing in the garden of Nijo castle. c01. ... Trying to decide whether to walk upstairs to the tower or not. ... A view from the tower to castle garden. c08. ... Maiko dance (Assembly opening). c13. Maiko dance (Assembly opening). c14. Maiko dance (Assembly opening). c15. Maiko dance (Assembly opening). c16. Maiko dance (Assembly opening). c17. Maiko dance (Assembly opening). c18. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/photo/japan/html/aug20.contents.html -- 4.8 Кб -- 09.10.1997
Похожие документы

20. OASES: Opening on 9 November 2009 in Armagh | International Year of Astronomy
... The exhibition " O ver us A ll is the SE lfsame S ky" ( OASES ) will open at 11:00 am on Monday 9 November in the Rotunda Gallery, St Patrick's Trian, Armagh with a performance of music, poetry and dance by pupils from Mount St. Catherine's Primary School, Armagh and the Armagh Rhymers . ... Astro-Art Fun is a registered UNAWE (Universe Awareness for Young Children) and IYA2009 (International Year of Astronomy) project. ... International Year of Astronomy, Ireland National Node . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/local/oases/oases_opening.html -- 13.8 Кб -- 31.12.2009
Похожие документы

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


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

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

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