Skip to content

Catch bug if instrument not in external sky map header

This fixes a bug where ext_header['nest']='false' would return True since it is a non-emptry string, by checking the contents of the string instead.

Merge request reports