Skip to content

Commit 2301212

Browse files
committed
markdown capitalization.
1 parent c56ddd2 commit 2301212

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/sample_data/mims_test_data_code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MIMS algorithm consists of 5 main steps:
1515
Each major step has associated test data that was used to validate the wristpy implementation. Test data was gathered using an actigraph device model: wGT3XBT which has a dynamic range of
1616
±8
1717

18-
### 1. Interpolation test data.
18+
### 1. Interpolation Test Data.
1919

2020
The interpolation test data was generated using the following R script and saved as 'actigraph_interpolation_r_version.csv' :
2121

@@ -27,7 +27,7 @@ interpolate_df <- MIMSunit::interpolate_signal(df = accel_df, method = "spline_n
2727
write.csv(interpolate_df, "actigraph_interpolation_r_version.csv", row.names = FALSE)
2828
```
2929

30-
### 1. Interpolation test data.
30+
### 1. Interpolation Test Data.
3131

3232
The interpolation test data was generated using the following R script and saved as 'actigraph_interpolation_r_version.csv' :
3333

@@ -39,7 +39,7 @@ interpolate_df <- MIMSunit::interpolate_signal(df = accel_df, method = "spline_n
3939
write.csv(interpolate_df, "actigraph_interpolation_r_version.csv", row.names = FALSE)
4040
```
4141

42-
### 2. Bandpass Filter test data.
42+
### 2. Bandpass Filter Test Data.
4343

4444
The Bandpass Filter test data was generated using the following R script and saved as 'mims_butterworth_filtered_data.csv' :
4545

@@ -52,7 +52,7 @@ filtered_df <- MIMSunit::iir(interpolate_df, sr = 100, cutoff_freq = c(0.2, 5),
5252
write.csv(filtered_df, "mims_butterworth_filtered_data.csv", row.names = FALSE)
5353
```
5454

55-
### 3. Aggregation test data.
55+
### 3. Aggregation Test Data.
5656

5757
The Aggregation test data was generated using the following R script and saved as 'aggregation_r_version.csv' :
5858

0 commit comments

Comments
 (0)