Skip to content

Continuously in- or decreasing

Compare
Choose a tag to compare
@prisae prisae released this 21 Feb 09:03

This is a small appendix to v1.10.4: Depths can now be defined in increasing or decreasing order, as long as they are consistent. Model parameters have to be defined in the same order. Hence all these are possible:

  • [-100, 0, 1000, 1050] -> left-handed system, low-to-high
  • [100, 0, -1000, -1050] -> right-handed system, high-to-low
  • [1050, 1000, 0, -100] -> left-handed system, high-to-low
  • [-1050, -1000, 0, 100] -> right-handed system, low-to-high