View source: R/cc_brightness.R
| cc_brightness_timeseries_folder | R Documentation | 
Perform cc_brightness_timeseries() calculations on all tif images in a
folder and save the resulting images to disk.
cc_brightness_timeseries_folder(
  folder_path = ".",
  frames_per_set,
  overlap = FALSE,
  ch1 = 1,
  ch2 = 2,
  thresh = NULL,
  detrend = detrend,
  quick = quick,
  filt = NULL,
  parallel = FALSE
)
| folder_path | The path (relative or absolute) to the folder you wish to process. | 
| frames_per_set | The number of frames with which to calculate the successive cross-correlated brightnesses. This may discard some images, for example if 175 frames are in the input and
 | 
| overlap | A boolean. If  | 
| ch1 | A natural number. The index of the first channel to use. | 
| ch2 | A natural number. The index of the second channel to use. | 
| thresh | Do you want to apply an intensity threshold prior to
calculating cross-correlated brightness (via
 | 
| detrend | Detrend your data with  | 
| quick | 
 | 
| filt | Do you want to smooth ( | 
| parallel | Would you like to use multiple cores to speed up this
function? If so, set the number of cores here, or to use all available
cores, use  | 
cc_brightness_timeseries()
## Not run: 
setwd(tempdir())
ijtiff::write_tif(img, "a.tif")
ijtiff::write_tif(img, "ab.tif")
cc_brightness_timeseries_folder(frames_per_set = 25)
list.files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.