Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor and Nick-Eagles committed Jul 26, 2024
1 parent a637261 commit 4b35386
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/array_coord_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
#' @param inter_spot_dist_px \code{numeric(1)} vector giving the pixel distance
#' between any 2 spots in the new coordinates.
#'
#' @return A [tibble][tibble::tibble] with modified \code{array_row} + \code{array_col}
#' @return A [tibble][dplyr::reexports] with modified \code{array_row} + \code{array_col}
#' columns, as well as new \code{pxl_row_in_fullres_rounded} and
#' \code{pxl_col_in_fullres_rounded} columns representing the pixel coordinates
#' rounded to the nearest exact array coordinates.
Expand Down
2 changes: 1 addition & 1 deletion R/rescale_fiji_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' will be created if necessary.
#' @inheritParams add_array_coords
#'
#' @return A [tibble][tibble::tibble]: a copy of \code{sample_info} with
#' @return A [tibble][dplyr::reexports]: a copy of \code{sample_info} with
#' additional columns
#' \code{intra_group_scalar} and \code{group_hires_scalef}.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/dot-fit_to_array.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rescale_fiji_inputs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b35386

Please sign in to comment.