Skip to content

v0.6.1

Compare
Choose a tag to compare
@flyingfrog81 flyingfrog81 released this 05 Feb 15:19
· 153 commits to master since this release

Release notes:

  • added POINT scan mode for pointing scans
  • added ZEROFF procedure to reset offsets in pointing scans
  • removed initization instructions from roach backend
  • updated requirements with less restrictive numpy version
  • updated examples in template files

Note that with this release ROACH backend will not perform any backend initialization from schedule before executing the relative scan, this means that backend setup must be executed manually by the user before launching the schedule. That's not the case for all other backends which continue to perform proper backend initialization as specified in the .bck file produced by basie.

Note that offsets measured and applied by means of the POINT scans will add up to the ones specified in the following scans unless they are explictly zeroed by means of the azelOffsets=0.0d,0.0d command. Such zeroing takes place at the beginning of every POINT scan.