Skip to content

Implementation of an analytical shape uncertainty and inertia statistics formulation tailored for small body analyses.

Notifications You must be signed in to change notification settings

bbercovici/ShapeUQLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShapeUQLib

Implementation of an analytical shape uncertainty and inertia statistics formulation tailored for small body analyses. This library is not stand alone and is meant to be called by SBGAT. Implementation and derivation details can be found in

Bercovici, B., & Mcmahon, J. W. (n.d.). Inertia Parameter Statistics of An Uncertain Small Body Shape (Under Review). Icarus

Requires

  1. Armadillo
  2. CMake

Installation:

Mac users

ShapeUQLib can be retrieved from Homebrew:

brew tap bbercovici/self
brew update
brew install shapeuqlib

Unix users (Mac and Linux)

git clone https://github.com/bbercovici/ShapeUQLib.git
cd ShapeUQLib/build
cmake ..
make
make install

Getting updates

git pull
cd build
cmake ..
make
make install

License

This software is distributed under the MIT License

About

Implementation of an analytical shape uncertainty and inertia statistics formulation tailored for small body analyses.

Resources

Stars

Watchers

Forks

Packages

No packages published