I am attempting to use the findimageoverlaps on Rosetta images (converted to cubs using rososiris2isis and then spiceinit was applied to them. Spiceinit is required since rososiris2isis does not have a “mapping” option, so footprintinit won’t run on the cubs obtained directly.):
ISIS> footprintinit from=N20140916T023400350ID30F22.cub
ISIS> footprintinit from=N20140916T150900365ID30F22.cub
ISIS> echo *cub | xargs -n1 echo > cube.lis
ISIS> findimageoverlaps from=cube.lis overlaplist=overlap.lis
But get the following error:
USER ERROR FileName [N20140916T023400350ID30F22.cub] can not be added to serial number list.
USER ERROR Invalid serial number [Unknown] from file [N20140916T023400350ID30F22.cub].
Does anyone know a workaround to this issue?