Skip to content

Commit 39db88e

Browse files
authored
Merge pull request #29 from snu-hanaro/docs/examples-and-readme-update
Docs/examples and readme update
2 parents 7f4de3e + 9ccbd89 commit 39db88e

File tree

14 files changed

+1055
-1175
lines changed

14 files changed

+1055
-1175
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 HANARO2024
3+
(c) 2025 SNU Rocket Team HANARO
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 174 additions & 78 deletions
Large diffs are not rendered by default.

docs/logo-banner.png

522 KB
Loading
File renamed without changes.

docs/logo.svg

Lines changed: 0 additions & 231 deletions
This file was deleted.

examples/global_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
gain_internal_resistance_kohm = (
1313
49.4 # amplifier-specific internal resistor of load cell, kΩ
1414
)
15-
gain_offset = 1 # gain offset of load cell, V
15+
gain_offset = 1 # gain offset of load cell
1616

1717
# ------------------ Optional ------------------
1818
# ----------- Thrust Data Processing -----------
@@ -28,8 +28,8 @@
2828
# ------------ Global Configuration ------------
2929
frequency = 100 # Sampling rate, Hz
3030
cutoff_frequency = 30 # LPF, Hz
31+
lowpass_order = 5 # order for low pass filter
32+
gaussian_weak_sigma = 1.5 # sigma for weak gaussian filter
3133
gaussian_strong_sigma = 10 # sigma for strong gaussian filter
3234
start_criteria = 0.2 # Criteria for the starting point of a meaningful interval in thrust data processing
3335
end_criteria = 0.1 # Criteria for the ending point of a meaningful interval in thrust data processing
34-
lowpass_order = 5 # order for lowpass filter
35-
gaussian_weak_sigma = 1.5 # sigma for weak gaussian filter

examples/results/burnrate/KNSB_250220_burnrate.csv

Lines changed: 436 additions & 431 deletions
Large diffs are not rendered by default.
4.25 KB
Loading
-1.51 MB
Loading
2.97 KB
Loading

0 commit comments

Comments
 (0)