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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~mperrin/software/gpidata/_sources/developers/utilities.txt.

1. Utility Functions GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . Enter search terms or a module, class or function name. Utility Functions . ... The pipeline provides and makes use of a wide variety of utility functions for common tasks. ... Utility function for expanding pathnames, ~ and ~username, environment variables, etc. gpi_shorten_path . ... Read in image extension data and primary and extension headers in one convenient function call. gpi_load_and_preprocess_fits . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/utilities.html -- 9.0 Кб -- 14.02.2014
Похожие документы

2. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>9113) - crydee.sai.msu.ru/ )

3. HdrDownloader
... terminate list_hdr_<date>.txt . ... dfosCron (supports background header downloads with HdrDownloader ) . ... The tool downloads the header files for the specified date into $DFO_HDR_DIR/<date>, as text files with extension .hdr. ... In mode -d, the last template is always downloaded and distributed such that it is not broken: if all of its header files formally belong to the specified date, they go there; if at least one header formally belongs to the next date, all files go to the next date. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/HdrDownloader.html -- 8.0 Кб -- 06.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>39644) - www.eso.org/ )

4. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы

5. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

6. Command Recalling
Next: Command Line Editing Up: Command Syntax Previous: Command Syntax . By default, the last 15 commands entered on the terminal are kept in an internal buffer (the no. of commands saved can be changed via SET/BUFFER ). To recall (and execute) any of these commands, simply type the associated command number. This is the number ``xyz'' appearing in the prompt Midas xyz > when that command was entered. ... For example, if the last two commands in your command buffer are: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node34.html -- 6.7 Кб -- 23.02.1996
Похожие документы

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

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

9. Funtools Environment Variables
Describes the environment variables which can be used to tailor the overall Funtools environment. ... The FITS_EXTNAME environment variable specifies the default FITS extension name when FunOpen() is called on a file lacking a primary image. ... ARRAY . The ARRAY environment variable specifies the default definition of an array file for Funtools. ... The EVENTS environment variable specifies the default definition of an raw event file for Funtools. ... You also can use the CC environment variable. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/env.html -- 9.4 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3685) - hea-www.harvard.edu/ )

10. WCSLIB: Overview of WCSLIB
WCSLIB љ 5.15 . ... Overview of WCSLIB . ... The top layer consists of routines that provide the connection between FITS files and the high-level WCSLIB data structures, the main function being to parse a FITS header, extract WCS information, and copy it into a wcsprm struct. ... The middle layer analyses the WCS information obtained from the FITS header by the top-level routines, identifying the separate steps of the WCS algorithm chain for each of the coordinate axes in the image. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/overview.html -- 13.6 Кб -- 10.04.2016
Похожие документы

11. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

12. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpaaccess.3
... xpaaccess 3 June 7, 2012 version 2.1.14 SAORD Documentation .SH NAME XPAAccess: return XPA access points matching template ( XPA 2.1 and above) .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \ #include xpa .h .Ve .PP .Vb 3 \ int XPAAccess( XPA xpa , \ char *template, char *paramlist, char *mode, \ char **names, char ** PP A template of the form \*(L"class1:name1\*(R" is sent to the \&\s-1XPA\s0 name server, which returns a list of at most n matching \s-1XPA\s0 servers. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpaaccess.3 -- 8.7 Кб -- 08.06.2012
Похожие документы

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

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

15. Hard disks
... This relieves the rest of the computer from knowing how to use the drive, since the controllers for different types of disks can be made to use the same interface towards the rest of the computer. ... Usually the number of sectors is the same for all tracks, but some hard disks put more sectors in outer tracks (all sectors are of the same physical size, so more of them fit in the longer outer tracks). ... For example, a hard disk might have 8 heads, 2048 tracks, and 35 sectors per track . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node30.html -- 10.1 Кб -- 04.05.1997
Похожие документы
Еще в разделе: (Показать все результаты (>2870) - star.arm.ac.uk/ )

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

17. http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz
... IRAF Multiple Extensions FITS (MEF) Files Interface Nelson Zarate National Optical Astronomy Observatories Tucson, AZ 85719 (zarate@noao.edu) Abstract. ... If there are no values to match then `extver' should be INDEFL. 3.2. mef rdhdr gn (mef,group) Read extension number `group'. ... The header should have been read by now. mefo The output file MEF pointer returned by mef open. 4.2. mef copy extn (mefi, mefo, group) Copy a FITS extension given by its number `group' into an output file. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz -- 76.0 Кб -- 12.06.2006
Похожие документы

18. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы

19. Useful mail variables
For a complete list of mail variables, see the manual page for the mail(1) command. Variable Default Action . ... PAGER more the pager used to paginate output when a message is longer than the screen. sign= signature defines the "signature" inserted in the mail message by the ~a command. Sign= signature defines the "signature" inserted in the mail message by the ~A command. topline= number 5 the number of lines of the top of each message to print with the ~t command. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tables/mail_vars.html -- 3.7 Кб -- 17.01.1997
Похожие документы

20. Phil Plait's Bad Astronomy: Misconceptions
... Bad Astronomy . Misconceptions . ... Bad Astronomy : "That's as remote as the dark side of the Moon!" ... As the tired, hackneyed refrains went on, one in particular caught my ear: " Fly me away to the bright side of the moon, and meet me on the other side." ... As the Moon orbits the Earth, different parts of it get illuminated by the Sun. ... Bad Addendum : At the end of the album "Dark Side of the Moon" by Pink Floyd, there is a voiceover that actually says "There is no dark side of the moon. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/misc/dark_side.html -- 21.4 Кб -- 09.04.2016
Похожие документы

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


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

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

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