Short Description

Convert a sequence from a type to another.

Versions

  • Version 1 • Released on: 2013-03-11 10:58:30
    Download
    Description:

    initial version

    importClass(Packages.icy.sequence.SequenceUtil)
    /*
    - DataType contains all Types:
    	* BYTE / UBYTE - Integer 8-bit
    	* SHORT / USHORT - Integer 16 bit
    	* INT / UINT - Integer 32-bit 
    	* FLOAT - Decimal 32-bit
    	* DOUBLE - Decimal 64-bit
    - Use Unsigned versions (with the 'U' preceeding the type) by default
    */
    importClass(Packages.icy.type.DataType)
    
    // Get the focused Sequence, raise an exception if none.
    seq = getSequence()
    if (seq == null) throw "> Please open a sequence first 
    
    						

Leave a Review