You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on converting IFCB files to use in Ecotaxa and have gone through the installation process. After a few attempts of running extractIFCBdata.py, it's not clear to me whether it's working, or what to expect to happen.
First, I tried running extractIFCBdata.py -h in the command prompt shell:
Microsoft Windows [Version 10.0.22631.4317]
(c) Microsoft Corporation. All rights reserved.
C:\Users\IFCB> C:\Users\IFCB\Documents\ifcb-tools\extractIFCBdata.py -h
C:\Users\IFCB>
[main 2024-11-12T13:16:53.822Z] update#setState idle
[main 2024-11-12T13:17:23.832Z] update#setState checking for updates
[main 2024-11-12T13:17:23.851Z] update#setState downloading
[main 2024-11-12T13:17:30.691Z] update#setState downloaded
[main 2024-11-12T13:17:30.692Z] update#setState updating
[main 2024-11-12T13:17:53.803Z] update#setState ready
[main 2024-11-12T13:25:42.708Z] Extension host with pid 20680 exited with code: 0, signal: unknown.
[main 2024-11-12T13:25:42.842Z] [UtilityProcessWorker]: terminated unexpectedly with code 18446744072773829000, signal: unknown
In addition to the messages that are shown above, this opened up the code in X. When we closed X, the final line above showed up.
Next, we tried running the function with the arguments filled out:
I am working on converting IFCB files to use in Ecotaxa and have gone through the installation process. After a few attempts of running extractIFCBdata.py, it's not clear to me whether it's working, or what to expect to happen.
First, I tried running extractIFCBdata.py -h in the command prompt shell:
In addition to the messages that are shown above, this opened up the code in X. When we closed X, the final line above showed up.
Next, we tried running the function with the arguments filled out:
C:\Users\IFCB> C:\Users\IFCB\Documents\ifcb-tools\extractIFCBdata.py -r C:\Users\IFCB\Documents\ecotaxa\input\20241017 -m C:\Users\IFCB\Documents\ecotaxa\input\20241017\20241017_wfu_ifcb_metadata.csv -o C:\Users\IFCB\Documents\ecotaxa\output ecotaxa
Again, the script opened up in X and we got the following messages in the shell:
We are using Python version 3.9.0 and have Matlab version 2022. What should we be seeing when we run the extractIFCBdata.py function?
Thanks for any insight you can provide!
The text was updated successfully, but these errors were encountered: