% %%% |Thumbed % % perform post-thumbed steps % _Arching.Vm { % % running on a vm % Vm.*Anchor "Incoming.png" ofxact exists { % % do not delete the Psm.png if Incoming.png exists % } { % % this is a jpg process, eliminate any Psm.png that % might be copied in building process % "xact1\Psm.png" ofsnap del } ifelse % % now have all info needed % % check the template for dropout requirements % _Tem.Drop "^^^^^thumbdrop" log)( < |Obj "xact1\G.jpg" ofsnap "G.jpg" ofxact copyfile "Objecter" *shootern |Mos "xact1\G.jpg" ofsnap "G.jpg" ofxact copyfile "Objecter" *shootern > not { % % dropout not needed due to template requirements % _Shooter.Baby { "xact1\Psm.jpg" ofsnap "G.jpg" ofxact copyfile "Thumbed" *shootern *xactunrd } { % % normal templating % "Incoming.png" ofxact exists { "xact1\G.jpg" ofsnap "G.jpg" ofxact copyfile "xact1\Psm1.jpg" ofsnap "Psm.jpg" ofxact copyfile "xact1\Psm1.png" ofsnap "Psm.png" ofxact copyfile "xact1\Psm1.png" ofsnap "Psm1.png" ofxact copyfile "xact1\Psm2.png" ofsnap "Psm2.png" ofxact copyfile "xact1\Psm3.png" ofsnap "Psm3.png" ofxact copyfile } { "Psm.png" ofxact del "xact1\Psm1.jpg" ofsnap "Psm.jpg" ofxact copyfile } ifelse "xact1\Psm1.jpg" ofsnap "Psm1.jpg" ofxact copyfile "xact1\Psm2.jpg" ofsnap "Psm2.jpg" ofxact copyfile "xact1\Psm3.jpg" ofsnap "Psm3.jpg" ofxact copyfile "Make" *shootern } ifelse } if } { % % running on base mach‌ine % _Xact % % there is a subject, we can check for reg % % does the xact have registration data % % this xact of course has a subject, check if incoming registration % the _reg for the subject is used by the incoming monitor % to update the Tack % *custimon dup !Xact *xactqreg pop % % go ahead and build the composites, will route through Subject % dup !Xact "Subject" *shootern !Xact } ifelse