Skip to content

Dar roberd10, Final Notebook #202

Merged
merged 4 commits into from Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion StudentData/v1_consistent_data_naming.Rmd
Expand Up @@ -24,7 +24,7 @@ if (!require("qpcR")) {
# Importing data frames
```{r}
# Importing PIXL
#pixl.df <- readRDS("~/DAR-Mars-F24/Data/pixl.Rds") #Old PIXL, missing Lat and Lon
#pixl.df <- readRDS("~/DAR-Mars-F24/Data/samples_pixl_wide.Rds") #Old PIXL, missing Lat and Lon
pixl.df <- readRDS("~/DAR-Mars-F24/StudentData/pixl_sol_coordinates.Rds")

# Importing LIBS
Expand Down