Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #497: Fix check on WRAILBOT for TARGET leaves. #520

Merged
merged 1 commit into from
Jan 13, 2020

Commits on Nov 21, 2019

  1. Fix #497: new check on WRAILBOT for TARGET leaves

    Reverse the following failure condition in both SYNCVMLC and DYNVMLC
    component modules, for target leaves:
    
    width of bottom of support rail (WRAILBOT) <
    width of groove (WGROOVE) + width of leaf tip (WTIP)
    
    This restriction is incorrect, based on Varian's specs for the Millenium
    and HD 120 multi-leaf collimators (MLC). Moreover, it is inconsistent
    with the (fixed) check in SYNCHMDMLC. Thus, the failure condition has
    been reversed to read:
    
    WRAILBOT > WGROOVE + WTIP
    
    Also add a check on WTIP for QUARTER/HALF TARGET leaves in SYNCHDMLC.
    blakewalters authored and ftessier committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e51d241 View commit details
    Browse the repository at this point in the history