Coordinates (‘stixpy.coordinates’)#

The coordinates submodule contains STIX specific coordinate frames and transforms.

stixpy.coordinates Package#

Functions#

get_hpc_info(times[, end_time])

Get STIX pointing and SO location from L2 aspect files.

hpc_to_stixim(hpccoord, stxframe)

Transform HPC coordinate to STIX Imaging frame.

stixim_to_hpc(stxcoord, hpcframe)

Transform STIX Imaging coordinates to given HPC frame

stixpy.coordinates.frames Module#

Classes#

STIXImaging(*args, **kwargs)

STIX Imaging Frame

Class Inheritance Diagram#

Inheritance diagram of stixpy.coordinates.frames.STIXImaging

stixpy.coordinates.transforms Module#

Functions#

get_hpc_info(times[, end_time])

Get STIX pointing and SO location from L2 aspect files.

stixim_to_hpc(stxcoord, hpcframe)

Transform STIX Imaging coordinates to given HPC frame

hpc_to_stixim(hpccoord, stxframe)

Transform HPC coordinate to STIX Imaging frame.