HIPE
HIPE stands for
Herschel Interactive Processing Environment and is a result of an effort to meet the desires expressed within the
User Vision
document. The intent is to replace JIDE with HIPE.
These pages give the developer a quick overview of HIPE as well as an introduction on how to contribute to it.
The name
HIPE was choosen for several reasons including its resemblance (at least in pronounciation) with
hype; the latter being defined as:
- blatant or sensational promotion
- extravagant or intensive publicity or promotion
which sounds ... just about right
Overview
This section explains the philosophy behind the framework and provides a brief overview of its fundamental elements. The aim is to enable you to make contributions to HIPE.
Read more...
Installation
Warning: Can't find topic Public.DpHipeInstall
Read more...
Contributing to HIPE
HIPE is an extendible environment: you can make contributions to it by developing tools that manipulate data, a new perspective, a new view, a new data visualization component and so forth. Simply by registering such a component in a jython package, HIPE automatically picks up your contribution.
Adding Tools and Tasks
This section explains the following:
- How you can create a tool and register it, so that it becomes associated to specific data.
- How you can make HIPE aware of an existing Task.
- How your task can react better to an active data element.
- The default task dialogue window.
- How you can implement and contribute a specific parameter editor.
- How to deprecate tasks and task parameters.
Read more...
Adding Components to Views
The contents of certain views can be extended by developers, such as the Outline View and the Editor Area. Both are examples of the system reacting on a data selection made by the user.
Here we explain how you can contribute to the outline view and the editor area.
Read more...
Adding Views
You can develop new views and add them to the work-bench of HIPE. This section briefly explains how to do this.
Read more...
Adding perspectives
If you think that a set of (new) views should be presented in standard layout, you can do so by creating a new perspective. Such a perspective defines
how these views are laid out in tabs and split panes. This section briefly explains how to contribute a new perspective.
Read more...
Registring your contribution
You must register your contribution (whether it is a tool, perspective, view, component to views or component to the editor area) to HIPE to make it part of the application. Registering means that you have to write add an entry to the jython package module (aka __init__.py
) within the sub-system that is under your control.
This section explains the workings of the registry works and how it can automatically find your contribution.
Read more...
Common utilities
This section explains additional useful information for HIPE developers, both for contributors with views, editors, etc. and for maintainers of the HIPE framework.
Read more...
Conventions
Warning: Can't find topic Public.DpHipeConventions
Read more...
Installation
Warning: Can't find topic Public.DpHipeTroubleShooting
Read more...
Your Valuable Feedbacks
Warning: Can't find topic Public.DpHipeFeedbacks
Read more...
Hipe Workshop
Here you can find the content of the
DpHipeWorkshop
--
JorgoBakker - 21 Dec 2007