Changes between Initial Version and Version 1 of Development/APL


Ignore:
Timestamp:
Feb 22, 2012, 5:06:24 PM (12 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/APL

    v1 v1  
     1= Airborne Processing Library - Development =
     2
     3This 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. You can get the most up to date version by clicking [wiki:Downloads/software 'Downloads'] to the left.
     4
     5== Current Version ==
     6
     7=== Version: 2.2.3 ===
     8Fix 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.
     9
     10Level 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.
     11
     12== Previous Versions ==
     13
     14=== Version 2.2.2 ===
     15aplcorr: fix to DEM area of interest, sometimes would access the incorrect part of the DEM due to floating point errors.
     16
     17aplnav: Added some comments and improved warning if suspected wrong sync has been identified
     18
     19general: 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).
     20
     21
     22=== Version 2.2.1 ===
     23
     24Allow Eagle/Hawk calibration to continue if average dark frame value is = to maximum raw value (4095/16383). Will warn as appropriate.
     25
     26=== Version 2.2.0 ===
     27
     28aplcal: Added standard deviation checks to dark frame values to discard unusually high/low ones. Restructuring to allow improved functionality.
     29
     30aplnav: Added leap seconds for 2012 (to be applied to July onwards)
     31
     32apltran: Added a percentage counter to allow users to estimate how long processing may take.
     33
     34aplmap: 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.
     35
     36=== Version 2.1.0 ===
     37
     38aplcorr: 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.
     39
     40aplnav: 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.
     41
     42apltran: 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.