Dear All,
I’m rather new to jython macros, but since trackmate seems to be making a very good use of them I’m trying to give it a go. I’d like to address a somewhat discussed task of multi-channel intensity measurement with one of the channels dedicated to tracking and rest for measurements. I know of TrackMate-extras that implements SpotMultiChannelIntensityAnalyzer(). I was trying to use it the same way as SpotIntensityAnalyzerFactory() as outlined in https://imagej.net/Scripting_TrackMate by
settings.addSpotAnalyzerFactory(SpotMultiChannelIntensityAnalyzer())
But it seems to be not the right way. Does anyone have any usage example for SpotMultiChannelIntensityAnalyzer()
? Thanks in advance.