Version 3 (modified by mark1, 12 years ago) (diff)

--

Airborne Processing Library - Development

This page tracks the process of APL development and highlights major/minor changes to the software between recent release versions. The change log can be downloaded if you wish to see changes for all previous versions. It is always recommended that you make sure you have the most up to date version of APL as major bugs may be discovered and fixed at any time. These apply to both the Windows and Linux versions of the software. Note that the version numbers may not appear to increase regularly as sometimes bugs are detected and fixed on internal releases prior to being externally released.

You can get the most up to date version by clicking Downloads to the left.

Current Version

Version 2.3.4

Fix to aplmap for band number checking, introduction of ignore values and able to ignore scan lines when mapping, with mapper interpolating over these regions. Increased default interpolation distance to reduce number of holes when mapping masked data.

Introduction of aplmask utility for applying mask data to level-1 data.

Calibration and navigation software updated to include additional mask file for Hawk data, and handle new Specim .nav files.

Previous Versions

Version: 2.2.3

Fix to aplmap where the data was not being saved correctly when processing is split up into multiple segments (when large numbers of bands were being mapped). Would result in files containing only the first part of a flight line and then 0's everywhere else.

Level 1 data units are now output as nW/cm2/sr/nm instead of uW/cm2/sr/nm and removed comment about data scaling from the meta-data.

Version 2.2.2

aplcorr: fix to DEM area of interest, sometimes would access the incorrect part of the DEM due to floating point errors.

aplnav: Added some comments and improved warning if suspected wrong sync has been identified

general: added a function to get absolute path, to ensure the grid shift file in apltran for OS transformations is given absolutely. It appears that with a relative path it may be ignored (without throwing an error).

Version 2.2.1

Allow Eagle/Hawk calibration to continue if average dark frame value is = to maximum raw value (4095/16383). Will warn as appropriate.

Version 2.2.0

aplcal: Added standard deviation checks to dark frame values to discard unusually high/low ones. Restructuring to allow improved functionality.

aplnav: Added leap seconds for 2012 (to be applied to July onwards)

apltran: Added a percentage counter to allow users to estimate how long processing may take.

aplmap: Can output mapped data to any format (int/float/double etc) defaults to 32-bit floating point. Level-1 BIL data can be of any (real) format (int/float/double etc) to allow mapping of atmospherically corrected data that is stored as floating point.

Version 2.1.0

aplcorr: Improvements to DEM AOI handling and intersection algorithm. Added functions to calculate DEM slope and aspect values. Can also calculate meridional distance for wgs84 ellipsoid and calculation of sensor->intersect view vectors (azimuth/zenith) for input into atmospheric processing software.

aplnav: Can handle IPAS SOL file format so can use the same navigation data files as the LiDAR system. Can also handle new Specim nav files with new style messages (#998) although does nothing with them at the moment. Improved handling of multiple identical sync messages.

apltran: Correction to work properly on windows with uk OS grid shift file - requires PROJ4 built from v4.7.0 rather than the pre-built packaged proj.dll file.