ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

Loading movie XML file with feeds is broken #71

Closed HazenBabcock closed 6 years ago

HazenBabcock commented 6 years ago

If you try and load an XML file created by HAL at the end of a movie with feeds then HAL will crash. The problem is that there are additional parameters in the HAL XML file that were not in the original XML. Skipping these parameters does not fully solve the problem as some parameters like "x_start" which might not have been set originally but that did exist will now have a value with a different meaning than intended. In the case of 'x_start', this was supposed to be relative to the camera ROI, but now it is relative to the camera chip.

HazenBabcock commented 6 years ago

Should be fixed now.