3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

Common Project Files #46

Closed codeling closed 5 years ago

codeling commented 5 years ago

Currently, open_iA has several different "project files":

This should all be merged into a single project file format (maybe "opf" - Open_iA Project File?). QSettings / ini file is probably the best choice since it is currently already used in many of the abovementioned places. There could be a project registry, where modules register their Project Identifier, which is written into a general section of the project file, which potentially also contains "general" datasets. The project registry then takes care to call the respective module project with the loaded settings.

codeling commented 5 years ago

The infrastructure for this feature is now in place.