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

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

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

1. casacore: casa::RefRows Class Reference
... Classes . ... casa::RefRows . ... Class holding the row numbers in a RefTable . ... RefRows (const Vector < uInt > &rowNumbers, Bool isSliced= False , Bool collapse= False ) . Create the object from a Vector containing the row numbers. ... Convert this object to a Vector<uInt> by applying the given row numbers. ... Get the row vector as is (thus sliced if the object contains slices). uInt . ... Vector < uInt > casa::RefRows::convert . ... const Vector < uInt >& casa::RefRows::rowVector . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RefRows.html -- 34.6 Кб -- 14.02.2011
Похожие документы

2. API Help (ImageJ API)
... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. The Overview page is the front page of this API document and provides a list of all packages with a summary for each. ... Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/help-doc.html -- 10.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>875) - www.astro.louisville.edu/ )

3. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>66400) - www.eso.org/ )

4. http://www.stsci.edu/spst/UnixTransition/doc/acs_cor_sched_check.py
... Works with the current map files. def run (self): abstract_ check . run (self) file_pointer = open(self.outfile, 'w') self.pf_status = PASS # First, let's get the ACS no-sched windows acs _nosched_windows = get_linkset_gap_nosched_windows. run (' ACS ') # If there are no ACS no-sched windows, then by default, # the check passes if (not acs _nosched_windows): file_pointer.write('No problems found relative to ACS / COR ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/acs_cor_sched_check.py -- 4.7 Кб -- 28.02.2014
Похожие документы

5. Stellarium: StelModuleMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... StelModuleMgr Class Reference . Manage a collection of StelModules including both core and plugin modules. ... voidљ . ... Register a new StelModule to the list The module is later referenced by its QObject name. ... unloadModule (const QString &moduleID, bool alsoDelete=true) . ... Register a new StelModule to the list The module is later referenced by its QObject name. void StelModuleMgr::setPluginLoadAtStartup . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelModuleMgr.html -- 21.4 Кб -- 28.02.2014
Похожие документы

6. Astronomy Evening Classes for Beginners | International Year of Astronomy in
... The Hershel Space Observatory - the golden age of space-based IR astronomy continues: Monday 19 October . ... Astronomy Ireland have designed and developed astronomy Evening Classes for the general public. Aimed at beginners, the classes are running in 10 locations nationwide. ... If you sign up now you will avail of the current special offer for International Year of Astronomy (IYA) and get 3 months membership FREE . ... International Year of Astronomy, Ireland National Node . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/local/AI_classes.html -- 11.5 Кб -- 31.12.2009
Похожие документы

7. ADASS 2003 Conference Proceedings
... The common architecture and infrastructure used for the whole ALMA software is presented at this conference in (Schwarz, Farris, & Sommer 2004). ACS offers a CORBA-based container/component model and supports the exchange and persistence of XML data. For the Java programming language, the container integrates transparently the use of type-safe Java binding classes to let applications conveniently work with XML transfer objects without having to parse or serialize them. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P1-23/ -- 13.2 Кб -- 16.08.2004
Похожие документы

8. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>655) - www.mso.anu.edu.au/ )

9. Initializing a New Class
... Normally you do not need a base class initializer. ... GtkButton . Here is the GtkButton class initialization function, just to give you an initial sense of things; read on to learn what this code does. static void gtk_button_ class _init (GtkButtonClass * klass ) { GtkObjectClass * object_class ; GtkWidgetClass * widget_class ; GtkContainerClass *container_ class ; object_class = (GtkObjectClass*) klass ; widget_class = (GtkWidgetClass*) klass ; container_ class = (GtkContainerClass*) ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/sec-classinit.html -- 12.6 Кб -- 12.07.2000
Похожие документы

10. lsst.twistedActor: Class Members
lsst.twistedActor љ 1.0.7 . ... Classes . ... ClassљMembers . ... twistedActor.dispatcherWrapper.CmdWrapper , twistedActor.dispatcherWrapper.DispatcherWrapper , twistedActor.deviceWrapper.DeviceWrapper , twistedActor.deviceSet.DeviceSet , twistedActor.device.DeviceCollection , twistedActor.command.DevCmd , twistedActor.device.TCPDevice , twistedActor.device.DisconnectDevice , twistedActor.device.ConnectDevice , twistedActor.device.Device , twistedActor.commandQueue.CommandQueue , ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/html/functions.html -- 34.2 Кб -- 15.09.2015
Похожие документы

11. Converting Arecibo Correlator Data to SDFITS or CLASS Native Format
Converting Arecibo Data Into CLASS Internal Format . This is a program to convert Arecibo data into CLASS internal format files. ... The total number of scans/cycle (i.e. it's four if you took: ON, OFF, CAL ON, CAL OFF) . Once you feel confident you know these things, login to an Arecibo computer and then go to whatever directory you wish your CLASS files to reside in. ... Offset 5400.000000 (5400.215304) Scan 103700040: U5440-3. Offset 5400.000000 (5400.215304) Scan 103700041: U5440-4. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/data/data_formats/class.html -- 6.3 Кб -- 20.05.2013
Похожие документы

12. Lincoln Center Observing Schedule ? Amateur Astronomers Association of New York
... Observing . ... Home Observing Lincoln Center Lincoln Center Observing Schedule . ... Clear Sky Chart . ... Lincoln Center . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . Observing Resources for Amateur Astronomers - Part 2: Intermediate Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/observing/lincoln-center/lincoln-center-observing-schedule/ -- 96.7 Кб -- 10.04.2016
Похожие документы

13. Schedule
... A MATHEMATICS PROGRAM IN ENGLISH . ... Program features . ... Program: . ... Upon arrival, before classes actually begin, several days are devoted to our orientation program, during which the students learn to organize their lives in the new environment and, after an initial interview, are given brief summaries of the courses they may take by the professors offering them to facilitate their choice. ... Saturday - . Tuesday . ... Classes begin . Monday . ... Friday . ... Departure . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/mathinmoscow/index.php?page=9 -- 9.7 Кб -- 10.04.2016
Похожие документы

14. http://www.armaghplanet.com/pdf/Administration/Planetarium-FOI-Guide%20_2_TM_FINAL.pdf
PUBLICATION SCHEME - GUIDE TO INFORMATION Class of Information Who we are and what we do Description of Information Manner Fee This class contains information on: · the roles and responsibilities of the organization and those working at a senior level in the organization; · the aims, objectives On the Planetarium website: www.armaghplanet.com None for information available on the website. ... Available for inspection. ... On the Planetarium website: www.armaghplanet.com None ...
[ Текст ]  Ссылки http://www.armaghplanet.com/pdf/Administration/Planetarium-FOI-Guide%20_2_TM_FINAL.pdf -- 81.3 Кб -- 20.09.2011
Похожие документы

15. Conversione da TOOLBOX a CLASS
... Il programma toolas converte da formato TOOLBOX a formato CLASS. ... Il programma converte uno scan in formato TOOLBOX in una o pi? osservazioni in formato CLASS. Mentre il formato TOOLBOX consente di memorizzare fino a 4 spettri (sezioni di correlatore) in ciascuno scan 3.1 , il formato CLASS memorizza ciascuno spettro separatamente. ... il numero 74120 ed ? ... Oltre al file in formato CLASS che contiene gli spettri, vengolo elencati sullo schermo gli scans convertiti senza incontrare errori. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/Radio/red/nuovastrut/node31.html -- 4.0 Кб -- 31.10.2003
Похожие документы

16. DUST: Dust::GenPAHCC Class Reference
... Classes . ... Dust :: GenPAHCC . ... CCFamily { InPlane , OutPlane } . GenPAHCC (double a, dust_nmoded *nm, CCFamily family) . virtual double . ... dust_nmoded * . ... a is the grain radius , nm contains the specifications of the normal modes for the dust model . References bndust_PAHatoNC() , dust_draine_beta2() , dust_nCCIPmodes() , dust_nCCOPmodes() , dust_nmoded::PAHTDebCCIP , and dust_nmoded::PAHTDebCCOP . ... double Dust::GenPAHCC::operator[] . ... double Dust::GenPAHCC::Nmodes . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1GenPAHCC.html -- 10.0 Кб -- 11.07.2008
Похожие документы

17. http://www.stecf.org/conferences/adass/adassVII/reprints/does.ps.gz
... Fitting and Modeling of AXAF Data with the ASC Fitting Application S. Doe, M. Ljungberg, A. Siemiginowska and W. Joye AXAF Science Center, MS 81, Smithsonian Astrophysical Observatory, 60 Garden Street, Cambridge, MA 02138 USA Abstract. ... Fitting and Modeling of AXAF Data 159 MODEL MANAGER FIT STATISTIC MANAGER MANAGER SRC BKGD INSTR MODEL = SRC + BKGD * INSTR MODELS MODELS MODELS MANAGER MANAGER STATS METHODS OPTIMIZATION METHOD MANAGER Figure 3. The Model, Method, and Statistic Managers. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/does.ps.gz -- 76.4 Кб -- 12.06.2006
Похожие документы

18. Dynamic HTML in Communicator
... This example illustrates the use of external files as the source for a layer. This example creates a web page for Nikki's Diner, which is a vegan restaurant that offers tasty daily specials. The web page contains some general information about the diner, and then offers a pop-up menu that lists the days of the week. ... These files contain HTML formatted text that describes the specials for that day. ... LAYER ID="menu" LEFT=50 WIDTH=400 src="specials/sat.htm"> </LAYER> . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers36.htm -- 11.0 Кб -- 13.08.1997
Похожие документы

19. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

20. S.P.Korolev RSC Energia - LAUNCHERS
Launch Vehicle Energia . ... In 1989, NPO Energia in cooperation with related organizations worked up a catalog "Scientific ad Technological Achievements Implemented in Energia-Buran Space System - to National Economy" containing about 600 proposals which could bring economic effect of around 6 milliards of rubles ( at prices of 1989). Development of LV Energia offered a promise for a number of global projects of a large international importance. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/english/energia/launchers/vehicle_energia-pe.html -- 9.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1976) - www.energia.ru/ )

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


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

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

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