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

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

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

1. casacore: lattices/Lattices/RebinLattice.h Source File
... Files . ... File List . File Members . lattices . Lattices . ... Will 00173 // give the same result as function 'shape' 00174 static IPosition rebinShape ( const IPosition shapeLatticeIn, 00175 const IPosition bin); 00176 00177 private : 00178 Slicer findOriginalSlicer ( const Slicer section) const ; 00179 void getDataAndMask ( const Slicer section); 00180 void bin ( const Array T dataIn); 00181 void bin ( const Array T dataIn, const Array ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/RebinLattice_8h_source.html -- 33.4 Кб -- 14.02.2011
Похожие документы

2. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . Exoplanets . src . Exoplanets.hpp . ... 19 љ #ifndef _EXOPLANETS_HPP_ . 20 љ #define _EXOPLANETS_HPP_ . ... 25 љ #include "Exoplanet.hpp" . ... 41 љ typedef QSharedPointer<Exoplanet> ExoplanetP; . ... 44 љ class Exoplanets : public StelObjectModule . ... 59 љ virtual ~ Exoplanets (); . ... 102 љ virtual QString getName() const { return "Exoplanets" ; } . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Exoplanets_8hpp_source.html -- 41.4 Кб -- 28.02.2014
Похожие документы

3. lsst.coordConv: coordConv::OtherCoordSys Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::OtherCoordSys Class Reference . ... OtherCoordSys (std::string const &name, double date=0, DateTypeEnum dateType= DateType_None , bool isMean =false) . ... virtual Coord љ . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom ( CoordSys const &fromCoordSys, Coord const &fromCoord, Site const &site, double tai=0) const . ... virtual Coord coordConv::OtherCoordSys::removePM . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_other_coord_sys.html -- 47.5 Кб -- 07.05.2015
Похожие документы

4. NEdit.org
... Browse on Line . ... To get this to work, add a macro menu item which calls open_include() . ... Oops. ) return } # # We have a filename ; now run through our list of paths see # if we can open the file . # include_path = $g_ include _path path_separator = : bpos = 0 epos = search_string( include_path , path_separator, bpos ) while( epos bpos ) { path_bit = substring( include_path , bpos , epos ) if( open_with_test (path_bit / ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 02.10.2012
Похожие документы

5. CSPICE Routines: GDPOOL_C
... Abstract Return the d.p. value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. n O Number of values returned for name. values O Values associated with name. found O True if variable is in pool. ... Included the data for a test kernel. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gdpool_c.html -- 8.7 Кб -- 17.12.2005
Похожие документы

6. Code Examples
... Below are the code examples that are used in the above text which are not included in complete form elsewhere. ... #include gtk/gtksignal.h #include gtk/gtktable.h #include gtk/gtktogglebutton.h #include tictactoe .h enum { TICTACTOE _SIGNAL, LAST_SIGNAL }; static void tictactoe _class_init (TictactoeClass *klass); static void tictactoe _init ( Tictactoe * ttt ); static void tictactoe _toggle ( GtkWidget *widget, Tictactoe * ttt ); static gint ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/app-codeexamples.html -- 10.2 Кб -- 19.07.2002
Похожие документы

7. Date conversion functions
... All inputs for these functions and procedures can be arrays! . julian ( year _integer , month _integer , day _real ) Function; returns Julian day including fraction. Day can be fractional. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node184.html -- 5.2 Кб -- 28.04.2015
Похожие документы

8. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

9. read_fits.c File Reference
Main Page Data Structures File List Data Fields Globals . ... int . read_oi_array (fitsfile *fptr, char *arrname, oi_array *array, int *status) . Read OI_ARRAY fits binary table. More... int . read_oi_target (fitsfile *fptr, oi_target *targets, int *status) . ... read_oi_wavelength (fitsfile *fptr, char *insname, oi_wavelength *wave, int *status) . ... read_next_oi_vis (fitsfile *fptr, oi_vis *vis, int *status) . ... read_next_oi_vis2 (fitsfile *fptr, oi_vis2 *vis2, int *status) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/read__fits_8c.html -- 15.7 Кб -- 07.04.2003
Похожие документы

10. Future developments
... Currently, the OAL only returns the x-y-z positional coordinates from the orbit file. ... It might be useful to arrange the output files to conform to a known standard, such as the XTE Orbit File, which are not only already OGIP- compliant, but would allow these files to take advantage of FTOOLS designed to read such formats. ... The OAL first attempts to extract the RECONSTRUCTED orbit file to fill the output file, and failing that, will extract the PREDICTED orbit file. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/orbit/node11.html -- 4.5 Кб -- 01.07.2008
Похожие документы

11. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

12. Accesibility
... Planetarium Staff . ... Freedom of Information . ... The Armagh Planetarium website has been enabled to use BrowseAloud software. ... See the following instructions on how to increase the size of the text on any web page you are viewing. тАв Press ' Ctrl ' and ' + ' to increase the text size, ' Ctrl ' and ' - ' to decrease the text size. ... For information on changing the text size in older browsers and on different operating systems visit the BBC My Web My Way site for Windows, MAC and Linux . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/accessibility.html -- 30.9 Кб -- 20.02.2014
Похожие документы

13. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt
There still seems to be some confusion about how one upgrades to the 1.2.1 release of TCP/IP. ... TCP/IP 1.2.1 PRODUCT REPLACEMENT PROCEDURE TCP/IP 1.2 customers of record may have their products replaced, FREE OF CHARGE, by using the following procedure: The customer is requested to return, with a complete return address, the PROOF OF LICENSE (ORIGINAL COPY) for all TCP/IP 1.2 for OS/2 products to the IBM Fulfillment Center (address below). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt -- 3.8 Кб -- 29.01.1995
Похожие документы

14. Funtools FAQ: Programming
... include <stdlib.h> #include <funtools.h> int main(int argc, char **argv) { Fun fun; /* sanity check */ if( argc < 2 ) return 1; /* open file for reading */ if( !(fun=FunOpen(argv[1], "r", NULL)) ){ fprintf(stderr, "ERROR: can't open funtools file: %s\n", argv[1]); return 1; } /* close file */ FunClose(fun); return 0; } . ... pi); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ... region); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

15. Open Source Convention
... For a tsvector column in a table, returns the distinct words along with their frequency. This includes the number of documents (table rows) containing a word and the number of entries for a word which includes multiple occurrences within a row. stat(txt TEXT) RETURNS SETOF STATINFO . txt' is a select statement that selects a tsvector column from a table. SELECT * FROM stat('SELECT ts_vec FROM ts_readme') ORDER BY ndoc desc, word LIMIT 5; word | ndoc | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/stat.html -- 2.5 Кб -- 22.12.2007
Похожие документы

16. Uses of Class ij.io.FileInfo (ImageJ API)
... Class . Use . ... Packages that use FileInfo . ... ij.io . ... Methods in ij that return FileInfo . ... Returns a FileInfo object containing information, including the pixel array, needed to save this image. ... Returns the FileInfo object that was used to open this image. ... Displays the dialog and returns a FileInfo object that can be used to open the image. static FileInfo . ... Returns the FileInfo object used to import the last raw image, or null if a raw image has not been imported. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/class-use/FileInfo.html -- 16.9 Кб -- 02.12.2010
Похожие документы

17. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/src/NETLIB/SYSCALL5.ASM
... DATA ENDS ; macro used at start of every function to perform initialization if it ; hasn't happened already chkinst MACRO LOCAL okay mov ax,inited or ax,ax jnz okay call __find_vec mov inited,0FFFFh okay: ENDM ; macro to zero out one register (s) if another (r) is already zero zseg MACRO r,s LOCAL done or r,r jnz done mov s,r done: ENDM ; unslword get_option(nd, level, option, value, len) ; ; nd BX ; level SI ; option DI ; value DS:DX ; len CX ; returns ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/src/NETLIB/SYSCALL5.ASM -- 6.2 Кб -- 20.02.1992
Похожие документы
Еще в разделе: (Показать все результаты (>3546) - www.naic.edu/ )

18. ASP: The Return of Halley's Comet
... Chapman, R. and Brandt, J.: The Comet Book: A Guide for the Return of Halleys Comet (1984, Jones and Bartlett) ? ... Branley, F.: Comets (1984, T.Y. Crowell) ? good picture book for students in grades K-3. ... Schatz, D.: The Comet Cometh: An Activity Book for the Return of Comet Halley ? ... Glenn, W.: "Halley's Comet Makes a Comeback'' in The Science Teacher Jan. 1984, p. 38. ... To construct a model of an Alien Being that could exist on another planet or satellite in our solar system. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/01/halley2.html -- 13.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1084) - www.astrosociety.org/ )

19. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

20. Astronaut Bio: Robert L. Stewart
... Robert L. Stewart (Brigadier General, USA, Ret.) ... SPECIAL HONORS: Awarded Army Distinguished Service Medal , Defense Superior Service Medal , 2 Legion of Merit, 4 Distinguished Flying Crossed, a Bronze Star, a Meritorious Service Medal , 33 Air Medals, the Army Commendation Medal with Oak Leaf Cluster and V Device, 2 Purple Hearts, the National Defense Service Medal , the Armed Forces Expeditionary Recipient of NASA Space Flight Medal (1984 & 1985). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/stewart-rl.html -- 8.7 Кб -- 07.07.2015
Похожие документы

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


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

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

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