I was trying to visualize alignment error using xsection emulator. But there is only "sized" method which introduces bias isotropically or anisotropicallt, but there is no "moved" method to just move the initial layout. Am I missing something? And if not, is there a work around on how to get the layer to move to emulate alignment error within xsection script without modifying the original layout?
Comments
Hi @ResuS,
No, there is no "moved" and I have stopped work on XSection.
Matthias
Hi Matthias,
Alright. I was able to create such "moved" method and tried to code it in your style (but with my limited skills). Xsections are correctly generated with this addition to layout_data.rb and I am getting exactly what I want.
Is there a way to append the XS module by adding this method to the xsection script itself instead of modifying layout_data.rb ?