Skip to content

Commit

Permalink
remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Aug 28, 2024
1 parent 9778f5e commit 614851e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 798 deletions.
6 changes: 3 additions & 3 deletions analysis/1_physio.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Download the load_physio() function
exec(
requests.get(
"https://raw.githubusercontent.com/RealityBending/PrimalsInteroception/main/analysis/func_load_physio.py"
"https://raw.githubusercontent.com/RealityBending/InteroceptionPrimals/main/analysis/func_load_physio.py"
).text
)

Expand Down Expand Up @@ -49,8 +49,8 @@ def qc_physio(df, info, sub, plot_ecg=[], plot_ppg=[]):
# Variables ==================================================================================
# Change the path to your local data folder.
# The data can be downloaded from OpenNeuro (TODO).
path = "C:/Users/domma/Box/Data/PrimalsInteroception/Reality Bending Lab - PrimalsInteroception/"
# path = "C:/Users/dmm56/Box/Data/PrimalsInteroception/Reality Bending Lab - PrimalsInteroception/"
path = "C:/Users/domma/Box/Data/InteroceptionPrimals/Reality Bending Lab - InteroceptionPrimals/"
# path = "C:/Users/dmm56/Box/Data/InteroceptionPrimals/Reality Bending Lab - InteroceptionPrimals/"

# Get participant list
meta = pd.read_csv(path + "participants.tsv", sep="\t")
Expand Down
Loading

0 comments on commit 614851e

Please sign in to comment.