UKZN-Astronomy / corrcal

Python/C code for calibration of quasi-redundant arrays. Different (fixed) algorithm from original corrcal
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Version 0.1 #21

Closed piyanatk closed 4 years ago

piyanatk commented 4 years ago

This PR contains significant reformatting of the Python codes to compile with PEP8, improvement on the packaging, and the use of setuptools-scm to automate versioning.

Code Styling

Packaging

Versioning

Other

One thing that has not been fixed is duplicated code fragmentation. There are many duplicated blocks of codes in corrcal.py. These lines are redundant and prone to bugs. Fixing them will require thorough understanding of how the codes work, so it will take some time.

piyanatk commented 4 years ago

New commits: