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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mso.anu.edu.au/pfrancis/phys1101/Lectures/L08/iteration_spring.py.

1. Printing an Image
To Print the Image in the Image Display Buffer (Frame): . ... Type a print directive in the SAOtngDialog window (default is lpr ). ... A Postscript representation of the currently displayed image can be generated using the Print Image option of the Images menu. ... The print directive allows the PostScript representation of an image to be sent to a variety of places, including printers, disk files, and programs such as ghostview . ... Unix command] or [Unix file] can be used as a print directive. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/printing.html -- 6.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1031) - hea-www.harvard.edu/ )

2. http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/array_pointingV0.py
import numpy as np import string as st import time as tm # HA, Dec - Az, El def hadec_to_azel ( ha_hrs, dec_deg ) : ha_rad = np.pi * ha_hrs / 12.0 dec_rad = np.pi * dec_deg / 180.0 vec = sla_dcs2c(ha_rad, dec_rad) desig, name, of_long, of_lat, elev = sla_obs(0, 'GBVA140') # print of_lat * 180 / np.pi rmat = sla_deuler('yxx', np.pi / 2.0 - of_lat, 0.0 , 0.0 ) new_vec = sla_dmxv(rmat, vec) az, el = sla_dcc2s(new_vec) return {'az': ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/array_pointingV0.py -- 9.1 Кб -- 27.01.2010
Похожие документы

3. http://www.stecf.org/software/IRAFtools/stecf-iraf/impol/demo/demo_special.cl
... The package stsdas.graphics needs to be loaded (to run imdisp_pos for getting # the NDC's of the display image) # set imtype="fits" # print " " print " *** Start of impol SPECIAL instrument demo *** " print " [stecf.impol and stsdas.graphics need to be loaded] " print " " # # (First delete any model reflection nebulae left over from previous demos) # print " Deleting any old demo files " imdel reflneb1*.fits verify=yes # # An input (intensity) image is required. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/impol/demo/demo_special.cl -- 6.9 Кб -- 06.06.2006
Похожие документы

4. http://www.eso.org/~jwalsh/softpol/demo/demo_special.cl
... The package stsdas.graphics needs to be loaded (to run imdisp_pos for getting # the NDC's of the display image) # set imtype="fits" # print " " print " *** Start of impol SPECIAL instrument demo *** " print " [stecf.impol and stsdas.graphics need to be loaded] " print " " # # (First delete any model reflection nebulae left over from previous demos) # print " Deleting any old demo files " imdel reflneb1*.fits verify=yes # # An input (intensity) image is required. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~jwalsh/softpol/demo/demo_special.cl -- 7.4 Кб -- 15.06.2010
Похожие документы

5. LASG - Network services - Printing
Print servers for Linux . lpd . ... It allows you to submit print jobs, run them through filters, manage the print queues, and so on. lpd can accept print jobs locally, or over the network, and access various parts of the system (printers, logging daemons, etc), making it a potential security hole. ... And if you need to send print jobs across public networks, remember anyone can read them, so a VPN solution is a good idea. lpd runs on port 515 using tcp. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/lasg-www/servers/file-print/printing.html -- 5.4 Кб -- 18.01.2000
Похожие документы

6. Galactic SNRs: Detailed Listings
... You can browse the detailed listings ordered in Galactic longitude ranges: . ... Or, you can pick an individual SNR from the following list: G0.0+ 0.0 , G0.3+ 0.0 , G0.9+ 0.1 , G1.0 0.1 , G1.4 0.1 , G1.9+ 0.3 , G3.7 0.2 , G3.8+ 0.3 , G4.2 3.5 , G4.5+6.8 , G4.8+6.2 , G5.2 2.6 , G5.4 1.2 , G5.5+ 0.3 , G5.9+3.1 , G6.1+0.5 , G6.1+1.2 , G6.4 0.1 , G6.4+4.0 , G6.5 0.4 , G7.0 0.1 , G7.2+ 0.2 , G7.7 3.7 , G8.3 0.0 , G8.7 5.0 , G8.7 0.1 , G8.9+ 0.4 , G9.7 0.0 , G9.8+ ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/snrs-2009/snrs.list.html -- 16.4 Кб -- 02.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>3127) - www.mrao.cam.ac.uk/ )

7. Printer (ImageJ API)
... Class . ... METHOD . ... PlugInFilter , java.awt.print.Printable . public class Printer . ... This method is called once when the filter is loaded. ... This method is called once when the filter is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt or in the plugins.config file of a jar archive containing the plugin. 'imp' is the currently active image. ... ImageJ will lock the image before calling this method and unlock it when the filter is finished. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Printer.html -- 16.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>174) - www.astro.louisville.edu/ )

8. Printing
... Only one person can use a printer at one time, but it is uneconomical not to share printers between users. The printer is therefore managed by software that implements a print queue : all print jobs are put into a queue and whenever the printer is done with one job, the next one is sent to it automatically. ... This allows an application program to spit out the print jobs quickly to the print queue software; the application does not have to wait until the job is actually printed to continue. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node18.html -- 3.5 Кб -- 04.05.1997
Похожие документы

9. Changing your default printer
Most likely you can choose which type of printer to print your file(s) on. Your computing service may provide colour printers, plotters and laser printers as well as simple line printers. Each printer will have its own unique name. When you print a file it is sent to the default printer that is defined by the value of your PRINTER environment variable . ... To change your default printer, change the value of this environment variable to the name of the printer that you want to use. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/lpr2.1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

10. PRINTING low level subroutines
The following low level subroutines belong to the category PRINTING: . ... PRINTER . Describes the routines which get information on the available text printers. ( printer.c ) . ... Returns commentary text about a printer. ( printer.c ) . ... Returns the number of columns and number of rows of a print device. ( printer.c ) . ... Returns the name of a printer. ( printer.c ) . ... Returns the number of printers available on current host ( printer.c ) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/dc123doc/PRINTING_dc3subs.html -- 2.4 Кб -- 17.01.2009
Похожие документы

11. Printer and Plotter Queues
... To output listings and hard copies of plots a number of devices can be used. These can be used through a number of system queues which spool the output to the appropriate devices. ... To print the log of the MIDAS session the PRINT/LOG command is used. This command will produce the output on printers, most of which are located in the User room 213 (see table ). ... The first parameter of the ASSIGN/PLOT command specifies the plotting queue/device to be used. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node193.html -- 3.7 Кб -- 23.02.1996
Похожие документы

12. Zen: Printing
Hide Zen home . ... edit . Very short notes about my experience with CUPS on Slackware 10.1 Linux. It's interesting, but I spent 1/2 of year and 2 hours to configure printing to remote printers - Linux and Windows XP. ... I was absolutely dummy about CUPS, I used lpd and was almost happy until I upgraded Slackware. Anyway, now I use CUPS,everything works (cyrillic printing also). Shutdown lpd . edit /etc/cupsd.conf, add "Allow from yourhost" . ... Printers x2192; Add Printer . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/Printing -- 7.3 Кб -- 11.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>247) - www.sai.msu.su/ )

13. Slipknot .5: The Gray Chapter Виниловая пластинка Картридж лазерный Nv print
Главная .5: The Gray Chapter - пятый студийный альбом американской метал-группы Slipknot, выпущенный 20 октября 2014 года. ... Это первый альбом группы, записанный без участия басиста Пола Грея, и ударника Джоуи Джордисона. ' title='Картридж лазерный Nv print - Nv print' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> Тип печати: тонер картридж; Цвет печати: черный; Ресурс: 7200 . ... Цвет: Белый . Цвет арматуры: Бронза . Цвет плафонов: Белый . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4100.html -- 26.5 Кб -- 14.02.2016
Похожие документы

14. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы

15. Астронет > Форумы > Астрономия и Интернет > Re: Google Print
по текстам по форуму внутри темы . Астронет | ... планета Астронет | ... Астрономия в России | Форумы | ... Новая тема ][ Новое сообщение ] . Форумы >> Астрономия и Интернет . ... Сообщение . ... Google Print . ... Komu nibudj udalosj v Google Print servise sohranitj celuju knigu? ... Mne udalosj sohranitj print screenom 283 stranici, a po tom nikakimi sposobami neudalosj dostatj "zapreshonnije" stranici. ... Цитировать ][ Ответить ][ Новое сообщение ][ Новая тема ] . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/forums/1206400 -- 14.8 Кб -- 02.10.2012
Похожие документы

16. Exit 3 surveys. Prints are burnt, plates have emulsion burnt off and are
... Exit 3 surveys. Prints are burnt, plates haveтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . ... Title: Exit 3 surveys. Prints are burnt, plates have emulsion burnt off and are melted, warped and shattered. Description: (More shattered later when cupboards were forced open) . ... More shattered later when cupboards were forced open) . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN0989 -- 31.7 Кб -- 10.04.2016
Похожие документы

17. MAO NASU :: Topic: Obschij printer v kom. 116. (1/1)
... Forum . ... Recent Topics . ... MAO main . MAO - news . Obschij printer v kom. 116. berczik . ... observatorskim lazernym printerom v kom. 116. ... chetverg printer perestal pravilno reagirovaty na komandy. ... Board Categories MAO main - Info - MAO - news - Flame Technical - Technical Support(Forum)(пўпµя…пїпѕпґпґпµяЂп¶пєп°(п¤пѕяЂяѓпј)) . ... Obschij printer v kom. ... Powered by Kunena Forum . ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/mao-news/21-obschij-printer-v-kom-116 -- 15.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>142) - www.mao.kiev.ua/ )

18. http://www.stsci.edu/ops/spst/lrpg/opm/separate-emails.py
can't key on 'From' line. # # how to run tool: -- select and save (export) emails to a single file -- $LRP_WEB/ opm /separate-emails.py filename import sys import string import re fh = open (sys.argv[1]) lines = fh.readlines() fh.close() buf = [] first = True fih = open ('temp.temp', 'w') n=1 for lx in lines: # print lx = , string.strip (lx) l = re.sub(r'[^\x00-\x7F]',' ', lx) # ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ops/spst/lrpg/opm/separate-emails.py -- 2.0 Кб -- 07.10.2014
Похожие документы

19. http://xmm.vilspa.esa.es/sas/6.5.0/doc/attbin/ChangeLog
ChangeLog for attcalc2 =============================== Open SPRs: ---------- Nil Version 1.0 - 2005-04-01 (IMS/LUX) ------------------------------ - Uploaded as 1.0 rather than 0.10 because the package now seems mature enough to get out of '0.*' diapers.. ... Removed a print statement from attbin. ... Version 0.3 - 2004-09-06 (IMS/LUX) ------------------------------ - Module binned_att: added routine initializeBinnedAtt, also initialized values in the attBinType structure definition. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/attbin/ChangeLog -- 3.8 Кб -- 01.04.2005
Похожие документы
Еще в разделе: (Показать все результаты (>2526) - xmm.vilspa.esa.es/ )

20. print.c
... **********************************************/ #include stdio.h #include stdlib.h /* ANSI Standard only */ int verbose = 0; /* verbose mode (default = false) */ char *out_file = print.out ; /* output filename */ char *program_ name ; /* name of the program (for errors) */ int line_max = 66; /* number of lines per page */ main(int argc , char * argv []) { void do_file ( char *); /* print a file */ ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_22_17.html -- 5.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_17.html -- 5.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_17.html -- 5.2 Кб -- 02.10.2012
Похожие документы

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


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

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

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