Graham,

I'll let John and/or Donna comment next week on the brainfish questions you raise. This algorithm was originally developed in Ted DeYoe's lab, and I'm not aware that it has been used extensively by others since incorporation into Caret.

Regarding conversion of metric files to text, you can do it post-hoc using the caret_file_convert utility (see below), or you can change the file format option from the default binary to ASCII at the time of saving.

David

On Oct 27, 2006, at 9:20 PM, Graham Wideman wrote:



Also, is there a tool for inspecting metric files? (Or conversion to text?)

caret_file_convert

NAME
   caret_file_convert   v5.5 (Sep 15 2006)

SYNOPSIS for Caret Binary/Text File Format Conversion
   caret_file_convert [-text | -binary | -info] file(s)

DESCRIPTION for Caret Binary/Text File Format Conversion
   Convert Caret data files to text or binary format.

   REQUIRED PARAMETERS
      Note: You must specify one of the following:

         -text
            convert the specified files to text (ascii) format.

         -binary
            convert the specified files to binary format.

         -info
do no conversion but just list the data type of the recognized
            files.


Reply via email to