Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | simulator | |
Tool | dynamicsched |
Specify time-related parameters
Synopsis
settimes(dt, timeref, absolutestart, relativestart, duration)
Description
We specify the granularity of the dynamic scheduling (which should not be
finer than the time between each site survey data point), and the start and
stop times for which the user wants to make a dynamic schedule.
Arguments
dt
Granularity of scheduling
Allowed:
Quantity
Default:
'0.25h'
timeref
relative or absolute starting time
Allowed:
'relative'|'absolute'
Default:
'relative'
absolutestart
Starting time as an absolute epoch
Allowed:
Epoch
Default:
dm.epoch('utc', 'today')
relativestart
Starting time relative to first site data point
Allowed:
Quantity
Default:
'0.0d'
duration
Duration of scheduling (<0 means till sitedata runs out)
Allowed:
Quantity
Default:
'1.0d'
Returns
Bool
Example
mysched.settimes(dt='600s', timeref='relative', relativestart='0.0d',
duration='-1');
Next: dynamicsched.setphasecalinfo - Function
Up: dynamicsched - Tool
Previous: dynamicsched.setchangeinfo - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15