sispo package

Submodules

sispo.sispo module

The package provides a Space Imaging Simulator for Proximity Operations (SISPO)

The package creates images of a 3D object using blender. The images are render in a flyby scenario. UCAC4 star catalogue to create the background. Afterwards hese images are used with openMVG and openMVS to reconstruct the 3D model and reconstruct the trajectory.

sispo.sispo.main()

Main function to run when executing file

sispo.sispo.parse_input(settings)

Parses settings from input file into correct data formats

Parameters:settings (dict) – String based description of settings.
sispo.sispo.read_input()

Reads CLI input and then parses input file.

sispo.sispo.read_input_file(filename)

Reads input from a given file.

Parameters:filename (String) – Filename of a mission definition file.
sispo.sispo.run()

Alias for main() .

sispo.sispo.serialize(o)

Serializes Path or Namespace objects into strings or dicts respectively.

Module contents