functions in drat.i - a

 
adjust_ireg

    adjust_ireg(ireg)  


returns the input IREG with the regions specified in drat_ireg_adj  
zeroed.  Beware-- the ireg array is actually modified.  
Interpreted function, defined at i0/drat.i   line 429  

SEE ALSO: drat_ireg_adj  
 
 
 

alloc_mesh

    alloc_mesh  


  
     Interpreted function, defined at i0/drat.i   line 1017  

 

apply_funcs

    apply_funcs(streak_result)  
 or apply_funcs(transp, selfem)  
 or apply_funcs(transp, selfem, time)  
 or apply_funcs(transp, selfem, times)  


applies the drat_backlight and drat_channel options (if any)  
to the input streak_result.  This destroys the separate  
transparency and self-emission information returned by streak.  
transp= streak_result(,1,..) and selfem= streak_result(,2,..).  
If time is not given, time=0.0 is passed to the functions.  
If times is a vector, it must match the final dimension of  
transp and selfem.  
Interpreted function, defined at i0/drat.i   line 381