Closed SimonGoring closed 7 years ago
y-axis should be maximum depth, not age.
To do this, change thick_model to pull the section thicknesses out of the data/pollen_meta_v1.0.csv file, and then cycle through the depth files in the Cores directory, to get the maximum core depth.
thick_model
data/pollen_meta_v1.0.csv
Cores
Make sure I actually take the difference between topmost and bottomost depth.
With the changes in commit a056ee8 this issue is now closed.
y-axis should be maximum depth, not age.
To do this, change
thick_model
to pull the section thicknesses out of thedata/pollen_meta_v1.0.csv
file, and then cycle through the depth files in theCores
directory, to get the maximum core depth.