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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-range.html.

1. WCSLIB: fitskey Struct Reference
WCSLIB љ 5.15 . ... DataљStructures . ... fitskey Struct Reference . ... fitshdr() returns an array of fitskey structs, each of which contains the result of parsing one FITS header keyrecord. ... Returned ) Keyvalue data type: . ... Returned ) Logical ( fitskey::type == 1) and 32-bit signed integer ( fitskey::type == 2) data types in the fitskey::keyvalue union. int64 fitskey::k . Returned ) 64-bit signed integer ( fitskey::type == 3) data type in the fitskey::keyvalue union. int fitskey::l . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structfitskey.html -- 23.4 Кб -- 10.04.2016
Похожие документы

2. comedi_get_range
Comedi Documentation . ... Next . comedi_get_range -- range information of channel . ... comedi_range * comedi_get_range (comedi_t * device, unsigned int subdevice, unsigned int channel, unsigned int range); . The function comedi_get_range() returns a pointer to a comedi_range structure that contains information that can be used to convert sample values to or from physical units. The pointer is valid until the Comedi device device is closed. ... comedi_get_n_ranges . ... comedi_find_range ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-range.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-range.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-range.html -- 3.8 Кб -- 02.10.2012
Похожие документы

3. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>6717) - crydee.sai.msu.ru/ )

4. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

5. CSPICE Routines: BODVRD_C
... Abstract Fetch from the kernel pool the double precision values of an item associated with a body. ... It's an error to supply an output array that is too small to hold all of the values associated with the requested kernel variable. Detailed_Output dim is the number of values returned; this is always the number of values associated with the requested kernel variable unless an error has been signaled. values is the array of values associated with the requested kernel variable. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/bodvrd_c.html -- 10.5 Кб -- 17.12.2005
Похожие документы

6. Cummings generator routines
... AINTRO- USING THE CGEN ROUTINES: . ... CGENPLOT - PLOT GENERATOR DATA . Next Routine] [ List of Routines ] help,d[500].geni[2],/st ** Structure CGEN1, 40 tags, length=160, data length=160: DEVTYPE LONG 3 CTRLSW LONG 2 STATE LONG 3 FAULTCODE LONG 0 FAULTTYPE LONG 0 KWPERCENT FLOAT 76.0000 TOTKWST FLOAT 755.000 NFPA110 LONG 24576 EXTENDEDST LONG 0 FREQ FLOAT 59.0000 TOTPF FLOAT 0.921850 TOTKVA FLOAT 821.000 TOTKW FLOAT 755.000 TOTKVAR FLOAT 319.000 VOLTSAB ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cgendoc.html -- 10.5 Кб -- 02.02.2016
Похожие документы

7. Full search on archive CATS Description
String to search for : . ... Maximum number of files returned : 10 50 100 1000 . Maximum number of matches per file returned: 10 30 50 500 . ... will find all occurrences (in all files!) of "RATAN" allowing one spelling error; . Chernenkov , Verkhodanov . will find all occurrences of "Chernenkov" or "Verkhodanov" in all documents; . ... will find all lines that contain both "Trushkin" and "SS433"; . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/wgindex.html -- 3.2 Кб -- 01.10.2012
Похожие документы

8. mod_authn_dbd - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... User authentication using an SQL database . ... AuthnCacheProvideFor dbd AuthnCacheContext my-server # mod_authz_core configuration Require valid-user # mod_authn_dbd SQL query to authenticate a user AuthDBDUserPWQuery "SELECT password FROM authn WHERE user = %s" </Directory> . ... SQL query to look up a password for a user . ... The AuthDBDUserRealmQuery specifies an SQL query to look up a password for a specified user and realm in a digest authentication...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_authn_dbd.html -- 15.8 Кб -- 19.11.2015
Похожие документы

9. Zen: Gin
Hide Zen home . ... GIN . ... contains: value_array @> query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin -- 12.5 Кб -- 10.04.2016
Похожие документы

10. DUST: dustiface.h File Reference
... dust_AbsXSec . Absorption Cross section. typedef void . ... Calculates the equilibrium temperature given the absorption cross section and a radiation field. double . ... Calculates the absortion cross section of a species/size of dust grain . ... The grain absorption cross section . ... The absorption cross section of the grain . ... Calculates the equilibrium emission at wavelength lambda from a (large) grain at temperature T and with absorption cross section xsection. double dust_EquiT . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustiface_8h.html -- 30.7 Кб -- 11.07.2008
Похожие документы

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

12. Line (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.Line . ... public class Line . ... int . ... protected double . ... Constructor Detail public Line (int ox1, int oy1, int ox2, int oy2) . Creates a new straight line selection using the specified starting and ending offscreen integer coordinates. public Line (double ox1, double oy1, double ox2, double oy2) . Creates a new straight line selection using the specified starting and ending offscreen double coordinates. public Line (int sx, int sy, ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/Line.html -- 37.4 Кб -- 02.12.2010
Похожие документы

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

14. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

15. http://xmm.vilspa.esa.es/sas/5.4.1/doc/ssclib.ps.gz
... 2 List Parsing Module name: parse list mod Author: Dean Hinshaw (University of Leicester, dah@star.le.ac.uk) This subroutine parses a string containing a delimited list into an array of strings, one element for each member of the list. ... Suppose you have a data structure array which you want to sort in order of one of its constituents, for example a structure that stores gtis: type :: gtiType real(kind(0d0)) :: time logical :: isStart end type gtiType type(gtiType) :: gtiArray(100) ! ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/ssclib.ps.gz -- 49.5 Кб -- 10.01.2003
Похожие документы

16. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>294) - comet.sai.msu.ru/ )

17. Comet Hale-Bopp Returns
Astronomy Picture of the Day . ... AAC Explanation: Comet Hale-Bopp has returned from behind the Sun. In December and early January, Comet Hale-Bopp was too near the Sun to be easily visible from Earth . ... The above photo was taken on January 31 st and shows the two emerging tails of Comet Hale-Bopp . ... Publications with keywords: Comet Hale-Bopp . Publications with words: Comet Hale-Bopp . ... Comet Hale-Bopp Over Val Parola Pass . ... The Dust and Ion Tales of Comet Hale-Bopp . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1162827 -- 13.8 Кб -- 21.06.2003
Похожие документы

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

19. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>96) - www.kosmotras.ru/ )

20. Armagh Planetarium Events
News of events at Armagh Planetarium . ... Events . ... Coming to galaxy near you is The Stars Awaken, a wonderful exhibition of€а full-size fan-built props and creations inspired by the amazing Star Wars saga! ... Our course Stargazing the Night Sky€аwill be presented this spring at Queens University of Belfast. ... Celebrate Stars Wars at the Stars Awaken Exhibition Posted on March 3, 2016 . ... Click here to receive news of special events at Armagh Planetarium . 2016 Armagh Planetarium Events. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/events/ -- 43.4 Кб -- 09.04.2016
Похожие документы

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


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

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

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