Skip to content

Commit

Permalink
Add surge and rythm snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
vrognas committed Sep 5, 2024
1 parent 8ae277b commit 960a1e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,20 @@
],
"description": "Imax equation\n"
},
"Diurnal cos-rythm": {
"prefix": ["diurnal"],
"body": [
"x = THETA(base_x) * (1 + THETA(amplitude) * COS((TIME - THETA(peak_time)) * 2 * PI / period))"
],
"description": "Diurnal cos-rythm\n"
},
"Surge model": {
"prefix": ["surge"],
"body": [
"x = THETA(amplitude) / (((TIME - THETA(peak_time)) * THETA(peak_width))**SHAPE + 1)"
],
"description": "Surge model\n"
},
"Logit IIV": {
"prefix": ["logit_iiv"],
"body": [
Expand Down

0 comments on commit 960a1e4

Please sign in to comment.