# inter03 v1.02 Keven Fedirko 08.02.94
# This converts field rendered images after each completed frame (v2.6 and
# later) This should work for 2,1 systems.
# This is the same as inter01, except that it removes the field frames after
# they have been interleaved together.

if( $4 == "2" ) then
   interleave $1.$2.1 $1.$2.2 $1.$2 -f
   rm $1.$2.1.pic $1.$2.2.pic
endif
