! Started logfile: /image_prod/ug002_uva//J1112+0724_S_dfm.log on Wed Mar 4 23:56:40 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//J1112+0724_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1112+0724_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.772963 visibilities/baseline/integration-bin. ! Found source: J1112+0724 ! ! 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 6261 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 J1112+0724_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 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. ! ! Fit before self-cal, rms=1.041201Jy sigma=8.212848 ! Fit after self-cal, rms=0.787090Jy sigma=6.182092 ! 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.139 mas, bmaj=12.33 mas, bpa=-19.13 degrees ! Estimated noise=1.52174 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.165147 Jy ! Component: 100 - total flux cleaned = 0.202289 Jy ! Total flux subtracted in 100 components = 0.202289 Jy ! Clean residual min=-0.006642 max=0.013187 Jy/beam ! Clean residual mean=0.000017 rms=0.002038 Jy/beam ! Combined flux in latest and established models = 0.202289 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.202289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073035Jy sigma=0.520824 ! Fit after self-cal, rms=0.073008Jy sigma=0.520762 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138652 Jy ! Component: 100 - total flux cleaned = 0.0216809 Jy ! Total flux subtracted in 100 components = 0.0216809 Jy ! Clean residual min=-0.005835 max=0.006304 Jy/beam ! Clean residual mean=0.000013 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.22397 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.22397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070027Jy sigma=0.489158 ! Fit after self-cal, rms=0.069999Jy sigma=0.489058 ! 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.744 mas, bmaj=12.32 mas, bpa=-18.45 degrees ! Estimated noise=1.17379 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.00728577 Jy ! Component: 100 - total flux cleaned = 0.0115018 Jy ! Component: 150 - total flux cleaned = 0.0141147 Jy ! Component: 200 - total flux cleaned = 0.0149152 Jy ! Total flux subtracted in 200 components = 0.0149152 Jy ! Clean residual min=-0.005385 max=0.006426 Jy/beam ! Clean residual mean=0.000015 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.238885 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.238885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069400Jy sigma=0.481043 ! Fit after self-cal, rms=0.069391Jy sigma=0.480994 ! 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.744 x 12.32 at -18.45 degrees (North through East) ! Clean map min=-0.0053651 max=0.21475 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.94 HN 1.07 KP 1.03 ! LA 1.10 MK 1.01 NL 1.01 OV 1.04 ! PT 0.85 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.92 HN 1.04 KP 1.02 ! LA 1.07 MK 1.03 NL 1.00 OV 0.89 ! PT 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 HN 1.04 KP 1.00 ! LA 1.09 MK 1.00 NL 0.97 OV 1.05 ! PT 0.80 ! ! ! Fit before self-cal, rms=0.069391Jy sigma=0.480994 ! Fit after self-cal, rms=0.066034Jy sigma=0.449731 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.778 mas, bmaj=12.28 mas, bpa=-18.39 degrees ! Estimated noise=1.16793 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.00233881 Jy ! Component: 100 - total flux cleaned = -0.00267774 Jy ! Component: 150 - total flux cleaned = -0.00272109 Jy ! Component: 200 - total flux cleaned = -0.00272111 Jy ! Total flux subtracted in 200 components = -0.00272111 Jy ! Clean residual min=-0.003501 max=0.003125 Jy/beam ! Clean residual mean=-0.000000 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.236164 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 62 components and 0.236164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065922Jy sigma=0.449076 ! Fit after self-cal, rms=0.065973Jy sigma=0.448930 ! 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.065973Jy sigma=0.448930 ! Fit after self-cal, rms=0.066698Jy sigma=0.440576 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=12.31 mas, bpa=-18.21 degrees ! Estimated noise=1.16905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00161468 Jy ! Component: 100 - total flux cleaned = -0.00169918 Jy ! Component: 150 - total flux cleaned = -0.00163923 Jy ! Component: 200 - total flux cleaned = -0.00163896 Jy ! Total flux subtracted in 200 components = -0.00163896 Jy ! Clean residual min=-0.001855 max=0.002162 Jy/beam ! Clean residual mean=-0.000001 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.234525 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.234525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066638Jy sigma=0.440225 ! Fit after self-cal, rms=0.066678Jy sigma=0.440194 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.54843e-05 Jy ! Component: 100 - total flux cleaned = 5.46314e-05 Jy ! Component: 150 - total flux cleaned = 5.47063e-05 Jy ! Component: 200 - total flux cleaned = 5.4263e-05 Jy ! Total flux subtracted in 200 components = 5.4263e-05 Jy ! Clean residual min=-0.001795 max=0.002122 Jy/beam ! Clean residual mean=-0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.234579 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.234579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066665Jy sigma=0.440081 ! Fit after self-cal, rms=0.066665Jy sigma=0.440070 ! 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.066665Jy sigma=0.440070 ! Fit after self-cal, rms=0.066669Jy sigma=0.438605 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=12.32 mas, bpa=-18.18 degrees ! Estimated noise=1.16795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000914355 Jy ! Component: 100 - total flux cleaned = -0.00112489 Jy ! Component: 150 - total flux cleaned = -0.0012736 Jy ! Component: 200 - total flux cleaned = -0.00134704 Jy ! Total flux subtracted in 200 components = -0.00134704 Jy ! Clean residual min=-0.001818 max=0.001971 Jy/beam ! Clean residual mean=0.000000 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.233232 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 96 components and 0.233232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066645Jy sigma=0.438447 ! Fit after self-cal, rms=0.066647Jy sigma=0.438431 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 = 3.13408e-05 Jy ! Component: 100 - total flux cleaned = 3.07881e-05 Jy ! Component: 150 - total flux cleaned = 1.46283e-06 Jy ! Component: 200 - total flux cleaned = -2.43752e-05 Jy ! Total flux subtracted in 200 components = -2.43752e-05 Jy ! Clean residual min=-0.001801 max=0.001931 Jy/beam ! Clean residual mean=-0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.233208 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 100 components and 0.233208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066640Jy sigma=0.438374 ! Fit after self-cal, rms=0.066641Jy sigma=0.438368 ! 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.066641Jy sigma=0.438368 ! Fit after self-cal, rms=0.066793Jy sigma=0.438309 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.942 mas, bmaj=12.9 mas, bpa=-11.69 degrees ! Estimated noise=1.36727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000601764 Jy ! Component: 100 - total flux cleaned = -0.000812506 Jy ! Component: 150 - total flux cleaned = -0.000940524 Jy ! Component: 200 - total flux cleaned = -0.00103341 Jy ! Total flux subtracted in 200 components = -0.00103341 Jy ! Clean residual min=-0.001887 max=0.002023 Jy/beam ! Clean residual mean=-0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.232174 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 113 components and 0.232174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066786Jy sigma=0.438270 ! Fit after self-cal, rms=0.066789Jy sigma=0.438267 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 = -6.17985e-05 Jy ! Component: 100 - total flux cleaned = -8.89615e-05 Jy ! Component: 150 - total flux cleaned = -0.00010688 Jy ! Component: 200 - total flux cleaned = -0.000123083 Jy ! Total flux subtracted in 200 components = -0.000123083 Jy ! Clean residual min=-0.001867 max=0.002012 Jy/beam ! Clean residual mean=-0.000001 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.232051 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 119 components and 0.232051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066789Jy sigma=0.438264 ! Fit after self-cal, rms=0.066788Jy sigma=0.438262 ! 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.777 mas, bmaj=12.34 mas, bpa=-18.16 degrees ! Estimated noise=1.16729 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.777 x 12.34 at -18.16 degrees (North through East) ! Clean map min=-0.0016645 max=0.21426 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.157 mas, bmaj=12.38 mas, bpa=-18.84 degrees ! Estimated noise=1.53168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.166163 Jy ! Component: 100 - total flux cleaned = 0.20299 Jy ! Component: 150 - total flux cleaned = 0.215859 Jy ! Component: 200 - total flux cleaned = 0.222138 Jy ! Total flux subtracted in 200 components = 0.222138 Jy ! Clean residual min=-0.003124 max=0.003382 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.222138 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.222138 Jy ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=12.34 mas, bpa=-18.16 degrees ! Estimated noise=1.16729 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.00427491 Jy ! Component: 100 - total flux cleaned = 0.00663968 Jy ! Component: 150 - total flux cleaned = 0.00746451 Jy ! Component: 200 - total flux cleaned = 0.00804713 Jy ! Total flux subtracted in 200 components = 0.00804713 Jy ! Clean residual min=-0.001874 max=0.001872 Jy/beam ! Clean residual mean=0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.230185 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.230185 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.942 mas, bmaj=12.9 mas, bpa=-11.69 degrees ! Estimated noise=1.36727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109446 Jy ! Component: 100 - total flux cleaned = 0.00132669 Jy ! Component: 150 - total flux cleaned = 0.00143643 Jy ! Component: 200 - total flux cleaned = 0.00151157 Jy ! Total flux subtracted in 200 components = 0.00151157 Jy ! Clean residual min=-0.001929 max=0.002061 Jy/beam ! Clean residual mean=-0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.231697 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.20152e-05 Jy ! Component: 100 - total flux cleaned = 0.000115352 Jy ! Component: 150 - total flux cleaned = 0.000145819 Jy ! Component: 200 - total flux cleaned = 0.000138481 Jy ! Total flux subtracted in 200 components = 0.000138481 Jy ! Clean residual min=-0.001893 max=0.002047 Jy/beam ! Clean residual mean=-0.000000 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.231835 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 84 components and 0.231835 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=12.34 mas, bpa=-18.16 degrees ! Estimated noise=1.16729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000286718 Jy ! Component: 100 - total flux cleaned = -0.000216301 Jy ! Component: 150 - total flux cleaned = -0.000135503 Jy ! Component: 200 - total flux cleaned = -4.85199e-05 Jy ! Total flux subtracted in 200 components = -4.85199e-05 Jy ! Clean residual min=-0.001737 max=0.001835 Jy/beam ! Clean residual mean=-0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.231786 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 97 components and 0.231786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066807Jy sigma=0.438384 ! Fit after self-cal, rms=0.066808Jy sigma=0.438367 wmodel J1112+0724_S_map.mod ! Writing 97 model components to file: J1112+0724_S_map.mod wobs J1112+0724_S_uvs.fits ! Writing UV FITS file: J1112+0724_S_uvs.fits wwins J1112+0724_S_map.win ! wwins: Wrote 1 windows to J1112+0724_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.000230646 Jy ! Component: 100 - total flux cleaned = 0.000379672 Jy ! Component: 150 - total flux cleaned = 0.00058024 Jy ! Component: 200 - total flux cleaned = 0.000745289 Jy ! Component: 250 - total flux cleaned = 0.00093174 Jy ! Component: 300 - total flux cleaned = 0.00118942 Jy ! Component: 350 - total flux cleaned = 0.00131424 Jy ! Component: 400 - total flux cleaned = 0.00150929 Jy ! Component: 450 - total flux cleaned = 0.00165212 Jy ! Component: 500 - total flux cleaned = 0.00186154 Jy ! Component: 550 - total flux cleaned = 0.00206593 Jy ! Component: 600 - total flux cleaned = 0.00219968 Jy ! Component: 650 - total flux cleaned = 0.00237467 Jy ! Component: 700 - total flux cleaned = 0.00254598 Jy ! Component: 750 - total flux cleaned = 0.00275506 Jy ! Component: 800 - total flux cleaned = 0.00289838 Jy ! Component: 850 - total flux cleaned = 0.00305974 Jy ! Component: 900 - total flux cleaned = 0.00327755 Jy ! Component: 950 - total flux cleaned = 0.00343307 Jy ! Component: 1000 - total flux cleaned = 0.00362473 Jy ! Component: 1050 - total flux cleaned = 0.00379432 Jy ! Component: 1100 - total flux cleaned = 0.00396129 Jy ! Component: 1150 - total flux cleaned = 0.00410773 Jy ! Component: 1200 - total flux cleaned = 0.00426999 Jy ! Component: 1250 - total flux cleaned = 0.00446507 Jy ! Component: 1300 - total flux cleaned = 0.00462288 Jy ! Component: 1350 - total flux cleaned = 0.00481277 Jy ! Component: 1400 - total flux cleaned = 0.00488094 Jy ! Component: 1450 - total flux cleaned = 0.00506584 Jy ! Component: 1500 - total flux cleaned = 0.00514849 Jy ! Component: 1550 - total flux cleaned = 0.00524686 Jy ! Component: 1600 - total flux cleaned = 0.0053923 Jy ! Component: 1650 - total flux cleaned = 0.00547215 Jy ! Component: 1700 - total flux cleaned = 0.0055827 Jy ! Component: 1750 - total flux cleaned = 0.00566074 Jy ! Component: 1800 - total flux cleaned = 0.00572269 Jy ! Component: 1850 - total flux cleaned = 0.00582964 Jy ! Component: 1900 - total flux cleaned = 0.00589007 Jy ! Component: 1950 - total flux cleaned = 0.00602441 Jy ! Component: 2000 - total flux cleaned = 0.00612768 Jy ! Component: 2050 - total flux cleaned = 0.00618614 Jy ! Component: 2100 - total flux cleaned = 0.00635984 Jy ! Component: 2150 - total flux cleaned = 0.00644563 Jy ! Component: 2200 - total flux cleaned = 0.00655907 Jy ! Component: 2250 - total flux cleaned = 0.00661498 Jy ! Component: 2300 - total flux cleaned = 0.00668473 Jy ! Component: 2350 - total flux cleaned = 0.00676745 Jy ! Component: 2400 - total flux cleaned = 0.00690399 Jy ! Component: 2450 - total flux cleaned = 0.00703899 Jy ! Component: 2500 - total flux cleaned = 0.00713272 Jy ! Component: 2550 - total flux cleaned = 0.00726539 Jy ! Component: 2600 - total flux cleaned = 0.00734403 Jy ! Component: 2650 - total flux cleaned = 0.00744825 Jy ! Component: 2700 - total flux cleaned = 0.00757746 Jy ! Component: 2750 - total flux cleaned = 0.00766686 Jy ! Component: 2800 - total flux cleaned = 0.00781917 Jy ! Component: 2850 - total flux cleaned = 0.00791989 Jy ! Component: 2900 - total flux cleaned = 0.00803208 Jy ! Component: 2950 - total flux cleaned = 0.00816797 Jy ! Component: 3000 - total flux cleaned = 0.00821716 Jy ! Component: 3050 - total flux cleaned = 0.0083269 Jy ! Component: 3100 - total flux cleaned = 0.00843553 Jy ! Component: 3150 - total flux cleaned = 0.00857916 Jy ! Component: 3200 - total flux cleaned = 0.00865036 Jy ! Component: 3250 - total flux cleaned = 0.0086858 Jy ! Component: 3300 - total flux cleaned = 0.00880275 Jy ! Component: 3350 - total flux cleaned = 0.00889551 Jy ! Component: 3400 - total flux cleaned = 0.00897614 Jy ! Component: 3450 - total flux cleaned = 0.00899901 Jy ! Component: 3500 - total flux cleaned = 0.00913531 Jy ! Component: 3550 - total flux cleaned = 0.00914654 Jy ! Component: 3600 - total flux cleaned = 0.00923615 Jy ! Component: 3650 - total flux cleaned = 0.00929167 Jy ! Component: 3700 - total flux cleaned = 0.00935779 Jy ! Component: 3750 - total flux cleaned = 0.00936879 Jy ! Component: 3800 - total flux cleaned = 0.00946683 Jy ! Component: 3850 - total flux cleaned = 0.00954236 Jy ! Component: 3900 - total flux cleaned = 0.00955308 Jy ! Component: 3950 - total flux cleaned = 0.00960631 Jy ! Component: 4000 - total flux cleaned = 0.0096486 Jy ! Component: 4050 - total flux cleaned = 0.00969075 Jy ! Total flux subtracted in 4096 components = 0.00973264 Jy ! Clean residual min=-0.000587 max=0.000645 Jy/beam ! Clean residual mean=-0.000000 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.241519 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 380 components and 0.241519 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1112+0724_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.777 x 12.34 at -18.16 degrees (North through East) ! Clean map min=-0.0011063 max=0.21472 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1112+0724_S_map.fits wmodel /image_prod/ug002_uva//J1112+0724_S_map.mod ! Writing 380 model components to file: /image_prod/ug002_uva//J1112+0724_S_map.mod wobs /image_prod/ug002_uva//J1112+0724_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1112+0724_S_uvs.fits wwins /image_prod/ug002_uva//J1112+0724_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1112+0724_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.214717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203503 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.284332 0.284332 0.568664 1.13733 2.27466 4.54931 9.09863 18.1973 36.3945 72.789 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.214 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1055.1 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1112+0724_S_dfm.log closed on Wed Mar 4 23:56:44 2020