Hello All,
Today I'll be updating most of the python within the DC2 SVN repository to
reflect the new packaging by removing the superfluous groupings.
I.e.
from lsst.apps.fw.Collection import StarCollection
from lsst.apps.imageproc.WCS import *
from lsst.mw .dps.pipeexec.harness import Pipeline
becomes (with blanks removed):
from lsst .fw.Collection import StarCollection
from lsst .imageproc.WCS import *
from lsst .dps.pipeexec.harness import Pipeline
Robyn
_______________________________________________
LSST-data mailing list
[email protected]
http://www.lsstmail.org/mailman/listinfo/lsst-data