Hello,
I've been using hyperspy to align dual energy range EELS data by calculating an alignment on the low-loss data, which contains the ZLP, and applying the calculated shifts to the core-loss data. In doing so, I would like to retain the integer scale of the energy axis (1 eV/channel) so I have set the 'subpixel' flag to False using the following line of code:
lowloss.align_zero_loss_peak(calibrate=True,also_align=[coreloss],subpixel=False)
However, this results in energy axes for both datasets that no longer contain integer values. Furthermore, it seems to produce the same result if subpixel is set to True or False. Am I misunderstanding the functionality of the subpixel flag, or is this a bug in the alignment code?
Thanks very much,
Andy Herzing