madlib._sensor._Sensor

class madlib._sensor._Sensor(*args, **kwargs)[source]

Class is not yet implemented

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

generate_obs_timing(start, end)

Given a start time and an end time (in MJD) as well as the sensor's defined parameters, generate an array of observation times (also in MJD).

observe(sat, times)

Observe a given satellite with this sensor at the times given.