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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structprjprm.html.

1. New Features in this Release
... JavaScript version 1.3 provides the following new features and enhancements: . ... See the Client-Side JavaScript Guide for details. ... Changes to the Array object. ... The push method returns the new length of the array rather than the last element added to the array. ... Changes to the Date object. ... Added a day parameter to the setMonth method. ... Added the apply method, which allows you to apply a method of another object in the context of a different object (the calling object). ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/whatsnew.htm -- 11.0 Кб -- 07.10.1999
Похожие документы

2. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

3. WCSLIB: disprm Struct Reference
... disprm Struct Reference . ... Returned ) Pointer to the first element of an array of int* containing pointers to the first elements of the arrays of integer distortion parameters for each axis. double ** disprm::dparm . Returned ) Pointer to the first element of an array of double* containing pointers to the first elements of the arrays of floating point distortion parameters for each axis. int disprm::i_naxis . ... Returned ) The number of distortion functions. struct wcserr * disprm::err . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structdisprm.html -- 27.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>39269) - www.atnf.csiro.au/ )

4. Change history
... applies to task version 0.1 and 1.0 . ... applies to task version 1.1: minor updates . ... applies to task version 1.4: improved flow-chart . ... applies to task version 2.0: new parameter names . ... applies to task version 2.1: new parameter names, some minor updates . ... minor updates for task version 3.0 . ... applies to task version 4.0: new command line parameter . ... applies to task version 5.0: another new command line parameter . ... applies to task version 6.3: new L A T E Xmacros . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/epchain/node2.html -- 18.3 Кб -- 26.11.2007
Похожие документы
Еще в разделе: (Показать все результаты (>19071) - xmm.vilspa.esa.es/ )

5. Type Checking and New Types
... GTK+ has an extensive type system, which is to some extent independent of its object system. ... define GTK_TYPE_BUTTON (gtk_button_get_type ()) #define GTK_BUTTON(obj) (GTK_CHECK_CAST ((obj), \ GTK_TYPE_BUTTON, GtkButton)) #define GTK_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), \ GTK_TYPE_BUTTON, GtkButtonClass)) #define GTK_IS_BUTTON(obj) (GTK_CHECK_TYPE ((obj), \ GTK_TYPE_BUTTON)) #define GTK_IS_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), \ GTK_TYPE_BUTTON)) . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z105.html -- 11.7 Кб -- 12.07.2000
Похожие документы

6. Johns Hopkins University Applied Physics Lab, Laurel, Maryland | Astronomy.com
... Tonight's Sky . ... Sky this Month . ... space physics . ... The Sky This Week: April 1 - 10 . ... Sky this Week . ... Sky Events . Get to Know the Night Sky . Tour the Deep Sky . Sky Guide . ... Observing springtime deep-sky objects with a large telescope . ... Johns Hopkins University Applied Physics Lab, Laurel, Maryland . ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/authors/johns-hopkins-university-applied-physics-lab -- 56.7 Кб -- 09.04.2016
Похожие документы

7. Internet Programming with Java
The objective of this course is to help you to understand some fundamental basic concepts behind the Java technology. The audience is assumed to have little or no prior exposure to Java and Object-Oriented programming. ... The topics will help you to understand how to use Java to create, access, and support Java applications and applets. ... Introduce object-oriented programming concepts and how they apply to Java programming. ... Extending A Class (Inheritance) . ... Hello World Applet . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Java/SSD990329Java/Java3.html -- 10.9 Кб -- 23.12.2007
Похожие документы

8. http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/LP_LS_Policy.doc
Life Saving & Loans Protection Policy This policy was adopted by the Board of Directors of Armagh Credit Union Limited Signed:- Position Position Date: Loan Protection & Life Savings Insurance Armagh Credit Union maintains an insurance policy called the Life Savings and Loan Protection Policy (LP/PS), which activates on the death of an eligible member to increase the value of their savings which can be returned to the members estate or family and to clear outstanding loans. ...
[ Текст ]  Ссылки http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/LP_LS_Policy.doc -- 59.0 Кб -- 18.12.2015
Похожие документы

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

10. The AstroStat Slog Blog Archive On the unreliability of fitting
... Archives . ... Furthermore, numerical errors also creep in to the outputs based on how stopping rules are implemented: cases abound where repeated applications of the fitting program simply to move the ?best-fit? parameters closer to the true best-fit values but do not ever reach it. ... A typical strategy adopted to ensure that the fitting process does result in the best possible fit, is to ensure that the fitting process begins with parameters that are very close to the true best-fit values. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/on-the-unreliability-of-fitting/index.html -- 26.3 Кб -- 01.03.2014
Похожие документы

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

12. TUI:TUI Menu:Preferences Window
The Preferences window allows you to specify various application preferences (surprise!) It is brought up by selecting Preferences from the TUI Menu. ... Each preference may be edited by clicking on it. If the value is changed to anything other than the current value then an exclamation mark is shown between the name and the value. ... Seq By File : controls whether whether images are numbered in the order taken (unchecked) or are numbered separately for each image name (checked). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/PreferencesWin.html -- 9.1 Кб -- 05.09.2014
Похожие документы

13. ADASS 2003 Conference Proceedings
Next: NEWFIRM Software--System Integration Using OPC . Up: Control System . ... 314 Astronomical Data Analysis Software and Systems XIII, eds. F. Ochsenbein, M. Allen, & D. Egret (San Francisco: ASP), 732 . ... The software written for WFCAM includes a camera control and acquisition system, a survey definition system and instrument control systems. ... The Ultracam camera control system was developed at the UKATC as part of the Ultracam high speed photometry system for the University of Sheffield. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P9-11/ -- 12.9 Кб -- 27.08.2004
Похожие документы

14. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

15. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>3) - scan.sai.msu.ru/ )

16. OptInt PmWiki : PmWiki / Available Actions
OptInt PmWiki : Pm Wiki / Available Actions . Default actions . ... Cookbook actions . Page actions are applied to wiki pages, as a query string appended to the URL . ... displays dialog for setting/changing password of the specified page or group of pages, see passwords , see also $EnablePostAttrClearSession if you do not want to have the session cleared after validating change General use of passwords . ... display the specified page (default action if no ?action= is present) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/AvailableActions?action=print -- 25.5 Кб -- 01.03.2014
Похожие документы

17. Designated Observatory Application
The Astronomical Society of Australia has been asked by STANDARDS AUSTRALIA to compile a list of "designated" optical observatories that are valuable resources for (i) research, (ii) education and (iii) community use. The ASA is the final arbiter of whether any particular observatory is so designated. ... Upon receipt of your application form, your observatory will be entered on a list of "Pending Designated Observatories" on the ASA Home Page. ... It will be emailed for you. ... Email . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~bessell/DOapp.html -- 16.5 Кб -- 01.10.2012
Похожие документы

18. Security Considerations
Anchors, embedded images, and all other elements which contain URIs as parameters may cause the URI to be dereferenced. In this case, the security considerations of the URI specification apply. ... The MD attribute is useful when authors are concerned that a linked object may be subsequently changed to something other than intended. This attribute is used to specify a cryptographic checksum for the linked object to provide a check on its integrity. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/security.html -- 1.7 Кб -- 19.12.1996
Похожие документы

19. IKI SSC, INTMINS APRIL99
Modified 11 April 1999. The last modifications concerns to the new ground tracks selection on the base of the more wide list of the INSPIRE particpants. ... The range value was changed from 2 deg to 4 deg for the distance between lat/lon of the graund track and place of the INSPIRE members. Plots of predicted tracks under USA and Europe 11 April 1999 . April, 17, 1999 (USA) . April, 17, 1999 (EUR) . ... 11 April 1999 . ... place . ... Back to the IKI Satellite Situation Center (SSC) . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/intmins/april99.htm -- 8.0 Кб -- 11.04.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/intmins/april99.htm -- 8.0 Кб -- 11.04.1999
Похожие документы

20. http://vast.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Phase range for plots: -0.5 to 1.0 0.0 to 2.0 0.0 to 1.0 . ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... Two period search methods are currently implemented. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . ...
[ Сохраненная копия ]  Ссылки http://vast.sai.msu.ru/lk/ -- 6.4 Кб -- 18.08.2015
Похожие документы

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


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

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

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