-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request
Milestone
Description
Description
Currently, we automatically generate a list of paths in x-struct based on certain names and prepositions. While the list has more than 40k entries, we really only use a fraction of those. This makes is super difficult to understand, makes x-struct huge and inefficient to use - both adding to time and space complexity of it.
We need to remove the unused entries and perhaps only add used entries manually.
This will also have the advantage, that we could better structure population files to sub-folders, and in the future deal with the rawdata and derivative files difference.
Tasks
- Implement xyz in function
xASL_[abc]_...
How to test
Optional: insert description about how to test the code changes here
Release notes
Required: summarize the changes for the release notes here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request