Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.
DAWNSci
Scientific software on the Eclipse Platform is common and wide-spread. Because The Eclipse Rich Client Platform (RCP) is a feature rich and productive environment many science organizations have picked it up and run with it, today lots of functional applications exist in this sector. The architecture of RCP means that much of the user interface can be interchanged and is inter-operable to some extent. So for instance a science project wanting to support Python can add the Pydev feature to its product and extend functionality quickly for little cost. When it comes to inter-operable algorithms and inter-operable plotting however, this is not the case: each science project has its own definitions. This means that they cannot profit from others work or make serendipitous discoveries with an unexpectedly useful tool. The DAWNSci project is one option for solving these issues.
The DAWNSci project defines Java interfaces for data description, plotting and plot tools, data slicing and file loading. It defines an architecture oriented around OSGi services to do this. It provides a reference implementation and examples for the interfaces.
This project provides features to allow scientific software to be inter-operable. Algorithms exist today which could be shared between existing Eclipse-based applications however in practice they describe data and do plotting using specific APIs which are not inter-operable or interchangeable. This project defines a structure to make this a thing of the past. It defines an inter-operable layer upon which to build RCP applications such that your user interface, data or plotting can be reused by others.
We have skimmed over the initial contribution with Sharon. The DAWN collaboration will be adding a collaboration agreement for committers, http://www.dawnsci.org/collaborate (still in progress). Previous committers will have to fill out a question set which will be sent around our mail list DAWN-DEV@JISCMAIL.AC.UK
The Eclipse Foundation is the right place to collaborate for DAWNSci because of the Science Working Group. This group has attracted several universities and software companies. The Eclipse Foundation gives the most opportunity for discovering new projects that DAWNSci can make use of and add value to the scientists working at or visiting Diamond and the ESRF.
Implementations of:
1. Data description (numpy like layer)
2. Plotting (based on nebula and in-house)
3. Plot tools
4. Slicing
5. File loading including HDF5
The DAWN software will have releases scheduled with the shutdown phases of Diamond Synchrotron. The sub-components which are part of the dawn Eclipse project, DAWNSci , will be going through the same cycle. The releases are maintained by Diamond Light Source and are not on the Eclipse web site.
Members of the science working group.
The copyright of the initial contribution is held ~100% by Diamond Light Source Ltd. There may be some sections where copyright is held jointly between the European Synchrotron Radiation Facility and Diamond Light Source Ltd. No individual people or other companies own copyright of the initial contribution. Expected future contributions like the implementation of various interfaces will have to be dealt with as they arrive. Currently none are planned where the copyright is not European Synchrotron Radiation Facility and/or Diamond Light Source Ltd.
Plugins:
org.dawb.common.services
org.dawb.hdf5
org.dawb.hdf5.test
org.dawnsci.doe
org.dawnsci.plotting.api
org.dawnsci.plotting.examples
org.dawnsci.slicing.api
uk.ac.diamond.scisoft.analysis.api
uk.ac.diamond.scisoft.analysis.dataset
Third party plugin which is a dependency:
ncsa.hdf
- Log in to post comments
Creation Review
- Log in to post comments
Initial contribution
Submitted by mgerring_depreā¦ (not verified) on Tue, 10/21/2014 - 11:04
The initial contribution is actually in the repo dawn-eclipse and the plugins start with org.eclipse.dawnsci.