Open christophertrapani opened 2 years ago
Good point, @christophertrapani. There are the two options:
FilenameNoteNumber
to be used by the camu.filenamenotenumber
abstraction that fills it.camu.filenamenotenumber
check if the column exists, create it if not, update menus, fill columnI don't know if option 2 is too volatile (column can be there or not...)?
Guys: Do I understand correctly that the chop segmentation in tutorials 8 + 9 is where the FilenameNoteNumber column is being created (see image)?
In this case, what's the strategy for how to add a FilenameNoteNumber and make it compatible the methods of segmentation used in most other patches (camu.process.descr-onseg / gate / chop)? Are separate camp segmentation patches that explicitly create FilenameNoteNumber desirable? Or is there an "addcolumn" command that can be tacked on after segmentation? Thanks!