Main Functionalities
- Possibility to change the installation path in the installer settings.
- Changed all the copyrights announcements.
- New splash screen for the ODYSSEE A-Eye launcher.
- New icons for A-Eye App and A-Eye Manager, both applications of ODYSSEE A-Eye.
A-Eye App
- Removed the Learning and Prediction loading page for the “one case” mode. Only the multiple cases remain displayed where we can load only one or multiple cases at the same time.
- In the base viewer:
- Replaced the CASE prefix for labels by #.
- Users can select multiple cases simultaneously.
- The base can be exported in a vertical orientation.
- Moved the Quasar progression bar from the popup window to the bottom right of A-Eye App main interface.
- Bug Fixes
- Random crash when a process was running, and the user left the prediction tab.
- Fixed the Quasar parallelization error in A-Eye App.
- A fix has been applied to avoid crash when a void project is created.
- In Learning and Prediction tabs, there was a crash when the user loaded a csv file containing a list of names to label the cases.
- A fix has been applied in Base Viewer when a database is imported from a merged file of XY.
A-Eye Manager
- Prior to version 2022.1, you had to specify how many features were generated by the Quasar script called to process the input data.
- Now, A-Eye Manager automatically detects the number of features required for generic scripts.
- For the loaded personal scripts, you must specify the number of features in the manager window.
- New Quasar scripts for image pre-processing and features extraction:
- Edge_Detection_Max_Pooling script is used to detect the edges of the shapes in an image thanks to the contrast computation.
- Pixel_Number script counts the number of pixels present in a specified min-max range.
- New customizations:
- CASTING DEFECTS customization predicts the final state (valid or defect) of a casting 3D part, based on an existing learning database made up of images of 3D cast metal parts (File (image) type) and the final states observed of the 3D part (File (CSV) type).
- PROFILE DIMENSIONING customization aims to predict drag and lift coefficients from an existing learning database composed of foils sectional views images (File (image) type) and knowledge of the drag and lift coefficients versus Alpha angle (File (CSV) type) for each profile.
ODYSSEE Quasar – Solver
- Integrated new function loadCsvTags() to load csv file containing some qualitative data (for example tags).
- For the purposes of simplicity of usage, ROM solvers POD ARBF, POD RBF, POD Kriging, and POD InvD are merged under “pod_all” (the interpolation method being defined further in the external function’s arguments list).
- POD ARBF, POD RBF, POD Kriging, and POD InvD will still work but not be maintained.
- Merged direct interpolators ARBF, RBF, Kriging, and InvD under “forecast” keyword for simplicity of usage.
- The interpolation method being defined further in the external function’s arguments list).
- ARBF, RBF, Kriging, and InvD will still work but not be maintained.
- Implemented a new library called UsualFunction.qsr in Quasar.
- All functions described in this library can be used in the main Quasar script thanks to the command import qsr.
- Currently, only one useful function is scripted: addLabelsToMatrixAndSave().
- This function allows to save a matrix with labels, that saveCsv does not.
- Updated the Quasar documentation.
- Bug Fixes
- Quasar error message when the full database contained the same constant curves (view in CFD). It was fixed with the pod_all operator.
- Quasar Embedded (Solver):
- Ensured now that Quasar Embedded processes close after running.
- Reduced the CPU computational resources occupied by Quasar Embedded (Solver) when it is used.