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

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

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

1. Stellarium: MultiLevelJsonBase Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... Protected Member Functions | ... Protected Attributes . MultiLevelJsonBase Class Reference abstract . ... More... #include < MultiLevelJsonBase.hpp > . ... voidљ . initFromUrl (const QString &url) . ... boolљ . ... Definition at line 34 of file MultiLevelJsonBase.hpp . ... Load the element information from a JSON file. virtual void MultiLevelJsonBase::loadFromQVariantMap . ... Definition at line 107 of file MultiLevelJsonBase.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classMultiLevelJsonBase.html -- 40.1 Кб -- 28.02.2014
Похожие документы

2. casacore: casa::TableExprNodeIndex Class Reference
... Classes . Files . ... casa::TableExprNodeIndex . ... Protected Member Functions | ... TableExprNodeIndex (const TableExprNodeSet &indices, const TaQLStyle &= TaQLStyle (0)) . ... Definition at line 668 of file ExprNodeArray.h . ... Definition at line 797 of file ExprNodeArray.h . ... Definition at line 801 of file ExprNodeArray.h . ... Definition at line 793 of file ExprNodeArray.h . ... IPosition casa::TableExprNodeIndex::end_p [protected] . Definition at line 700 of file ExprNodeArray.h . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1TableExprNodeIndex.html -- 33.5 Кб -- 14.02.2011
Похожие документы

3. _element struct Reference
Main Page Data Structures File List Data Fields Globals . Array element. More... #include < exchange.h > . char . ... diameter . double . ... Corresponds to one row of an OI_ARRAY FITS table. char _element::tel_name[17] . char _element::sta_name[17] . int _element::sta_index . float _element::diameter . double _element::staxyz[3] . The documentation for this struct was generated from the following file: . exchange.h . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/struct__element.html -- 5.4 Кб -- 07.04.2003
Похожие документы
Еще в разделе: (Показать все результаты (>3983) - www.mrao.cam.ac.uk/ )

4. http://www.stsci.edu/spst/UnixTransition/doc/exposure_util.py
... the start time of the next observation record, which is inaccurate # for the last exposure of an SU. if observation_window is not None : intersect_time = su_ info .get('scheduled_time').intersection(observation_window) if intersect_time: begin_time = str(intersect_time.starttime()) end_time = str(intersect_time.endtime()) else: begin_time = str(su_ info .get('scheduled_time').starttime()) end_time = str(su_ info .get('scheduled_time').endtime()) else: begin_time = str(su_ ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/exposure_util.py -- 13.2 Кб -- 28.02.2014
Похожие документы

5. lsst.coordConv: coordConv::FK5CoordSys Class Reference
lsst.coordConv љ unknown . ... coordConv::FK5CoordSys Class Reference . ... FK5CoordSys (double date=2000.0) . ... clone (double date) const . ... taiFromDate (double date) const . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom (double &toDir, double &scaleChange, CoordSys const &fromCoordSys, Coord const &fromCoord, double fromDir, Site const &site, double tai=0) const . ... virtual coordConv::FK5CoordSys::~FK5CoordSys . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_f_k5_coord_sys.html -- 43.4 Кб -- 07.05.2015
Похожие документы

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

7. The INTERBALL Auroral PROBE orbital elements collections
... Format of the orbital elements | Estimation of the extrapolation errors | Version 1" of the orbital elements collection, determined by KIAM during flight and used for operations planning . Version 2" of the of the orbital elements collection, modified by IKI during flight and recommended for the orbital calculations during scientific data processing . ... Three kinds of the INTERBALL Auroral probe (IB_AUR) orbital elements' collections are presented here. ... IKI RAN | SSC IKI RAN | ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/indap.htm -- 6.0 Кб -- 07.01.2000
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/indap.htm -- 6.0 Кб -- 07.01.2000
Похожие документы

8. http://www.mso.anu.edu.au/pfrancis/simulations/structureformation.py
... Masses are put in random positions within a sphere originally. ... RA (in radians) # Dec (in radians) ra = 2.0*math.pi* random () dec = math.acos(2.0* random ()- 1.0 )-0.5*math.pi return ra,dec def ranvec(): # Generates a randomly orientated unit vector. theta, phi = randomdirection() z = math.sin(phi) x = math.cos(phi)*math.sin(theta) y = math.cos(phi)*math.cos(theta) vec = numpy.array([x,y,z]) return vec # Stars interacting gravitationally # Program uses numpy arrays for high speed computations ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/simulations/structureformation.py -- 5.5 Кб -- 05.05.2015
Похожие документы
Еще в разделе: (Показать все результаты (>463) - www.mso.anu.edu.au/ )

9. Errors
... Meta Index / Home Page This section documents warnings and errors generated by this task (if any). ... error . ... The detector map array is not 2-dimensional as expected. invalidAreaEnergyGrids . ... A pixel within the detector map has a negative value. corrective action: Continue processing - the pixel would provide negative weighting to the total ARF . ... The extent of the selected region projected along the DETX axis exceeds the detector map bounds for that axis. corrective action: continue . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/arfgen/node30.html -- 17.0 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>10991) - xmm.vilspa.esa.es/ )

10. The Body Element and Related Elements
... Content Model: %Body.Content . ... Note that the ID, LANG and CLASS attributes can be used with virtually all of the elements permitted in the document body. ... CLASS . ... The CLASS attribute is most commonly used to attach a different style to some element, but it is recommended that where practical class names should be picked on the basis of the element's semantics, as this will permit other uses, such as restricting search through documents by matching on element class names. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/docbody.html -- 4.2 Кб -- 19.12.1996
Похожие документы

11. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

12. Thermodynamics
The First Law (1): Energy is Conserved in a closed system: . ... We usually consider work and heat flow as the two kinds of energy . The Second Law (2): The Law of Entropy: . ... The amount of disorder increases . ... You can not go from a disordered system to an ordered system without inputting more energy (this is the most important attribute of the second law) . ... In no way can we recover work of that this disordered system without putting energy into the system. ... More on Thermodynamics . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/ph162/l3.html -- 6.4 Кб -- 07.04.1998
Похожие документы

13. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы

14. RSOG Pre-Observation Products
Next: GOCG Pre-Observation Products . Previous: RadioAstron Mission Element Overview . ... Observation Summary File (OSF) . GRT (Ground Radio Telescope) Schedule Files . ... How: The long-term schedulers will produce two files: GSTS-file (General Space Telescope Schedule) to be used by GOCG and LTS-file for all mission elements. ... What: The RSOG will produce schedule files for all GRTs participating in a particular observation, in the format required by each GRT. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/rsogpre.htm -- 7.2 Кб -- 16.05.2001
Похожие документы

15. http://hea-www.harvard.edu/AstroStat/BEHR/behr_test.pro
... Type ; help,behr_hug() ; to obtain a list of accepted keywords. See the documentation ; for BEHR _HUG or the BEHR Tutorial Guide for a description of ; the variables. ; ;restrictions ; it is assumed that the input file contains data as an ASCII table, ; with columns ; -- soft-band counts in source region ; -- hard-band counts in source region ; ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/BEHR/behr_test.pro -- 7.3 Кб -- 04.05.2006
Похожие документы

16. http://www.naic.edu/~phil/mbeam/alfashutter/Software/ALFAController/X.ast
Code Generated by ACR-View MFC Application , File Version: 6.0.2.1021 @ Wednesday, September 28, 2011 17:33:44 ; Code Generated from map:configuration 1.4 ; Configuration Information for the Aries Drive ; -- Generic Motor Attributes C65=0 ; HEATSINK C47=11 ; DMTCWN ; -- Generic Motor Mechanical Elements C8= ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/mbeam/alfashutter/Software/ALFAController/X.ast -- 2.3 Кб -- 27.04.2012
Похожие документы

17. J102815: A Star That Should Not Exist
... J102815: A Star That Should Not Exist . ... Stars born in the generation before our Sun, Population II stars , the stars that created most of the heavy elements around us today, are seen to have some, although less, elements heavier than H and He. Furthermore, even the elusive never-seen first stars in the universe, so-called Population III stars, are predicted to have a large mass and a small but set amount of heavy elements. ... Publications with keywords: star - lithium - Population III . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1253594 -- 15.7 Кб -- 07.09.2011
Похожие документы

18. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

19. (Untitled)
To order one of the possible additional functions use list box at the top left of the Select elements dialog box. ... On each element El in this column one can impose selection conditions of the types . ... El >= B AND El <= C. If B > C, then selection will contain all minor planets with element El complying with disjunction of conditions: . ... If conditions are imposed on several elements, then selection contains only those minor planets, which satisfy all requirements. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user0jse.htm -- 3.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>340) - www.ipa.nw.ru/ )

20. Installing Support Files
GTK+ / Gnome Application Development . ... gnome _hello_helpdir = $( datadir )/ gnome / help / gnome-hello /C gnome _hello_ help _DATA = \ gnome -hello.html \ topic.dat SGML_ FILES = \ gnome -hello.sgml # files that aren't in a binary/data/library target have to be listed here # to be included in the tarball when you 'make dist' EXTRA_DIST ... In particular notice the install directory for the generated HTML files: $(datadir)/gnome/help/gnome-hello/C . ... Gnome Application Basics ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z72.html -- 16.7 Кб -- 12.07.2000
Похожие документы

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


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

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

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