find_uncal_photos: Find uncalibarated images

Description Usage Arguments Value Examples

View source: R/utils_uncal_images.R

Description

Find uncalibarated images

Usage

1
find_uncal_photos(proj_name, proj_dir, img_dir = proj_dir)

Arguments

proj_name

Name of project

proj_dir

Path to the project

img_dir

Path to the folder holding the raw images

Value

A vector of image names

Examples

1
2
3
4
5
6
## Not run: 
test <- find_uncal_photos(proj_name = "lake_ellsmere_2019",
                          proj_dir  = '../New_Zealand/Processing/Lake_Ellsmere',
                          img_dir   = '../New_Zealand/Raw_Photos/Lake_Ellsmere')

## End(Not run)

levisc8/p4dr documentation built on March 19, 2020, 12:07 a.m.