Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

JVM Languages

Software and the Core Description Process


Implementation

Eclipse is not only a model for modular, extensible applications, it also provides the Eclipse Rich Client Platform (RCP) on which to build them. RCP combines Equinox, an engine for loading and running plug-ins, and a collection of plug-ins that provide a framework for developing cross-platform GUI applications. RCP integrates with other Eclipse technologies so that applications can leverage frameworks like the Update Manager for managing software updates and the Graphical Editing Framework (GEF) for building graphical editors. Building on RCP let me focus on solving problems specific to PSICAT, rather than reinventing common application components like editors and wizards.

Like Eclipse, PSICAT is a collection of plug-ins that collaborate to provide useful functionality. These plug-ins can be organized into five distinct layers:

  • The first layer consists of Eclipse technologies: RCP, Update Manager, and GEF.
  • The second layer defines the data model (the Model objects) and provides services for managing diagrams, resources, and configuration.
  • The third layer adds the views, editors, and wizards that make up PSICAT. This and the previous two layers provide the scaffolding for data capture and visualization.
  • The fourth layer, where most of the core description-specific functionality is introduced, consists of two basic types of plug-ins: service plug-ins and column plug-ins. Service plug-ins add new features, such as image export and searching. Column plug-ins add the code for capturing/displaying new types of data on the diagram.
  • The final layer adds project-, group-, or task-specific customizations to PSICAT.

Noteworthy Features

Using PSICAT for core description offers many advantages over the previous approach of sketching the diagrams by hand and drafting them in a generic graphics application like Adobe Illustrator:

  • PSICAT lets users export all or a subset of the captured core description data as an Excel spreadsheet. In this format, the data is available for all manner of analysis and plotting, letting users answer questions like "What percentage of the hole is sand?" more easily than if they had just the images.
  • PSICAT includes searching capabilities so users can quickly find areas of interest in the core without resorting to looking at each diagram. PSICAT currently provides an experimental searching interface that lets users specify areas of interest with natural-language queries such as "sections of diamictite containing symbol pyrite in 0-500m" and "sections of symbol shell or symbol fragmented shell." Work is currently underway on a Google-like search of the written description data.
  • Often it is useful to plot external datasets, such as physical core properties captured by a multisensor core logging system, alongside the core description. PSICAT lets users import external datasets and integrate them directly into the core description diagrams.
  • The core-description process often involves more than just the initial characterization of the core. It also includes derived descriptions, such as summary diagrams, which show the general trends. Creating these summary diagrams requires relogging the whole core at a less-detailed scale to show only the important features. This represents a significant amount of work. To address this, PSICAT includes a feature, which processes the core description data with a sophisticated set of rules to automatically summarize it in a matter of seconds. The summarized data can be edited, analyzed, searched, and plotted just like any other core description data in PSICAT.

Conclusion

PSICAT is a free, open-source, cross-platform tool for creating, viewing, and editing core description diagrams. The merit of PSICAT's approach to the core description process was proven during the October 2006-January 2007 Antarctic field season where it was used to log the nearly 1300 meters of core drilled as part of the ANDRILL McMurdo Ice Shelf expedition. PSICAT performed well under continuous daily use in the field and offered many time-saving and science-enabling features.

The development of PSICAT is ongoing. It is being used again in Antarctica on ANDRILL's Southern McMurdo Sound Expedition during the September 2007-December 2007 field season. We are focusing on improving the user experience with PSICAT based on observations made during the first field testing. I also plan to offer more import/export options, more data column types, and improved search functionality.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.