! Started logfile: /scr/pima/bg219b_uvs/J1856-2236_S_dfm.log on Thu May 19 20:32:54 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219b_uvs/J1856-2236_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1856-2236_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.567942 visibilities/baseline/integration-bin. ! Found source: J1856-2236 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 6236 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1856-2236_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005110Jy sigma=19.101907 ! Fit after self-cal, rms=0.879994Jy sigma=16.647937 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.151 mas, bmaj=8.421 mas, bpa=-1.555 degrees ! Estimated noise=0.758171 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0915058 Jy ! Component: 100 - total flux cleaned = 0.12864 Jy ! Total flux subtracted in 100 components = 0.12864 Jy ! Clean residual min=-0.010560 max=0.021497 Jy/beam ! Clean residual mean=-0.000027 rms=0.003423 Jy/beam ! Combined flux in latest and established models = 0.12864 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 0.12864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091071Jy sigma=1.565964 ! Fit after self-cal, rms=0.089545Jy sigma=1.545563 ! Inverting map ! Added new window around map position (5, 5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241131 Jy ! Component: 100 - total flux cleaned = 0.0389102 Jy ! Total flux subtracted in 100 components = 0.0389102 Jy ! Clean residual min=-0.005615 max=0.012717 Jy/beam ! Clean residual mean=-0.000006 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.16755 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 69 components and 0.16755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081044Jy sigma=1.353050 ! Fit after self-cal, rms=0.080477Jy sigma=1.346890 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.999 mas, bmaj=10.53 mas, bpa=0.8303 degrees ! Estimated noise=0.519622 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136578 Jy ! Component: 100 - total flux cleaned = 0.0206776 Jy ! Component: 150 - total flux cleaned = 0.0245698 Jy ! Component: 200 - total flux cleaned = 0.0260255 Jy ! Total flux subtracted in 200 components = 0.0260255 Jy ! Clean residual min=-0.003725 max=0.005511 Jy/beam ! Clean residual mean=0.000009 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.193576 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 98 components and 0.193576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078117Jy sigma=1.300320 ! Fit after self-cal, rms=0.077645Jy sigma=1.293896 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.999 x 10.53 at 0.8303 degrees (North through East) ! Clean map min=-0.0040364 max=0.095169 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.04 KP 0.98 ! LA 0.94 MK 1.04 NL 1.01 OV 0.97 ! PT 1.02 SC 1.11 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 0.98 KP 1.00 ! LA 1.00 MK 1.07 NL 1.11 OV 1.03 ! PT 1.02 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 0.95 KP 1.02 ! LA 0.95 MK 1.04 NL 1.15 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.00 KP 1.02 ! LA 1.01 MK 1.12 NL 1.14 OV 0.98 ! PT 0.96 SC 1.01 ! ! ! Fit before self-cal, rms=0.077645Jy sigma=1.293896 ! Fit after self-cal, rms=0.079488Jy sigma=1.286142 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.056 mas, bmaj=10.73 mas, bpa=0.6057 degrees ! Estimated noise=0.53267 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219545 Jy ! Component: 100 - total flux cleaned = 0.00179156 Jy ! Component: 150 - total flux cleaned = 0.00145689 Jy ! Component: 200 - total flux cleaned = 0.00131053 Jy ! Total flux subtracted in 200 components = 0.00131053 Jy ! Clean residual min=-0.003445 max=0.003651 Jy/beam ! Clean residual mean=0.000021 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.194886 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 110 components and 0.194886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079183Jy sigma=1.281992 ! Fit after self-cal, rms=0.078995Jy sigma=1.277833 ! Inverting map ! Added new window around map position (8.5, 121.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00359225 Jy ! Component: 100 - total flux cleaned = 0.00298478 Jy ! Component: 150 - total flux cleaned = 0.00247099 Jy ! Component: 200 - total flux cleaned = 0.00229261 Jy ! Total flux subtracted in 200 components = 0.00229261 Jy ! Clean residual min=-0.003399 max=0.003550 Jy/beam ! Clean residual mean=0.000016 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.197179 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 125 components and 0.197179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078559Jy sigma=1.271965 ! Fit after self-cal, rms=0.078496Jy sigma=1.270179 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078496Jy sigma=1.270179 ! Fit after self-cal, rms=0.078027Jy sigma=1.269403 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.079 mas, bmaj=10.84 mas, bpa=0.9327 degrees ! Estimated noise=0.533959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185498 Jy ! Component: 100 - total flux cleaned = 0.00204964 Jy ! Component: 150 - total flux cleaned = 0.00204463 Jy ! Component: 200 - total flux cleaned = 0.00190227 Jy ! Total flux subtracted in 200 components = 0.00190227 Jy ! Clean residual min=-0.003181 max=0.003557 Jy/beam ! Clean residual mean=0.000015 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.199081 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 138 components and 0.199081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077756Jy sigma=1.265740 ! Fit after self-cal, rms=0.077616Jy sigma=1.263133 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719855 Jy ! Component: 100 - total flux cleaned = 0.000572938 Jy ! Component: 150 - total flux cleaned = 0.000505283 Jy ! Component: 200 - total flux cleaned = 0.000261309 Jy ! Total flux subtracted in 200 components = 0.000261309 Jy ! Clean residual min=-0.003040 max=0.003527 Jy/beam ! Clean residual mean=0.000014 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.199342 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 145 components and 0.199342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077462Jy sigma=1.260754 ! Fit after self-cal, rms=0.077437Jy sigma=1.260253 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077437Jy sigma=1.260253 ! Fit after self-cal, rms=0.074086Jy sigma=1.252370 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.107 mas, bmaj=10.9 mas, bpa=0.7994 degrees ! Estimated noise=0.527826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00152059 Jy ! Component: 100 - total flux cleaned = -0.00197659 Jy ! Component: 150 - total flux cleaned = -0.0021383 Jy ! Component: 200 - total flux cleaned = -0.00209524 Jy ! Total flux subtracted in 200 components = -0.00209524 Jy ! Clean residual min=-0.002900 max=0.002673 Jy/beam ! Clean residual mean=0.000006 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.197247 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 157 components and 0.197247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073974Jy sigma=1.250524 ! Fit after self-cal, rms=0.073954Jy sigma=1.250135 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.08566e-05 Jy ! Component: 100 - total flux cleaned = -7.48303e-06 Jy ! Component: 150 - total flux cleaned = 3.6631e-05 Jy ! Component: 200 - total flux cleaned = -3.95457e-05 Jy ! Total flux subtracted in 200 components = -3.95457e-05 Jy ! Clean residual min=-0.002802 max=0.002552 Jy/beam ! Clean residual mean=0.000006 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.197207 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 165 components and 0.197207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073897Jy sigma=1.249191 ! Fit after self-cal, rms=0.073887Jy sigma=1.249038 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073887Jy sigma=1.249038 ! Fit after self-cal, rms=0.073337Jy sigma=1.248753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.982 mas, bmaj=18.69 mas, bpa=5.27 degrees ! Estimated noise=0.569124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010016 Jy ! Component: 100 - total flux cleaned = -0.00124906 Jy ! Component: 150 - total flux cleaned = -0.00122538 Jy ! Component: 200 - total flux cleaned = -0.00120338 Jy ! Total flux subtracted in 200 components = -0.00120338 Jy ! Clean residual min=-0.002169 max=0.002578 Jy/beam ! Clean residual mean=0.000007 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.196004 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 175 components and 0.196004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073303Jy sigma=1.248210 ! Fit after self-cal, rms=0.073298Jy sigma=1.248073 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.92718e-05 Jy ! Component: 100 - total flux cleaned = 0.000177676 Jy ! Component: 150 - total flux cleaned = 0.000246717 Jy ! Component: 200 - total flux cleaned = 0.000288022 Jy ! Total flux subtracted in 200 components = 0.000288022 Jy ! Clean residual min=-0.002106 max=0.002541 Jy/beam ! Clean residual mean=0.000006 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.196292 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 184 components and 0.196292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073277Jy sigma=1.247771 ! Fit after self-cal, rms=0.073274Jy sigma=1.247681 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=5.122 mas, bmaj=10.93 mas, bpa=0.831 degrees ! Estimated noise=0.524263 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.122 x 10.93 at 0.831 degrees (North through East) ! Clean map min=-0.0042493 max=0.090018 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.227 mas, bmaj=8.642 mas, bpa=-1.493 degrees ! Estimated noise=0.772184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0959493 Jy ! Component: 100 - total flux cleaned = 0.137258 Jy ! Component: 150 - total flux cleaned = 0.159022 Jy ! Component: 200 - total flux cleaned = 0.171566 Jy ! Total flux subtracted in 200 components = 0.171566 Jy ! Clean residual min=-0.004948 max=0.007015 Jy/beam ! Clean residual mean=-0.000004 rms=0.001422 Jy/beam ! Combined flux in latest and established models = 0.171566 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.171566 Jy ! Inverting map and beam ! Estimated beam: bmin=5.122 mas, bmaj=10.93 mas, bpa=0.831 degrees ! Estimated noise=0.524263 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00995619 Jy ! Component: 100 - total flux cleaned = 0.0154171 Jy ! Component: 150 - total flux cleaned = 0.0189479 Jy ! Component: 200 - total flux cleaned = 0.0208951 Jy ! Total flux subtracted in 200 components = 0.0208951 Jy ! Clean residual min=-0.003439 max=0.003201 Jy/beam ! Clean residual mean=0.000005 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.192461 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 93 components and 0.192461 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.982 mas, bmaj=18.69 mas, bpa=5.27 degrees ! Estimated noise=0.569124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175195 Jy ! Component: 100 - total flux cleaned = 0.00226855 Jy ! Component: 150 - total flux cleaned = 0.00236645 Jy ! Component: 200 - total flux cleaned = 0.00245118 Jy ! Total flux subtracted in 200 components = 0.00245118 Jy ! Clean residual min=-0.002400 max=0.002474 Jy/beam ! Clean residual mean=0.000007 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.194912 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.34944e-05 Jy ! Component: 100 - total flux cleaned = 3.98282e-05 Jy ! Component: 150 - total flux cleaned = 9.1566e-06 Jy ! Component: 200 - total flux cleaned = -1.80534e-05 Jy ! Total flux subtracted in 200 components = -1.80534e-05 Jy ! Clean residual min=-0.002336 max=0.002445 Jy/beam ! Clean residual mean=0.000007 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.194894 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 119 components and 0.194894 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.122 mas, bmaj=10.93 mas, bpa=0.831 degrees ! Estimated noise=0.524263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000237751 Jy ! Component: 100 - total flux cleaned = -0.000241623 Jy ! Component: 150 - total flux cleaned = -0.000243658 Jy ! Component: 200 - total flux cleaned = -0.000279971 Jy ! Total flux subtracted in 200 components = -0.000279971 Jy ! Clean residual min=-0.003093 max=0.002385 Jy/beam ! Clean residual mean=0.000003 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.194614 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.194614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073332Jy sigma=1.248476 ! Fit after self-cal, rms=0.073216Jy sigma=1.246382 wmodel /J1856-2236_S_map.mod ! wmodel: Unable to open new model file: /J1856-2236_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J1856-2236_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.122 x 10.93 at 0.831 degrees (North through East) ! Clean map min=-0.0027091 max=0.088905 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1856-2236_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0889049 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000615742 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.07776 2.07776 4.15551 8.31103 16.6221 33.2441 66.4882 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.088 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 144.386 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1856-2236_S_dfm.log closed on Thu May 19 20:32:57 2016