This proposal has been approved and the Eclipse DAWNSci project has been created.
Visit the project page for the latest information and development.

DAWNSci

Wednesday, March 26, 2014 - 06:47 by Matthew Gerring
This proposal is in the Project Proposal Phase (as defined in the Eclipse Development Process) and is written to declare its intent and scope. We solicit additional participation and input from the community. Please login and add your feedback in the comments section.
Project
Parent Project
Proposal State
Created
Background

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.

Scope

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.

Description

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.

Why Here?

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.

Future Work

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

Project Scheduling

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.

Project Leads
Committers
Mark Basham
Baha El-Kassaby
Irakli Sikharulidze
Mentors
Interested Parties

Members of the science working group.

Initial Contribution

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

Source Repository Type

The initial contribution is actually in the repo dawn-eclipse and the plugins start with org.eclipse.dawnsci.