! Started logfile: /image_prod/ug002_uva//J1110+4403_S_dfm.log on Wed Mar 4 23:55:33 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//J1110+4403_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1110+4403_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.899074 visibilities/baseline/integration-bin. ! Found source: J1110+4403 ! ! 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 5826 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 J1110+4403_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.030206Jy sigma=8.400432 ! Fit after self-cal, rms=0.759724Jy sigma=6.198777 ! 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.316 mas, bmaj=5.724 mas, bpa=-26.61 degrees ! Estimated noise=1.54504 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.18145 Jy ! Component: 100 - total flux cleaned = 0.228344 Jy ! Total flux subtracted in 100 components = 0.228344 Jy ! Clean residual min=-0.013597 max=0.034908 Jy/beam ! Clean residual mean=-0.000011 rms=0.004023 Jy/beam ! Combined flux in latest and established models = 0.228344 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.228344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093463Jy sigma=0.693430 ! Fit after self-cal, rms=0.093413Jy sigma=0.692947 ! Inverting map ! Added new window around map position (-7, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0307863 Jy ! Component: 100 - total flux cleaned = 0.0471063 Jy ! Total flux subtracted in 100 components = 0.0471063 Jy ! Clean residual min=-0.011963 max=0.016236 Jy/beam ! Clean residual mean=0.000011 rms=0.003006 Jy/beam ! Combined flux in latest and established models = 0.27545 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 21 components and 0.27545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081428Jy sigma=0.592928 ! Fit after self-cal, rms=0.080412Jy sigma=0.584171 ! 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.1 mas, bmaj=6.495 mas, bpa=-21.11 degrees ! Estimated noise=1.17723 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.0157033 Jy ! Component: 100 - total flux cleaned = 0.0248995 Jy ! Component: 150 - total flux cleaned = 0.0310258 Jy ! Component: 200 - total flux cleaned = 0.0352957 Jy ! Total flux subtracted in 200 components = 0.0352957 Jy ! Clean residual min=-0.012471 max=0.012279 Jy/beam ! Clean residual mean=0.000053 rms=0.002829 Jy/beam ! Combined flux in latest and established models = 0.310746 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 42 components and 0.310746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076792Jy sigma=0.557152 ! Fit after self-cal, rms=0.076512Jy sigma=0.553996 ! 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.1 x 6.495 at -21.11 degrees (North through East) ! Clean map min=-0.011646 max=0.23407 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.00 KP 0.99 ! LA 1.06 MK 1.01 NL 1.07 OV 1.05 ! PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.95 HN 1.01 KP 1.01 ! LA 1.06 MK 1.01 NL 1.16 OV 1.02 ! PT 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.92 HN 0.97 KP 0.99 ! LA 1.08 MK 1.00 NL 1.10 OV 1.06 ! PT 0.88 ! ! ! Fit before self-cal, rms=0.076512Jy sigma=0.553996 ! Fit after self-cal, rms=0.073300Jy sigma=0.527187 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.119 mas, bmaj=6.486 mas, bpa=-20.79 degrees ! Estimated noise=1.17623 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.00221947 Jy ! Component: 100 - total flux cleaned = 0.00240637 Jy ! Component: 150 - total flux cleaned = 0.00241244 Jy ! Component: 200 - total flux cleaned = 0.00241494 Jy ! Total flux subtracted in 200 components = 0.00241494 Jy ! Clean residual min=-0.009850 max=0.010531 Jy/beam ! Clean residual mean=0.000052 rms=0.002397 Jy/beam ! Combined flux in latest and established models = 0.313161 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 60 components and 0.313161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073051Jy sigma=0.525434 ! Fit after self-cal, rms=0.073036Jy sigma=0.525122 ! 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.073036Jy sigma=0.525122 ! Fit after self-cal, rms=0.070344Jy sigma=0.442945 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.136 mas, bmaj=6.452 mas, bpa=-21.48 degrees ! Estimated noise=1.17728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206774 Jy ! Component: 100 - total flux cleaned = 0.00158357 Jy ! Component: 150 - total flux cleaned = 0.00140157 Jy ! Component: 200 - total flux cleaned = 0.00148468 Jy ! Total flux subtracted in 200 components = 0.00148468 Jy ! Clean residual min=-0.003054 max=0.006995 Jy/beam ! Clean residual mean=-0.000006 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.314645 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 70 components and 0.314645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069937Jy sigma=0.438845 ! Fit after self-cal, rms=0.069959Jy sigma=0.438277 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 (-4.5, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552438 Jy ! Component: 100 - total flux cleaned = 0.00586491 Jy ! Component: 150 - total flux cleaned = 0.00586217 Jy ! Component: 200 - total flux cleaned = 0.00593658 Jy ! Total flux subtracted in 200 components = 0.00593658 Jy ! Clean residual min=-0.002491 max=0.002856 Jy/beam ! Clean residual mean=-0.000008 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.320582 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.320582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069502Jy sigma=0.432822 ! Fit after self-cal, rms=0.069433Jy sigma=0.432462 ! 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.069433Jy sigma=0.432462 ! Fit after self-cal, rms=0.069757Jy sigma=0.431447 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.131 mas, bmaj=6.442 mas, bpa=-21.55 degrees ! Estimated noise=1.17185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000899582 Jy ! Component: 100 - total flux cleaned = 0.00120389 Jy ! Component: 150 - total flux cleaned = 0.00151527 Jy ! Component: 200 - total flux cleaned = 0.00172461 Jy ! Total flux subtracted in 200 components = 0.00172461 Jy ! Clean residual min=-0.002233 max=0.002501 Jy/beam ! Clean residual mean=-0.000008 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.322306 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.322306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069603Jy sigma=0.429870 ! Fit after self-cal, rms=0.069579Jy sigma=0.429722 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 (-9.5, 75). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189285 Jy ! Component: 100 - total flux cleaned = 0.00245439 Jy ! Component: 150 - total flux cleaned = 0.0028543 Jy ! Component: 200 - total flux cleaned = 0.00303448 Jy ! Total flux subtracted in 200 components = 0.00303448 Jy ! Clean residual min=-0.002051 max=0.002237 Jy/beam ! Clean residual mean=-0.000007 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.325341 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.325341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069475Jy sigma=0.428795 ! Fit after self-cal, rms=0.069472Jy sigma=0.428776 ! 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.069472Jy sigma=0.428776 ! Fit after self-cal, rms=0.069682Jy sigma=0.428499 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.386 mas, bmaj=9.554 mas, bpa=11.68 degrees ! Estimated noise=1.3863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000565792 Jy ! Component: 100 - total flux cleaned = 0.000855028 Jy ! Component: 150 - total flux cleaned = 0.000851118 Jy ! Component: 200 - total flux cleaned = 0.000877698 Jy ! Total flux subtracted in 200 components = 0.000877698 Jy ! Clean residual min=-0.002067 max=0.002072 Jy/beam ! Clean residual mean=-0.000011 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.326219 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.326219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069644Jy sigma=0.428245 ! Fit after self-cal, rms=0.069640Jy sigma=0.428181 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.000333401 Jy ! Component: 100 - total flux cleaned = 0.000406879 Jy ! Component: 150 - total flux cleaned = 0.000405292 Jy ! Component: 200 - total flux cleaned = 0.000404716 Jy ! Total flux subtracted in 200 components = 0.000404716 Jy ! Clean residual min=-0.001965 max=0.001970 Jy/beam ! Clean residual mean=-0.000012 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.326623 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 166 components and 0.326623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069628Jy sigma=0.428101 ! Fit after self-cal, rms=0.069628Jy sigma=0.428083 ! 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=4.128 mas, bmaj=6.438 mas, bpa=-21.53 degrees ! Estimated noise=1.16904 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.128 x 6.438 at -21.53 degrees (North through East) ! Clean map min=-0.0017619 max=0.23374 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.334 mas, bmaj=5.689 mas, bpa=-27.46 degrees ! Estimated noise=1.53941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180158 Jy ! Component: 100 - total flux cleaned = 0.231454 Jy ! Component: 150 - total flux cleaned = 0.259706 Jy ! Component: 200 - total flux cleaned = 0.276415 Jy ! Total flux subtracted in 200 components = 0.276415 Jy ! Clean residual min=-0.004682 max=0.008954 Jy/beam ! Clean residual mean=-0.000013 rms=0.001405 Jy/beam ! Combined flux in latest and established models = 0.276415 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.276415 Jy ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=6.438 mas, bpa=-21.53 degrees ! Estimated noise=1.16904 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.0143634 Jy ! Component: 100 - total flux cleaned = 0.0237246 Jy ! Component: 150 - total flux cleaned = 0.0300951 Jy ! Component: 200 - total flux cleaned = 0.0345161 Jy ! Total flux subtracted in 200 components = 0.0345161 Jy ! Clean residual min=-0.002678 max=0.002779 Jy/beam ! Clean residual mean=-0.000013 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.310931 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 64 components and 0.310931 Jy ! Inverting map ! Added new window around map position (83, 86.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00332136 Jy ! Component: 100 - total flux cleaned = 0.00593541 Jy ! Component: 150 - total flux cleaned = 0.00774394 Jy ! Component: 200 - total flux cleaned = 0.00918916 Jy ! Total flux subtracted in 200 components = 0.00918916 Jy ! Clean residual min=-0.002178 max=0.002001 Jy/beam ! Clean residual mean=-0.000011 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.32012 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 107 components and 0.32012 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.386 mas, bmaj=9.554 mas, bpa=11.68 degrees ! Estimated noise=1.3863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217241 Jy ! Component: 100 - total flux cleaned = 0.00366682 Jy ! Component: 150 - total flux cleaned = 0.00478912 Jy ! Component: 200 - total flux cleaned = 0.0053506 Jy ! Total flux subtracted in 200 components = 0.0053506 Jy ! Clean residual min=-0.001866 max=0.002056 Jy/beam ! Clean residual mean=-0.000017 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.325471 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.000323602 Jy ! Component: 100 - total flux cleaned = 0.000611458 Jy ! Component: 150 - total flux cleaned = 0.000895223 Jy ! Component: 200 - total flux cleaned = 0.00112743 Jy ! Total flux subtracted in 200 components = 0.00112743 Jy ! Clean residual min=-0.001773 max=0.002003 Jy/beam ! Clean residual mean=-0.000015 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.326598 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 182 components and 0.326598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=6.438 mas, bpa=-21.53 degrees ! Estimated noise=1.16904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.77506e-05 Jy ! Component: 100 - total flux cleaned = 0.000117245 Jy ! Component: 150 - total flux cleaned = 0.000152508 Jy ! Component: 200 - total flux cleaned = 0.000184061 Jy ! Total flux subtracted in 200 components = 0.000184061 Jy ! Clean residual min=-0.001789 max=0.001893 Jy/beam ! Clean residual mean=-0.000008 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.326783 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 208 components and 0.326782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069504Jy sigma=0.427159 ! Fit after self-cal, rms=0.069489Jy sigma=0.427001 wmodel J1110+4403_S_map.mod ! Writing 208 model components to file: J1110+4403_S_map.mod wobs J1110+4403_S_uvs.fits ! Writing UV FITS file: J1110+4403_S_uvs.fits wwins J1110+4403_S_map.win ! wwins: Wrote 5 windows to J1110+4403_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.000426249 Jy ! Component: 100 - total flux cleaned = 0.00052495 Jy ! Component: 150 - total flux cleaned = 0.000612198 Jy ! Component: 200 - total flux cleaned = 0.000639977 Jy ! Component: 250 - total flux cleaned = 0.00066729 Jy ! Component: 300 - total flux cleaned = 0.000564556 Jy ! Component: 350 - total flux cleaned = 0.000489385 Jy ! Component: 400 - total flux cleaned = 0.000415743 Jy ! Component: 450 - total flux cleaned = 0.000344074 Jy ! Component: 500 - total flux cleaned = 0.000367169 Jy ! Component: 550 - total flux cleaned = 0.00025374 Jy ! Component: 600 - total flux cleaned = 9.89445e-05 Jy ! Component: 650 - total flux cleaned = -9.43251e-06 Jy ! Component: 700 - total flux cleaned = -7.31795e-05 Jy ! Component: 750 - total flux cleaned = -0.000156723 Jy ! Component: 800 - total flux cleaned = -0.000238157 Jy ! Component: 850 - total flux cleaned = -0.00027766 Jy ! Component: 900 - total flux cleaned = -0.00041611 Jy ! Component: 950 - total flux cleaned = -0.000513063 Jy ! Component: 1000 - total flux cleaned = -0.000608732 Jy ! Component: 1050 - total flux cleaned = -0.000721881 Jy ! Component: 1100 - total flux cleaned = -0.000814663 Jy ! Component: 1150 - total flux cleaned = -0.000924495 Jy ! Component: 1200 - total flux cleaned = -0.00101458 Jy ! Component: 1250 - total flux cleaned = -0.00110332 Jy ! Component: 1300 - total flux cleaned = -0.00117338 Jy ! Component: 1350 - total flux cleaned = -0.00129453 Jy ! Component: 1400 - total flux cleaned = -0.00137987 Jy ! Component: 1450 - total flux cleaned = -0.00148111 Jy ! Component: 1500 - total flux cleaned = -0.00156431 Jy ! Component: 1550 - total flux cleaned = -0.00163057 Jy ! Component: 1600 - total flux cleaned = -0.00174449 Jy ! Component: 1650 - total flux cleaned = -0.00185727 Jy ! Component: 1700 - total flux cleaned = -0.00193681 Jy ! Component: 1750 - total flux cleaned = -0.0020312 Jy ! Component: 1800 - total flux cleaned = -0.0021402 Jy ! Component: 1850 - total flux cleaned = -0.00224783 Jy ! Component: 1900 - total flux cleaned = -0.00230878 Jy ! Component: 1950 - total flux cleaned = -0.00245913 Jy ! Component: 2000 - total flux cleaned = -0.00247417 Jy ! Component: 2050 - total flux cleaned = -0.00256238 Jy ! Component: 2100 - total flux cleaned = -0.00264965 Jy ! Component: 2150 - total flux cleaned = -0.00273596 Jy ! Component: 2200 - total flux cleaned = -0.00276457 Jy ! Component: 2250 - total flux cleaned = -0.00279298 Jy ! Component: 2300 - total flux cleaned = -0.00297507 Jy ! Component: 2350 - total flux cleaned = -0.00305799 Jy ! Component: 2400 - total flux cleaned = -0.00308539 Jy ! Component: 2450 - total flux cleaned = -0.0031807 Jy ! Component: 2500 - total flux cleaned = -0.00320768 Jy ! Component: 2550 - total flux cleaned = -0.00332803 Jy ! Component: 2600 - total flux cleaned = -0.00335453 Jy ! Component: 2650 - total flux cleaned = -0.00342021 Jy ! Component: 2700 - total flux cleaned = -0.00348539 Jy ! Component: 2750 - total flux cleaned = -0.00349833 Jy ! Component: 2800 - total flux cleaned = -0.00356245 Jy ! Component: 2850 - total flux cleaned = -0.00361354 Jy ! Component: 2900 - total flux cleaned = -0.00368944 Jy ! Component: 2950 - total flux cleaned = -0.00372693 Jy ! Component: 3000 - total flux cleaned = -0.00376428 Jy ! Component: 3050 - total flux cleaned = -0.00381354 Jy ! Component: 3100 - total flux cleaned = -0.00383807 Jy ! Component: 3150 - total flux cleaned = -0.00392312 Jy ! Component: 3200 - total flux cleaned = -0.00395916 Jy ! Component: 3250 - total flux cleaned = -0.00398307 Jy ! Component: 3300 - total flux cleaned = -0.00403057 Jy ! Component: 3350 - total flux cleaned = -0.00412506 Jy ! Component: 3400 - total flux cleaned = -0.00417191 Jy ! Component: 3450 - total flux cleaned = -0.00421846 Jy ! Component: 3500 - total flux cleaned = -0.00427627 Jy ! Component: 3550 - total flux cleaned = -0.00431067 Jy ! Component: 3600 - total flux cleaned = -0.00435629 Jy ! Component: 3650 - total flux cleaned = -0.00439025 Jy ! Component: 3700 - total flux cleaned = -0.00441271 Jy ! Component: 3750 - total flux cleaned = -0.00446862 Jy ! Component: 3800 - total flux cleaned = -0.00451303 Jy ! Component: 3850 - total flux cleaned = -0.00454626 Jy ! Component: 3900 - total flux cleaned = -0.00460119 Jy ! Component: 3950 - total flux cleaned = -0.00462314 Jy ! Component: 4000 - total flux cleaned = -0.00467743 Jy ! Component: 4050 - total flux cleaned = -0.00473146 Jy ! Total flux subtracted in 4096 components = -0.00482816 Jy ! Clean residual min=-0.000672 max=0.000611 Jy/beam ! Clean residual mean=-0.000002 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.321954 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 514 components and 0.321955 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1110+4403_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.128 x 6.438 at -21.53 degrees (North through East) ! Clean map min=-0.001324 max=0.23423 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1110+4403_S_map.fits wmodel /image_prod/ug002_uva//J1110+4403_S_map.mod ! Writing 514 model components to file: /image_prod/ug002_uva//J1110+4403_S_map.mod wobs /image_prod/ug002_uva//J1110+4403_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1110+4403_S_uvs.fits wwins /image_prod/ug002_uva//J1110+4403_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J1110+4403_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.234232 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019679 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.252045 0.252045 0.504089 1.00818 2.01636 4.03271 8.06543 16.1309 32.2617 64.5234 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.234 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1190.27 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1110+4403_S_dfm.log closed on Wed Mar 4 23:55:37 2020