TCDSolar / stixpy

STIX data analysis in python
https://stixpy.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 20 forks source link

Cleanup definition of STIX (u,v) points #93

Closed paolomassa closed 2 months ago

paolomassa commented 2 months ago

Currently, there are two functions for computing the coordinates of the STIX (u,v) points: get_visibility_info_giordano and get_visibility_info. I would leave only the first one, as we did in the IDL version (see stx_uv_points.pro). I would also change the name to get_uv_points_info, or something like this.