preshanth / coordinates-benchmark

Accuracy Benchmarks of different coordinate conversion codes. Maintainers: @cdeil and @astrofrog

Home Page:http://www.astropy.org/coordinates-benchmark/summary.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astropy Coordinates Benchmark

Here we compare Astropy coordinate transformation results against other Python coordinate packages.

For now we only compare precision, in the future we also want to compare speed.

Test Status

Documentation is in the docs folder:

Automatic deploying

The automatic deploying to gh-pages was set up by first generating an ssh key with:

ssh-keygen -t rsa -b 4096 -C "astropy.team@gmail.com" -f github_deploy_key -N ''

The github_deploy_key.pub public key was added as a deploy key in this repository (with write access). The travis command was then used to encrypt the private key:

travis encrypt-file github_deploy_key

The github_deploy_key.enc file was added to the repository, and the following lines were added to .travis.yml (the first line should be whatever is output by the travis encrypt-file command):

openssl aes-256-cbc -K $encrypted_ae4bff0a7007_key -iv $encrypted_ae4bff0a7007_iv -in github_deploy_key.enc -out ~/.ssh/publish-key -d
chmod u=rw,og= ~/.ssh/publish-key
echo "Host github.com" >> ~/.ssh/config
echo "  IdentityFile ~/.ssh/publish-key" >> ~/.ssh/config

About

Accuracy Benchmarks of different coordinate conversion codes. Maintainers: @cdeil and @astrofrog

http://www.astropy.org/coordinates-benchmark/summary.html


Languages

Language:HTML 82.7%Language:Python 16.9%Language:IDL 0.3%Language:CSS 0.1%