DECODE
DECODE copied to clipboard
Change x/y axis
X-Y are swapped compared to many other software.
Normally that's just because we transpose the frame in the plot function. An easy solution is to remove the transpose and swap x and y of plot coordinates there, however that might not lead to inconsistency.
When changing, possibly the following modules are affected:
- PSF
- TargetGenerator
- PostProcessing
- Plotting
- Export
When I plot the coordinates obtained using DECODE in another software (exporting as csv and using ThunderSTORM in ImageJ), the image is rotated compared to processing by other softwares. I have to compensate by "rotating right" the coordinates i.e. [X = Width-Y; Y=X] to get the proper image orientation. If that helps.
See also the Z axis being reversed (opened a Discussion about it)