Advertisement
Guest User

medicine for all halo and ringing

a guest
Jul 24th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  # medicine for all halos and ringing v1.0
  2.  # need YAHR A.SONY mod 1.1 http://pastebin.com/dNhUDbca
  3.  # need dehaloH DeHaloHmod 31 3 2014 http://pastebin.com/j8ik4yr1
  4.  
  5. input=last
  6.  
  7.  EM1 = EMask_dhh(input, 3, 2250) #you can change 2250 for Threshold
  8.  
  9.  RM2 = DR_Radius_dhh(EM1.mt_inflate(),4,0).mt_inflate() #you can change 4 for Radius
  10.  
  11.  DeRinging  = mt_Merge(input.DeHalo_alpha_mt(darkstr=0.2,brightstr=0.8).yahr(16).TBilateral(5,5,0.9,0.9,5,5,0.7), input, EM1) #you can change from "DeHalo_alpha_mt" to end of "TBilateral {0.7}"
  12.  
  13. mt_Merge(input, DeRinging, RM2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement