Rosetta Rolis Quick-Look Viewer/Decoder/Analyzer
Version 1.40 16-Nov-2006

    Interactive browser mode:
        tclkitsh.exe rolis140.kit

    Commandline (batch) mode:
        tclkitsh.exe rolis140.kit command args

    Valid commands are:
        browse     - Interactive browser
        list       - List file contents, 1 line per frame
        extract    - Extract selected data frames
        hk         - Extract housekeeping frames
        uncompress - Uncompress (wavelet) image data
        unpack     - Unpack raw image data

    For additional help on command options:
        tclkitsh.exe rolis140.kit command
    
List: Valid options are:
    -short filename filename ... (glob-style patterns allowed)

Extract: valid options are:
    -file filename  - filename to extract
    -from num       - extract from record number (def=0)
    -to num         - extract to record number (def=end)
    -out filename   - name of output file (def=stdout)
    -format fmt     - output format raw|cdms (default=cdms)
    -pattern pat    - glob-style pattern which frames to be extracted,
                      e.g. *ROLIS*DATA*type=Compressed*

Hk: valid options are:
    -file filename     - input filename
    -from num          - extract from record number (def=0)
    -to num            - extract to record number (def=end)
    -out filename      - name of output file (def=stdout)
    -grep hk1,hk2,...  - HK channel(s) to be grep'ed

Uncompress: Valid options are:
    -file filename  - filename to extract
    -from num       - extract from record number (def=0)
    -to num         - extract to record number (def=end)
    -out filename   - name of output file (def=stdout)
    -format format  - output file format = raw|astro|pgm|fits (def=raw)

Unpack: Valid options are:
    -file filename  - filename to extract
    -from num       - extract from record number (def=0)
    -to num         - extract to record number (def=end)
    -out filename   - name of output file (def=stdout)
    -format format  - output file format = raw|astro|pgm|fits (def=raw)
