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

factoryDir file must be named init.daq #32

Open
antmedellin opened this issue Apr 3, 2023 · 2 comments
Open

factoryDir file must be named init.daq #32

antmedellin opened this issue Apr 3, 2023 · 2 comments

Comments

@antmedellin
Copy link
Collaborator

The 'factoryDir' argument from this example requires a file called 'init.daq' in the folder. The calibration folder has a file called 'init_xyz.daq' that is generated during image capture, but this is not recognized. The workaround is having the user rename init_xyz.daq to init.daq.

@BenMGeo
Copy link
Collaborator

BenMGeo commented Apr 4, 2023

Yes, your "workaround" is the standard procedure. You can have multiple init.daq files by putting them in multiple directories, e.g. named after the device numbers.

@antmedellin
Copy link
Collaborator Author

Is there any documentation on these standard procedures? It seems that there is a lack of documentation on this type of information within Github. It would be helpful to know more of this information about assumptions / expected use cases that were made when developing the code base.

If there can be multiple init.daq files, would it be better to explicitly input the filename, rather than directory where the file is located? This would eliminate possible errors from having multiple init.daq files for different devices.

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