Skip to content

Inclusion of a Toolbox for km3astro user

Hichem Tedjditi requested to merge dev_coord_function into master

I added a toolbox (km3astro/toolbox.py) containing multiple function to ease the utilisation of km3astro to user. For example:

  • Premade function for transformation for equatorial coordinate input to other frame (loc/utm/gal)

  • Same for local coordinate input to utmost/eq/gal

  • the output is either a SkyCoord Object or a text (more option can be included)

  • A File transformator which take a list of coordinate and return another file in the wanted coordinate.

A example of how to use this toolbox (examples/test_toolbox.py) has been created.

Also tests/test_toolbox.py has been included.

Cheers, Hichem

Merge request reports