[News] Plot modules moved from astro.text to astro.plot

John P. McFarland mcfarland at astro.rug.nl
Wed Jul 4 12:50:34 CEST 2007


Hi All,

Until now, the plotting modules in Astro-WISE have been stored temporarily 
in the $AWEPIPE/astro/text/ (astro.text).  These modules (PhotometryPlot and 
AstrometryPlot) have now been moved to astro.plot to better describe their 
function.  More modules will be added here in the future including a module 
to view the observations currently in Astro-WISE on a RA/DEC grid (the 
ObsViewer module).  Please make note of this change and update your custom 
imports if necessary.  For example:

from astro.text.AstrometryPlot import create_plot

becomes:

from astro.plot.AstrometryPlot import create_plot


Cheers,


-=John


More information about the News mailing list