Mbirn: Data Provenance:Documentation:Output:Examples
From NAMIC Wiki
Home < Mbirn: Data Provenance:Documentation:Output:Examples
This is version 1.0, see BIRN xwiki for 2.0+
Examples
This is what the freesurfer binaries are currently printing out:
ProgramName: ./test_version Version: $Name$ TimeStamp: 03/09/04-18:23:12-GMT CVS: $Id: test_version.c,v 1.7 2003/03/28 18:23:10 kteich Exp $ User: kteich Machine: i686 Platform: Linux PlatformVersion: #1 Thu Mar 13 17:54:28 EST 2003 CompilerName: GCC CompilerVersion: 30200
In more general terms:
ProgramName: [program-name] Version: [version] TimeStamp: [timestamp] CVS: [cvsInfo] User: [user] Machine: [machine] Platform: [platform] PlatformVersion: [platformVersion] CompilerName: [compilername] CompilerVersion: [compilerVersion]
When all the information isn't available for a specific transform, there will be gaps in the xml file. Currently, the only required information is the program name.
Currently, Slicer is printing out the following:
ProgramName: slicer2-solaris-sparc ProgramArguments: --all-info Timestamp: 08/15/03-15:59:36-EDT Version: 2.1b1 User: nicole Machine: sun4u Platform: SunOS PlatformVersion: 5.8 CompilerName: GCC CompilerVersion: 30000 LibName: VTK LibVersion: 4.3.0 LibName: TCL LibVersion: 8.4.1 LibName: TK LibVersion2: 8.4.1 CVS: {Id: Go.tcl,v 1.60 2003/06/09 01:27:20 pieper Exp}
In more general terms:
ProgramName: [program-name] ProgramArguments: [arguments] Timestamp: [timeStamp] Version: [version] User: [userName] Machine: [machineName] Platform: [osName] PlatformVersion: [osVersion] CompilerName: [compilerName] CompilerVersion: [compilerVersion] LibName: [libraryName1] LibVersion: [libraryVersion1] LibName: [libraryName2] LibVersion: [libraryVersion2] LibName: [libraryName3] LibVersion: [libraryVersion3] CVS: [cvsInfo]