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

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

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/stellarium/api/classStelFileMgr.html.

1. Python: module create_contacts
create_contacts (version 14.05.08) . ... Run the PASS AVTUT tool. ... Allow for user input tdrs.dat file. ... Modules . ... time_util . ... pass_product.pass_product ( configure_util.pickled_product ) . ... class avtut ( pass_product.pass_product ) . ... pass_product.pass_product . ... init__ (self, ms =None , tut_file ='' , tdrs_dat =None ) . ... Get the run name this product is associated with. get_run_time (self) . ... set the run name this product is associated with. set_run_time (self, runtime) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/create_contacts.html -- 21.3 Кб -- 08.04.2016
Похожие документы

2. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

3. CREATE FULLTEXT PARSER
... CREATE FULLTEXT PARSER -- create a parser for full-text search . CREATE FULLTEXT PARSER prsname START= start_function GETTOKEN gettoken_function END end_function LEXTYPES lextypes_function [ HEADLINE headline_function ] ; . CREATE FULLTEXT PARSER will create a new parser used to break document onto lexemes. If a schema name is given (for example, CREATE FULLTEXT PARSER myschema.prsname ... ) then the parser is created in the specified schema. ... DROP FULLTEXT PARSER ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createparser.html -- 6.2 Кб -- 13.04.2008
Похожие документы

4. Package: mt
These routines are meant to provide management of a pool of threads which may execute concurrently. ... Register new thread information for the threads in a pool. mt_get_thread_info . ... Multithreading Level: Safe under Solaris 2. ... Multithreading Level: Safe. void mt_new_thread_info (KThreadPool pool, void *info, uaddr size) . ... Multithreading Level: Safe. void mt_PROTO_func (void *pool_info, void *call_info1, void *call_info2, void *call_info3, void *call_info4, void *thread_info) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/mt.html -- 11.8 Кб -- 24.12.2007
Похожие документы

5. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

6. Removing directories created with the ln command
. To remove a directory that is a symbolic link that points to another directory use the command: rm directory_name . Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

7. 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. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/developer/hooks.html -- 11.9 Кб -- 10.12.2010
Похожие документы

8. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

9. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

10. XSPEC session thread
... List of SAS threads . This thread contains a (very!) simple standard XSPEC session for fitting data from the X-ray cameras. ... Start XSPEC . ... Load spectrum data: . ... response 1 PN.rmf . ... plot data . Fig.1: XSPEC data plot . Ignore bad channels in data: . ... The latter, the maximum number of channels to bu summed. plot data with model adjustment and e.g. the residuals (alternatives, ratio data/model, absolute chi-squared, etc) . ... Fig.2: XSPEC data, model and residual plot . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/xspec_thread.html -- 9.6 Кб -- 21.08.2006
Похожие документы

11. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы

12. MAKEPRFCORR (Nov98) --- nictools --- MAKEPRFCORR (Nov98)
makeprfcorr -- Compute the pixel response function for an image created with asncombine makeprfcorr association . association . ... Interactive program to compute relative shifts of images in an association file. ... After computing the relative shifts of the direct images, alignasn searches for corresponding grism images for each of the direct images. ... The grism association is then updated with the same relative shift measurements as determined from the direct images. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/makeprfcorr.hlp.html -- 2.6 Кб -- 06.06.2006
Похожие документы

13. StelTexture Class Reference
... Classes | ... Base texture class. ... loadingProcessFinished (bool error) . Emitted when the texture is ready to be bind() , i.e. virtualљ . ... canBind () const . Return whether the texture can be binded, i.e. it is fully loaded. boolљ . ... Destructor. bool StelTexture::bind . ... true if the binding successfully occured, false if the texture is not yet loaded. bool StelTexture::canBind . ... Return whether the texture can be binded, i.e. it is fully loaded. bool StelTexture::getDimensions . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTexture.html -- 15.8 Кб -- 02.10.2012
Похожие документы

14. Uses of Class ij.ImageStack (ImageJ API)
... Packages that use ImageStack . ... ImagePlus. setStack ( ImageStack stack) . ... ImagePlus. setStack ( ImageStack stack, int nChannels, int nSlices, int nFrames) . ... ImagePlus. setStack (java.lang.String title, ImageStack stack) . ... ImagePlus (java.lang.String title, ImageStack stack) . ... Projector. getByteRow ( ImageStack stack, int x, int y, int z, int width1, int width2, int[] line) . ... Projector. getRGBRow ( ImageStack stack, int x, int y, int z, int width1, int width2, int[] line) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/class-use/ImageStack.html -- 34.0 Кб -- 02.12.2010
Похожие документы

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

16. lsst.tcc: python/tcc/mir/mirrorDeviceSet.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . tcc . mir . mirrorDeviceSet.py . ... 3 љ from twistedActor import DeviceSet, LinkCommands, UserCmd . ... 8 љ SlotList = ( "prim" , "sec" , "tert" ) . ... 32 љ def connectOrInit (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ... 49 љ if userCmd is None : . ... 54 љ def status (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ... 68 љ def init (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/mirror_device_set_8py_source.html -- 24.1 Кб -- 14.09.2015
Похожие документы

17. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>440) - lnfm1.sai.msu.ru/ )

18. pipe() - Low level Piping
Next: Interrupts and Signals Up: Piping in a C program Previous: popen() - Formatted Piping . int pipe(int fd[2]) - creates a pipe and returns two file descriptors, fd[0], fd[1] . fd[0] is opened for reading, fd[1] for writing. pipe() returns 0 on success, -1 on failure and sets errno accordingly. ... Pipes opened with pipe() should be closed with close(int fd) . ... An example of piping in a C program is plot.c and subroutines and is detailed in Appendix . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы

19. http://www.naic.edu/~emuller/making_gifs.html
... This means is must be in FITS or Miriad format. ... N.B. out_height and out_width are the dimesnsions of the movie in x and y. N.B. Change the cmapfile parameter to the name of your colourmap file (that you saved from the psuedocolour scaling in Xray To run the conversion, type at the command line: 'movie_from_xray prefix_for_gifs' Where 'movie_from_xray' is the name of the file created from the movie creator in xray, and 'prefix_for_gifs' is the name of the number of numerated gifs to be created. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~emuller/making_gifs.html -- 8.5 Кб -- 21.10.2004
Похожие документы

20. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

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


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

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

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