<div dir="ltr">Hi all,<br><br>the DiFX dev branch now supports fractional Phase Cal spacings, in particular a new Korean KVN photonic phase cal system has a spacing of 700/9 MHz = 77.777... MHz.<br><br>For users the syntax is:<br><br>ANTENNA KY<br>{<br>  phaseCalInt = 700       # integer MHz<br>  phaseCalIntDivisor = 9  # denominator for phaseCalInt, optional, the default is 1<br>  toneSelection = all<br>  ...<br>}<br><br>Note: The feature was initially in the associated feature branch (<a href="https://github.com/difx/difx/tree/feature-kvn-fractional-pcal">https://github.com/difx/difx/tree/feature-kvn-fractional-pcal</a>). It has now been merged into dev via "git flow feature finish kvn-fractional-pcal". Incidentally that did not create any Pull Request - "git flow" just automatically merged the changes back into dev. The lack of a Pull Request was unintentional, though luckily, the auto-merge nevertheless followed the merge guideline of <a href="https://github.com/difx/difx/wiki/contribution">https://github.com/difx/difx/wiki/contribution</a>.<br><br>kind regards,<br>Jan<br><br></div>