[Thread Prev][Thread Next][Index]

[ferret_users] Ferret list NOROWLAB and NOHEAD not working [ Is it BUG ? ]



I am listing data to csv file using below command

list/QUIET/NOROWLAB/PRECISION=10/NOHEAD/x="($ln)"/y="($lt)"/z=1:30/format=comma/file="($outfile)"/append ($lt),($ln),y[g=t_an,d=1],x[g=t_an,d=1],z[g=t_an,d=1],t_an[d=1],s_an[d=2],t_an[d=1,z=1:30@ave],s_an[d=2,z=1:30@ave];


In CSV file I get output like below
 
 ---- K:1 Z:   0
-2.36,99.2,-2.375,99.125,0,29.0352097,33.77798843,28.99427565,33.8668104 
 ---- K:2 Z:   5
-2.36,99.2,-2.375,99.125,5,29.01410866,33.7875099,28.99427565,33.8668104 
 ---- K:3 Z:   10
-2.36,99.2,-2.375,99.125,10,29.0361099,33.82038879,28.99427565,33.8668104 
 ---- K:4 Z:   15
-2.36,99.2,-2.375,99.125,15,29.0055904,33.85781097,28.99427565,33.8668104 
 ---- K:5 Z:   20
-2.36,99.2,-2.375,99.125,20,28.9732914,33.88771057,28.99427565,33.8668104 
 ---- K:6 Z:   25
-2.36,99.2,-2.375,99.125,25,28.96639061,33.93978882,28.99427565,33.8668104 
 ---- K:7 Z:   30
-2.36,99.2,-2.375,99.125,30,28.9214897,34.00178909,28.99427565,33.8668104  

I don't want below lines
 ---- K:1 Z:   0
 ---- K:2 Z:   5
 ---- K:3 Z:   10
..
..
 ---- K:7 Z:   30

I can use external programs like sed or awk, but I just want to know whats going wrong here, though I specified NOROWLAB and NOHEAD its still listing

Someone help me

- Dona


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement