Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


lrolola2isis

Printer Friendly View | TOC | Home

Imports LIDAR data from LRO LOLA instrument.

Overview Parameters

Description

Imports LIDAR data from LRO LOLA instrument.


Categories


History

Makayla Shepherd and Tyler Wilson2017-01-29 Original version
Debbie Cook2018-03-19 Added items that will be needed to bundle adjust: new point keyword simultaneousImages that is an array of serial numbers of the measures on images taken simultaneously with the Lidar data, a threshold to screen measures that are off the image, and both point (lat/lon/radius) and range constraints. Also added point type and set it to Constrained.
Debbie Cook2018-04-16 Fixed the case where a Lidar point has no simultaneous measures on any images in the input list. In this case do not write out the point because it has no constraints. In the future, the functionality may change to include points without simultaneous measures in the bundle adjustment. References #5343.
Ken Edmundson2018-06-20 Changed call to Camera::SetGround to use the SurfacePoint with the input lidar point coordinates. Ensures use of lidar point radius instead of the local radius.
Ken Edmundson2018-06-25 Changed internal default for lidar coordinate a priori uncertainties to "none", allowing FREE lidar points.
Debbie A Cook2019-02-23 Added new file OUTPUTTYPE=TEST, to be used strictly for testing. This option does a SLOW sort on the output data. The resulting output file is sorted by pointID, which allows testing software to compare output with truth data. References #5343.
Debbie A Cook2019-03-11 Added new input parameter FROMLIST to allow entering multiple input Lidar CSV files. All input points are written out into a single Lidar data file. References #5343.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:12
X

Files: FROM


Description

This file is downloaded from Washington University at "https://ode.rsl.wustl.edu/moon/indextools.aspx?displaypage=lolardr" It contains altimetry readings organized along the spacecraft orbit track.

Type filename
File Mode input
Exclusions
  • FROMLIST
Filter *.csv
Close Window
X

Files: FROMLIST


Description

This file contains a list of CSV files of LOLA Lidar RDR that will be used to generate an Isis Lidar control point file. Each file in FROMLIST is expected to be a CSV with LOLA Lidar RDR data. See FROM for more information on the data.

Type filename
File Mode input
Internal Default None
Exclusions
  • FROM
Filter *.lis
Close Window
X

Files: CUBES


Description

Type filename
File Mode input
Filter *.lis
Close Window
X

Files: TO


Description

Type filename
File Mode output
Close Window
X

Files: OUTPUTTYPE


Description

The output type, either binary or json.

Type string
Default BINARY
Option List:
Option Brief Description
BINARY Binary output file (.dat)
JSON JSON output file (.json)
TEST DO NOT USE (only for tests) ordered JSON output file (.json)
Close Window
X

Processing Parameters: POINTID


Description

This string will be used to create unique IDs for each control point created by this program. The string must contain a single series of question marks ("?"). For example: "VallesMarineris????"

The question marks will be replaced with a number beginning with zero and incremented by one each time a new control point is created. The example above would cause the first control point to have an ID of "VallesMarineris0000", the second ID would be "VallesMarineris0001" and so on. The maximum number of new control points for this example would be 10000 with the final ID being "VallesMarineris9999".

Note: Make sure there are enough "?"s for all the control points that might be created during this run. If all the possible point IDs are exhausted the program will exit with an error, and will not produce an output control network file.

Examples of POINTID:

Type string
Close Window
X

Processing Parameters: THRESHOLD


Description

This value is used to screen measures during back projection. If a Lidar point maps into an image with coordinates outside of the valid pixel range extended by the threshold value, it will be rejected as a measure for that point.

Type double
Default 0.0
Minimum 0 (inclusive)
Close Window
X

Point Uncertainties: POINT_RANGE_SIGMA


Description

This value will be used as the range uncertainty for all points. Units are meters.

Type double
Internal Default none
Minimum 0 (inclusive)
Close Window
X

Point Uncertainties: POINT_LATITUDE_SIGMA


Description

This value will be used as the latitude uncertainty for all points. Units are meters.

Type double
Internal Default none
Minimum 0 (inclusive)
Close Window
X

Point Uncertainties: POINT_LONGITUDE_SIGMA


Description

This optional value will be used as the longitude uncertainty for all points. Units are meters.

Type double
Internal Default none
Minimum 0 (inclusive)
Close Window
X

Point Uncertainties: POINT_RADIUS_SIGMA


Description

This value will be used as the radius uncertainty for all points. Units are meters.

Type double
Internal Default none
Minimum 0 (inclusive)
Close Window