! Started logfile: /image_prod/ug002_uva//J1722+6105_S_dfm.log on Thu Mar 5 03:13:25 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//J1722+6105_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1722+6105_S_uva.fits ! AN table 1: 120 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.977083 visibilities/baseline/integration-bin. ! Found source: J1722+6105 ! ! 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 12663 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 J1722+6105_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.023664Jy sigma=8.404384 ! Fit after self-cal, rms=0.774193Jy sigma=6.367088 ! 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.427 mas, bmaj=4.527 mas, bpa=-31.91 degrees ! Estimated noise=1.35653 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.175007 Jy ! Component: 100 - total flux cleaned = 0.213171 Jy ! Total flux subtracted in 100 components = 0.213171 Jy ! Clean residual min=-0.005653 max=0.010692 Jy/beam ! Clean residual mean=-0.000007 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.213171 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.213171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063987Jy sigma=0.485872 ! Fit after self-cal, rms=0.063983Jy sigma=0.485846 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104571 Jy ! Component: 100 - total flux cleaned = 0.015726 Jy ! Total flux subtracted in 100 components = 0.015726 Jy ! Clean residual min=-0.005552 max=0.004562 Jy/beam ! Clean residual mean=-0.000001 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.228897 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.228897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061961Jy sigma=0.472970 ! Fit after self-cal, rms=0.061949Jy sigma=0.472859 ! 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.402 mas, bmaj=5.593 mas, bpa=-30.76 degrees ! Estimated noise=0.781993 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.000614897 Jy ! Component: 100 - total flux cleaned = 0.000441022 Jy ! Component: 150 - total flux cleaned = 0.000306944 Jy ! Component: 200 - total flux cleaned = 0.000255521 Jy ! Total flux subtracted in 200 components = 0.000255521 Jy ! Clean residual min=-0.005735 max=0.003298 Jy/beam ! Clean residual mean=-0.000002 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.229153 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.229153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061662Jy sigma=0.471777 ! Fit after self-cal, rms=0.061655Jy sigma=0.471748 ! 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.402 x 5.593 at -30.76 degrees (North through East) ! Clean map min=-0.0058212 max=0.22553 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.02 KP 0.99 ! LA 1.03 MK 1.01 NL 0.90 OV 1.00 ! PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.04 KP 1.02 ! LA 1.03 MK 1.01 NL 0.93 OV 1.02 ! PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 1.03 KP 1.02 ! LA 1.04 MK 1.00 NL 0.88 OV 1.02 ! PT 1.02 ! ! ! Fit before self-cal, rms=0.061655Jy sigma=0.471748 ! Fit after self-cal, rms=0.058943Jy sigma=0.461135 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.414 mas, bmaj=5.604 mas, bpa=-30.94 degrees ! Estimated noise=0.780723 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.000322586 Jy ! Component: 100 - total flux cleaned = 0.000328868 Jy ! Component: 150 - total flux cleaned = 0.000328123 Jy ! Component: 200 - total flux cleaned = 0.000326067 Jy ! Total flux subtracted in 200 components = 0.000326067 Jy ! Clean residual min=-0.002975 max=0.003092 Jy/beam ! Clean residual mean=-0.000012 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.229479 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.229479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058908Jy sigma=0.460847 ! Fit after self-cal, rms=0.058889Jy sigma=0.460791 ! 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.058889Jy sigma=0.460791 ! Fit after self-cal, rms=0.057258Jy sigma=0.448207 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.408 mas, bmaj=5.598 mas, bpa=-30.99 degrees ! Estimated noise=0.780124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000405037 Jy ! Component: 100 - total flux cleaned = 0.000438764 Jy ! Component: 150 - total flux cleaned = 0.000466327 Jy ! Component: 200 - total flux cleaned = 0.000489801 Jy ! Total flux subtracted in 200 components = 0.000489801 Jy ! Clean residual min=-0.001285 max=0.001350 Jy/beam ! Clean residual mean=0.000000 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.229969 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.229969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057214Jy sigma=0.447884 ! Fit after self-cal, rms=0.057224Jy sigma=0.447839 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.03902e-05 Jy ! Component: 100 - total flux cleaned = 6.63899e-05 Jy ! Component: 150 - total flux cleaned = 7.99902e-05 Jy ! Component: 200 - total flux cleaned = 7.97589e-05 Jy ! Total flux subtracted in 200 components = 7.97589e-05 Jy ! Clean residual min=-0.001284 max=0.001376 Jy/beam ! Clean residual mean=0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.230049 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.230049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057216Jy sigma=0.447778 ! Fit after self-cal, rms=0.057215Jy sigma=0.447775 ! 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.057215Jy sigma=0.447775 ! Fit after self-cal, rms=0.057203Jy sigma=0.447643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.412 mas, bmaj=5.587 mas, bpa=-30.65 degrees ! Estimated noise=0.780224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356145 Jy ! Component: 100 - total flux cleaned = 0.000378437 Jy ! Component: 150 - total flux cleaned = 0.000396337 Jy ! Component: 200 - total flux cleaned = 0.000425627 Jy ! Total flux subtracted in 200 components = 0.000425627 Jy ! Clean residual min=-0.001278 max=0.001373 Jy/beam ! Clean residual mean=0.000001 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.230474 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.230474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057187Jy sigma=0.447521 ! Fit after self-cal, rms=0.057187Jy sigma=0.447519 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 (-59, -16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000676512 Jy ! Component: 100 - total flux cleaned = 0.000626269 Jy ! Component: 150 - total flux cleaned = 0.000582613 Jy ! Component: 200 - total flux cleaned = 0.000544665 Jy ! Total flux subtracted in 200 components = 0.000544665 Jy ! Clean residual min=-0.001248 max=0.001172 Jy/beam ! Clean residual mean=0.000000 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.231019 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 63 components and 0.231019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057156Jy sigma=0.447295 ! Fit after self-cal, rms=0.057155Jy sigma=0.447287 ! 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.057155Jy sigma=0.447287 ! Fit after self-cal, rms=0.057142Jy sigma=0.447252 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.021 mas, bmaj=9.282 mas, bpa=62.99 degrees ! Estimated noise=0.92412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154857 Jy ! Component: 100 - total flux cleaned = 0.000142252 Jy ! Component: 150 - total flux cleaned = 0.000119131 Jy ! Component: 200 - total flux cleaned = 9.83362e-05 Jy ! Total flux subtracted in 200 components = 9.83362e-05 Jy ! Clean residual min=-0.001258 max=0.001353 Jy/beam ! Clean residual mean=0.000001 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.231117 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.231117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057136Jy sigma=0.447208 ! Fit after self-cal, rms=0.057136Jy sigma=0.447204 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.10178e-05 Jy ! Component: 100 - total flux cleaned = -7.20569e-06 Jy ! Component: 150 - total flux cleaned = -2.39109e-05 Jy ! Component: 200 - total flux cleaned = -3.99327e-05 Jy ! Total flux subtracted in 200 components = -3.99327e-05 Jy ! Clean residual min=-0.001253 max=0.001354 Jy/beam ! Clean residual mean=0.000001 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.231077 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.231077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057135Jy sigma=0.447189 ! Fit after self-cal, rms=0.057134Jy sigma=0.447188 ! 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.412 mas, bmaj=5.58 mas, bpa=-30.46 degrees ! Estimated noise=0.780163 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.412 x 5.58 at -30.46 degrees (North through East) ! Clean map min=-0.0012083 max=0.22487 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.446 mas, bmaj=4.521 mas, bpa=-31.53 degrees ! Estimated noise=1.34951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174088 Jy ! Component: 100 - total flux cleaned = 0.212051 Jy ! Component: 150 - total flux cleaned = 0.222 Jy ! Component: 200 - total flux cleaned = 0.226278 Jy ! Total flux subtracted in 200 components = 0.226278 Jy ! Clean residual min=-0.002585 max=0.002971 Jy/beam ! Clean residual mean=-0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.226278 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.226278 Jy ! Inverting map and beam ! Estimated beam: bmin=4.412 mas, bmaj=5.58 mas, bpa=-30.46 degrees ! Estimated noise=0.780163 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.00304685 Jy ! Component: 100 - total flux cleaned = 0.00452792 Jy ! Component: 150 - total flux cleaned = 0.00481859 Jy ! Component: 200 - total flux cleaned = 0.0048203 Jy ! Total flux subtracted in 200 components = 0.0048203 Jy ! Clean residual min=-0.001321 max=0.001261 Jy/beam ! Clean residual mean=-0.000000 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.231098 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.231098 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=9.021 mas, bmaj=9.282 mas, bpa=62.99 degrees ! Estimated noise=0.92412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311129 Jy ! Component: 100 - total flux cleaned = 0.000312855 Jy ! Component: 150 - total flux cleaned = 0.000313087 Jy ! Component: 200 - total flux cleaned = 0.000283159 Jy ! Total flux subtracted in 200 components = 0.000283159 Jy ! Clean residual min=-0.001304 max=0.001413 Jy/beam ! Clean residual mean=0.000001 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.231382 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 = -3.96279e-05 Jy ! Component: 100 - total flux cleaned = -7.44115e-05 Jy ! Component: 150 - total flux cleaned = -9.49931e-05 Jy ! Component: 200 - total flux cleaned = -0.000113853 Jy ! Total flux subtracted in 200 components = -0.000113853 Jy ! Clean residual min=-0.001285 max=0.001394 Jy/beam ! Clean residual mean=0.000002 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.231268 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 58 components and 0.231268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.412 mas, bmaj=5.58 mas, bpa=-30.46 degrees ! Estimated noise=0.780163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.21789e-05 Jy ! Component: 100 - total flux cleaned = 6.14703e-05 Jy ! Component: 150 - total flux cleaned = 6.08625e-05 Jy ! Component: 200 - total flux cleaned = 6.04233e-05 Jy ! Total flux subtracted in 200 components = 6.04233e-05 Jy ! Clean residual min=-0.001282 max=0.001220 Jy/beam ! Clean residual mean=0.000001 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.231328 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.231328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057135Jy sigma=0.447202 ! Fit after self-cal, rms=0.057130Jy sigma=0.447170 wmodel J1722+6105_S_map.mod ! Writing 75 model components to file: J1722+6105_S_map.mod wobs J1722+6105_S_uvs.fits ! Writing UV FITS file: J1722+6105_S_uvs.fits wwins J1722+6105_S_map.win ! wwins: Wrote 2 windows to J1722+6105_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.00010769 Jy ! Component: 100 - total flux cleaned = 0.000271764 Jy ! Component: 150 - total flux cleaned = 0.000369461 Jy ! Component: 200 - total flux cleaned = 0.000482829 Jy ! Component: 250 - total flux cleaned = 0.000538201 Jy ! Component: 300 - total flux cleaned = 0.000663562 Jy ! Component: 350 - total flux cleaned = 0.000663489 Jy ! Component: 400 - total flux cleaned = 0.000766007 Jy ! Component: 450 - total flux cleaned = 0.00079904 Jy ! Component: 500 - total flux cleaned = 0.000848144 Jy ! Component: 550 - total flux cleaned = 0.000896309 Jy ! Component: 600 - total flux cleaned = 0.00092798 Jy ! Component: 650 - total flux cleaned = 0.000974683 Jy ! Component: 700 - total flux cleaned = 0.00100529 Jy ! Component: 750 - total flux cleaned = 0.00100517 Jy ! Component: 800 - total flux cleaned = 0.00096066 Jy ! Component: 850 - total flux cleaned = 0.000961119 Jy ! Component: 900 - total flux cleaned = 0.000990196 Jy ! Component: 950 - total flux cleaned = 0.000947357 Jy ! Component: 1000 - total flux cleaned = 0.000975536 Jy ! Component: 1050 - total flux cleaned = 0.000933737 Jy ! Component: 1100 - total flux cleaned = 0.000906022 Jy ! Component: 1150 - total flux cleaned = 0.000865421 Jy ! Component: 1200 - total flux cleaned = 0.000824973 Jy ! Component: 1250 - total flux cleaned = 0.000825012 Jy ! Component: 1300 - total flux cleaned = 0.000811956 Jy ! Component: 1350 - total flux cleaned = 0.000759964 Jy ! Component: 1400 - total flux cleaned = 0.000721682 Jy ! Component: 1450 - total flux cleaned = 0.000696271 Jy ! Component: 1500 - total flux cleaned = 0.000683791 Jy ! Component: 1550 - total flux cleaned = 0.000608916 Jy ! Component: 1600 - total flux cleaned = 0.000596707 Jy ! Component: 1650 - total flux cleaned = 0.000560277 Jy ! Component: 1700 - total flux cleaned = 0.000572406 Jy ! Component: 1750 - total flux cleaned = 0.000500513 Jy ! Component: 1800 - total flux cleaned = 0.000524279 Jy ! Component: 1850 - total flux cleaned = 0.000489048 Jy ! Component: 1900 - total flux cleaned = 0.000442243 Jy ! Component: 1950 - total flux cleaned = 0.000419195 Jy ! Component: 2000 - total flux cleaned = 0.00041929 Jy ! Component: 2050 - total flux cleaned = 0.000419218 Jy ! Component: 2100 - total flux cleaned = 0.000419221 Jy ! Component: 2150 - total flux cleaned = 0.000363166 Jy ! Component: 2200 - total flux cleaned = 0.000396462 Jy ! Component: 2250 - total flux cleaned = 0.00039651 Jy ! Component: 2300 - total flux cleaned = 0.000429196 Jy ! Component: 2350 - total flux cleaned = 0.000440046 Jy ! Component: 2400 - total flux cleaned = 0.000461691 Jy ! Component: 2450 - total flux cleaned = 0.000472312 Jy ! Component: 2500 - total flux cleaned = 0.000461635 Jy ! Component: 2550 - total flux cleaned = 0.000514263 Jy ! Component: 2600 - total flux cleaned = 0.000493244 Jy ! Component: 2650 - total flux cleaned = 0.000524536 Jy ! Component: 2700 - total flux cleaned = 0.000493624 Jy ! Component: 2750 - total flux cleaned = 0.000473214 Jy ! Component: 2800 - total flux cleaned = 0.000483652 Jy ! Component: 2850 - total flux cleaned = 0.00047357 Jy ! Component: 2900 - total flux cleaned = 0.00048369 Jy ! Component: 2950 - total flux cleaned = 0.000503633 Jy ! Component: 3000 - total flux cleaned = 0.000503499 Jy ! Component: 3050 - total flux cleaned = 0.000454339 Jy ! Component: 3100 - total flux cleaned = 0.00047402 Jy ! Component: 3150 - total flux cleaned = 0.000444922 Jy ! Component: 3200 - total flux cleaned = 0.000425816 Jy ! Component: 3250 - total flux cleaned = 0.000444971 Jy ! Component: 3300 - total flux cleaned = 0.000454518 Jy ! Component: 3350 - total flux cleaned = 0.000445081 Jy ! Component: 3400 - total flux cleaned = 0.000444956 Jy ! Component: 3450 - total flux cleaned = 0.000454321 Jy ! Component: 3500 - total flux cleaned = 0.000454253 Jy ! Component: 3550 - total flux cleaned = 0.000445075 Jy ! Component: 3600 - total flux cleaned = 0.000472569 Jy ! Component: 3650 - total flux cleaned = 0.000436104 Jy ! Component: 3700 - total flux cleaned = 0.000481391 Jy ! Component: 3750 - total flux cleaned = 0.000454436 Jy ! Component: 3800 - total flux cleaned = 0.000472314 Jy ! Component: 3850 - total flux cleaned = 0.000525842 Jy ! Component: 3900 - total flux cleaned = 0.000490398 Jy ! Component: 3950 - total flux cleaned = 0.000499193 Jy ! Component: 4000 - total flux cleaned = 0.000542949 Jy ! Component: 4050 - total flux cleaned = 0.000525498 Jy ! Total flux subtracted in 4096 components = 0.000551436 Jy ! Clean residual min=-0.000551 max=0.000615 Jy/beam ! Clean residual mean=0.000001 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.23188 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 374 components and 0.23188 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1722+6105_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.412 x 5.58 at -30.46 degrees (North through East) ! Clean map min=-0.00086903 max=0.2248 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1722+6105_S_map.fits wmodel /image_prod/ug002_uva//J1722+6105_S_map.mod ! Writing 374 model components to file: /image_prod/ug002_uva//J1722+6105_S_map.mod wobs /image_prod/ug002_uva//J1722+6105_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1722+6105_S_uvs.fits wwins /image_prod/ug002_uva//J1722+6105_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1722+6105_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.224803 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156731 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.209158 0.209158 0.418315 0.836631 1.67326 3.34652 6.69305 13.3861 26.7722 53.5444 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.224 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1434.32 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1722+6105_S_dfm.log closed on Thu Mar 5 03:13:29 2020