SCETimeRange#
- class stixcore.time.datetime.SCETimeRange(*, start=SCETime(coarse=4294967295, fine=65535), end=SCETime(coarse=0, fine=0))[source]#
Bases:
objectSolarOrbiter Spacecraft Elapse Time (SCET) Range with start and end time.
Attributes Summary
Methods Summary
Attributes Documentation
- avg#
Methods Documentation
- expand(time)[source]#
Enlarge the time range to include the given time.
- Parameters:
time (
SCETimeorSCETimeRange) – The new time the range should include or an other time range.- Raises:
ValueError – if the given time is from a other class.