WFDB Software Package 10.6.2

File: <base>/app/map-record (213 bytes)
#! /bin/bash

# make a map of a WFDB record

RL=$1
RS=`basename $RL`
shift

wfdbmap -r $RL $* >$RS.script
bash $RS.script >$RS.plt 2>/dev/null
lwcat -strip -eps $RS.plt >$RS.ps
convert -density 150 $RS.ps $RS.png