SimpleCadence

class simsit.cadence.SimpleCadence(exptime, delay)

Bases: object

Uniformly spaced exposure cadence during the illuminated portion of a pass.

Parameters

exptimeastropy.time.TimeDelta or float

Exposure duration.

delayastropy.time.TimeDelta or float

Time between successive shutter openings.

Methods Summary

get_times(pass_)

Return exposure start and end times for a pass.

Methods Documentation

get_times(pass_)

Return exposure start and end times for a pass.

Parameters

pass_dict

Pass description, typically returned by ssapy.compute.refine_pass.

Returns

t_start, t_endastropy.time.Time

Arrays of exposure start and end times.