Skip to content

Commit

Permalink
Merge pull request #1219 from SPAAM-community/c14-enums
Browse files Browse the repository at this point in the history
C14 additional enums
  • Loading branch information
aidaanva authored Jan 28, 2025
2 parents b720165 + 2298bd3 commit 7d561cf
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/enums/c14_calibrated_range_suffix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"enum": [
"cal AD",
"cal BC",
"cal CE",
"cal BCE",
"cal BP",
"NA"
]
}
10 changes: 10 additions & 0 deletions assets/enums/c14_calibration_curve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"enum": [
"IntCal20",
"CalPal2007_HULU",
"SHCal20",
"Marine20",
"NR",
"NA"
]
}
8 changes: 8 additions & 0 deletions assets/enums/c14_calibration_software.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"enum": [
"OxCal",
"CalPal",
"NR",
"NA"
]
}
8 changes: 8 additions & 0 deletions assets/enums/c14_reservoir_offset_type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"enum":[
"MARINE",
"FRESHWATER",
"NR",
"NA"
]
}
8 changes: 8 additions & 0 deletions assets/enums/c14_spectometry_type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"enum": [
"AMS",
"IMRS",
"NA",
"NR"
]
}

0 comments on commit 7d561cf

Please sign in to comment.