! Started logfile: /image_prod/ug002_uva//J1105+0202_S_dfm.log on Wed Mar 4 23:53:13 2020 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 /image_prod/ug002_uva//J1105+0202_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1105+0202_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.983333 visibilities/baseline/integration-bin. ! Found source: J1105+0202 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 40 lines of history. ! ! Reading 7965 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J1105+0202_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.017233Jy sigma=8.199570 ! Fit after self-cal, rms=0.836053Jy sigma=6.668655 ! 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=3.119 mas, bmaj=13.8 mas, bpa=-18.6 degrees ! Estimated noise=1.52436 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.126972 Jy ! Component: 100 - total flux cleaned = 0.159023 Jy ! Total flux subtracted in 100 components = 0.159023 Jy ! Clean residual min=-0.009003 max=0.013516 Jy/beam ! Clean residual mean=-0.000013 rms=0.001928 Jy/beam ! Combined flux in latest and established models = 0.159023 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.159023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073624Jy sigma=0.512622 ! Fit after self-cal, rms=0.073529Jy sigma=0.512249 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146807 Jy ! Component: 100 - total flux cleaned = 0.0228783 Jy ! Total flux subtracted in 100 components = 0.0228783 Jy ! Clean residual min=-0.006515 max=0.007655 Jy/beam ! Clean residual mean=-0.000004 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.181902 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.181902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070499Jy sigma=0.474807 ! Fit after self-cal, rms=0.070477Jy sigma=0.474591 ! 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.777 mas, bmaj=14.48 mas, bpa=-18.05 degrees ! Estimated noise=1.02437 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 (21.5, -44.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00863789 Jy ! Component: 100 - total flux cleaned = 0.0105473 Jy ! Component: 150 - total flux cleaned = 0.0116815 Jy ! Component: 200 - total flux cleaned = 0.0122296 Jy ! Total flux subtracted in 200 components = 0.0122296 Jy ! Clean residual min=-0.003835 max=0.005190 Jy/beam ! Clean residual mean=-0.000006 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.194131 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 53 components and 0.194131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069088Jy sigma=0.463617 ! Fit after self-cal, rms=0.069040Jy sigma=0.462893 ! 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.777 x 14.48 at -18.05 degrees (North through East) ! Clean map min=-0.0037693 max=0.16753 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 1.00 KP 0.99 ! LA 0.96 MK 1.04 NL 0.96 OV 0.94 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.02 KP 1.01 ! LA 0.98 MK 1.01 NL 1.03 OV 0.99 ! PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.04 KP 1.00 ! LA 0.99 MK 0.97 NL 0.98 OV 0.97 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.069040Jy sigma=0.462893 ! Fit after self-cal, rms=0.068526Jy sigma=0.459301 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.804 mas, bmaj=14.57 mas, bpa=-18.06 degrees ! Estimated noise=1.01193 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.00115533 Jy ! Component: 100 - total flux cleaned = -0.00135709 Jy ! Component: 150 - total flux cleaned = -0.00118762 Jy ! Component: 200 - total flux cleaned = -0.00104122 Jy ! Total flux subtracted in 200 components = -0.00104122 Jy ! Clean residual min=-0.003610 max=0.003373 Jy/beam ! Clean residual mean=-0.000003 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.19309 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 77 components and 0.19309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068237Jy sigma=0.457587 ! Fit after self-cal, rms=0.068251Jy sigma=0.457488 ! 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. ! ! Fit before self-cal, rms=0.068251Jy sigma=0.457488 ! Fit after self-cal, rms=0.070851Jy sigma=0.448780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=14.74 mas, bpa=-18.02 degrees ! Estimated noise=1.01777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000842468 Jy ! Component: 100 - total flux cleaned = 0.000906384 Jy ! Component: 150 - total flux cleaned = 0.00095553 Jy ! Component: 200 - total flux cleaned = 0.00107156 Jy ! Total flux subtracted in 200 components = 0.00107156 Jy ! Clean residual min=-0.002485 max=0.002540 Jy/beam ! Clean residual mean=-0.000009 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.194162 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 104 components and 0.194162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070762Jy sigma=0.448066 ! Fit after self-cal, rms=0.070804Jy sigma=0.447980 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.000130568 Jy ! Component: 100 - total flux cleaned = 0.000167781 Jy ! Component: 150 - total flux cleaned = 0.000197358 Jy ! Component: 200 - total flux cleaned = 0.000170345 Jy ! Total flux subtracted in 200 components = 0.000170345 Jy ! Clean residual min=-0.002497 max=0.002452 Jy/beam ! Clean residual mean=-0.000009 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.194332 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 121 components and 0.194332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070778Jy sigma=0.447743 ! Fit after self-cal, rms=0.070771Jy sigma=0.447730 ! 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. ! ! Fit before self-cal, rms=0.070771Jy sigma=0.447730 ! Fit after self-cal, rms=0.071095Jy sigma=0.447610 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.797 mas, bmaj=14.75 mas, bpa=-18.01 degrees ! Estimated noise=1.01566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170829 Jy ! Component: 100 - total flux cleaned = -0.000104722 Jy ! Component: 150 - total flux cleaned = -0.000104786 Jy ! Component: 200 - total flux cleaned = -0.0001818 Jy ! Total flux subtracted in 200 components = -0.0001818 Jy ! Clean residual min=-0.002357 max=0.002363 Jy/beam ! Clean residual mean=-0.000010 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.19415 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 135 components and 0.19415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071064Jy sigma=0.447401 ! Fit after self-cal, rms=0.071063Jy sigma=0.447391 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 = 2.41504e-05 Jy ! Component: 100 - total flux cleaned = 1.06772e-06 Jy ! Component: 150 - total flux cleaned = -8.25208e-05 Jy ! Component: 200 - total flux cleaned = -0.000102568 Jy ! Total flux subtracted in 200 components = -0.000102568 Jy ! Clean residual min=-0.002348 max=0.002344 Jy/beam ! Clean residual mean=-0.000009 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.194048 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 147 components and 0.194048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071050Jy sigma=0.447285 ! Fit after self-cal, rms=0.071047Jy sigma=0.447282 ! 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. ! ! Fit before self-cal, rms=0.071047Jy sigma=0.447282 ! Fit after self-cal, rms=0.071223Jy sigma=0.447242 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.169 mas, bmaj=15.1 mas, bpa=-13.4 degrees ! Estimated noise=1.16091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168687 Jy ! Component: 100 - total flux cleaned = -0.000225136 Jy ! Component: 150 - total flux cleaned = -0.000224716 Jy ! Component: 200 - total flux cleaned = -0.00028959 Jy ! Total flux subtracted in 200 components = -0.00028959 Jy ! Clean residual min=-0.002559 max=0.002835 Jy/beam ! Clean residual mean=-0.000018 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.193758 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 172 components and 0.193758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071219Jy sigma=0.447148 ! Fit after self-cal, rms=0.071217Jy sigma=0.447135 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.000143781 Jy ! Component: 100 - total flux cleaned = -0.000163242 Jy ! Component: 150 - total flux cleaned = -0.00021703 Jy ! Component: 200 - total flux cleaned = -0.000267879 Jy ! Total flux subtracted in 200 components = -0.000267879 Jy ! Clean residual min=-0.002540 max=0.002825 Jy/beam ! Clean residual mean=-0.000018 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.19349 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 186 components and 0.19349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071218Jy sigma=0.447101 ! Fit after self-cal, rms=0.071215Jy sigma=0.447097 ! 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.792 mas, bmaj=14.76 mas, bpa=-18.01 degrees ! Estimated noise=1.0139 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 14.76 at -18.01 degrees (North through East) ! Clean map min=-0.0024306 max=0.16626 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=3.123 mas, bmaj=13.99 mas, bpa=-18.55 degrees ! Estimated noise=1.51647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126238 Jy ! Component: 100 - total flux cleaned = 0.158449 Jy ! Component: 150 - total flux cleaned = 0.173016 Jy ! Component: 200 - total flux cleaned = 0.180702 Jy ! Total flux subtracted in 200 components = 0.180702 Jy ! Clean residual min=-0.004341 max=0.004075 Jy/beam ! Clean residual mean=-0.000011 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.180702 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.180702 Jy ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=14.76 mas, bpa=-18.01 degrees ! Estimated noise=1.0139 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) ! Added new window around map position (-5.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00645458 Jy ! Component: 100 - total flux cleaned = 0.0094217 Jy ! Component: 150 - total flux cleaned = 0.0108882 Jy ! Component: 200 - total flux cleaned = 0.0111502 Jy ! Total flux subtracted in 200 components = 0.0111502 Jy ! Clean residual min=-0.002245 max=0.002738 Jy/beam ! Clean residual mean=-0.000011 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.191852 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 76 components and 0.191852 Jy ! Inverting map ! Added new window around map position (-16, -19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189113 Jy ! Component: 100 - total flux cleaned = 0.00216227 Jy ! Component: 150 - total flux cleaned = 0.00228072 Jy ! Component: 200 - total flux cleaned = 0.00227494 Jy ! Total flux subtracted in 200 components = 0.00227494 Jy ! Clean residual min=-0.002259 max=0.002457 Jy/beam ! Clean residual mean=-0.000008 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.194127 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 103 components and 0.194127 Jy ! Inverting map ! Added new window around map position (-22, 77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163792 Jy ! Component: 100 - total flux cleaned = 0.00221643 Jy ! Component: 150 - total flux cleaned = 0.00250221 Jy ! Component: 200 - total flux cleaned = 0.00263244 Jy ! Total flux subtracted in 200 components = 0.00263244 Jy ! Clean residual min=-0.002108 max=0.002012 Jy/beam ! Clean residual mean=-0.000008 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.196759 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 124 components and 0.196759 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.169 mas, bmaj=15.1 mas, bpa=-13.4 degrees ! Estimated noise=1.16091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000199881 Jy ! Component: 100 - total flux cleaned = 0.000235345 Jy ! Component: 150 - total flux cleaned = 0.000305364 Jy ! Component: 200 - total flux cleaned = 0.000338152 Jy ! Total flux subtracted in 200 components = 0.000338152 Jy ! Clean residual min=-0.002348 max=0.002389 Jy/beam ! Clean residual mean=-0.000015 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.197098 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 = 6.31253e-05 Jy ! Component: 100 - total flux cleaned = 0.000124656 Jy ! Component: 150 - total flux cleaned = 0.000265537 Jy ! Component: 200 - total flux cleaned = 0.000425843 Jy ! Total flux subtracted in 200 components = 0.000425843 Jy ! Clean residual min=-0.002306 max=0.002300 Jy/beam ! Clean residual mean=-0.000015 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.197523 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 195 components and 0.197523 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=14.76 mas, bpa=-18.01 degrees ! Estimated noise=1.0139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569102 Jy ! Component: 100 - total flux cleaned = -0.00077176 Jy ! Component: 150 - total flux cleaned = -0.000866822 Jy ! Component: 200 - total flux cleaned = -0.000868156 Jy ! Total flux subtracted in 200 components = -0.000868156 Jy ! Clean residual min=-0.002008 max=0.001794 Jy/beam ! Clean residual mean=-0.000009 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.196655 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 217 components and 0.196655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071034Jy sigma=0.445725 ! Fit after self-cal, rms=0.071005Jy sigma=0.445588 wmodel J1105+0202_S_map.mod ! Writing 217 model components to file: J1105+0202_S_map.mod wobs J1105+0202_S_uvs.fits ! Writing UV FITS file: J1105+0202_S_uvs.fits wwins J1105+0202_S_map.win ! wwins: Wrote 5 windows to J1105+0202_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000578757 Jy ! Component: 100 - total flux cleaned = -0.000425019 Jy ! Component: 150 - total flux cleaned = -0.000308593 Jy ! Component: 200 - total flux cleaned = -0.000225489 Jy ! Component: 250 - total flux cleaned = -0.000119761 Jy ! Component: 300 - total flux cleaned = -4.3816e-05 Jy ! Component: 350 - total flux cleaned = -1.87357e-05 Jy ! Component: 400 - total flux cleaned = 3.03414e-05 Jy ! Component: 450 - total flux cleaned = 7.73896e-06 Jy ! Component: 500 - total flux cleaned = 8.17762e-06 Jy ! Component: 550 - total flux cleaned = -0.000102881 Jy ! Component: 600 - total flux cleaned = -0.000145806 Jy ! Component: 650 - total flux cleaned = -0.00023042 Jy ! Component: 700 - total flux cleaned = -0.000292652 Jy ! Component: 750 - total flux cleaned = -0.000394176 Jy ! Component: 800 - total flux cleaned = -0.000532482 Jy ! Component: 850 - total flux cleaned = -0.000571255 Jy ! Component: 900 - total flux cleaned = -0.000703642 Jy ! Component: 950 - total flux cleaned = -0.000796149 Jy ! Component: 1000 - total flux cleaned = -0.000905733 Jy ! Component: 1050 - total flux cleaned = -0.00103207 Jy ! Component: 1100 - total flux cleaned = -0.00112057 Jy ! Component: 1150 - total flux cleaned = -0.00127773 Jy ! Component: 1200 - total flux cleaned = -0.00136376 Jy ! Component: 1250 - total flux cleaned = -0.00144831 Jy ! Component: 1300 - total flux cleaned = -0.0015488 Jy ! Component: 1350 - total flux cleaned = -0.00161495 Jy ! Component: 1400 - total flux cleaned = -0.0016965 Jy ! Component: 1450 - total flux cleaned = -0.00176109 Jy ! Component: 1500 - total flux cleaned = -0.00184059 Jy ! Component: 1550 - total flux cleaned = -0.00191902 Jy ! Component: 1600 - total flux cleaned = -0.00193441 Jy ! Component: 1650 - total flux cleaned = -0.00198036 Jy ! Component: 1700 - total flux cleaned = -0.00196521 Jy ! Component: 1750 - total flux cleaned = -0.00208517 Jy ! Component: 1800 - total flux cleaned = -0.00205552 Jy ! Component: 1850 - total flux cleaned = -0.00208494 Jy ! Component: 1900 - total flux cleaned = -0.00209958 Jy ! Component: 1950 - total flux cleaned = -0.002071 Jy ! Component: 2000 - total flux cleaned = -0.00211365 Jy ! Component: 2050 - total flux cleaned = -0.0021417 Jy ! Component: 2100 - total flux cleaned = -0.00214189 Jy ! Component: 2150 - total flux cleaned = -0.00222436 Jy ! Component: 2200 - total flux cleaned = -0.00222444 Jy ! Component: 2250 - total flux cleaned = -0.00229181 Jy ! Component: 2300 - total flux cleaned = -0.00230531 Jy ! Component: 2350 - total flux cleaned = -0.0023448 Jy ! Component: 2400 - total flux cleaned = -0.00233174 Jy ! Component: 2450 - total flux cleaned = -0.00237081 Jy ! Component: 2500 - total flux cleaned = -0.00243501 Jy ! Component: 2550 - total flux cleaned = -0.00243492 Jy ! Component: 2600 - total flux cleaned = -0.00251056 Jy ! Component: 2650 - total flux cleaned = -0.00251048 Jy ! Component: 2700 - total flux cleaned = -0.00253536 Jy ! Component: 2750 - total flux cleaned = -0.00257244 Jy ! Component: 2800 - total flux cleaned = -0.00260915 Jy ! Component: 2850 - total flux cleaned = -0.00262136 Jy ! Component: 2900 - total flux cleaned = -0.00268173 Jy ! Component: 2950 - total flux cleaned = -0.00272949 Jy ! Component: 3000 - total flux cleaned = -0.00276497 Jy ! Component: 3050 - total flux cleaned = -0.00277679 Jy ! Component: 3100 - total flux cleaned = -0.00280028 Jy ! Component: 3150 - total flux cleaned = -0.00284667 Jy ! Component: 3200 - total flux cleaned = -0.00286964 Jy ! Component: 3250 - total flux cleaned = -0.00285821 Jy ! Component: 3300 - total flux cleaned = -0.00289231 Jy ! Component: 3350 - total flux cleaned = -0.00289233 Jy ! Component: 3400 - total flux cleaned = -0.00292605 Jy ! Component: 3450 - total flux cleaned = -0.00295939 Jy ! Component: 3500 - total flux cleaned = -0.00293731 Jy ! Component: 3550 - total flux cleaned = -0.00298122 Jy ! Component: 3600 - total flux cleaned = -0.00299217 Jy ! Component: 3650 - total flux cleaned = -0.00301404 Jy ! Component: 3700 - total flux cleaned = -0.00301406 Jy ! Component: 3750 - total flux cleaned = -0.00305696 Jy ! Component: 3800 - total flux cleaned = -0.00302498 Jy ! Component: 3850 - total flux cleaned = -0.00306731 Jy ! Component: 3900 - total flux cleaned = -0.00307776 Jy ! Component: 3950 - total flux cleaned = -0.00306729 Jy ! Component: 4000 - total flux cleaned = -0.00310887 Jy ! Component: 4050 - total flux cleaned = -0.00309862 Jy ! Total flux subtracted in 4096 components = -0.0031294 Jy ! Clean residual min=-0.000613 max=0.000613 Jy/beam ! Clean residual mean=-0.000003 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.193526 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 505 components and 0.193526 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1105+0202_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 14.76 at -18.01 degrees (North through East) ! Clean map min=-0.0016601 max=0.16589 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1105+0202_S_map.fits wmodel /image_prod/ug002_uva//J1105+0202_S_map.mod ! Writing 505 model components to file: /image_prod/ug002_uva//J1105+0202_S_map.mod wobs /image_prod/ug002_uva//J1105+0202_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1105+0202_S_uvs.fits wwins /image_prod/ug002_uva//J1105+0202_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J1105+0202_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.165889 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019666 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.355648 0.355648 0.711295 1.42259 2.84518 5.69036 11.3807 22.7614 45.5229 91.0458 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.165 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 843.531 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1105+0202_S_dfm.log closed on Wed Mar 4 23:53:17 2020