User Tools

Site Tools


jvs:fscan:manual:chapter2:output

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter2:output [2016/02/15 19:45]
voyvodic
jvs:fscan:manual:chapter2:output [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions): output** **fScan Reference Manual, Chapter 2 (CmdLineOptions): output**
-===== Output -- ===== +===== Output -- = 
-**usage: -output [formatname] filename [flg]**\\ +==== 
-**or: -output [wordsize] filename [flg]**\\+**usage: -output [formatname] filename [flag]**\\ 
 +**or: -output [wordsize] filename [flag]**\\
 **or: -output > stdoutfile**\\ **or: -output > stdoutfile**\\
-**or: -output > > stdoutfile**\\+**or: -output >> stdoutfile**\\
 **or: -output stdout 0**\\ **or: -output stdout 0**\\
 ===== ===== ===== =====
Line 39: Line 40:
   * zip   * zip
   * matrix   * matrix
 +
 +The **FLAG** argument can be used to specify additional options when writing out files.\\
 +**FLAG** values when writing image files:\\
 + * 020 - if in active display mode, flip images using display [[jvs:fscan:manual:chapter3:imagekeys:settings|FLIPFLAG]] flags
 + * 020 - if no window display, flip images using [[jvs:fscan:manual:chapter2:header|HEADER]] flip flags (not working yet) 
 +
 +**FLAG** values when writing 3D surface files:\\
 + * 020 - include all surfaces (default is just first active surface)
 +
 +**FLAG** values when writing workspace (WDF or WSF) files:\\
 + * 010 - do not write in XML format
 + * 020 - include all data sets (default is only to include only open data sets)
 + * 040 - do not include alignment matrices (written by default if there is alignment)
 + * 01000 - when writing WDF, include data sets from both workspaces (default is only current workspace)
 +
 +The OUTPUT command can also be used to redirect standard output (stdout) to a file, causing text that would normally be displayed on the screen to be sent to that file.
 +
 +To redirect text output to a new file, use:\\
 + ** -output > filename **\\
 +To append text output to a file, use:\\
 + ** -output >> filename **\\
 +To stop redirecting output, use:\\
 + ** -output stdout 0 **
 +
 +Note: If using the OUTPUT command to redirect output from a shell command line you must escape each '>' character with a '\' (e.g. "-output \>\> outfile.txt") to prevent the shell from misinterpreting the redirection.
  
 **See Also:**\\ **See Also:**\\
 +[[jvs:fscan:manual:chapter3:imagekeys:settings|FLIPFLAG]],
 +[[jvs:fscan:manual:chapter2:header|HEADER]]
 +
 [[jvs:fscan|fScan Home]],  [[jvs:fscan|fScan Home]], 
 [[jvs:fscan:manual|fScan Manual]],  [[jvs:fscan:manual|fScan Manual]], 
jvs/fscan/manual/chapter2/output.1455565521.txt.gz · Last modified: 2016/02/15 19:45 by voyvodic