The Archaeological Sampling Experimental Laboratory (tASEL) (1.1.0)
The Archaeological Sampling Experimental Laboratory (tASEL) is an interactive tool for setting up and conducting experiments about sampling strategies for archaeological excavation, survey, and prospection.
Release Notes
Version 1.1.1
Enhancements and Changes
- Addition code comments and comment styling
Bug fixes:
- Fixed divide by zero error from the “countup” procedure. “Countup” now also shows the current sample size (coverage percentage) when clicked.
Version 1.1.0
Additions:
-
Added a “square_grid” switch, allowing iteration of grid size and/or offset whilst keeping a square grid aspect ratio. If checked, the square grid spacing is determined using only the “grid_x” variable.
-
Added a “shuffle_artifacts” button, that will randomly “shuffle,” or “jitter,” the current artifact distribution using a 20-tick “random walk” for all artifact agents. This is useful for converting initially square-shaped clusters of artifacts into more realistic concentrations.
Enhancements and Changes
-
The “additive_iterations” switch name and function is now changed. It is now called “random_n,” and instead of allowing sequential increase in the number “n” of random sampling patches, it now allows for a random number of patches (randomly chosen between 1 and the value of “n” set by the “n” slider) to be selected at each tick during iterative use of the model. When unchecked, the number “n” is fixed at the value set by the slider “n” so that a fixed number “n” of random patches is selected at each tick during iterative use of the model. This behavior is more understandable, and provides more robust statistical output for analyzing the effect of different values of “n” in random sampling.
-
The maximum value of “n” in the “n” slider is now set to the total number of patches (2500)
-
Code comments added throughout
Bug fixes:
-
Changed world size to 49x49, since world dimensions are inclusive of 0,0. World is now truly 50 patches on each side for a total of 2500 cells. This affected the statistics in the previous version of the model.
-
Fixed fatal error when mean density was 0
Version 1.0
Initial release!
Associated Publications
This release is out-of-date. The latest version is
1.1.1
The Archaeological Sampling Experimental Laboratory (tASEL) 1.1.0
Submitted by
Isaac Ullah
Published Apr 29, 2022
Last modified Dec 21, 2023
The Archaeological Sampling Experimental Laboratory (tASEL) is an interactive tool for setting up and conducting experiments about sampling strategies for archaeological excavation, survey, and prospection.
Release Notes
Version 1.1.1
Enhancements and Changes
- Addition code comments and comment styling
Bug fixes:
- Fixed divide by zero error from the “countup” procedure. “Countup” now also shows the current sample size (coverage percentage) when clicked.
Version 1.1.0
Additions:
-
Added a “square_grid” switch, allowing iteration of grid size and/or offset whilst keeping a square grid aspect ratio. If checked, the square grid spacing is determined using only the “grid_x” variable.
-
Added a “shuffle_artifacts” button, that will randomly “shuffle,” or “jitter,” the current artifact distribution using a 20-tick “random walk” for all artifact agents. This is useful for converting initially square-shaped clusters of artifacts into more realistic concentrations.
Enhancements and Changes
-
The “additive_iterations” switch name and function is now changed. It is now called “random_n,” and instead of allowing sequential increase in the number “n” of random sampling patches, it now allows for a random number of patches (randomly chosen between 1 and the value of “n” set by the “n” slider) to be selected at each tick during iterative use of the model. When unchecked, the number “n” is fixed at the value set by the slider “n” so that a fixed number “n” of random patches is selected at each tick during iterative use of the model. This behavior is more understandable, and provides more robust statistical output for analyzing the effect of different values of “n” in random sampling.
-
The maximum value of “n” in the “n” slider is now set to the total number of patches (2500)
-
Code comments added throughout
Bug fixes:
-
Changed world size to 49x49, since world dimensions are inclusive of 0,0. World is now truly 50 patches on each side for a total of 2500 cells. This affected the statistics in the previous version of the model.
-
Fixed fatal error when mean density was 0
Version 1.0
Initial release!