Ok as there might be an issue. Technically you are expected to do approximately the following:
- save example data to a separate file like below. If it is actually the header line that causes the crash, first 10 lines should be more than enough:
gawk '{print $9, $8, $10}' sismos_menegrande.txt | head > data.txt
- print out your
projectcall from the original script - with all the script variables substituted by the values, something like below (output redirection does not matter):
echo "project -C$center -A$azimuth -Fxyzpqrs -W$width -L$length -V"
- if the crash is still there (confirm this by manually running the
projectcall ondata.txt): postdata.txtand the crashingprojectcall here. You can attach a file by drag-and-dropping it into the post editing window. - maybe a short apology to @Joaquim, cause it’s him who’s gonna be checking and fixing the codes in case there’s an issue.