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

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

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

1. Python: module fileinput
fileinput . ... Helper class to quickly write a loop over all standard input files. ... for line in fileinput. input (): . ... Functions filename (), lineno () return the filename and cumulative line . number of the line that has just been read; filelineno () returns its . ... been read, returns the line number of that line within the file. filename () . ... Before the first line has been read, returns None. input (files =None , inplace =0 , backup ='' , bufsize =0 , mode ='r' , openhook =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/fileinput.html -- 18.5 Кб -- 05.11.2015
Похожие документы

2. http://www.naic.edu/~tghosh/software/gauss.pro
Viewing contents of file ;'/net/www/deutsch/idl/idllib/jhuapls1r/usr/gauss.pro' ; ;------------------------------------------------------------- ;+ ; NAME: ; GAUSS ; PURPOSE: ; Return a fitted gaussian curve for a given histogram. CATEGORY: ; CALLING SEQUENCE: ; fit = gauss(x,h) ; INPUTS: ; x = array of histogram bin center values. in ; h = histogram array. in ; KEYWORD PARAMETERS: ; Keywords: ; MEAN=mn returned histogram mean. SDEV=sd returned histogram standard deviation. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/gauss.pro -- 3.4 Кб -- 24.01.2003
Похожие документы

3. WCSLIB: log.h Source File
WCSLIB љ 5.15 . ... Files . ... log.h . ... 6 љ This file is part of WCSLIB. ... 28 љ * WCSLIB 5.15 - C routines that implement the FITS World Coordinate System . ... 36 љ * System (WCS) standard that deals with logarithmic coordinates, as described . ... 55 љ * The input log-coordinate values are only checked for values that would . ... 70 љ * logx2s() transforms intermediate world coordinates to logarithmic . ... 100 љ * logs2x() transforms logarithmic world coordinates to intermediate world . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/log_8h_source.html -- 31.8 Кб -- 10.04.2016
Похожие документы

4. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

5. comedi_errno
... comedi_errno -- number of last Comedilib error . ... int comedi_errno (void ); . When a Comedilib function fails, it usually returns -1 or NULL, depending on the return type. An internal library variable stores an error number, which can be retrieved with comedi_errno(). This error number can be converted to a human-readable form by the functions comedi_perror() and comedi_strerror(). ... The function comedi_errno() returns an integer describing the most recent comedilib error. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 02.10.2012
Похожие документы

6. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

7. Uses of Class ij.process.ImageStatistics (ImageJ API)
... Class . Use . ... Packages that use ImageStatistics . ... Returns an ImageStatistics object generated using the specified measurement options and histogram bin count. ... Returns an ImageStatistics object generated using the specified measurement options, histogram bin count and histogram range. ... Draws the histogram using the specified title and ImageStatistics. ... ParticleAnalyzer. drawParticle ( ImageProcessor drawIP, Roi roi, ImageStatistics stats, ImageProcessor mask) . ... class . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/ImageStatistics.html -- 22.7 Кб -- 02.12.2010
Похожие документы

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
Похожие документы
Еще в разделе: (Показать все результаты (>1926) - www.sao.ru/ )

9. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

10. Galileo Returns New Insights into Callisto and Europa
... Jupiter's icy moon Europa has a metallic core and layered internal structure similar to the Earth's , while the heavily cratered moon Callisto is a mixture of metallic rock and ice with no identifiable central core, according to new results from NASA's Galileo mission . In addition, recent plasma wave observations from Galileo show no evidence of a magnetic field or magnetosphere around Callisto, but do hint at the prospect of a tenuous atmosphere. ... Jupiter Galileo . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/solar/eng/galpr8.htm -- 6.3 Кб -- 15.10.1997
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/Astro/solar/eng/galpr8.htm -- 7.1 Кб -- 15.03.1998
Похожие документы

11. 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
Похожие документы

12. TwistedActor.Actor Standard Commands
... Standard Commands . ... TwistedActor.Actor is core code for writing an actor: an instrument control computer (ICC) or hub-based script that does something useful. This manual describes the standard commands and keywords that any actor based on TwistedActor.Actor will support. All actors based on TwistedActor typically support the following standard commands (plus additional device-specific commands documented in that actor's manual). ... Connect one or more devices (if not already connected). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/standardCommands.html -- 6.4 Кб -- 19.07.2012
Похожие документы

13. Compton Returns
... 6.03.2001 . ... Credit Copyright: AMOS, AEOS ; Courtesy Compton GRO Science Support Center Explanation: On 2000 June 4, the 17-ton Compton Gamma-Ray Observatory returned to Earth after 9 years in orbit -- ending its remarkable voyage of discovery. ... March 2001 . ... 1999 2000 . 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: orbit - satellite - compton - gro . Publications with words: orbit - satellite - compton - gro . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1166455 -- 15.3 Кб -- 12.03.2001
Похожие документы

14. OptInt PmWiki : PmWiki / Fmt Page Name
OptInt PmWiki : Pm Wiki / Fmt Page Name . ... This page describes an internal function in PmWiki's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ... Typically this is used to handle things like $Name and $Group etc that are specific to the name of the current page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/FmtPageName?action=print -- 16.9 Кб -- 01.03.2014
Похожие документы

15. ADASS 2003 Conference Proceedings
... Winkelman, S. L., Rots, A. H., Michaud, K., & Blecksmith, S. E. 2003, in ASP Conf. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... For the Chandra Data Archive almost all data products are in FITS format, following a stringent set of conventions concerning the data formats and header construction. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P2-4/ -- 11.1 Кб -- 16.08.2004
Похожие документы

16. Astrometry procedures
... Returns UT1 in seconds, with UTC input in seconds. ut12gst ( utc _real [, ut1 _real ]) Function. Returns GST in hours, inputs are in seconds. hourangle ( gst _real , ra _real ) Function. Return hourangle in hours, with inputs also in hours. zenithangle ( ha _real , dec _real ) Function. Return zenithangle in degrees with inputs ha in hours and dec in degrees. mirrorangle ( ha _real , dec _real ) Function. ... Return horizon coordinates for input azimuth and elevation angle in degrees. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node185.html -- 9.5 Кб -- 28.04.2015
Похожие документы

17. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

18. IEEE STANDARDS PRODUCTS CATALOG
... The New 1997 IEEE Standards Products Catalog features the complete listing of standards publica-tions and services IEEE Standards offers, along with the information you need to place your order. ... Books and Other Products on Standards - contains a detailed listing of informative print and electronic publications relevant to standards and their implementation in areas of electrical engineering, electronics and computer technology. ... IEEE Standards Products Listing 22 . ... Power Electronics 41 . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/os/3_12/7/15.htm -- 10.1 Кб -- 21.03.2016
Похожие документы

19. Running processes as background jobs
To run a process in the background as a job and carry on working add an (ampersand) at the end of the command line. ... The shell forks a child process to run the command and displays the job number ( [ n ] ) and the PID (Process IDentifier) number. ... If the command is likely to produce error messages you will need to redirect standard error. ... Do not run an interactive command that requires you to type something at the terminal as a background job. ... You will then have to kill its process . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz2.html -- 2.7 Кб -- 17.01.1997
Похожие документы

20. Covers come off the artwork as fine weather returns
. Search this album . Gallery . :: Public Events . :: Between Light and Dark Matters, 24 Feb 2005 . :: Covers come off the artwork as fine weather rтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . View full size . Title: Covers come off the artwork as fine weather returns . File name: artRW5.jpg . Owner: Gallery Administrator . Dimensions: 504 x 378 px . Page: 1 2 3 4 5 6 7 8 9 10 14 15 . Powered by Gallery 3.0.9 (Chartres) . Login
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/watsonExhibition/artRW5 -- 16.4 Кб -- 28.02.2014
Похожие документы

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


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

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

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