e-merlin / eMERLIN_CASA_pipeline

This is CASA eMERLIN pipeline to calibrate data from the e-MERLIN array. Please fork the repository before making any changes and read the Coding Practices page in the wiki. Please add issues with the pipeline in the issues tab.
GNU General Public License v3.0
14 stars 11 forks source link

Failsafe check to avoid fluxscale crashing #91

Closed jmoldon closed 5 years ago

jmoldon commented 6 years ago

Currently the pipeline almost never crashes completely, so even if there are problems with the data you can see the final weblog and the plots and check problems.

However, when an antenna is present but only contains noise (antenna missing or failing for some reason), fluxscale crashes CASA and everything dies, so no weblog is produced.

I need to find a way (similar to catch exception) to identify the problem before it crashes CASA and avoid the complete failure.

(currently the solution is to flag the failing antenna)

jmoldon commented 5 years ago

Resolved by #100