get_tiff_time_from_file: Get tiff acquisition times from tiff file's description tag

View source: R/read_tiff_tags.R

get_tiff_time_from_fileR Documentation

Get tiff acquisition times from tiff file's description tag

Description

The description is in the tiff file's metadata, tipically written by Metamorph.

Usage

get_tiff_time_from_file(
  tiff.paths,
  frames = 1,
  format = "%Y%m%d %H:%M:%OS",
  ...
)

Arguments

frames

The frame number to process, passed to read_tags.

format

character string giving a date-time format as used by strptime.

...

Passed to as.POSIXct.

Value

The tiff time (as.POSIXct).


darksideoftheshmoo/rcell2 documentation built on Oct. 23, 2024, 12:59 p.m.