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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.adass.org/adass/proceedings/adass98/pencewd/.

1. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы

2. Create a Program Using JWST MSA Planning Tool
This exercise will require the PC to create a MSA program in APT. ... Go to /user/bethp/jwst. ... Create a New JWST Program in APT. ... In the Observations section, select New Observation Folder. In the new observation folder, click on MSA Planning Tool. ... To do this, you need to go to the targets section in APT and select New JWST Reference Star. ... Now that you have the basic steps, you can play around with selecting different parameters and creating new MSA observations. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ops/jwst_MSA.html -- 3.8 Кб -- 06.04.2016
Похожие документы

3. Creating Your Source Tree
GTK+ / Gnome Application Development . ... Overview of a Gnome Source Tree . ... Almost all Gnome applications use the same build system based on the GNU tools automake , autoconf , and libtool . ... Beginning with this chapter and continuing throughout Part 2 of the book, a sample application called GnomeHello will be used to demonstrate Gnome features. ... Together, these tools are used to create a portable shell script called configure ; configure is distributed to users with your software package. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/cha-source.html -- 12.9 Кб -- 12.07.2000
Похожие документы

4. SSAU scientists and specialists of JSC 'Metallist-Samara' create a unique
... SSAU History . SSAU roadmap . ... Scientists of SSAU and specialists of JSC Metallist-Samara work out a project on creation of import-substituting sea water desalting plants and wastewater treatment plants. ... So, the first experimental installation designed to produce one cubic meter of fresh water per hour, has a power consumption of only 10 kilowatt-hours, which is at the level of the latest foreign desalination plants. ... e-mail: ssau@ssau.ru . http://www.ssau.ru . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12000/ -- 27.3 Кб -- 02.12.2015
Похожие документы

5. http://star.arm.ac.uk/~spm/software/liveice.html
... Unlike clients such as Shout and IceDJ this permits the broadcast of live audio, rather than prerecorded mp3's. LiveIce was developed after the appearance of IceCast to provide the Real Time streaming functionality which makes it a viable solution for broadcasting. It is based on the guts of 2 of my previous works - Mp3Serv, the first mp3 broadcasting system & Mp3Mixer, a toy which allows the user to 'Mix' with mp3 streams. ... LiveIce XMMS sourcecode is available here . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~spm/software/liveice.html -- 9.8 Кб -- 10.03.2000
Похожие документы

6. How to create a gain (or other calibration) table for CASA Bojan Nikolic web
... Bojan Nikolic web pages (r. 329) . ... Bojan Nikolic b. nikolic @mrao.cam.ac.uk , bojan @bnikolic.co.uk // A simple illustration of how to create and write out a gain table // for CASA using C++ #include calibration /CalTables/CalTable.h #include calibration /CalTables/SolvableVJTable.h #include calibration /CalTables/CalSet.h void createRndmGainTbl ( const char * fnameout ) { using namespace ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casacreategaintable.html -- 17.3 Кб -- 04.04.2016
Похожие документы

7. Second: Create a session on the correlator control computer lbaccc
... ATNF Home . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Next: Third: Create a session Up: Starting up correlator control Previous: First: Log on to б  Contents . Both the correlator interface and the correlator spectra display program are run from lbaccc . ... lbaccc . ... A more complete explanation of SPD, including available commands, is found in Appendix C. Next: Third: Create a session Up: Starting up correlator control Previous: First: Log on to б  Contents . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/correlation/S2correlator/manual/node6.html -- 52.9 Кб -- 08.04.2016
Похожие документы

8. http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf
ATMoB Network Acceptable Use Policy Created 6/1/2005 The Amateur Telescope Makers of Boston, Incorporated provides this network terminals for its members. ... Users must respect the privacy of others. ... The Services may not be used in a manner that precludes or significantly hampers network access by others. ... Where the network or devices are being used to access another network, any abuse of the acceptable use policy of that network will be regarded as unacceptable use of our network. ...
[ Текст ]  Ссылки http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf -- 20.0 Кб -- 09.12.2008
Похожие документы
Еще в разделе: (Показать все результаты (>427) - www.atmob.org/ )

9. Table Filtering with Indexes
... example, note below the dramatic speedup in searching a 1 Gb file using an AND filter, even when one of the columns (pha) has no index : time fundisp \ huge.fits'[idx_activate=0,idx_debug=1,pha= 2348 4000 4000 1]' \ x y pha x y pha ---------- ----------- ---------- 3999.48 4000.47 2348 3999.48 4000.47 2348 3999.48 4000.47 2348 3999.48 4000.47 2348 3999.48 4000.47 2348 ... Currently, indexed filtering only works with FITS binary tables and raw event files. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/idx.html -- 9.4 Кб -- 01.10.2012
Похожие документы

10. Creating commands and programs using the shell
As well as using the shell to run commands you can use its built-in programming language to write your own commands or programs. You can put commands into a file - known as a shell script - and then execute that file as you would a command or program. The use of the Bourne shell (sh) is illustrated as this is available on all UNIX systems. ... The C and TC shells use a programming language which is similar to the C programming language. Creating and executing simple shell scripts . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/index.html -- 2.5 Кб -- 17.01.1997
Похожие документы