Skip to content

Commit

Permalink
🐛 fix: update garmin metadata headers
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Oct 15, 2024
1 parent 71520f8 commit 7929b8c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions garmin/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,31 +377,32 @@ def write_tsv(self, output_file):
data = self.participants_data

# Define the required column order

headers = [
"participant_id",
"wrist_worn_on",
"dominant_hand",
"heart_rate_filepath",
"heart_rate_record_count",
"average_heart_rate",
"heartrate_filepath",
"heartrate_record_count",
"average_heartrate_bpm",
"oxygen_saturation_filepath",
"oxygen_saturation_record_count",
"average_oxygen_saturation",
"stress_filepath",
"stress_record_count",
"average_stress",
"average_oxygen_saturation_pct",
"stress_level_filepath",
"stress_level_record_count",
"average_stress_level",
"sleep_filepath",
"sleep_record_count",
"average_sleep",
"average_sleep_hours",
"respiratory_rate_filepath",
"respiratory_rate_record_count",
"average_respiratory_rate",
"average_respiratory_rate_bpm",
"physical_activity_filepath",
"physical_activity_num_days",
"average_physical_activity",
"average_daily_activity",
"active_calories_filepath",
"active_calories_record_count",
"average_active_calories",
"average_active_calories_kcal",
"sensor_sampling_duration_days",
"manufacturer",
"manufacturer_model_name",
Expand Down

0 comments on commit 7929b8c

Please sign in to comment.