PeterKamphuis / FAT

FAT is now surpassed by pyFAT (https://github.com/PeterKamphuis/pyFAT-astro) a much more flexible and hopefully more accurate version of the code. The IDL/GDL wrapper is merely retained for historical purposes. FAT is an IDL/GDL wrapper to automate TiRiFiC
MIT License
4 stars 0 forks source link

Implement proper error handling through CATCH use. #10

Closed PeterKamphuis closed 3 years ago

PeterKamphuis commented 7 years ago

The main routine now use a CATCH to deal with errors and to remind users to submit bug reports here. However whenever the code breaks in a subroutine this will not be caught.

Implement the CATCH routine in all subroutine such that proper handling occurs.

Additionally in GDL currently it is impossible to get a decent trace back with catch. Find a solution for this.