spacepy.ctrans.convert_multitime

spacepy.ctrans.convert_multitime(coords, ticks, sys_in, sys_out, defaults=None, itol=None)[source]

Convert coordinates for N times, where N >= 1

Parameters:
coordsarray-like

Coordinates as Nx3 array. Cartesian assumed unless input system is geodetic.

ticksspacepy.time.Ticktock

Times for each element of coords. Must contain either N times or 1 time.

sys_instr

Name of input coordinate system.

sys_outstr

Name of output coordinate system.

Other Parameters:
defaultsnamedtuple or None

Named tuple with parameters from coordinates module

itolfloat

Time tolerance, in seconds, for using a unique set of conversions. Default is 1. Supplying a defaults namedtuple (i.e., if routine is called by spacepy.cooordinates.Coords.convert) will override this value.