jasonfrowe / neossat

Source Code related to CSA's NEOSSat Mission to extract Photometry.
GNU General Public License v3.0
3 stars 1 forks source link

Pythonize the code more. #10

Open talensgj opened 4 years ago

talensgj commented 4 years ago

In places the could would likely benefit from further refactoring, improving readability and in some cases runtime as well. In particular some loops can likely be replaced with array operations. This is a very broad topic and will likely happen organically as other issues are addressed.