jamieleecho / unfinnigan

Automatically exported from code.google.com/p/unfinnigan
0 stars 0 forks source link

index out of range #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
rep -w ms trailer | cut -f1 | xargs -i uf-scan -p -n {} ProfileTest_july20.raw 
> ProfileTest_july20.profile
index 128 is not in the range of available scan numbers (1 .. 126) at 
/Users/selkovjr/bin/uf-scan line 65.
gxargs: uf-scan: exited with status 255; aborting

Original issue reported on code.google.com by selko...@gmail.com on 14 Jan 2012 at 2:20

GoogleCodeExporter commented 8 years ago
This may just be the n/n-1 issue:

grep -w ms trailer | cut -f1 | xargs -i uf-scan -p -n {} 100225.raw > 
100225.profile
index 34 is not in the range of available scan numbers (1 .. 33) at 
/Users/selkovjr/bin/uf-scan line 65.
gxargs: uf-scan: exited with status 255; aborting

Original comment by selko...@gmail.com on 14 Jan 2012 at 2:48