Skip to content

Commit

Permalink
updated version number in configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Forfinski-Sarkozi committed Mar 10, 2020
1 parent a763974 commit de38a08
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion cblue_configuration.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{"directories": {"tpu": "D:/JeromesCreek/AllPoints", "sbet": "D:/JeromesCreek", "las": "D:/JeromesCreek"}, "subaqueous_LUTs": {"RIEGL": "./lookup_tables/Riegl_look_up_fit_HG0995_1sig.csv", "ECKV": "./lookup_tables/ECKV_LUT_HG0995_1sig.csv"}, "multiprocess": true, "number_cores": 4, "cBLUE_version": "v2.1.0-rc2", "sensor_model": "Riegl VQ-880-G", "water_surface_ellipsoid_height": 45.9}
{
"directories": {
"tpu": "D:/JeromesCreek/AllPoints",
"sbet": "D:/JeromesCreek",
"las": "D:/JeromesCreek"
},
"subaqueous_LUTs": {
"RIEGL": "./lookup_tables/Riegl_look_up_fit_HG0995_1sig.csv",
"ECKV": "./lookup_tables/ECKV_LUT_HG0995_1sig.csv"
},
"multiprocess": true,
"number_cores": 4,
"cBLUE_version": "v2.1.1",
"sensor_model": "Riegl VQ-880-G",
"water_surface_ellipsoid_height": 45.9
}

0 comments on commit de38a08

Please sign in to comment.