BIOP / qupath-extension-abba

QuPath extension for Aligning Big Brains and Atlases
Apache License 2.0
6 stars 2 forks source link

Make 'Load Annotations' recordable #7

Closed NicoKiaru closed 2 years ago

NicoKiaru commented 2 years ago

So that it appears it the command history

lacan commented 2 years ago

Currently being tested on https://github.com/BIOP/qupath-extension-abba/commit/031965b0b3c523685f4154aa0a1588a5c97c7d99

NicoKiaru commented 2 years ago

Perfect, thanks @lacan !

NicoKiaru commented 2 years ago

Just : the import was missing so I 'qualified' the class:

String method = AtlasTools.class.getName()+".loadWarpedAtlasAnnotations(getCurrentImageData(), \""+namingProperty+"\", "+splitLeftRight+");";