Skip to content

SOCIS 2013 ideas page

wafels edited this page Jun 20, 2013 · 17 revisions

The SOCIS 2013 organization application page

Students: You need to apply in the SOCIS website and also don't forget to add your application to this wiki. Try to follow the application guidelines we set for the GSoC, you will get more chances to be selected if you follow them.

The ideas shown below are projects that we believe can be completed during the SOCIS programming period (1 Aug - 31 Oct 2012). The projects are sorted in order of interest to the SunPy community. Please join the #sunpy IRC channel (web client) to talk with the SunPy community and do not hesitate to introduce yourself in any of our mailing list (users, developer).

Spectrum Object

  • Description: The SunPy project is built upon a number of objects which hold data such as the map object (for two-dimensional image data) and the lightcurve object (for time-ordered scalar data). The third major object we require is the spectrum object, which is for data ordered by energy (or its equivalent, such as wavelength). The goal of this project is to design and implement the spectrum object for SunPy. This object will need to be able to display its data in a basic plot form. In addition, different sub-classes of the main spectrum object will also need to handle the various kinds of spectral data. It will also need to be able to convert from data (e.g. counts) to physical quantities (e.g. photons) through knowledge of the detector response (for example, the detector response is typically described using a matrix). A number of physical models are also necessary to interpret spectra. Coding up efficient forms of these models can also be part of this project if time allows.
  • Requirements: Basic knowledge of spectral data analysis is a plus.
  • Mentor: David Pérez-Suárez and Peter Young

Improvements in Image Processing for Map.

  • Description: Solar data requires a lot of image processing techniques, to reduce the data to a point where meaningful physical analysis can be performed. SunPy provides some basic data types, called maps, for different types of image data. Map is a data type designed to hold a 2D image, map has routines such as rotate, resample and superpixel to modify the image for analysis. The map object is in the process of being refactored to be based on MapBase for ND maps and it's 2D derivative GenericMap. There are many improvements to the set of Map classes that could be implemented, Map's refactor has been undertaken with the goal of integrating Map with AstroPy NDdata. The coordinate systems for Maps are based upon the FITS standard World Coordinate System (WCS), for which there are many default transformations and basic handling in AstroPy, as part of the refactoring of the Map classes it is planned that Map should be integrated with AstroPy to inherit the improved WCS and unit handling implemented in that package. There are also some standard physical transformations that could be implemented such as a routine to compensate for limb darkening, or differential rotation. It is envisaged that a student undertaking a project designed to improve SunPy's Map objects would lead the integration of SunPy with AstroPy and in the process integrate the WCS transformations in AstroPy with the current routines in SunPy. This would enable easy development of routines such as differential rotation compensation.

  • Requirements: Some knowledge of or willingness to learn basic IDL maybe useful.

  • Mentor: Stuart Mumford and Russell Hewett

Improvements to Mapcube and Image Registration.

  • Description: SunPy also implements a mapcube object that is designed to hold series of images, currently primarily time-series. This object requires development to allow many desired features to be implemented, such as being able to sort the Maps in the cube by time or frequency or other units. As well as this it is desired that a image registration routine should be implemented to align the images in the cube to a very high degree of accuracy.

  • Requirements: Knowledge of image processing a registration would be a plus.

  • Mentors: Stuart Mumford and Russell Hewett

Region of Interest object

  • Description: a co-ordinate system aware object that describes a region in space, time and possibly energy. Use cases: this could be passed to the HEK/HELIO to find all the features/events within that region of space/time. It could be passed to the SDO cutout service to acquire SDO data. Note that transforming from one co-ordinate system to another could result in non-rectangular regions of interest. The TimeRange object could be used to store the time extent of the "region". The region of interest object should also be derivable from the the main object classes - Map, LightCurve, MapCube, Spectrum.

  • Mentors: Jack Ireland

PyOpenJPEG

  • Description: JPEG 2000 is an advanced image standard that is useful in the storage and transfer of image data and associated image data. OpenJPEG is an open-source implementation of the JPEG 2000 standard. PyOpenJPEG is a partially complete Python wrapper around the OpenJPEG Library that allows users to read a JPEG2000 file into Python. This project seeks to expose the full functionality of the OpenJPEG Library via Python, and so allow SunPy (and Python) users to read, manipulate and write JPEG 2000 files.

  • One significant application of PyOpenJPEG is in the visualization of data from the Sun. The JPEG 2000 image format forms the basis of the Helioviewer Project, an effort to visualize solar and heliospheric data from multiple sources. Users of Helioviewer Project clients (see images below) can make and share images and movies of solar features and events. PyOpenJPEG would allow users of Python-based software to create images of solar data and other science products for use with Helioviewer Project clients, increasing the number and type of images available.

  • Requirements: Python, Cython, C; some familiarity with JPEG 2000 standard and the OpenJPEG tools is a plus.

  • References: https://github.com/khughitt/pyopenjpeg, https://code.google.com/p/openjpeg/

  • Mentors: Jack Ireland (ADNET Systems, Inc./ NASA GSFC), Keith Hughitt (U. Maryland)


_Screen capture of the http://www.helioviewer.org web application._ ![Screen capture of the www.helioviewer.org web application.](http://blog.helioviewer.org/wp-content/uploads/2013/04/hv-Screenshot-from-2013-04-03-101858.png)
_Screen capture of the [JHelioviewer](http://www.jhelioviewer.org) client application._ ![Screen capture of the JHelioviewer client application.](http://blog.helioviewer.org/wp-content/uploads/2011/12/JHelioviewer_Screenshot-at-2011-12-15-133426.png)

AAA

  • Description: A ...
  • Requirements: Basic knowledge of ...
  • Mentor: A and B

List of Mentors

  • Stuart Mumford
  • Russell Hewett
  • Jack Ireland
  • David Pérez-Suárez
  • Peter Young

Clone this wiki locally