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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/mail/modes.html.

1. http://www.atnf.csiro.au/pub/people/vlbi/v184/v184a/March06/sched.runlog
... Contact stations by e-mail to make sure phase cal is switched off VXS2MD: S2 Modes with DAR = NONE wiring not implemented, using naive S2 mode VXWRTR: WARNING, un-documented S2_data_source, may not be recognized by PCFS Scan number: 9 Start time: 2006-072-02:06:20 Stop time: 2006-072-02:11:21 Source: 0420-014 Station codes: At,Ho,Cd Setup file: h2o22229d.set PRTSCN: Scan information was written to the log file. ... VXSCH: WARNING: Scan timing problem for PCFS, this VEX will NOT run!! ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/pub/people/vlbi/v184/v184a/March06/sched.runlog -- 6.1 Кб -- 23.02.2006
Похожие документы

2. pulsars
... psrfits2fil converts AO psrfits files from the pdev spectrometer to sigproc filterbank program. This standalone routine will probably one day be incorporated in the sigproc filterbank program. psrfits data taken with the mock pdev spectrometer is scan based. ... The routine will read all of the psrfits files from a scan and output a single sigprog.fil file. ... Output to a single file with same format as input: . ... The psrfits files for the test data are located in /share/pdata1/pdev/ . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/pulsars.html -- 11.6 Кб -- 07.10.2009
Похожие документы

3. Kermit Operations
Kermit output files are named ker number_object_filter_time .fits. number is a four-digit integer that increments for each subsequent exposure. object is the object name (with spaced removed) as entered by the observer. filter is the name of the currently selected filter wheel position. time is the current UTC time as a six-digit integer, HHMMSS. ... Kermit has three selectable pixel timing modes: fast readout, slow readout, and slow readout with reset. ... Kermit has three readout modes: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/kermit/operations.html -- 11.1 Кб -- 17.09.2004
Похожие документы

4. What is a Device Driver?
... Instead of putting code in each application you write to control each device, you share the code between applications. ... Within the kernel, there are a set of functions, registered with the filesystem, which are called to handle requests to do I/O on ``device special files,'' which are those which represent devices. ... This chapter explains how to write any type of Linux device driver that you might need to, including character, block, SCSI, and network drivers. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/whatis.html -- 5.4 Кб -- 23.03.2000
Похожие документы

5. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

6. http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py
... It adds together the first two of these numbers. If the result is greater than the # third number, it prints all three numbers out (to a file called results.d) # Otherwise it prints out a rude message # First , open the files inhandle = open ('data.d', 'r') outhandle = open ('results.d', 'w') # Now loop through all the lines in the input. for line in inhandle: allarray = line .split() # Split the line you've just read in into its component bits n1 = float ( ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py -- 2.2 Кб -- 12.04.2007
Похожие документы

7. http://star.arm.ac.uk/f77to90/code/sum.f90
PROGRAM SUMMATION ! Summation forwards and backwards of 1/n^2 IMPLICIT NONE INTEGER :: N, NMAX CHARACTER :: ANSWER REAL :: SUM_SP, TEMP DOUBLE PRECISION :: SUM_DP INTEGER, PARAMETER :: QUAD = SELECTED_REAL_KIND(20,1000) REAL(KIND=QUAD) :: SUM_QUAD SUM_SP = 0.0 SUM_DP = 0.0D0 SUM_QUAD = 0.0_QUAD 1 WRITE(*,'(A)', ADVANCE='NO') 'How many numbers do you wish to add? ... 10) THEN WRITE(*,*) 'Too few numbers!' GO TO 1 ELSE IF (NMAX .GT. 100000000) THEN WRITE(*,*) 'Too many numbers!' ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/code/sum.f90 -- 2.7 Кб -- 08.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/code/sum.f90 -- 2.7 Кб -- 08.03.1996
Похожие документы

8. Reading FITS
Next: Writing FITS Up: Conversion between FITS Previous: File naming . The INTAPE -command is used to convert FITS (or IHAP) files to the internal MIDAS format: INTAPE file_list id device [flag] . where file_list is a list of absolute position numbers of files (if input is from tape) to be read with 1 being the first file ( e.g. 1, 3, 5, 50-60 would read from the 1st, 3rd, 5th file plus files 50 through 60 included), and id is an identification prefix of the names of the files created. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node121.html -- 3.6 Кб -- 23.02.1996
Похожие документы

9. http://xmm.vilspa.esa.es/sas/7.0.0/doc/elcbuild.ps.gz
XMM-Newton Science Analysis System Page: 1 elcbuild June 28, 2006 Abstract elcbuild takes a set of NTimeSeries time series which must contain the ve columns: RATE; ERROR; BACKV; BACKE; and FRACEXP, as its input. ... This output le can then be plotted by the task lcplot. lcplot generates a plot of both net and background count rates, for each time series. elcbuild reads each input le and takes the values of the keywords E MIN, E MAX from their RATE extension. ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/elcbuild.ps.gz -- 46.2 Кб -- 28.06.2006
Похожие документы

10. NPOI Lab
Startup OYSTER and read the raw data file of scan 45. get_rawdata,'2002-02-15.raw.045' HDS-file opened; mode=READ. Scantable created. ... Finished reading catalogs. ... NPOI uses a special "hybrid" beam combiner, which means it is neither an all-on-one, nor a pairwise combiner, but one which is in between. The one side of the final beamsplitter being used currently contains three beams of combined light, i.e. each beam (in OYSTER called OutputBeam) contains the light from four stations. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/lab/fringepower.html -- 3.1 Кб -- 26.11.2007
Похожие документы

11. ASP's 2012 Annual Meeting
... Annual Meeting . ... Other Workshops, Conferences and Events . ... Galileo Teacher Training Program Workshop . ... Submit an abstract (please read guidelines below first). ... Please fill out the abstract form carefully since the program committee will be rating the proposals based only on the information you provide. ... For the conference, you may be the lead author on one poster paper, and one oral session: a ten-minute oral paper presentation or an hour-long workshop or a special interest group....
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/events/2012mtg/abstracts.html -- 20.3 Кб -- 12.06.2012
Похожие документы

12. http://star.arm.ac.uk/~spm/software/liveice_usage.html
... Mp3Mixer Mode . LiveIce configuration can either be set using configuration files or by setting command line parameters at runtime. The LiveIce binary has a series of reasonable default options set in the binary - in particular liveice.h has a #define which can be used to set the default encoder. ... Server Options . ... Note that some encoders can't do less thatn 32kHz andsome will change your format to something else if the ideal format for a given bitrate is of a lower quality. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~spm/software/liveice_usage.html -- 9.3 Кб -- 05.02.2000
Похожие документы

13. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/prefs/README
A prefs.ccd file should be located in /usr/local/observatory/prefs on the computer to which the camera is attached. ... Parameters that will be read by prefs.ccd are -- ccd.frame_count_multi Sets the maximum number of frames in multi mode Default is 10 Minimum is 2 No maximum ccd. filter _max Sets the number of filters in the filter wheel Should be less than or equal to the number of slots available ccd. filter _01 to ccd. filter _10 Labels for each ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/prefs/README -- 1.9 Кб -- 29.11.2012
Похожие документы

14. Could large numbers of black holes account for much of the "dark matter"
... Behemoth black hole found in an unlikely place . ... black holes . ... Observing springtime deep-sky objects with a large telescope . ... Could large numbers of black holes account for much of the "dark matter" estimated to exist in our universe? ... NASA, ESA, M.J. Jee and H. Ford (Johns Hopkins University) No, because the universe never had the raw material to grow enough black holes to account for current estimates of dark matter. Get instant access to subscriber content on Astronomy.com! ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2009/04/could-large-numbers-of-black-holes-account-for-much-of-the-dark-matter-estimated-to-exist-in-our-universe -- 63.5 Кб -- 10.04.2016
Похожие документы

15. Conference "Algebraic Geometry and Number Theory"
Home . ... The aim of the conference is to discuss recent achievments in algebraic geometry and number theory with special emphasis on their relation to the information theory. Topics to be consdered include the study of points on varieties over number fields and finite fields, zeta functions, modular forms, asymptotic properties of arithmetic invariants of algebraic varieties (such as class numbers, regulators, Schafarevich-Tate groups). ... Alexander Kirillov (Moscow, Philadelphia) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/poncelet/2014AGNT/index.html -- 5.2 Кб -- 28.06.2014
Похожие документы

16. Reading commands
To ... Command . display the current message <Return> display message number n n display message for a specific user p user display next [previous] page of headers z [-] redisplay the mail headers h . Examples .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/mail/five.3.1.html -- 2.0 Кб -- 17.01.1997
Похожие документы

17. SSAU expects to double the number of enrolled foreign students
... This year SSAU provides 1429 state-funded places for admission in all kinds and directions of educational programs. ... In addition, SSAU Admission Committee notes the substantial increase in interest from the foreign applicants this year. The number of applications from foreign countries has already surpassed last year's totals - 76 applications. Based on the experience of admission campaigns of previous years, SSAU expects summer 2014 to enrol about 150 foreign students in the university. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10699-SSAU-expects-to-double-the-number-of-enrolled-foreign-students/ -- 26.1 Кб -- 20.06.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1618) - www.ssau.ru/ )

18. Descriptors and Apache
A descriptor , also commonly called a file handle is an object that a program uses to read or write an open file, or open network socket, or a variety of other devices. ... The operating system enforces a limit on the number of descriptors that a program can have open at a time. ... One is a kernel limitation, depending on your operating system you will either be able to tune the number of descriptors available to higher numbers (this is frequently called FD_SETSIZE ). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/descriptors.html -- 10.3 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>108) - neptun.sai.msu.ru/ )

19. http://xray.sai.msu.ru/~ivan/gmt/man/gmtconvert.html
gmtconvert - Convert between ASCII and binary 1-D tables gmtconvert [ inputfiles ] [ -H [ nrec ] ] [ -M [ flag ] ] [ -V ] [ -: ] [ -bi [ s ] n ] [ -bo [ s ] ] gmtconvert reads its standard input [or inputfiles] and writes out the information to standard output. ... Input (and hence output) may have multiple subheaders if -M is selected. datafile ( s ) ASCII (or binary, see -bi ) file(s) holding a number of data columns. ... If used, GMT default is 1 header record. M Multiple segment file(s). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/gmtconvert.html -- 3.9 Кб -- 19.03.1999
Похожие документы

20. tickadj - set time-related kernel variables
... The particular variables it is concerned with are tick , which is the number of microseconds added to the system time during a clock interrupt, tickadj , which sets the slew rate and resolution used by the adjtime system call, and dosynctodr , which indicates to the kernels on some machines whether they should internally adjust the system clock to keep it in line with time-of-day clock or not. ... Set the kernel variable tickadj to an internally computed "optimal" value. -t tick . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/tickadj.html -- 4.0 Кб -- 21.12.2007
Похожие документы

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


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

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

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