! Started logfile: /image_prod/ug002_uva//J0539+1951_S_dfm.log on Wed Mar 4 20:56:18 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//J0539+1951_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0539+1951_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.969753 visibilities/baseline/integration-bin. ! Found source: J0539+1951 ! ! 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 4713 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 J0539+1951_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005899Jy sigma=9.129627 ! Fit after self-cal, rms=0.941843Jy sigma=8.545749 ! 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.092 mas, bmaj=10.17 mas, bpa=-18.45 degrees ! Estimated noise=1.64292 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.0451699 Jy ! Component: 100 - total flux cleaned = 0.0560281 Jy ! Total flux subtracted in 100 components = 0.0560281 Jy ! Clean residual min=-0.004120 max=0.004370 Jy/beam ! Clean residual mean=-0.000004 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.0560281 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0560281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060167Jy sigma=0.483836 ! Fit after self-cal, rms=0.058956Jy sigma=0.472398 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00528186 Jy ! Component: 100 - total flux cleaned = 0.00774056 Jy ! Total flux subtracted in 100 components = 0.00774056 Jy ! Clean residual min=-0.003508 max=0.004259 Jy/beam ! Clean residual mean=0.000002 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.0637686 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 21 components and 0.0637686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058449Jy sigma=0.467516 ! Fit after self-cal, rms=0.058424Jy sigma=0.467384 ! 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.757 mas, bmaj=11.06 mas, bpa=-18.22 degrees ! Estimated noise=1.17311 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 (-2, -31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00508474 Jy ! Component: 100 - total flux cleaned = 0.00784105 Jy ! Component: 150 - total flux cleaned = 0.0099216 Jy ! Component: 200 - total flux cleaned = 0.011591 Jy ! Total flux subtracted in 200 components = 0.011591 Jy ! Clean residual min=-0.002544 max=0.002778 Jy/beam ! Clean residual mean=0.000004 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0753596 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 60 components and 0.0753596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057955Jy sigma=0.462041 ! Fit after self-cal, rms=0.057880Jy sigma=0.461630 ! 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.757 x 11.06 at -18.22 degrees (North through East) ! Clean map min=-0.0024438 max=0.060884 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 0.99 KP 1.00 ! LA 0.97 MK 1.03 NL 1.04 OV 1.04 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.05 KP 0.98 ! LA 1.02 MK 1.04 NL 0.82 OV 0.86 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 0.92 KP 1.00 ! LA 1.06 MK 0.98 NL 0.94 OV 0.97 ! PT 1.04 ! ! ! Fit before self-cal, rms=0.057880Jy sigma=0.461630 ! Fit after self-cal, rms=0.055323Jy sigma=0.459428 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.774 mas, bmaj=11.08 mas, bpa=-18.21 degrees ! Estimated noise=1.15023 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.00157992 Jy ! Component: 100 - total flux cleaned = 0.0025377 Jy ! Component: 150 - total flux cleaned = 0.00314106 Jy ! Component: 200 - total flux cleaned = 0.00350412 Jy ! Total flux subtracted in 200 components = 0.00350412 Jy ! Clean residual min=-0.002452 max=0.002433 Jy/beam ! Clean residual mean=0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0788637 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 88 components and 0.0788637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055266Jy sigma=0.458696 ! Fit after self-cal, rms=0.055255Jy sigma=0.458566 ! 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.055255Jy sigma=0.458566 ! Fit after self-cal, rms=0.055259Jy sigma=0.454553 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=11.12 mas, bpa=-18.04 degrees ! Estimated noise=1.15126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122487 Jy ! Component: 100 - total flux cleaned = 0.00187606 Jy ! Component: 150 - total flux cleaned = 0.00232315 Jy ! Component: 200 - total flux cleaned = 0.00261306 Jy ! Total flux subtracted in 200 components = 0.00261306 Jy ! Clean residual min=-0.001915 max=0.001834 Jy/beam ! Clean residual mean=0.000005 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0814767 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.0814767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055227Jy sigma=0.454137 ! Fit after self-cal, rms=0.055262Jy sigma=0.453946 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.000327763 Jy ! Component: 100 - total flux cleaned = 0.000523124 Jy ! Component: 150 - total flux cleaned = 0.000608 Jy ! Component: 200 - total flux cleaned = 0.000654423 Jy ! Total flux subtracted in 200 components = 0.000654423 Jy ! Clean residual min=-0.001935 max=0.001859 Jy/beam ! Clean residual mean=0.000004 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0821311 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 130 components and 0.0821311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055251Jy sigma=0.453815 ! Fit after self-cal, rms=0.055251Jy sigma=0.453810 ! 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.055251Jy sigma=0.453810 ! Fit after self-cal, rms=0.055226Jy sigma=0.453706 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=11.12 mas, bpa=-18.03 degrees ! Estimated noise=1.15014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000457062 Jy ! Component: 100 - total flux cleaned = 0.000664179 Jy ! Component: 150 - total flux cleaned = 0.000747279 Jy ! Component: 200 - total flux cleaned = 0.000793233 Jy ! Total flux subtracted in 200 components = 0.000793233 Jy ! Clean residual min=-0.001944 max=0.001860 Jy/beam ! Clean residual mean=0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0829244 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 144 components and 0.0829244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055216Jy sigma=0.453581 ! Fit after self-cal, rms=0.055220Jy sigma=0.453571 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.000114681 Jy ! Component: 100 - total flux cleaned = 0.000143674 Jy ! Component: 150 - total flux cleaned = 0.000157706 Jy ! Component: 200 - total flux cleaned = 0.000170972 Jy ! Total flux subtracted in 200 components = 0.000170972 Jy ! Clean residual min=-0.001967 max=0.001856 Jy/beam ! Clean residual mean=0.000005 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0830953 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 155 components and 0.0830954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055215Jy sigma=0.453496 ! Fit after self-cal, rms=0.055214Jy sigma=0.453494 ! 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.055214Jy sigma=0.453494 ! Fit after self-cal, rms=0.055071Jy sigma=0.453476 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.859 mas, bmaj=12.18 mas, bpa=-14.77 degrees ! Estimated noise=1.32236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000146135 Jy ! Component: 100 - total flux cleaned = -6.36777e-05 Jy ! Component: 150 - total flux cleaned = 8.92135e-05 Jy ! Component: 200 - total flux cleaned = 0.000223485 Jy ! Total flux subtracted in 200 components = 0.000223485 Jy ! Clean residual min=-0.001996 max=0.001983 Jy/beam ! Clean residual mean=0.000009 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.0833188 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 163 components and 0.0833188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055068Jy sigma=0.453420 ! Fit after self-cal, rms=0.055062Jy sigma=0.453412 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 = 4.17329e-05 Jy ! Component: 100 - total flux cleaned = 9.35567e-05 Jy ! Component: 150 - total flux cleaned = 0.000128813 Jy ! Component: 200 - total flux cleaned = 0.000173402 Jy ! Total flux subtracted in 200 components = 0.000173402 Jy ! Clean residual min=-0.002011 max=0.001984 Jy/beam ! Clean residual mean=0.000009 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0834922 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 174 components and 0.0834922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055062Jy sigma=0.453389 ! Fit after self-cal, rms=0.055061Jy sigma=0.453387 ! 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.782 mas, bmaj=11.1 mas, bpa=-18.04 degrees ! Estimated noise=1.14909 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.782 x 11.1 at -18.04 degrees (North through East) ! Clean map min=-0.001991 max=0.059957 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.106 mas, bmaj=10.22 mas, bpa=-18.23 degrees ! Estimated noise=1.62589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.045743 Jy ! Component: 100 - total flux cleaned = 0.0566465 Jy ! Component: 150 - total flux cleaned = 0.0618788 Jy ! Component: 200 - total flux cleaned = 0.0651589 Jy ! Total flux subtracted in 200 components = 0.0651589 Jy ! Clean residual min=-0.003114 max=0.002911 Jy/beam ! Clean residual mean=-0.000002 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0651589 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0651589 Jy ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=11.1 mas, bpa=-18.04 degrees ! Estimated noise=1.14909 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.00363298 Jy ! Component: 100 - total flux cleaned = 0.00624128 Jy ! Component: 150 - total flux cleaned = 0.00835347 Jy ! Component: 200 - total flux cleaned = 0.0101226 Jy ! Total flux subtracted in 200 components = 0.0101226 Jy ! Clean residual min=-0.002141 max=0.001899 Jy/beam ! Clean residual mean=0.000004 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0752815 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 68 components and 0.0752815 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.859 mas, bmaj=12.18 mas, bpa=-14.77 degrees ! Estimated noise=1.32236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203282 Jy ! Component: 100 - total flux cleaned = 0.00354193 Jy ! Component: 150 - total flux cleaned = 0.00472538 Jy ! Component: 200 - total flux cleaned = 0.00567207 Jy ! Total flux subtracted in 200 components = 0.00567207 Jy ! Clean residual min=-0.002106 max=0.001946 Jy/beam ! Clean residual mean=0.000009 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0809536 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.000567795 Jy ! Component: 100 - total flux cleaned = 0.000950174 Jy ! Component: 150 - total flux cleaned = 0.00128844 Jy ! Component: 200 - total flux cleaned = 0.00158824 Jy ! Total flux subtracted in 200 components = 0.00158824 Jy ! Clean residual min=-0.002051 max=0.002002 Jy/beam ! Clean residual mean=0.000009 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0825418 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 144 components and 0.0825418 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=11.1 mas, bpa=-18.04 degrees ! Estimated noise=1.14909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380772 Jy ! Component: 100 - total flux cleaned = 0.000580472 Jy ! Component: 150 - total flux cleaned = 0.000736558 Jy ! Component: 200 - total flux cleaned = 0.000797637 Jy ! Total flux subtracted in 200 components = 0.000797637 Jy ! Clean residual min=-0.001960 max=0.001864 Jy/beam ! Clean residual mean=0.000005 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0833395 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 168 components and 0.0833395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055078Jy sigma=0.453584 ! Fit after self-cal, rms=0.055074Jy sigma=0.453548 wmodel J0539+1951_S_map.mod ! Writing 168 model components to file: J0539+1951_S_map.mod wobs J0539+1951_S_uvs.fits ! Writing UV FITS file: J0539+1951_S_uvs.fits wwins J0539+1951_S_map.win ! wwins: Wrote 2 windows to J0539+1951_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.000361185 Jy ! Component: 100 - total flux cleaned = -0.000554682 Jy ! Component: 150 - total flux cleaned = -0.000769928 Jy ! Component: 200 - total flux cleaned = -0.000799048 Jy ! Component: 250 - total flux cleaned = -0.000798671 Jy ! Component: 300 - total flux cleaned = -0.000798889 Jy ! Component: 350 - total flux cleaned = -0.000772225 Jy ! Component: 400 - total flux cleaned = -0.000772394 Jy ! Component: 450 - total flux cleaned = -0.00074641 Jy ! Component: 500 - total flux cleaned = -0.000721035 Jy ! Component: 550 - total flux cleaned = -0.000720973 Jy ! Component: 600 - total flux cleaned = -0.000696759 Jy ! Component: 650 - total flux cleaned = -0.000649289 Jy ! Component: 700 - total flux cleaned = -0.000578863 Jy ! Component: 750 - total flux cleaned = -0.000486945 Jy ! Component: 800 - total flux cleaned = -0.0004423 Jy ! Component: 850 - total flux cleaned = -0.000486859 Jy ! Component: 900 - total flux cleaned = -0.000465143 Jy ! Component: 950 - total flux cleaned = -0.000486506 Jy ! Component: 1000 - total flux cleaned = -0.000359385 Jy ! Component: 1050 - total flux cleaned = -0.000464492 Jy ! Component: 1100 - total flux cleaned = -0.000443831 Jy ! Component: 1150 - total flux cleaned = -0.000484525 Jy ! Component: 1200 - total flux cleaned = -0.000464818 Jy ! Component: 1250 - total flux cleaned = -0.000445282 Jy ! Component: 1300 - total flux cleaned = -0.000465068 Jy ! Component: 1350 - total flux cleaned = -0.000542358 Jy ! Component: 1400 - total flux cleaned = -0.000561284 Jy ! Component: 1450 - total flux cleaned = -0.000542046 Jy ! Component: 1500 - total flux cleaned = -0.000616785 Jy ! Component: 1550 - total flux cleaned = -0.000653849 Jy ! Component: 1600 - total flux cleaned = -0.000726435 Jy ! Component: 1650 - total flux cleaned = -0.000744041 Jy ! Component: 1700 - total flux cleaned = -0.000797187 Jy ! Component: 1750 - total flux cleaned = -0.000849718 Jy ! Component: 1800 - total flux cleaned = -0.000901628 Jy ! Component: 1850 - total flux cleaned = -0.000884185 Jy ! Component: 1900 - total flux cleaned = -0.000884107 Jy ! Component: 1950 - total flux cleaned = -0.000867324 Jy ! Component: 2000 - total flux cleaned = -0.000817237 Jy ! Component: 2050 - total flux cleaned = -0.000834074 Jy ! Component: 2100 - total flux cleaned = -0.000850332 Jy ! Component: 2150 - total flux cleaned = -0.00086654 Jy ! Component: 2200 - total flux cleaned = -0.000882375 Jy ! Component: 2250 - total flux cleaned = -0.000866552 Jy ! Component: 2300 - total flux cleaned = -0.000850803 Jy ! Component: 2350 - total flux cleaned = -0.000866344 Jy ! Component: 2400 - total flux cleaned = -0.000866045 Jy ! Component: 2450 - total flux cleaned = -0.00083522 Jy ! Component: 2500 - total flux cleaned = -0.000835274 Jy ! Component: 2550 - total flux cleaned = -0.000820337 Jy ! Component: 2600 - total flux cleaned = -0.000790494 Jy ! Component: 2650 - total flux cleaned = -0.000775966 Jy ! Component: 2700 - total flux cleaned = -0.000761373 Jy ! Component: 2750 - total flux cleaned = -0.000775885 Jy ! Component: 2800 - total flux cleaned = -0.000804888 Jy ! Component: 2850 - total flux cleaned = -0.000804886 Jy ! Component: 2900 - total flux cleaned = -0.000734245 Jy ! Component: 2950 - total flux cleaned = -0.000860351 Jy ! Component: 3000 - total flux cleaned = -0.000762939 Jy ! Component: 3050 - total flux cleaned = -0.000762934 Jy ! Component: 3100 - total flux cleaned = -0.000776575 Jy ! Component: 3150 - total flux cleaned = -0.000736048 Jy ! Component: 3200 - total flux cleaned = -0.000709165 Jy ! Component: 3250 - total flux cleaned = -0.000722572 Jy ! Component: 3300 - total flux cleaned = -0.000669479 Jy ! Component: 3350 - total flux cleaned = -0.000630065 Jy ! Component: 3400 - total flux cleaned = -0.000630153 Jy ! Component: 3450 - total flux cleaned = -0.000617226 Jy ! Component: 3500 - total flux cleaned = -0.000565847 Jy ! Component: 3550 - total flux cleaned = -0.000578581 Jy ! Component: 3600 - total flux cleaned = -0.000515284 Jy ! Component: 3650 - total flux cleaned = -0.000527989 Jy ! Component: 3700 - total flux cleaned = -0.000527879 Jy ! Component: 3750 - total flux cleaned = -0.00049056 Jy ! Component: 3800 - total flux cleaned = -0.000490484 Jy ! Component: 3850 - total flux cleaned = -0.000453728 Jy ! Component: 3900 - total flux cleaned = -0.000417373 Jy ! Component: 3950 - total flux cleaned = -0.000429459 Jy ! Component: 4000 - total flux cleaned = -0.000405495 Jy ! Component: 4050 - total flux cleaned = -0.000417306 Jy ! Total flux subtracted in 4096 components = -0.000381892 Jy ! Clean residual min=-0.000674 max=0.000672 Jy/beam ! Clean residual mean=0.000001 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.0829576 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 459 components and 0.0829575 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0539+1951_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.782 x 11.1 at -18.04 degrees (North through East) ! Clean map min=-0.0015214 max=0.059699 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0539+1951_S_map.fits wmodel /image_prod/ug002_uva//J0539+1951_S_map.mod ! Writing 459 model components to file: /image_prod/ug002_uva//J0539+1951_S_map.mod wobs /image_prod/ug002_uva//J0539+1951_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0539+1951_S_uvs.fits wwins /image_prod/ug002_uva//J0539+1951_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0539+1951_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0596986 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227539 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14344 1.14344 2.28688 4.57375 9.1475 18.295 36.59 73.18 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 262.366 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0539+1951_S_dfm.log closed on Wed Mar 4 20:56:22 2020