The Scanning Imaging Absorption Spectrometer for Atmospheric Chemistry (SCIAMACHY) instrument onboard of ENVISAT was designed to measure the atmospheric composition using different measuring techniques: nadir, limb and solar and lunar occultation.
Atmospheric Processors (ATP) of DLR's Remote Sensing Technology Institute (IMF) operates the SCIA operational processor on behalf of ESA.
SCIA operational processor:
SCIA products:
SCIAMACHY products and various other satellite data products may be accessed at the following site:
More documentation and data can be found at the ESA SCIAMACHY pages:
ESA: SCIAMACHY sensor-description
SCIA Tools:
Extracting and converting SCIA level 1b (uncalibrated plus calibration data) products to level 1c (calibrated spectra). Here is the official download site for this and other tools:
ESA earth online Envisat data tools
The data sets included in level 2 files do not contain an own geolocation record. Geolocation information is included in level 2 files as a stand alone (annotation) data set (ADS). This geolocation entry refers to the shortest integration time (IT) of all the measurement data sets (MDS) that are present in the level 2 product. Having only one geolocation data set (actually two, one for nadir and one for limb geometry observations) per level2 file saves a lot of storage space. Since the IT of all MDS's is a multiple of the shortest IT, the geolocation associated to a given MDS can be "straightforwardly" calculated from the geolocation at shortest IT. Unfortunately, there is no official software to do this conversion and new users have to face this problem time after time since the beginning of the mission.
scial2toh5 has been developed at DLR to facilitate this task. It extracts an arbitrary MDS from a level 2 data set, composes the geolocation for its integration time and saves the data set with the geolocation information into a HDF5 file. It is written in python and uses CODA-BEAT for extracting the information from the level 2 files and PyTables for writing the HDF5 extracts. If you are a python programmer, maybe you are also interested in trying it interactively. It contains some basic functions and methods that could fit your necessities. You can find some brief documentation here about usage, installation and dependencies of the scial2toh5 tool. A tutorial on how to install Python, CODA-BEAT and scial2toh5 on a Windows computer can be found here: scial2toh5 installation tutorial