romi / plant-imager

ROMI library controlling the PlantImager (hardware) or the VirtualPlantImager (Blender) to acquire images of (virtual) single potted plants.
https://romi.github.io/plant-imager/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

ObjFileset defaults to the 'obj' directory in current scan dir #21

Closed hanappe closed 3 years ago

hanappe commented 3 years ago

close #27

The ObjFileset task will, by default, check that the 'obj' fileset exists in the currently active scan directory.

The proposition involves three changes:

So if no [ObjFileset] section appears in the configuration file, the fileset /obj will be used. Otherwise this can be changed in the configuration as follows:

[ObjFileset] scan_id = "myscan" fileset_id = "data"

hanappe commented 3 years ago

Replaced by addition of VirtualPlantObj in romitask