Dear all,
My student and I are developing an obs package for a high-cadence survey telescope we’re involved with commissioning. We’re using v12.1 of the lsstsw installation.
After a recent update to the stack, we encountered a problem with pipe_drivers/constructCalibs.py (commit: 03fb1f5). At line 652 (in DarkCombineTask), we get an error:
AttributeError: 'DecoratedImageF' object has no attribute 'getInfo'
The DecoratedImageF object comes from:
combined = CalibCombineTask.run(*args, **kwargs)
at line 651 and it looks like it will always return the same type of DecoratedImageF object (see line 118). So, it seems to us that combined.getInfo()
will always return an attribute error.
We note that it works fine when we use the previous commit of constructCalibs (e9454d0).
Apologies if we’re mistaken, but just wanted to flag it just in case,
Thanks,
James