Difference between revisions of "Code Projects"

From Madagascar
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 22: Line 22:
  
 
===Interactivity===
 
===Interactivity===
 +
 +
At the 2011 [[Houston 2011|workshop in Houston]], Joe Dellinger presented a [http://www.beg.utexas.edu/pttc/2011/2011_pres_02_07_dellinger.pdf detailed plan] for adding interactivity to Vplot graphics. Someone needs to follow the plan and implement the suggested changes.
 +
 
===3D viewer===
 
===3D viewer===
 +
 +
Sometimes interactive capabilies are needed not to produce reproducible results but simply to quickly browse through the data. A 3-D interactive viewer for RSF files could be a standalone program simplifying data browsing.
 +
 +
[http://www.ahay.org/RSF/sfthreedcube.html sfthreedcube] is a start.
 +
 +
== Ideas for hackathons ==
 +
 +
=== Python Testing ===
 +
 +
Goal: increase [https://app.codecov.io/gh/ahay/src code coverage] in testing the Python package from the current measly 18%.
 +
 +
=== Madagascar Book ===
 +
 +
Goal: improve and extend the existing Madagascar documentation and put it together in a [https://github.com/ahay/src/tree/master/book/m8r comprehensive manual], to be published as a book.
 +
 +
=== Seismic Interpretation ===
 +
 +
Seismic interpreters can access the Madagascar functionality through the [http://opendtect.org OpendTect] interface. However, they are lacking particular examples of data analysis tasks relevant to seismic interpretation. Goal: bring together Madagascar/OpendTect developers and practicing interpreters to go through case studies and to build necessary tools.
 +
 +
=== Non-seismic Geophysics ===
 +
 +
Goal: develop programs and examples for non-seismic geophysics: potential-field methods (gravity and magnetics), controlled-source electromagnetics (CSEM), ground-penetrating radar (GPR), etc.
 +
 +
=== Graphics and Plotting ===
 +
 +
Goal: extend plotting capabilities in Madagascar, including interactivity, 3D plotting, curves/fonts support, pens for different graphics formats, pens for display on the screen.

Latest revision as of 10:07, 20 October 2021

If you are a software developer, you can help Madagascar with one of the following projects:

Binary packages

For ease of installation, we would like to distribute Madagascar not only in the source form but also in binary packages. This is Feature Request #5.

  • RPM

See Instructions for creating Fedora RPM.

  • Debian
  • Macports
  • Cygwin

XTpen replacement

The default viewing program for Linux, xtpen, depends on the Athena sidget set (libXaw library). The libXaw library is no longer supplied by default with common Linux distributions. Therefore, it would be good to replace xtpen with a program of similar functionality that would built with the libraries supplied out of the box.

An alternative viewing program, oglpen, depends on OpenGL which is also not always available. x11pen depends only on the core X libraries but is broken.

See also Feature Request #34 for aquapen on Macs.

Interactivity

At the 2011 workshop in Houston, Joe Dellinger presented a detailed plan for adding interactivity to Vplot graphics. Someone needs to follow the plan and implement the suggested changes.

3D viewer

Sometimes interactive capabilies are needed not to produce reproducible results but simply to quickly browse through the data. A 3-D interactive viewer for RSF files could be a standalone program simplifying data browsing.

sfthreedcube is a start.

Ideas for hackathons

Python Testing

Goal: increase code coverage in testing the Python package from the current measly 18%.

Madagascar Book

Goal: improve and extend the existing Madagascar documentation and put it together in a comprehensive manual, to be published as a book.

Seismic Interpretation

Seismic interpreters can access the Madagascar functionality through the OpendTect interface. However, they are lacking particular examples of data analysis tasks relevant to seismic interpretation. Goal: bring together Madagascar/OpendTect developers and practicing interpreters to go through case studies and to build necessary tools.

Non-seismic Geophysics

Goal: develop programs and examples for non-seismic geophysics: potential-field methods (gravity and magnetics), controlled-source electromagnetics (CSEM), ground-penetrating radar (GPR), etc.

Graphics and Plotting

Goal: extend plotting capabilities in Madagascar, including interactivity, 3D plotting, curves/fonts support, pens for different graphics formats, pens for display on the screen.