Neural-Systems-at-UIO / nutil

https://nutil.readthedocs.io/en/latest/
GNU General Public License v3.0
12 stars 5 forks source link

.seg loading #273

Closed Tevemadar closed 1 year ago

Tevemadar commented 2 years ago

Flat2D::Load automatically calls Flat2D::LoadFromSeg when encountering .seg extension Resulting Flat2D object is compatible with former uses, has an additional m_atlas string member, identifying the atlas. Caveat/todo: in order to make Nutil actually make use of this change, the various locations looking for the existence of .flat files have to be adjusted too (to accept the availability of .seg files instead).