Hi folks,
I think this is primarily for Tim and Robyn, but others using the Image
module (lsst.apps.fw.Image) are also impacted perhaps.
I've updated the Image module to accommodate FITS Image Collections
(FIC) in addition to just FITS files. If I've gotten things right, this
capability should be transparent. That is, existing code should work as is.
To summarize, the original parts of interest were:
Image.py
CCDImage.py
MosaicImage.py
I moved/renamed these to:
FITSImage.py
FITSCCDImage.py
FITSMosaicImage.py
I then copied/modified these for FIC purposes to:
FICImage.py
FICCCDImage.py
FICMosaicImage.py
Finally, I recreated ...
Image.py
CCDImage.py
MosaicImage.py
... as wrapper classes that, when instantiated, select the appropriate
FITS-based or FIC-based implementations.
Let me know if you experience any four-letter words because of my
four-letter change. :-)
If you need to check out the revision before I made these changes, check
out revision number 381 of the Image module (it is "At revision 382" now).
Thanks.
DF
_______________________________________________
LSST-data mailing list
[email protected]
http://www.lsstmail.org/mailman/listinfo/lsst-data