Skip to content

ethanbass/zerenebatchR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zerenebatchR

zerenebatchR status badge stability-experimental

Overview

zerenebatchR is an R utility for batch processing images in Zerene Stacker. Batch processing in Zerene Stacker requires you to already have the images you want to process organized into folders by stack. If you have many stacks, this can be an onerous task. zerenebatchR aims to simplify this process by automatically grouping images into folders using information supplied from a spreadsheet and creating the required batch file. zerenebatchR is not created or endorsed by the developers of Zerene Stacker.

Installation

zerenebatchR can be installed from GitHub as follows:

install.packages("remote")
remotes::install_github("https://github.com/ethanbass/zerenebatchR/")

Or install directly from my R Universe repo:

install.packages("zerenebatchR", repos="https://ethanbass.r-universe.dev/", type="source")

Usage

The function expand_zs_batch can be used to expand a data.frame containing the first and last file in a stack. This expanded data.frame can then be fed to the run_zs_batch function to stack images in Zerene Stacker. zerenebatchR automatically creates the folders of images that are required for batch image processing in Zerene Stacker and creates the batch script. For further details, please see the documentation by running ?zerenebatchR::run_zs_batch or ?zerenebatchR::expand_zs_batch from your R console.

About

Utility for batch processing images in Zerene Stacker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages