Skip to content

SBGAT V1.08.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bbercovici bbercovici released this 07 Aug 16:17
· 439 commits to master since this release

New:

  • Created SBGATObs base-class from which SBGATObsLightcurve and SBGATObsRadar derive
  • Added new functionalities to SbgatGui
  • Created the dependency OrbitConversions to generate Keplerian trajectories or convert 6 dof states between Cartesians and Keplerian representations.

Improvements

  • SBGATObsLightcurve and SBGATObsRadar now handle primary/secondary asteroid systems, allowing generation of lightcurves and radar observations of binary asteroid systems. Relative trajectories can be computed under the assumption that the secondary is undergoing a keplerian orbit about the primary, or be loaded from an external file.
  • Removed dependency of SBGATSphericalHarmo to density and mass of the considered shape model

Bug fixes:

  • Fixed a bug in SBGATPolyhedronGravityModel.cpp where the edge extraction would sometimes fail. Fix consisted in filtering the input through a vtkPolyDataCleaner before handing it to vtkExtractEdges.