
header <napatool.hdr>

directive REPEAT 20

fs 1.0e6

ivar numpts POWEROF2(11)
string file "average.out"

node a noise 5.0 1.0
node b duser arithmetic_average  a 100

tool tf file a 1.0 b 1.0 numpts
post    zip

terminate 1 <= TOOL_INDEX

ping
debug     POST

directive ZIP_FORMAT    "gzip"
directive ZIP_EXTENSION ".gz"

