! Started logfile: /scr/pima/bg219i_uvs/J2200+1030_S_dfm.log on Thu May 19 23:38:43 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/bg219i_uvs/J2200+1030_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J2200+1030_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.898361 visibilities/baseline/integration-bin. ! Found source: J2200+1030 ! ! 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 9864 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 J2200+1030_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010107Jy sigma=23.695139 ! Fit after self-cal, rms=0.883162Jy sigma=20.711744 ! 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=2.985 mas, bmaj=6.294 mas, bpa=-4.274 degrees ! Estimated noise=0.476316 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.0916657 Jy ! Component: 100 - total flux cleaned = 0.112091 Jy ! Total flux subtracted in 100 components = 0.112091 Jy ! Clean residual min=-0.003501 max=0.007748 Jy/beam ! Clean residual mean=0.000004 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.112091 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.112091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059751Jy sigma=1.352927 ! Fit after self-cal, rms=0.059731Jy sigma=1.352621 ! Inverting map ! Added new window around map position (4.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00814752 Jy ! Component: 100 - total flux cleaned = 0.0128917 Jy ! Total flux subtracted in 100 components = 0.0128917 Jy ! Clean residual min=-0.002909 max=0.003236 Jy/beam ! Clean residual mean=0.000001 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.124983 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 27 components and 0.124983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058583Jy sigma=1.324422 ! Fit after self-cal, rms=0.058539Jy sigma=1.323642 ! 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=3.695 mas, bmaj=7.211 mas, bpa=-3.472 degrees ! Estimated noise=0.321606 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.0036451 Jy ! Component: 100 - total flux cleaned = 0.00584088 Jy ! Component: 150 - total flux cleaned = 0.00725097 Jy ! Component: 200 - total flux cleaned = 0.00815553 Jy ! Total flux subtracted in 200 components = 0.00815553 Jy ! Clean residual min=-0.001860 max=0.001998 Jy/beam ! Clean residual mean=-0.000002 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.133139 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 48 components and 0.133139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058301Jy sigma=1.317687 ! Fit after self-cal, rms=0.058291Jy sigma=1.317446 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.695 x 7.211 at -3.472 degrees (North through East) ! Clean map min=-0.001817 max=0.11674 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 1.03 FD 0.95 HN 1.06 KP 1.01 ! LA 1.01 MK 1.00 NL 1.03 OV 0.98 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.04 KP 1.01 ! LA 1.01 MK 1.01 NL 0.99 OV 0.97 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.06 KP 0.97 ! LA 1.00 MK 1.02 NL 0.99 OV 1.01 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.04 KP 1.00 ! LA 0.99 MK 0.98 NL 0.99 OV 1.01 ! PT 1.00 SC 1.03 ! ! ! Fit before self-cal, rms=0.058291Jy sigma=1.317446 ! Fit after self-cal, rms=0.058382Jy sigma=1.314142 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=7.239 mas, bpa=-3.44 degrees ! Estimated noise=0.321628 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.000460692 Jy ! Component: 100 - total flux cleaned = -0.000558114 Jy ! Component: 150 - total flux cleaned = -0.000658581 Jy ! Component: 200 - total flux cleaned = -0.000709548 Jy ! Total flux subtracted in 200 components = -0.000709548 Jy ! Clean residual min=-0.001704 max=0.001798 Jy/beam ! Clean residual mean=-0.000003 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.132429 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.132429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058365Jy sigma=1.313682 ! Fit after self-cal, rms=0.058375Jy sigma=1.313599 ! 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.058375Jy sigma=1.313599 ! Fit after self-cal, rms=0.058130Jy sigma=1.311023 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=7.261 mas, bpa=-3.414 degrees ! Estimated noise=0.321041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000460632 Jy ! Component: 100 - total flux cleaned = -0.000693478 Jy ! Component: 150 - total flux cleaned = -0.00077554 Jy ! Component: 200 - total flux cleaned = -0.000790531 Jy ! Total flux subtracted in 200 components = -0.000790531 Jy ! Clean residual min=-0.001513 max=0.001740 Jy/beam ! Clean residual mean=-0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.131639 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.131639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058117Jy sigma=1.310676 ! Fit after self-cal, rms=0.058116Jy sigma=1.310624 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) ! Added new window around map position (-17, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109423 Jy ! Component: 100 - total flux cleaned = 0.00145761 Jy ! Component: 150 - total flux cleaned = 0.00162962 Jy ! Component: 200 - total flux cleaned = 0.0018265 Jy ! Total flux subtracted in 200 components = 0.0018265 Jy ! Clean residual min=-0.001347 max=0.001422 Jy/beam ! Clean residual mean=-0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.133465 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.133465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058070Jy sigma=1.309424 ! Fit after self-cal, rms=0.058066Jy sigma=1.309388 ! 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.058066Jy sigma=1.309388 ! Fit after self-cal, rms=0.057949Jy sigma=1.309287 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=7.265 mas, bpa=-3.418 degrees ! Estimated noise=0.320156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012704 Jy ! Component: 100 - total flux cleaned = 0.000194989 Jy ! Component: 150 - total flux cleaned = 0.000215595 Jy ! Component: 200 - total flux cleaned = 0.000182499 Jy ! Total flux subtracted in 200 components = 0.000182499 Jy ! Clean residual min=-0.001260 max=0.001429 Jy/beam ! Clean residual mean=-0.000004 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.133648 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 95 components and 0.133647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057936Jy sigma=1.308969 ! Fit after self-cal, rms=0.057937Jy sigma=1.308959 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 = 5.41877e-05 Jy ! Component: 100 - total flux cleaned = 3.92226e-05 Jy ! Component: 150 - total flux cleaned = -1.70167e-05 Jy ! Component: 200 - total flux cleaned = -4.29684e-05 Jy ! Total flux subtracted in 200 components = -4.29684e-05 Jy ! Clean residual min=-0.001242 max=0.001411 Jy/beam ! Clean residual mean=-0.000004 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.133605 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.133605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057930Jy sigma=1.308817 ! Fit after self-cal, rms=0.057930Jy sigma=1.308809 ! 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.057930Jy sigma=1.308809 ! Fit after self-cal, rms=0.057880Jy sigma=1.308780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.826 mas, bmaj=10.92 mas, bpa=0.202 degrees ! Estimated noise=0.38989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124333 Jy ! Component: 100 - total flux cleaned = 5.33043e-05 Jy ! Component: 150 - total flux cleaned = 2.249e-05 Jy ! Component: 200 - total flux cleaned = -1.64e-05 Jy ! Total flux subtracted in 200 components = -1.64e-05 Jy ! Clean residual min=-0.001502 max=0.001389 Jy/beam ! Clean residual mean=-0.000006 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.133588 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 111 components and 0.133588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057877Jy sigma=1.308744 ! Fit after self-cal, rms=0.057876Jy sigma=1.308710 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 = 7.72573e-05 Jy ! Component: 100 - total flux cleaned = 0.000101068 Jy ! Component: 150 - total flux cleaned = 8.07209e-05 Jy ! Component: 200 - total flux cleaned = 7.15595e-05 Jy ! Total flux subtracted in 200 components = 7.15595e-05 Jy ! Clean residual min=-0.001452 max=0.001367 Jy/beam ! Clean residual mean=-0.000006 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.13366 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 120 components and 0.13366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057876Jy sigma=1.308734 ! Fit after self-cal, rms=0.057876Jy sigma=1.308717 ! 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=3.711 mas, bmaj=7.267 mas, bpa=-3.395 degrees ! Estimated noise=0.319796 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.711 x 7.267 at -3.395 degrees (North through East) ! Clean map min=-0.0011956 max=0.11661 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=2.991 mas, bmaj=6.344 mas, bpa=-4.242 degrees ! Estimated noise=0.475709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0914578 Jy ! Component: 100 - total flux cleaned = 0.11196 Jy ! Component: 150 - total flux cleaned = 0.120132 Jy ! Component: 200 - total flux cleaned = 0.124962 Jy ! Total flux subtracted in 200 components = 0.124962 Jy ! Clean residual min=-0.002643 max=0.002796 Jy/beam ! Clean residual mean=-0.000000 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.124962 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.124962 Jy ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=7.267 mas, bpa=-3.395 degrees ! Estimated noise=0.319796 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.00287155 Jy ! Component: 100 - total flux cleaned = 0.00444416 Jy ! Component: 150 - total flux cleaned = 0.00550514 Jy ! Component: 200 - total flux cleaned = 0.00636534 Jy ! Total flux subtracted in 200 components = 0.00636534 Jy ! Clean residual min=-0.001662 max=0.001462 Jy/beam ! Clean residual mean=-0.000003 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.131327 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 49 components and 0.131327 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=7.826 mas, bmaj=10.92 mas, bpa=0.202 degrees ! Estimated noise=0.38989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126715 Jy ! Component: 100 - total flux cleaned = 0.00191909 Jy ! Component: 150 - total flux cleaned = 0.00221715 Jy ! Component: 200 - total flux cleaned = 0.00247892 Jy ! Total flux subtracted in 200 components = 0.00247892 Jy ! Clean residual min=-0.001502 max=0.001323 Jy/beam ! Clean residual mean=-0.000005 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.133806 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 = 0.000166621 Jy ! Component: 100 - total flux cleaned = 0.000196112 Jy ! Component: 150 - total flux cleaned = 0.000195972 Jy ! Component: 200 - total flux cleaned = 0.000195996 Jy ! Total flux subtracted in 200 components = 0.000195996 Jy ! Clean residual min=-0.001473 max=0.001333 Jy/beam ! Clean residual mean=-0.000005 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.134002 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 79 components and 0.134002 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=7.267 mas, bpa=-3.395 degrees ! Estimated noise=0.319796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00018439 Jy ! Component: 100 - total flux cleaned = -0.000209959 Jy ! Component: 150 - total flux cleaned = -0.000163373 Jy ! Component: 200 - total flux cleaned = -0.000164159 Jy ! Total flux subtracted in 200 components = -0.000164159 Jy ! Clean residual min=-0.001379 max=0.001434 Jy/beam ! Clean residual mean=-0.000004 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.133838 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.133838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057904Jy sigma=1.309402 ! Fit after self-cal, rms=0.057903Jy sigma=1.309345 wmodel /J2200+1030_S_map.mod ! wmodel: Unable to open new model file: /J2200+1030_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J2200+1030_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.711 x 7.267 at -3.395 degrees (North through East) ! Clean map min=-0.0013499 max=0.11646 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J2200+1030_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.116456 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00035107 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.904385 0.904385 1.80877 3.61754 7.23508 14.4702 28.9403 57.8806 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.116 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 331.717 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J2200+1030_S_dfm.log closed on Thu May 19 23:38:46 2016