diff --git a/.vscode/ltex.dictionary.en-US.txt b/.vscode/ltex.dictionary.en-US.txt index 48a4cd4..4bac713 100644 --- a/.vscode/ltex.dictionary.en-US.txt +++ b/.vscode/ltex.dictionary.en-US.txt @@ -1,3 +1,4 @@ DebriSat GrabCAD dataframe +CATIA diff --git a/.vscode/ltex.hiddenFalsePositives.en-US.txt b/.vscode/ltex.hiddenFalsePositives.en-US.txt index 516ed88..5de5a62 100644 --- a/.vscode/ltex.hiddenFalsePositives.en-US.txt +++ b/.vscode/ltex.hiddenFalsePositives.en-US.txt @@ -1,3 +1,4 @@ {"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qmodels that are in the \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q format.\\E$"} {"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QWikipedia gives a different definition^[Wikipedia: Characteristic Length] that defines characteristic length as the volume divided by the surface area.\\E$"} {"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCalculation of Characteristic Length, @hillMeasurementSatelliteImpact slide 9\\E$"} +{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCurrently, algorithms have been made that are capable of getting many key features from solid ^A mesh with a surface that is fully closed and has no holes in its geometry.\\E$"} diff --git a/report.qmd b/report.qmd index 3d2bb68..2c0433b 100644 --- a/report.qmd +++ b/report.qmd @@ -192,8 +192,8 @@ using LinearAlgebra ### `loop` Setup -To setup for the loop that processes all of the `stl` files a dataframe has to be initalized, and -the path to the folder containing all the `stl` files needs to be defined. +To set up for the loop that processes all the `stl` files a dataframe has to be initialized, and the +path to the folder containing all the `stl` files needs to be defined. ```{julia} #| output: false @@ -258,11 +258,13 @@ describe(df) ::: +Finally, the dataset can be saved to a `csv` file for Matlab to import. + ```julia CSV.write("scaled_dataset.csv", df) ``` -Finally, the dataset can be saved to a `csv` file for Matlab to import. +--- ## Gathering Data