Sponsored Content
Full Discussion: awk - output field separator
Top Forums UNIX for Dummies Questions & Answers awk - output field separator Post 302752277 by mjf on Sunday 6th of January 2013 03:00:48 PM
Old 01-06-2013
Thanks radoulov! The reconstruction of the record solution was new to me.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't figure out what field separator to use in awk....

Hi Friends, Scripting newb here. So I'm trying to create a geektool script that uses awk and printf to output certain fields from top (namely command, cpu%, rsize, pid and time, in that order). Here's the input from the top process that I'm putting into awk: PID COMMAND %CPU ... (3 Replies)
Discussion started by: thom.mattson
3 Replies

2. Shell Programming and Scripting

Field separator in awk

Hi I need to check if field separator I am using in awk statement is " : ", for example: TIME=12:59 HOUR=`echo "$TIME" | awk '{FS=":"; print $1}'` MINUTES=`echo "$TIME" | awk '{FS=":"; print $2}'` Is there a way to check within the above awk statement ? Thanks for help -A (2 Replies)
Discussion started by: aoussenko
2 Replies

3. Shell Programming and Scripting

awk (nawk) field separator

Hi; i have a file and i want to get; - If the last word in line 14 is NOT equal to "Set."; then print 2nd, 3rd, 4th and 5th values of 3rd line. and my code is: nawk 'NR==14 {if ($NF!="Set.") (NR==3{print $2,$3,$4,$5}) }' file.txt but no result?? :confused::(:confused::( (4 Replies)
Discussion started by: gc_sw
4 Replies

4. Shell Programming and Scripting

awk, comma as field separator and text inside double quotes as a field.

Hi, all I need to get fields in a line that are separated by commas, some of the fields are enclosed with double quotes, and they are supposed to be treated as a single field even if there are commas inside the quotes. sample input: for this line, 5 fields are supposed to be extracted, they... (8 Replies)
Discussion started by: kevintse
8 Replies

5. Shell Programming and Scripting

awk - single quotes as field separator

How can I use single quotes as field separator in awk? (1 Reply)
Discussion started by: locoroco
1 Replies

6. Shell Programming and Scripting

awk - show field separator

I am using this code to insert something into a csv file: awk -F";" -v url=$url -v nr=$nr 'NR==nr{$2=url$2}1' file Why do I get the output field1 field2 instead of field1;field2 I have given -F";", so the field separator should surely be ";". (1 Reply)
Discussion started by: locoroco
1 Replies

7. Shell Programming and Scripting

awk field separator

I need to set awk field separator to ";", but I need to avoid ";EXT". so that echo a;b;c;EXTd;e;f | awk -F";" '{print $3}' would give "c;EXTd" (2 Replies)
Discussion started by: locoroco
2 Replies

8. Shell Programming and Scripting

awk field separator help -

Hi Experts , file : - How to construct the awk filed separator so that $1, $2 $3 , can be assigned to the each "" range. I am trying : awk -F"]" '{print $1}' but it is printing the entire file. Not first field. The desired output needed for first field... (9 Replies)
Discussion started by: rveri
9 Replies

9. Shell Programming and Scripting

Field Separator in printf (awk)

I can not figure out how to set the Output filed separator in awk when using printf. Example: cat file some data here_is_more information Requested output some------------data her_is_more-----information Here are some that does not work: awk '{printf "%-15s %s\n",$1,$2}' OFS="-" file... (9 Replies)
Discussion started by: Jotne
9 Replies

10. UNIX for Beginners Questions & Answers

awk field separator not working

Hi, can some some help to get me the right results, I have few text files, need to grep few columns from each file and get the results in one row with comma separated. my code is #folder=/nz/kit/log/backupsvr folder=/export/home/nz/valai/tmpfiles/ echo $folder for entry in `ls... (4 Replies)
Discussion started by: ValaiG
4 Replies
volume_reconstruction(1)			       The Computational Morphometry Toolkit				  volume_reconstruction(1)

NAME
volume_reconstruction - Volume reconstruction SYNOPSIS
volume_reconstruction [options] refImage xform0 inImage0 [xform1 inImage1 ...] DESCRIPTION
Iterative volume reconstruction from co-registered images using inverse interpolation or joint deblurring OPTIONS
Global Toolkit Options (these are shared by all CMTK tools) --help Write list of basic command line options to standard output. --help-all Write complete list of basic and advanced command line options to standard output. --wiki Write list of command line options to standard output in MediaWiki markup. --man Write man page source in 'nroff' markup to standard output. --version Write toolkit version to standard output. --echo Write the current command line to standard output. --verbose-level <integer> Set verbosity level. --verbose, -v Increment verbosity level by 1 (deprecated; supported for backward compatibility). --threads <integer> Set maximum number of parallel threads (for POSIX threads and OpenMP). Input Options --exclude-first-image, -x Exclude first image from reconstruction as a separate registration target image) --crop <string> Crop reference to pixel region x0,y0,z1:x1,y1,z1 --pass-weight <string>, -W <string> Set contribution weight for a pass in the form 'pass:weight' Reconstruction Grid --recon-grid <string> Define reconstruction grid as Nx,Ny,Nz:dX,dY,dZ[:Ox,Oy,Oz] (dims:pixel:offset) --recon-grid-path <string>, -R <string> Give path to grid that defines reconstructed image grid [including offset] [Default: NONE] Initial Volume Injection Parameters --isotropic-injection Use isotropic volume injection [otherwise: scaled with pass image pixel size per dimension] --injection-kernel-sigma <double>, -S <double> Standard deviation of Gaussian kernel for volume injection in multiples of pixel size in each direction. [Default: 1] --injection-kernel-radius <double>, -r <double> Truncation radius factor of injection kernel. The kernel is truncated at sigma*radius, where sigma is the kernel standard deviation. [Default: 2] Volume Reconstruction Options --inverse-interpolation-kernel Kernel for the inverse interpolation reconstruction Supported values: "cubic", "linear", "hamming-sinc", "cosine-sinc", where the default is "cubic", or use one of the following: --cubic, -C Tricubic interpolation [This is the default] --linear, -L Trilinear interpolation (faster but less accurate) --hamming-sinc, -H Hamming-windowed sinc interpolation --cosine-sinc, -O Cosine-windowed sinc interpolation (most accurate but slowest) --deblurring Kernel shape to approximate the point spread function for joint deblurring reconstruction (selecting one of these disables inverse interpolation reconstruction) Supported values: "box", "gaussian", or use one of the following: --box Box-shaped kernel --gaussian Gaussian kernel --psf <string> Explicitly set point spread function size as x,y,z. Use with 'deblurring' kernel reconstrunction. --psf-scale <double> Scale point spread function size by this value. Use with 'deblurring' kernel reconstrunction. [Default: 1] Optimization Parameters --num-iterations <integer>, -n <integer> Maximum number of inverse interpolation iterations [Default: 20] --fourth-order-error, -f Use fourth-order (rather than second-order) error for optimization. Regularization Parameters --l-norm-weight <double> Set constraint weight for Tikhonov-type L-Norm regularization (0 disables constraint) [Default: 0] --no-truncation, -T Turn off non-linear regional intensity truncation Output Options --output <string>, -o <string> Output path for final reconstructed image [Default: reconstructed.nii ] --write-injected-image <string> Write initial volume-injected image to this path [Default: NONE] --write-lowest-max-error-image <string> Optional path to write reconstructed image with lowest MAXIMUM error. [Default: NONE] --write-images-as-float, -F Write output images as floating point AUTHORS
Torsten Rohlfing, with contributions from Michael P. Hasak, Greg Jefferis, Calvin R. Maurer, and Daniel B. Russakoff LICENSE
http://www.fsf.org/licensing/licenses/gpl.html BUGS
Report bugs at http://nitrc.org/projects/cmtk/ ACKNOWLEDGMENTS
From April 2009 through September 2011, CMTK Development and Maintenance was supported by the National Institute of Biomedical Imaging and Bioengineering under Grant No.R01 EB008381 (PI: Torsten Rohlfing). CMTK 2.2.2 Jul 20 2012 volume_reconstruction(1)
All times are GMT -4. The time now is 08:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy