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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/8.0.0/doc/dal/node26.html.

1. casacore: casa::Primes Class Reference
... casa::Primes . ... Creates a reference table of prime numbers, and some functions. ... This function returns the closest integer larger than number from the table of primes. static uInt . ... If there is no entry in the table of primes which is larger than number, a zero is returned. static Block < uInt > casa::Primes::cachedPrimes . ... This function finds the next largest prime than number, returns that value and stores it in the table of primes. static uInt casa::Primes::smallestPrimeFactor . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Primes.html -- 27.5 Кб -- 14.02.2011
Похожие документы

2. isNearlyEqual(): Comparing numbers with a given precision
... Meta Index / Home Page / Some functions for testing/debugging . This function returns .true. if the given pair of values agree with each other in the given precision (order), or .false. otherwise. LOGICAL(bool) FUNCTION isNearlyEqual(cmp, compared, precision) REAL, intent(in) :: cmp, compared ! or INTEGER INTEGER, intent(in) :: precision END FUNCTION isNearlyEqual . For the pair of the first two arguments, any combination of int8 , int16 , int32 , single and double is allowed. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node152.html -- 4.0 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>34989) - xmm.vilspa.esa.es/ )

3. CSPICE Routines: EKAPPR_C
... Abstract Append a new, empty record at the end of a specified E-kernel segment. ... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- handle I File handle. segno I Segment number. recno O Number of appended record. ... After a new record has been appended to a segment by this routine, the record must be populated with data using the ekace*_c routines. ... To insert a record into a segment at a specified ordinal position, use the routine ekappr_c . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ekappr_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

4. A matrix of tweets from #AAS225
... Users . ... Data Collection and Analysis . ... This particular part of the analysis has been disabled since the code is struggling to cope with the number of users seen this year, in particular the large contingent of people who have re-tweeted NASA. ... Order accounts: by user number (effectively random) by number of tweets (includes retweets) by number of followers by number of followers that also tweeted about AAS225 by number of friends that also tweeted about AAS225 . ... by user number . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/aas225/user-matrix.html -- 10.3 Кб -- 10.04.2016
Похожие документы

5. Means and Deviations
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/l7.html -- 4.9 Кб -- 23.02.1998
Похожие документы
Еще в разделе: (Показать все результаты (>477) - zebu.uoregon.edu/ )

6. Ordered Lists
... Content Model: Optional list header (LH), followed by one or more list items (LI) . An ordered list typically is a numbered list of items. ... The numbering style is left to associated style sheets, e.g. whether nested lists contribute to a compound item number, e.g. "3.1.5", or whether numbers are rendered as arabic, upper or lower case roman numerals or using the numbering scheme appropriate to the language context. ... CLASS . ... The CLEAR attribute allows you to move down unconditionally: . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/seqlists.html -- 5.3 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>442) - comet.sai.msu.ru/ )

7. Order definition: Method Hough
Next: Wavelength calibration Up: Reduction using Standard Previous: Order Definition: Methods . ... The algorithm accepts frame which can be mildly contaminated by particle hits, bad columns, order gaps due to absorption lines, as found in FLAT or STD . ... the interorder background is roughly constant over the frame. the slope of the orders is in the range ]0., ... For a background estimate without previous order definition, consider the echelle command BACKGROUND/SMOOTH . ... LOAD/TAB order :X :Y . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node472.html -- 8.7 Кб -- 23.02.1996
Похожие документы

8. http://www.astrosociety.org/products/returnsnew.txt
Astronomical Society of the Pacific Product Return Information We want you to be completely satisfied with every purchase you make with us. If you are in any way dissatisfied with a product you ordered, we will exchange it, replace it, or refund your money within 30 days of receipt. ... Customers are responsible for postage on all returns back to the ASP. ... Damaged shipments: If your package was damaged in shipment via UPS, we will contact UPS direct for claim instructions. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/products/returnsnew.txt -- 3.7 Кб -- 30.07.2012
Похожие документы

9. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

10. Block Device Drivers
... Note: This has not been updated since changes were made in the block device interface to support block device loadable modules. ... To mount a filesystem on a device, it must be a block device driven by a block device driver. ... Instead, your driver uses block_read() and block_write() , which are generic functions, provided by the VFS, which will call the strategy routine, or request() function, which you write in place of read() and write() for your driver. ... DEVICE_NAME is simply the device...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/block.html -- 9.9 Кб -- 23.03.2000
Похожие документы

11. CurveFitter (ImageJ API)
... public class CurveFitter . ... static int . ... Field Detail public static final int STRAIGHT_LINE . ... public static final int POLY2 . ... public static final int POLY3 . ... public static final int POLY4 . ... public static final int EXPONENTIAL . ... public static final int POWER . ... public static final int LOG . ... public static final int RODBARD . ... public static final int GAMMA_VARIATE . ... public static final int LOG2 . ... public static double f (int fit, double[] p, double x) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/measure/CurveFitter.html -- 34.8 Кб -- 02.12.2010
Похожие документы

12. http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl
... POSTQUEL commands ... ); # % row = dbi_nextrow; # dbi_disconnect; # dbi_rowcount( $rows ); # dbi_dateformat( $format ); # #.AUTHOR J. Douglas ... --------------------------------------------------------------------------- package WDB_DatabaseInterface; use Pg; $PGRES_EMPTY_ QUERY = 0 ; # these are from libpq-fe.h $PGRES_COMMAND_OK = 1 ; $PGRES_TUPLES_OK = 2 ; $PGRES_COPY_OUT = 3 ; $PGRES_COPY_IN = 4 ; $PGRES ... RETURNS Dies on error ! ... REMARKS Dies on error ! ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl -- 8.9 Кб -- 14.03.2006
Похожие документы

13. Guider Mechanical Commands
... PISTON piston . ... this command is not used by the TCC The guide camera mechanical controller sets the filter, focus and other mechanical functions, but not the position of the guide camera in the focal plane. Positioning, if available, is handled by one or two guider position axes controllers , one per axis of motion. ... Notifies the controller that subsequent commands apply to the guider mechanical controller. ... Sets the piston of the guider to the specified value (in decimal microns). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/HardwareControllers/GuiderMechCommands.html -- 5.9 Кб -- 14.03.1995
Похожие документы

14. Stellarium: gTimeSpan Class Reference
... Classes . ... gTimeSpan Class Reference . ... gTimeSpan (const gTimeSpan &timeSpanSrc) . ... Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. ... Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. ... Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. ... Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html -- 20.9 Кб -- 28.02.2014
Похожие документы

15. ESO - Request Handler FAQ
... Science . ... Science Users Information > Science Archive Facility > Request Handler FAQ . ... Data Handling and Products . ... ESO Data . ... Also, please double-check that you have entered correctly the full address of the service ( http://www.eso.org/requestHandler/pipacks ), including the leading triple w. Answer: The packages contain the raw data belonging to the selected run, the associated raw calibrations, the masters derived from them and the pipeline science products generated from them...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/archive/requestHandlerFaq.html -- 36.3 Кб -- 09.04.2016
Похожие документы

16. Search by subdirectory on archive XFree86/OS2
Search engine provided by WebGlimpse . String to search for: . ... Return only files modified within the last days. Maximum number of files returned: 10 50 100 1000 . Maximum number of matches per file returned: 10 30 50 500 . Maximum number of characters output per file: . ... sorted by author . sorted by date . sorted by subject . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86search.html -- 3.4 Кб -- 23.10.2000
Похожие документы

17. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

18. http://www.naic.edu/~phil/mbeam/center_channel.html
... For the alfa data taken with the wapps, the users need to map the spectral channels to frequency and velocity. ... The RF frequency for the center of the band (fits keyword: CRVAL1). The the pixel number of this frequency (fits keyword: CRPIX1). ... You also need to be aware that for an even number of pixels, flipping the spectra (changing the sign of CDELT1) changes the pixel number for the center (e.g... ... The number 1 is in channel 3 (0 based). ... The band was centered at 1400 Mhz. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/mbeam/center_channel.html -- 5.1 Кб -- 21.02.2006
Похожие документы

19. The ASC Data Archive for the AXAF Ground Calibration
... Up: Archives and Information Services . Previous: The VizieR System for Accessing Astronomical Data . ... A data archive is near completion at the ASC to store and provide access to AXAF data. ... It consists of a number of different servers which handle flat data files, relational data, replication across multiple sites and the interface to the WWW. ... This paper presents the overall archive architecture and the design of client and server components as it was used during ground calibration. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zografoup.html -- 11.6 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zografoup.html -- 11.6 Кб -- 15.05.1998
Похожие документы

20. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

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


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

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

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