RETURN-project / makeDataCube

Data management
Apache License 2.0
0 stars 0 forks source link

Wrong parameter passed to getScenes #33

Closed PabRod closed 3 years ago

PabRod commented 3 years ago

Problem

The function getScenes expects, among others, the queuefile parameter. This should contain the path to the queue file, but at the moment only the filename is passed. This means that, typically, queue.txt is stored in . instead of in ./data/level1/.

Solution

I am testing a patch that just builds the path before calling getScenes in the vignette.

Notes

I am considering refactoring the way we pass path information in the near future, in order to make it more mantainable.