View difference between Paste ID: u95bTBei and 4PGybdjt
SHOW: | | - or go back to the newest paste.
1-
 # medicine for all halos and ringing v1.0
1+
 # medicine for all halos and ringing v1.1
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}"
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.mt_inflate(155,155)) #you can change from "DeHalo_alpha_mt" to end of "TBilateral {0.7}"
12
 
13
mt_Merge(input, DeRinging, RM2)