Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Nicholas Del Grosso 424c560ca1 gin upload from sirota2 7 vuotta sitten
..
README.md 424c560ca1 gin upload from sirota2 7 vuotta sitten
README.md~ 424c560ca1 gin upload from sirota2 7 vuotta sitten
dodo.py 424c560ca1 gin upload from sirota2 7 vuotta sitten
take_to_avi.py 424c560ca1 gin upload from sirota2 7 vuotta sitten
take_to_csv.py 424c560ca1 gin upload from sirota2 7 vuotta sitten

README.md

Motive Take File Processing Scripts

This code was run on the VR computer, and uses Motive's libraries for batch processing the data to csv and avi files.

To use these .NET libraries in Python, I installed the 64-bit IronPython distribution and called the motive files from them. This was made easier through a MoviveBatch package I wrote and published on Github:

https://github.com/neuroneuro15/motivebatch

To run the full batch process as-is, make sure PyDoit (http://pydoit.org) is installed, navigate to the script folder from the command line, and run the doit command. PyDoit automatically finds the file called dodo.py and runs the tasks listed in that file, which here are simply command-line calls to the IronPython scripts.