Make Catalog Clean Up#435
Make Catalog Clean Up#435martinkilbinger merged 9 commits intoCosmoStat:developfrom sfarrens:make_catalog_cleanup
Conversation
|
@martinkilbinger I think this is ready to be checked now. I did my best to refactor things to make it a bit easier to maintain but it's still not very "clean" in my opinion. I will run some tests early next week to make sure it works. |
|
@martinkilbinger I actually found some issues with this PR that I am fixing now, so may need to check it again when I am finished. 🙂 |
|
@martinkilbinger I have finished running tests and the current version of this module should now produce consistent results to the previous version. Note that the output FITS file does not have all the column in the same order as before, but all the numerical values in each column are the same and all the same columns are present. This module is still a bit messy in my opinion and could be further improved, but I think we can merge this version now (unless you notice any other issues) and we can open another issue to further improve it down the road. |
Closes #420