Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/6.5.0/doc/timecalc.ps.gz
Дата изменения: Tue Aug 16 10:47:33 2005
Дата индексирования: Tue Oct 2 04:03:19 2012
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
XMM-Newton Science Analysis System Page: 1
timecalc
August 16, 2005
Abstract
Add and subtract times and intervals.
1 Instruments/Modes
Instrument Mode
n/a n/a
2 Use
pipeline processing no
interactive analysis yes
3 Description
timecalc will calculate the number of seconds between two time intervals, or add a number of seconds
to a given time.
4 Parameters
This section documents the parameters recognized by this task (if any).
Parameter Mand Type Default Constraints
t0 yes string
Starting time, e.g. 1998-11-25T17:21:00.
arg no string dt dt|t1
determines the second argument. If 'dt', the time 'dt' will be added to t0 and the result is printed. If
't1', the di erence between t0 and t1 is printed.
xmmsas 20050815 1803-6.5.0

XMM-Newton Science Analysis System Page: 2
dt no real
time interval, possibly negative, in seconds.
t1 no string
end time, e.g. 2000-01-01T00:00:00
5 Errors
This section documents warnings and errors generated by this task (if any). Note that warnings and
errors can also be generated in the SAS infrastructure libraries, in which case they would not be docu-
mented here. Refer to the index of all errors and warnings available in the HTML version of the SAS
documentation.
6 Input Files
7 Output Files
8 Algorithm
if (arg == dt)
print t0 + dt
else
print t1 - t0
9 Comments
10 Future developments
References
xmmsas 20050815 1803-6.5.0