Skip to content

Commit

Permalink
[1.3.6] 2023-12-21
Browse files Browse the repository at this point in the history
*Radiation*
- Fixed issue in RadiationModel::writePrimitiveDataLabelMap() that caused an error thinking that the file could not be opened.
- In some rare edge cases, there was a segmentation fault in direct_raygen() and diffuse_raygen() for textured triangle ray generation.
- There was an error in one version of RadiationModel::integrateSpectrum() causing an index out of bounds.
- If primitives had area of NaN, this would cause an NaN warning from the radiation model. These primitives are now excluded in RadiationModel::updateGeometry().
- There was an error in the camera model for diffuse radiation where the flux was always equal to 1.0.
- Modified input arguments of RadiationModel::writePrimitiveDataLabelMap(), RadiationModel::writeDepthImage(), and RadiationModel::writeImageBoundingBoxes() to be consistent with the convention used by RadiationModel::writeCameraImage().
- Modified RadiationModel::writeImageBoundingBoxes() to be able to specify the object class ID as an argument, and an option to append the label file so that multiple classes can be written.

*LiDAR*
- Triangulation could in rare cases produce triangles with a surface area of NaN, which would cause problems when calculating the area-weighted angle distribution. These triangles are now automatically removed.
  • Loading branch information
bnbailey-psl committed Dec 22, 2023
1 parent 9a4292e commit fe5a3e5
Show file tree
Hide file tree
Showing 429 changed files with 6,026 additions and 8,698 deletions.
16 changes: 15 additions & 1 deletion doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -1542,4 +1542,18 @@ The radiation model has been re-designed, with the following primary additions:
- Method RadiationModel::writeNormCameraImage() was not working correctly. It did not actually normalize by the maximum image value.

*Visualizer*
- There was an error that could cause the Helios watermark to get cut off if the window width is too narrow.
- There was an error that could cause the Helios watermark to get cut off if the window width is too narrow.

[1.3.6] 2023-12-21

*Radiation*
- Fixed issue in RadiationModel::writePrimitiveDataLabelMap() that caused an error thinking that the file could not be opened.
- In some rare edge cases, there was a segmentation fault in direct_raygen() and diffuse_raygen() for textured triangle ray generation.
- There was an error in one version of RadiationModel::integrateSpectrum() causing an index out of bounds.
- If primitives had area of NaN, this would cause an NaN warning from the radiation model. These primitives are now excluded in RadiationModel::updateGeometry().
- There was an error in the camera model for diffuse radiation where the flux was always equal to 1.0.
- Modified input arguments of RadiationModel::writePrimitiveDataLabelMap(), RadiationModel::writeDepthImage(), and RadiationModel::writeImageBoundingBoxes() to be consistent with the convention used by RadiationModel::writeCameraImage().
- Modified RadiationModel::writeImageBoundingBoxes() to be able to specify the object class ID as an argument, and an option to append the label file so that multiple classes can be written.

*LiDAR*
- Triangulation could in rare cases produce triangles with a surface area of NaN, which would cause problems when calculating the area-weighted angle distribution. These triangles are now automatically removed.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "."
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.3.5
PROJECT_NUMBER = v1.3.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/UserGuide.dox
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! \mainpage Helios Documentation v1.3.5
/*! \mainpage Helios Documentation v1.3.6

<p> <br> </p>

Expand Down
Binary file removed doc/doc/html/arrowdown.png
Binary file not shown.
Binary file removed doc/doc/html/arrowright.png
Binary file not shown.
Binary file removed doc/doc/html/bc_s.png
Binary file not shown.
Binary file removed doc/doc/html/bdwn.png
Binary file not shown.
Binary file removed doc/doc/html/closed.png
Binary file not shown.
Binary file removed doc/doc/html/doc.png
Binary file not shown.
Loading

0 comments on commit fe5a3e5

Please sign in to comment.