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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/platform/processing.html.

1. http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/_sources/platform/processing.txt
... case that your CSIRO login differers from your iVec login, and to avoid having to specify the username each time, you can add the following to your ~/.ssh/config file:: Host *.ivec.org User abc123 Setting up your account ------------------------- Add the following to your ~/.bashrc .. code-block:: bash # Use the ASKAP environment modules collection module use /group/ askap /modulefiles # Load the ASKAPsoft module module ... The ID of a job is available from running squeue. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/_sources/platform/processing.txt -- 8.4 Кб -- 08.03.2016
Похожие документы

2. mod_userdir - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... User-specific directories . ... A request for http://www.example.com/~bob/one/two.html will be translated to: . ... http://www.example.com/users/bob/one/two.html . ... http://www.example.com/bob/usr/one/two.html . ... With a request for http://www.example.com/~bob/one/two.html , will try to find the page at ~bob/public_html/one/two.html first, then /usr/web/bob/one/two.html , and finally it will send a redirect to http://www.example.com/bob/one/two.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_userdir.html -- 12.4 Кб -- 19.11.2015
Похожие документы

3. The /proc filesystem
Next: Using Disks and Other Up: Overview of the Directory Previous: The /var filesystem . The /proc љ filesystem contains a illusionary filesystem. ... Instead, the kernel creates it in memory. It is used to provide information about the system (originally about processes, hence the name). Some of the more important files and directories are explained below. ... Shows which DMA channels are being used at the moment. /proc/filesystems љ . ... An image of the physical memory of the system. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node27.html -- 7.3 Кб -- 04.05.1997
Похожие документы

4. Mapping URLs to Filesystem Locations - Apache HTTP Server
This document explains how Apache uses the URL of a request to determine the filesystem location from which to serve a file. ... User Directories . URL Redirection . ... the URL http://www.example.com/docs/dir/file.html will be served from /var/web/dir/file.html . ... The module mod_userdir extends this idea to the web by allowing files under each user's home directory to be accessed using URLs such as the following. http://www.example.com/~user/file.html . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/urlmapping.html -- 13.5 Кб -- 01.08.2003
Похожие документы

5. Example of cancelling a foreground process
. To cancel the foreground process: find / -name '*.ps' -print ..... ^C pwd /home/jeremy/book find . -name '*.ps' -print . The user enters a command to find files with the extension .ps starting from the root directory ! . Realising that this command will take a long time to run and is not appropriate, they cancel it, check their current directory and re-run the command from there.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz1.1.1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

6. From Power Up To Bash Prompt: The Filesystem
Next Previous Contents . ... There are filesystems on disk partitions and other devices, and there is the filesystem as it is presented to you by a running Linux system. In Linux, you ``mount'' a disk filesystem onto the system's filesystem. ... A filesystem imposes some structure on this, and makes it look like files within directories within directories.. ... If the power cuts out at this point, the filesystem will be broken. ... Usually, the kernel mounts its root file system read-only. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-7.html -- 6.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-7.html -- 6.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-7.html -- 6.8 Кб -- 02.10.2012
Похожие документы

7. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы

8. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

9. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

10. A Pipeline Tool for CCD Image Processing
... MSSSO is part of a collaboration developing a wide field imaging CCD mosaic (WFI). As part of this project, we have developed a GUI based pipeline tool that is an integrated part of MSSSO's CICADA data acquisition environment and processes CCD FITS images as they are acquired. ... This pipeline tool was originally developed for the Wide Field Imager (WFI) being developed jointly by MSSSO , AAO and the University of Melbourne , but it can be used to process other CCD image data. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/belljf/ -- 12.7 Кб -- 16.07.1999
Похожие документы

11. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>260) - lnfm1.sai.msu.ru/ )

12. http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/w/wang.chieh/readme
... A GB (GB1 and GB2) code is a two byte code, where the first byte is in the range $21-$77 (hexadecimal), and the second byte is in the range $21-$7E. A graphical ASCII character is a byte in the range $21-$7E. A non-graphical ASCII character is a byte in the range $0-$20 or of the value $7F. Since the range of a graphical ASCII character overlaps that of a GB byte, a byte in the range $21-$7E is interpreted according to the mode it is in. ... This code switches the mode from GB back to ASCII. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/w/wang.chieh/readme -- 7.6 Кб -- 26.03.1993
Похожие документы

13. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы
Еще в разделе: (Показать все результаты (>285) - hea.iki.rssi.ru/ )

14. lsst.tcc: tcc.mov.fullSlew Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . ... tcc.mov.fullSlew Namespace Reference . ... Compute a jerk-limited trapezoidal slew. ... tJerk , . ... dp position of starting point at time t = 0 (deg) . ... dp velocity of starting point at time t = 0 (deg/sec) . ... dp sets maximum allowed jerk and minimum slew duration (deg/sec^3) (see Details for more information) . ... Rounding extends for a time (tJerk / 2) (or less if required) symmetrically to both sides of each trapezoidal slew node. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1mov_1_1full_slew.html -- 12.2 Кб -- 14.09.2015
Похожие документы

15. SMIS IKI RAN (Satellite data)
... Satellite data ] . SMIS ] . ... NOAA satellites . Telemetry Data Format . ... METEOR-3M Satellite Pass Schedule . Telemetry Archive Catalog . Last telemetry files . ... Data Processing Examples . ... Caspian Sea (server "SPUTNIK") . GOMS satellite (server "SPUTNIK") . Archive Directory . Latest Data . ... RESURS 01 satellite (server "SPUTNIK") . Operational Archive (MSU-E Data) . ... METEOR satellite (server "SPUTNIK") . ... OKEAN satellite (server "SPUTNIK") . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/dataserv/engl/data_s_e.htm -- 9.2 Кб -- 31.01.2005
Похожие документы

16. SPUTNIK home page
... Schedule IKI RAN Data Acquisition, Processing and Dissemination Center . SRC "Planeta" Data Acquisition, Processing and Dissemination Center . Sea Surface Temperature Adriatic Sea . Baltic Sea . Barents Sea . Black Sea . ... Composite Image of Cloudiness Russia . ... Regional Archive (only cloudless data) . ... Operative Regional Archive (all data for last 3 days) . ... NOAA Data on other Servers (about Russia) . For more information send a mail to: info@sputnik.infospace.ru . ...
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/noaa/engl/noaa.htm -- 8.4 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>39) - sputnik.infospace.ru/ )

17. Follow Up - an Astronomy Net Observation_reports Forum Message
Astronomy Discussion Forums . Forums: . ... Discussion Forums . ... Follow Up . Forum List | Follow Ups | Post Message | ... Login to Post . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/observation_reports/messages/269.shtml -- 13.0 Кб -- 09.04.2016
Похожие документы

18. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT  INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/ -- 20.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>33) - ssrt.iszf.irk.ru/ )

19. Preparing and Submitting Tabular Data
... the data are described accurately enough to allow an unambiguous interpretation of the data, as well as a comprehension of the context in which the data were acquired and/or processed; a single ascii file, named ReadMe , is designed for this role. the data are in a format which allows their usage by tools currently in usage in our discipline -- normally flat ascii files ; other formats can be accepted, but are converted into flat files. ... How to prepare the Data files . ... How to deposit the data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 25.12.2008
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 15.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>192) - mavr.sao.ru/ )

20. Supernova simulations reveal new processes | Astronomy.com
... Tonight's Sky . ... News . Observing . ... Supernova showered Earth with radioactive debris . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... Supernova simulations reveal new processes . ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/2007/01/supernova-simulations-reveal-new-processes -- 62.8 Кб -- 10.04.2016
Похожие документы

1 | 2 | 3 | 4 | 5 | След.


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

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

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