! Started logfile: /image_prod/ug002_uva//J2222+1213_S_dfm.log on Thu Mar 5 05:37:53 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//J2222+1213_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2222+1213_S_uva.fits ! AN table 1: 20 integrations on 28 of 28 possible baselines. ! AN table 2: 40 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.967262 visibilities/baseline/integration-bin. ! Found source: J2222+1213 ! ! 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 4875 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 J2222+1213_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. ! A total of 6 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.030838Jy sigma=8.498353 ! Fit after self-cal, rms=0.770602Jy sigma=6.402019 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.914 mas, bmaj=11.91 mas, bpa=-17.97 degrees ! Estimated noise=1.89584 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.168219 Jy ! Component: 100 - total flux cleaned = 0.225661 Jy ! Total flux subtracted in 100 components = 0.225661 Jy ! Clean residual min=-0.009575 max=0.025411 Jy/beam ! Clean residual mean=-0.000041 rms=0.003044 Jy/beam ! Combined flux in latest and established models = 0.225661 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.225661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077219Jy sigma=0.590535 ! Fit after self-cal, rms=0.077002Jy sigma=0.588842 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0278778 Jy ! Component: 100 - total flux cleaned = 0.0416859 Jy ! Total flux subtracted in 100 components = 0.0416859 Jy ! Clean residual min=-0.006318 max=0.006970 Jy/beam ! Clean residual mean=-0.000008 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.267347 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.267347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064928Jy sigma=0.483187 ! Fit after self-cal, rms=0.064808Jy sigma=0.482195 ! 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.444 mas, bmaj=12.19 mas, bpa=-17.6 degrees ! Estimated noise=1.26446 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.00958474 Jy ! Component: 100 - total flux cleaned = 0.0146288 Jy ! Component: 150 - total flux cleaned = 0.0167038 Jy ! Component: 200 - total flux cleaned = 0.0173427 Jy ! Total flux subtracted in 200 components = 0.0173427 Jy ! Clean residual min=-0.005158 max=0.005353 Jy/beam ! Clean residual mean=0.000009 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.28469 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.28469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063335Jy sigma=0.468487 ! Fit after self-cal, rms=0.063310Jy sigma=0.468328 ! 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.444 x 12.19 at -17.6 degrees (North through East) ! Clean map min=-0.0050345 max=0.22745 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 KP 1.01 LA 1.05 ! MK 0.98 NL 1.03 OV 1.01 PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.95 HN 0.98 KP 1.00 ! LA 1.07 MK 1.07 NL 1.08 OV 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.91 KP 1.01 LA 1.06 ! MK 1.05 NL 1.05 OV 0.88 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.93 HN 0.97 KP 1.00 ! LA 1.04 MK 1.04 NL 1.00 OV 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.93 KP 1.02 LA 1.05 ! MK 0.97 NL 0.98 OV 1.02 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 0.93 HN 0.94 KP 0.97 ! LA 1.07 MK 1.04 NL 1.06 OV 1.03 ! ! ! Fit before self-cal, rms=0.063310Jy sigma=0.468328 ! Fit after self-cal, rms=0.061207Jy sigma=0.446566 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.466 mas, bmaj=12.08 mas, bpa=-17.49 degrees ! Estimated noise=1.26342 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.00270256 Jy ! Component: 100 - total flux cleaned = 0.00377026 Jy ! Component: 150 - total flux cleaned = 0.00381588 Jy ! Component: 200 - total flux cleaned = 0.00381539 Jy ! Total flux subtracted in 200 components = 0.00381539 Jy ! Clean residual min=-0.003361 max=0.003539 Jy/beam ! Clean residual mean=0.000001 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.288505 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.288505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061027Jy sigma=0.445658 ! Fit after self-cal, rms=0.061063Jy sigma=0.445515 ! 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.061063Jy sigma=0.445515 ! Fit after self-cal, rms=0.058302Jy sigma=0.435241 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=12.06 mas, bpa=-17.47 degrees ! Estimated noise=1.26305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000986356 Jy ! Component: 100 - total flux cleaned = 0.00121307 Jy ! Component: 150 - total flux cleaned = 0.00127686 Jy ! Component: 200 - total flux cleaned = 0.00141851 Jy ! Total flux subtracted in 200 components = 0.00141851 Jy ! Clean residual min=-0.002226 max=0.002186 Jy/beam ! Clean residual mean=-0.000001 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.289924 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.289924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058235Jy sigma=0.434896 ! Fit after self-cal, rms=0.058225Jy sigma=0.434853 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.000102107 Jy ! Component: 100 - total flux cleaned = 7.76036e-05 Jy ! Component: 150 - total flux cleaned = 0.000122119 Jy ! Component: 200 - total flux cleaned = 0.000143228 Jy ! Total flux subtracted in 200 components = 0.000143228 Jy ! Clean residual min=-0.002136 max=0.002210 Jy/beam ! Clean residual mean=-0.000000 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.290067 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.290067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058203Jy sigma=0.434738 ! Fit after self-cal, rms=0.058204Jy sigma=0.434734 ! 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.058204Jy sigma=0.434734 ! Fit after self-cal, rms=0.058077Jy sigma=0.434611 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=12.04 mas, bpa=-17.44 degrees ! Estimated noise=1.26334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000660441 Jy ! Component: 100 - total flux cleaned = 0.000781237 Jy ! Component: 150 - total flux cleaned = 0.000910671 Jy ! Component: 200 - total flux cleaned = 0.000970529 Jy ! Total flux subtracted in 200 components = 0.000970529 Jy ! Clean residual min=-0.002135 max=0.002058 Jy/beam ! Clean residual mean=-0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.291037 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.291037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058054Jy sigma=0.434489 ! Fit after self-cal, rms=0.058053Jy sigma=0.434485 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 = 9.19825e-05 Jy ! Component: 100 - total flux cleaned = 0.000109619 Jy ! Component: 150 - total flux cleaned = 0.000141682 Jy ! Component: 200 - total flux cleaned = 0.000156349 Jy ! Total flux subtracted in 200 components = 0.000156349 Jy ! Clean residual min=-0.002150 max=0.002034 Jy/beam ! Clean residual mean=-0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.291194 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 91 components and 0.291194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058042Jy sigma=0.434430 ! Fit after self-cal, rms=0.058043Jy sigma=0.434427 ! 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.058043Jy sigma=0.434427 ! Fit after self-cal, rms=0.057995Jy sigma=0.434390 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.58 mas, bmaj=12.45 mas, bpa=-10.28 degrees ! Estimated noise=1.52564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000447749 Jy ! Component: 100 - total flux cleaned = 0.000500622 Jy ! Component: 150 - total flux cleaned = 0.000479973 Jy ! Component: 200 - total flux cleaned = 0.000460213 Jy ! Total flux subtracted in 200 components = 0.000460213 Jy ! Clean residual min=-0.002534 max=0.002370 Jy/beam ! Clean residual mean=-0.000001 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.291654 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.291654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057988Jy sigma=0.434353 ! Fit after self-cal, rms=0.057987Jy sigma=0.434349 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 = 1.96984e-05 Jy ! Component: 100 - total flux cleaned = -1.99667e-05 Jy ! Component: 150 - total flux cleaned = -3.82495e-05 Jy ! Component: 200 - total flux cleaned = -6.44168e-05 Jy ! Total flux subtracted in 200 components = -6.44168e-05 Jy ! Clean residual min=-0.002537 max=0.002355 Jy/beam ! Clean residual mean=-0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.29159 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 104 components and 0.291589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057983Jy sigma=0.434326 ! Fit after self-cal, rms=0.057983Jy sigma=0.434324 ! 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.463 mas, bmaj=12.03 mas, bpa=-17.42 degrees ! Estimated noise=1.26402 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.463 x 12.03 at -17.42 degrees (North through East) ! Clean map min=-0.0020834 max=0.22709 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.936 mas, bmaj=11.72 mas, bpa=-17.84 degrees ! Estimated noise=1.90415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.168714 Jy ! Component: 100 - total flux cleaned = 0.226293 Jy ! Component: 150 - total flux cleaned = 0.253987 Jy ! Component: 200 - total flux cleaned = 0.267884 Jy ! Total flux subtracted in 200 components = 0.267884 Jy ! Clean residual min=-0.004637 max=0.006472 Jy/beam ! Clean residual mean=-0.000016 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.267884 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.267884 Jy ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=12.03 mas, bpa=-17.42 degrees ! Estimated noise=1.26402 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.00968368 Jy ! Component: 100 - total flux cleaned = 0.014817 Jy ! Component: 150 - total flux cleaned = 0.0180454 Jy ! Component: 200 - total flux cleaned = 0.0202459 Jy ! Total flux subtracted in 200 components = 0.0202459 Jy ! Clean residual min=-0.002165 max=0.002106 Jy/beam ! Clean residual mean=-0.000005 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.288129 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 66 components and 0.288129 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.58 mas, bmaj=12.45 mas, bpa=-10.28 degrees ! Estimated noise=1.52564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197415 Jy ! Component: 100 - total flux cleaned = 0.0026862 Jy ! Component: 150 - total flux cleaned = 0.00288973 Jy ! Component: 200 - total flux cleaned = 0.00300316 Jy ! Total flux subtracted in 200 components = 0.00300316 Jy ! Clean residual min=-0.002446 max=0.002329 Jy/beam ! Clean residual mean=-0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.291133 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 = 9.10458e-05 Jy ! Component: 100 - total flux cleaned = 0.000136048 Jy ! Component: 150 - total flux cleaned = 0.000135653 Jy ! Component: 200 - total flux cleaned = 0.000135791 Jy ! Total flux subtracted in 200 components = 0.000135791 Jy ! Clean residual min=-0.002466 max=0.002336 Jy/beam ! Clean residual mean=-0.000001 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.291268 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 115 components and 0.291268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=12.03 mas, bpa=-17.42 degrees ! Estimated noise=1.26402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.99154e-05 Jy ! Component: 100 - total flux cleaned = 0.000176266 Jy ! Component: 150 - total flux cleaned = 0.000220894 Jy ! Component: 200 - total flux cleaned = 0.000280632 Jy ! Total flux subtracted in 200 components = 0.000280632 Jy ! Clean residual min=-0.002131 max=0.001872 Jy/beam ! Clean residual mean=-0.000001 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.291549 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 121 components and 0.291549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057982Jy sigma=0.434340 ! Fit after self-cal, rms=0.057979Jy sigma=0.434329 wmodel J2222+1213_S_map.mod ! Writing 121 model components to file: J2222+1213_S_map.mod wobs J2222+1213_S_uvs.fits ! Writing UV FITS file: J2222+1213_S_uvs.fits wwins J2222+1213_S_map.win ! wwins: Wrote 1 windows to J2222+1213_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.000798337 Jy ! Component: 100 - total flux cleaned = -0.00110331 Jy ! Component: 150 - total flux cleaned = -0.00126444 Jy ! Component: 200 - total flux cleaned = -0.00138688 Jy ! Component: 250 - total flux cleaned = -0.00156331 Jy ! Component: 300 - total flux cleaned = -0.00159207 Jy ! Component: 350 - total flux cleaned = -0.00162027 Jy ! Component: 400 - total flux cleaned = -0.00164653 Jy ! Component: 450 - total flux cleaned = -0.00161967 Jy ! Component: 500 - total flux cleaned = -0.00164573 Jy ! Component: 550 - total flux cleaned = -0.00174589 Jy ! Component: 600 - total flux cleaned = -0.00174605 Jy ! Component: 650 - total flux cleaned = -0.00179434 Jy ! Component: 700 - total flux cleaned = -0.00186438 Jy ! Component: 750 - total flux cleaned = -0.00193307 Jy ! Component: 800 - total flux cleaned = -0.00200027 Jy ! Component: 850 - total flux cleaned = -0.00206645 Jy ! Component: 900 - total flux cleaned = -0.00211004 Jy ! Component: 950 - total flux cleaned = -0.00223732 Jy ! Component: 1000 - total flux cleaned = -0.00225794 Jy ! Component: 1050 - total flux cleaned = -0.00225771 Jy ! Component: 1100 - total flux cleaned = -0.0023182 Jy ! Component: 1150 - total flux cleaned = -0.00233784 Jy ! Component: 1200 - total flux cleaned = -0.00235751 Jy ! Component: 1250 - total flux cleaned = -0.00241536 Jy ! Component: 1300 - total flux cleaned = -0.00249082 Jy ! Component: 1350 - total flux cleaned = -0.00247198 Jy ! Component: 1400 - total flux cleaned = -0.00248999 Jy ! Component: 1450 - total flux cleaned = -0.00248988 Jy ! Component: 1500 - total flux cleaned = -0.00247204 Jy ! Component: 1550 - total flux cleaned = -0.00250724 Jy ! Component: 1600 - total flux cleaned = -0.00254154 Jy ! Component: 1650 - total flux cleaned = -0.00254152 Jy ! Component: 1700 - total flux cleaned = -0.00259189 Jy ! Component: 1750 - total flux cleaned = -0.00262495 Jy ! Component: 1800 - total flux cleaned = -0.00273953 Jy ! Component: 1850 - total flux cleaned = -0.00280403 Jy ! Component: 1900 - total flux cleaned = -0.00280406 Jy ! Component: 1950 - total flux cleaned = -0.00288255 Jy ! Component: 2000 - total flux cleaned = -0.00285157 Jy ! Component: 2050 - total flux cleaned = -0.00289787 Jy ! Component: 2100 - total flux cleaned = -0.00297392 Jy ! Component: 2150 - total flux cleaned = -0.00303385 Jy ! Component: 2200 - total flux cleaned = -0.00310814 Jy ! Component: 2250 - total flux cleaned = -0.00312268 Jy ! Component: 2300 - total flux cleaned = -0.00313721 Jy ! Component: 2350 - total flux cleaned = -0.00318034 Jy ! Component: 2400 - total flux cleaned = -0.00318016 Jy ! Component: 2450 - total flux cleaned = -0.0032646 Jy ! Component: 2500 - total flux cleaned = -0.00332033 Jy ! Component: 2550 - total flux cleaned = -0.00334785 Jy ! Component: 2600 - total flux cleaned = -0.00333413 Jy ! Component: 2650 - total flux cleaned = -0.00340177 Jy ! Component: 2700 - total flux cleaned = -0.00341504 Jy ! Component: 2750 - total flux cleaned = -0.0034547 Jy ! Component: 2800 - total flux cleaned = -0.00346785 Jy ! Component: 2850 - total flux cleaned = -0.00348112 Jy ! Component: 2900 - total flux cleaned = -0.0035845 Jy ! Component: 2950 - total flux cleaned = -0.00358452 Jy ! Component: 3000 - total flux cleaned = -0.00363523 Jy ! Component: 3050 - total flux cleaned = -0.00366031 Jy ! Component: 3100 - total flux cleaned = -0.00366031 Jy ! Component: 3150 - total flux cleaned = -0.0036974 Jy ! Component: 3200 - total flux cleaned = -0.00374639 Jy ! Component: 3250 - total flux cleaned = -0.00375847 Jy ! Component: 3300 - total flux cleaned = -0.00377065 Jy ! Component: 3350 - total flux cleaned = -0.00385441 Jy ! Component: 3400 - total flux cleaned = -0.0038664 Jy ! Component: 3450 - total flux cleaned = -0.00393699 Jy ! Component: 3500 - total flux cleaned = -0.00394869 Jy ! Component: 3550 - total flux cleaned = -0.00399497 Jy ! Component: 3600 - total flux cleaned = -0.00404094 Jy ! Component: 3650 - total flux cleaned = -0.00404083 Jy ! Component: 3700 - total flux cleaned = -0.00406329 Jy ! Component: 3750 - total flux cleaned = -0.00411931 Jy ! Component: 3800 - total flux cleaned = -0.0041415 Jy ! Component: 3850 - total flux cleaned = -0.00411937 Jy ! Component: 3900 - total flux cleaned = -0.00416334 Jy ! Component: 3950 - total flux cleaned = -0.00418515 Jy ! Component: 4000 - total flux cleaned = -0.00421788 Jy ! Component: 4050 - total flux cleaned = -0.00422866 Jy ! Total flux subtracted in 4096 components = -0.00422875 Jy ! Clean residual min=-0.000579 max=0.000656 Jy/beam ! Clean residual mean=-0.000003 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.28732 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 432 components and 0.28732 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2222+1213_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.463 x 12.03 at -17.42 degrees (North through East) ! Clean map min=-0.001361 max=0.22727 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2222+1213_S_map.fits wmodel /image_prod/ug002_uva//J2222+1213_S_map.mod ! Writing 432 model components to file: /image_prod/ug002_uva//J2222+1213_S_map.mod wobs /image_prod/ug002_uva//J2222+1213_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2222+1213_S_uvs.fits wwins /image_prod/ug002_uva//J2222+1213_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2222+1213_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.227267 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205424 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.271167 0.271167 0.542333 1.08467 2.16933 4.33867 8.67733 17.3547 34.7093 69.4187 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.227 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1106.33 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2222+1213_S_dfm.log closed on Thu Mar 5 05:37:57 2020