Closed vbrancat closed 3 years ago
This PR should fix the bug in unwrap_fringe.py. Right now, unwrap_fringe.py will fails if using the SNAPHU unwrapper without the XML metadata file.
unwrap_fringe.py
A fix is to set the metadata variable to None when no metadata XML file is found.
metadata
@bjmarfito @hfattahi
Tested it on macOS and it worked correctly. Thank you @vbrancat!
@bjmarfito thanks a lot for checking. Is there a way to get approval?
This PR should fix the bug in
unwrap_fringe.py
. Right now,unwrap_fringe.py
will fails if using the SNAPHU unwrapper without the XML metadata file.A fix is to set the
metadata
variable to None when no metadata XML file is found.@bjmarfito @hfattahi