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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/HDF5_8h_source.html.

1. FitsIO(3)
FitsIO - C++ Class for Reading, Writing and Managing FITS Images . include FitsIO .h class FitsIO : public ImageIORep { ... public: FitsIO ( int width, int height, int bitpix, double bzero, double bscale, const Mem header , const Mem data); ~ FitsIO () {} int wcsinit(); int nativeByteOrder() const ; const char * classname() const ; static FitsIO * read( const char * filename, int memOptions = 0); ... The Mem class is used to speed up loading the file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.14.html -- 8.5 Кб -- 11.09.1998
Похожие документы

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

3. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

4. Colourmaps
... The documentation on image display and communications support are highly recommended. ... Colourmap creation sample programme: X11 interface */ /*----------------------------------------------------------*/ #include <karma.h> #include <karma_kcmap.h> #include <karma_xc.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #define DEFAULT_COLOURMAP_NAME "Greyscale1" #define MAX_COLOURS (unsigned int) 200 Kcolourmap setup_cmap (dpy, window) /* This routine will create a Kcolourmap object from an X11 display...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node10.html -- 17.3 Кб -- 13.02.2011
Похожие документы

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

6. Stellarium: TuiNodeFloat Class Reference
Stellarium 0.12.3 . ... Classes . ... TuiNodeFloat Class Reference . Allows navigation but also editing of a float value. ... TuiNodeFloat (const QString &text, QObject *receiver, const char *method, float defValue, float min, float max, float inc, TuiNode *parent=NULL, TuiNode *prev=NULL) . Create a TuiNodeFloat node. ... virtual TuiNodeResponse љ . ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNode *љ . ... the default value for the node . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeFloat.html -- 20.5 Кб -- 28.02.2014
Похожие документы

7. lsst.tcc: std::tr1::array< _Tp, _Nm > Struct Template Reference
... std . tr1 . ... std::tr1::array< _Tp, _Nm > Struct Template Reference . ... typedef std::size_tљ . ... typedef const value_type & std::tr1::array < _Tp, _Nm >:: const_reference . ... typedef std::reverse_iterator< const_iterator > std::tr1::array < _Tp, _Nm >:: const_reverse_iterator . ... typedef std::ptrdiff_t std::tr1::array < _Tp, _Nm >:: difference_type . ... typedef value_type & std::tr1::array < _Tp, _Nm >:: reference . ... typedef std::size_t std::tr1::array < _Tp, _Nm >:: size_type . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/structstd_1_1tr1_1_1array.html -- 22.5 Кб -- 14.09.2015
Похожие документы

8. Python T5: 061405 script
Examples corresponding to source files are followed by examples of usage . ... class Clown: . ... def __init__(self, noise='Honk Honk'): . ... def makenoise(self): . ... return self.values[index] . ... def __call__(self, wave): . ... return self.comp1(wave) + self.comp2(wave) . ... return n.exp(-(wave-self.center)**2/(2*self.width**2)) . ... return self.tran1(wave) * self.tran2(wave) . ... return 0.*wave + self.value . ... return 1. - self.depth*n.exp(-(wave-self.center)**2/(2*self.width**2)) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/institute/itsd/information/streaming/archive/InstrumentDivisionTrainingSeries/PerryGreenfield061405_supporting/PerryGreenfield061405html -- 14.6 Кб -- 25.09.2012
Похожие документы

9. http://www.adass.org/adass/proceedings/adass03/reprints/P4-12.pdf
... These include support for spectral coordinate systems, and compliance with FITS WCS papers I, II and III. ... Status Supported Supported Supported Supported Supported (only written when producing a FITS-AIPS header) Coordinate /algorithm/distortion Supported (all coordinate systems [intype cluding helio-ecliptic] and algorithm codes listed in papers I, I I and I I I, with the exception of the STOKES and COMPLEX values defined in paper I, the CUBEFACE value defined in ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P4-12.pdf -- 66.7 Кб -- 27.08.2004
Похожие документы

10. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2559) - hea-www.harvard.edu/ )