NIRALUser / GROUPS

Group wise registration for 3d-models
Apache License 2.0
0 stars 11 forks source link

BUG: Allow running on Windows #39

Closed Connor-Bowley closed 2 years ago

Connor-Bowley commented 2 years ago

The isoformat of datetime has colons between hour, minute, second, so it is not able to be used as a filename on Windows, although it is fine for Linux. Replacing : with - allows cross platform filenames.

Also checking the result of the RigidAlignment CLI to prevent a possible segfault if there is a failure.