A minor bug fix due to which calling altwcs.archive_wcs() with ext='sci' would cause this function to fail because it was not expanding this extension specification into [('sci', 1), ('sci', 2), ...].
In addition the code for building extension list is slightly more robust.
A minor bug fix due to which calling
altwcs.archive_wcs()
withext='sci'
would cause this function to fail because it was not expanding this extension specification into[('sci', 1), ('sci', 2), ...]
.In addition the code for building extension list is slightly more robust.