Skip to content

pone-software/lidar_photon_propagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC Simulation of the STRAW-B LIDAR

Installation

Check out the repository and run julia with the environment provided by the repo.

julia --project=.

Next, instantiate the environment to download dependencies:

using Pkg
Pkg.instantiate()

Running photon propagation

To simulate the lidar, you can run the convience script scripts/simulate_lidar.jl. This will run photon propagation + optics simulation for a list of lidar tilt angles. Note: This requires a working CUDA installation.

julia --project=. scripts/simulate_lidar.jl --output outfile.parquet --n_sims 10 --g 0.99 --tilt_angles -5 -4 -3 -2 -1 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages