On Thu, 30 Nov 2006, Robyn Allsman wrote:
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
Hmm. I also see that apps, mw, etc have been removed from the SVN tree, leaving a flat structure of packages (yes?). Is this really what we wanted? I thought I heard us confirm on Tuesday that we wanted to see some structure under there (e.g. a kin to the UML model organization).
(Noting like a nice browser like trac to notice these things!) cheers, Ray _______________________________________________ LSST-data mailing list [email protected] http://www.lsstmail.org/mailman/listinfo/lsst-data
