Skip to content

Commit

Permalink
fix gate_interactive for library(STexampleData) spatial_data <- Visiu…
Browse files Browse the repository at this point in the history
…m_mouseCoronal()
  • Loading branch information
stemangiola authored Sep 16, 2024
1 parent 5cc58f2 commit c2a8b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ gate_interactive <-

# Prepare spatial information
image <-
SpatialExperiment::imgData(spe)[1, ]@listData$data[[1]] |>
SpatialExperiment::imgSource() |>
spe |>
SpatialExperiment::imgRaster() |>
magick::image_read()

image_x_size <-
Expand Down

0 comments on commit c2a8b63

Please sign in to comment.