Skip to content

A library for the computation of the Fourier decomposition of YORP forces and moments

License

Notifications You must be signed in to change notification settings

bbercovici/YORPLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YORPLib

A library of functions enabling one to compute the coefficients of the Fourier decomposition of the force, torque induced by solar insulation over a polyhedral surface.

Installation:

Mac users

YORPLib can be retrieved from Homebrew:

brew tap bbercovici/self
brew update
brew install yorplib

Linux & Mac users

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

Getting updates

Mac users

Assuming that YORPLib was installed with Homebrew

brew update
brew upgrade yorplib

Linux & Mac users

git pull
cd build
cmake ..
make
make install

Credits

  • Originally created by Jay McMahon on 5/19/14
  • Adapted by Benjamin Bercovici on 03/10/2018
  • Copyright (c) 2014 Jay McMahon. All rights reserved.

License

This software is distributed under the MIT License

About

A library for the computation of the Fourier decomposition of YORP forces and moments

Resources

License

Stars

Watchers

Forks

Packages

No packages published