Short Description

Get the selected ROI on the sequence.

Versions

  • Version 1 • Released on: 2013-03-11 11:13:06
    Download
    Description:

    initial version

    seq = getSequence()
    if (seq == null) throw "Please open a sequence first"
    
    roi = seq.getSelectedROI()
    if (roi == null) throw "No ROI selected on the sequence." 
    

Leave a Review