Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.eso.org/~chummel/midi/ews/files.html
Дата изменения: Tue Oct 26 00:05:28 2004 Дата индексирования: Sat Dec 22 20:11:04 2007 Кодировка: Поисковые слова: п п р р р р р р р р р р р п п п |
RA = 245.8521 / coordinate in degrees! HIERARCH ESO DET DIT = 0.04 /int time in seconds! HIERARCH ESO INS CAM NAME = 'FIELD'! HIERARCH ESO ISS CHOP FREQ = 1.0! HIERARCH ESO DET NRTS MODE = 'OBS\_FRINGE\_TRACK\_DISPERSED'!
Table Header! Table Data!
MIDI.START_UT.fits
Inside of EWS most programs accept multiple files as a single blank separated character string:
midiPipe,'outtag'," file1.fits file2.fits file3.fits",mask= maskfile.fits
A handy way to read FITS headers on UNIX machines is:
fold filename | more
In EWS:
header = oirGetPriHead(filename) & print,head camera = oirGetKey(filename,'CAM NAME') & print,camera
Please look in the UserGuide to EWS for short descriptions of the various utilities.