Releases: cBLUE-dev-team/cBLUE.github.io
cBLUE v3.2
Added Sensor Models:
– Teledyne CZMIL
– Teledyne CZMIL Nova
– Teledyne CZMIL Supernova
cBLUE will no longer add subaquous uncertainty to non-subaqueous points’ TPU. Subaqueous processing only generates subaqueous uncertainty for a point if that point has a subaqueous class of 40, 43, 46, or 64.
Subaqueous processing now handles linear or quadratic subaqueous lookup tables.
Subaqueous processing is now versioned at V2.2. The current version of subaqueous processing is stored in the cblue_configuration.json and is included in the output of the metadata JSON file.
Updated user manual to include new sensor models and information on how to read TVU and THU stored in Extra Bytes.
cBLUE v3.1
• Added Sensor Models:
– Areté PILLS
– Fugro RAMMS
• TPU processing now done in one click in GUI.
• cBLUE can now be run through command line interfacing.
• Sensor information is stored in the lidar_sensors.json.
• Scan angle and range uncertainties now depend on sensor selection.
• Added dependency (openpyxl).
• Error type is now logged in the metadata file produced for each output LAS file.
• Optional output CSV file records coordinates for X, Y, and Z instead of the LAS
point record value of X, Y, and Z.
cBLUE v3.0
Updates in cBLUE v3.0:
- Added support for Chiroptera 4X
- Added support for HawkEye 4X
- Added ability to select 1-sigma or 95% confidence level values for output TVU and THU
- Created a .csv (comma-separated text) output option, in addition to the LAS ExtraBytes output option
- Added support for .laz (compressed LAS) files
- Updated dependency from laspy 2.0 to laspy 3.0
Additionally, we have created a cBLUE User’s Manual
What's Changed
- Uploaded new LUTs for VQ-880-G and Chiroptera 4X by @parrishOSU in #45
- more robust .gitignore for cross-platform dev by @fpcorcoran in #48
- Feature/pre commit hooks git hooks by @fpcorcoran in #51
- New yml by @fpcorcoran in #49
- Added Chiroptera, Hawkeye to dropdown by @fpcorcoran in #50
- Bug/nv5 patch by @fpcorcoran in #52
New Contributors
- @parrishOSU made their first contribution in #45
- @fpcorcoran made their first contribution in #48
Full Changelog: v2.2.3...v3.0
v2.2.3
v2.2.2
v2.2.1-rc2_exe
This is the pyinstaller exe version of the 2.2.1-rc2 release.
This is a self contained program and does not require any additional outside resources.
To run simply click on CBlue.exe and proceed as normal.
v2.2.1-rc2
- fixed cBLUE issue #37
- added LasGrid.py to repo
v2.2.1-rc1
corrected version number and deleted overlooked trouble-shooting code
v2.2.0
v2.1.1
- changed time.clock() to time.process_time() in Sbet.py (to account for updated Python version)
- modified TPU process popup window to include input field for water-surface ellipsoid height value (previously, the value was modified via the configuration.json file)