Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n.cores option causing fieldRotate error #33

Open
al4112 opened this issue Mar 23, 2022 · 1 comment
Open

n.cores option causing fieldRotate error #33

al4112 opened this issue Mar 23, 2022 · 1 comment

Comments

@al4112
Copy link

al4112 commented Mar 23, 2022

Hi,
I am new to UAV image processing and am working through simple steps in FIELDimageR to get the hang of it. The n.cores option, which I would like to be able to use with larger images, is creating a problem. Running this:

EX0 <- stack("mosaic0.jpg")
EX0.Rotated <- fieldRotate(mosaic = EX0, clockwise=TRUE, h=FALSE, fast.plot=TRUE, n.core=2)

Gives this error:
Error in file(fn, "rb") : cannot open the connection
In addition: Warning message:
In file(fn, "rb") :
cannot open file 'C:\Users\username\AppData\Local\Temp\Rtmp84cN89\raster\r_tmp_2022-03-23_174608_12732_49880.gri': No such file or directory

The same code runs fine without the n.core=2 option. Any idea how I can fix this?

Thanks!

@filipematias23
Copy link
Collaborator

Hey there,

What version you are using? Did you try installing the new version?

Best,
Filipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants