Go to the list of seismic processes.          Go to SIOSEIS introduction.

Return to Edgetech example          Return to SIOSEIS examples

SIOSEIS script used to convert EdgeTech to SEGY and apply filter

sioseis << eof
procs diskin xstar filter diskoa end
diskin
   format edgetech
   ipath yr2001day203-1643z.xstar end
end
filter
   ftype 0 pass 500 1000 dbdrop 48 end
end
diskoa
  opath yr2001day203-1643z.filtered end
end
end
eof