Source: dataset/generic/generic_dataset__set_time.pro
Generic_dataset::set_time
Set start and end times for a dataset.
Usage:
obj->set_time(tstart, tstop)
Arguments:
tstart several input The start time.
tstop several input The end time.
Notes:
If the times are scalars, they are treated as Julian day
numbers, if they are arrays they are assumed to be times in
the form: [year, day, hour, minute, second].
History:
Original: 16/11/99; SJT
Clear status flags: 3/2/00; SJT
Check if JD times are sensible: 21/6/00; SJT
Check for locked dataset: 6/7/00; SJT
Remove locked: 12/4/02; SJT