! Started logfile: /image_prod/ug002_uva//J1055+0205_S_dfm.log on Wed Mar 4 23:47:16 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//J1055+0205_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1055+0205_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.906019 visibilities/baseline/integration-bin. ! Found source: J1055+0205 ! ! 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 5871 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 J1055+0205_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006738Jy sigma=8.514708 ! Fit after self-cal, rms=0.941970Jy sigma=8.019332 ! 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.317 mas, bmaj=13.38 mas, bpa=-18.23 degrees ! Estimated noise=1.52367 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.0431426 Jy ! Component: 100 - total flux cleaned = 0.0587767 Jy ! Total flux subtracted in 100 components = 0.0587767 Jy ! Clean residual min=-0.003905 max=0.008166 Jy/beam ! Clean residual mean=0.000002 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.0587767 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0587767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079536Jy sigma=0.490999 ! Fit after self-cal, rms=0.078924Jy sigma=0.484578 ! Inverting map ! Added new window around map position (-5, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00983741 Jy ! Component: 100 - total flux cleaned = 0.0157501 Jy ! Total flux subtracted in 100 components = 0.0157501 Jy ! Clean residual min=-0.003174 max=0.003408 Jy/beam ! Clean residual mean=0.000004 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.0745269 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.0745268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077021Jy sigma=0.468939 ! Fit after self-cal, rms=0.076981Jy sigma=0.468443 ! 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.001 mas, bmaj=14.42 mas, bpa=-17.53 degrees ! Estimated noise=1.12285 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.00501653 Jy ! Component: 100 - total flux cleaned = 0.00647652 Jy ! Component: 150 - total flux cleaned = 0.00656237 Jy ! Component: 200 - total flux cleaned = 0.00644645 Jy ! Total flux subtracted in 200 components = 0.00644645 Jy ! Clean residual min=-0.002452 max=0.002207 Jy/beam ! Clean residual mean=0.000007 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0809733 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 36 components and 0.0809733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076322Jy sigma=0.465502 ! Fit after self-cal, rms=0.076246Jy sigma=0.464850 ! 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.001 x 14.42 at -17.53 degrees (North through East) ! Clean map min=-0.0023298 max=0.051413 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.06 KP 0.98 ! LA 1.03 MK 1.03 NL 1.01 OV 0.96 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.96 HN 1.09 KP 0.99 ! LA 0.96 MK 0.93 NL 0.99 OV 0.96 ! PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 0.98 KP 0.97 ! LA 1.06 MK 1.01 NL 0.92 OV 1.02 ! PT 0.95 ! ! ! Fit before self-cal, rms=0.076246Jy sigma=0.464850 ! Fit after self-cal, rms=0.072587Jy sigma=0.463811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.008 mas, bmaj=14.43 mas, bpa=-17.61 degrees ! Estimated noise=1.11864 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.00107661 Jy ! Component: 100 - total flux cleaned = 0.000610875 Jy ! Component: 150 - total flux cleaned = 0.00019827 Jy ! Component: 200 - total flux cleaned = -0.000149373 Jy ! Total flux subtracted in 200 components = -0.000149373 Jy ! Clean residual min=-0.002230 max=0.002223 Jy/beam ! Clean residual mean=0.000007 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0808239 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 57 components and 0.0808239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072372Jy sigma=0.463221 ! Fit after self-cal, rms=0.072337Jy sigma=0.462727 ! 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.072337Jy sigma=0.462727 ! Fit after self-cal, rms=0.075730Jy sigma=0.461219 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=14.73 mas, bpa=-17.69 degrees ! Estimated noise=1.13516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113979 Jy ! Component: 100 - total flux cleaned = 0.000673405 Jy ! Component: 150 - total flux cleaned = 0.000384954 Jy ! Component: 200 - total flux cleaned = 9.45011e-05 Jy ! Total flux subtracted in 200 components = 9.45011e-05 Jy ! Clean residual min=-0.002137 max=0.002192 Jy/beam ! Clean residual mean=0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0809184 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.0809184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075476Jy sigma=0.460623 ! Fit after self-cal, rms=0.075491Jy sigma=0.460340 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.00023089 Jy ! Component: 100 - total flux cleaned = -0.000149022 Jy ! Component: 150 - total flux cleaned = -0.000500104 Jy ! Component: 200 - total flux cleaned = -0.000594601 Jy ! Total flux subtracted in 200 components = -0.000594601 Jy ! Clean residual min=-0.002101 max=0.002131 Jy/beam ! Clean residual mean=0.000004 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0803238 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 85 components and 0.0803238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075382Jy sigma=0.460018 ! Fit after self-cal, rms=0.075333Jy sigma=0.459870 ! 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.075333Jy sigma=0.459870 ! Fit after self-cal, rms=0.061496Jy sigma=0.455667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.989 mas, bmaj=14.64 mas, bpa=-17.65 degrees ! Estimated noise=1.12903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000586031 Jy ! Component: 100 - total flux cleaned = 0.000741477 Jy ! Component: 150 - total flux cleaned = 0.000866583 Jy ! Component: 200 - total flux cleaned = 0.000970359 Jy ! Total flux subtracted in 200 components = 0.000970359 Jy ! Clean residual min=-0.001847 max=0.002093 Jy/beam ! Clean residual mean=0.000000 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0812942 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 107 components and 0.0812942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061451Jy sigma=0.455272 ! Fit after self-cal, rms=0.061427Jy sigma=0.455012 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 = 7.39794e-05 Jy ! Component: 100 - total flux cleaned = 0.000128636 Jy ! Component: 150 - total flux cleaned = 0.00012875 Jy ! Component: 200 - total flux cleaned = 8.57146e-05 Jy ! Total flux subtracted in 200 components = 8.57146e-05 Jy ! Clean residual min=-0.001774 max=0.002002 Jy/beam ! Clean residual mean=0.000000 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0813799 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 117 components and 0.0813799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061400Jy sigma=0.454747 ! Fit after self-cal, rms=0.061393Jy sigma=0.454631 ! 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.061393Jy sigma=0.454631 ! Fit after self-cal, rms=0.060760Jy sigma=0.454570 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.186 mas, bmaj=15.05 mas, bpa=-13.17 degrees ! Estimated noise=1.28951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159497 Jy ! Component: 100 - total flux cleaned = 0.000404379 Jy ! Component: 150 - total flux cleaned = 0.000581711 Jy ! Component: 200 - total flux cleaned = 0.000643203 Jy ! Total flux subtracted in 200 components = 0.000643203 Jy ! Clean residual min=-0.001780 max=0.002183 Jy/beam ! Clean residual mean=0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0820231 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.0820231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060755Jy sigma=0.454444 ! Fit after self-cal, rms=0.060735Jy sigma=0.454360 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.10996e-05 Jy ! Component: 100 - total flux cleaned = 1.82647e-05 Jy ! Component: 150 - total flux cleaned = 4.59237e-05 Jy ! Component: 200 - total flux cleaned = 6.97141e-05 Jy ! Total flux subtracted in 200 components = 6.97141e-05 Jy ! Clean residual min=-0.001770 max=0.002132 Jy/beam ! Clean residual mean=0.000001 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0820928 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 135 components and 0.0820928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060732Jy sigma=0.454284 ! Fit after self-cal, rms=0.060723Jy sigma=0.454231 ! 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.985 mas, bmaj=14.6 mas, bpa=-17.59 degrees ! Estimated noise=1.12356 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.985 x 14.6 at -17.59 degrees (North through East) ! Clean map min=-0.0022353 max=0.048572 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.296 mas, bmaj=13.57 mas, bpa=-18.32 degrees ! Estimated noise=1.53106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0451914 Jy ! Component: 100 - total flux cleaned = 0.0627735 Jy ! Component: 150 - total flux cleaned = 0.0723098 Jy ! Component: 200 - total flux cleaned = 0.0782296 Jy ! Total flux subtracted in 200 components = 0.0782296 Jy ! Clean residual min=-0.002936 max=0.003206 Jy/beam ! Clean residual mean=0.000000 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.0782295 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0782295 Jy ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=14.6 mas, bpa=-17.59 degrees ! Estimated noise=1.12356 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.00350887 Jy ! Component: 100 - total flux cleaned = 0.00373841 Jy ! Component: 150 - total flux cleaned = 0.00374716 Jy ! Component: 200 - total flux cleaned = 0.00381701 Jy ! Total flux subtracted in 200 components = 0.00381701 Jy ! Clean residual min=-0.001932 max=0.002112 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0820465 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 52 components and 0.0820465 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.186 mas, bmaj=15.05 mas, bpa=-13.17 degrees ! Estimated noise=1.28951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000398071 Jy ! Component: 100 - total flux cleaned = 0.000252969 Jy ! Component: 150 - total flux cleaned = 0.000170737 Jy ! Component: 200 - total flux cleaned = 0.000133421 Jy ! Total flux subtracted in 200 components = 0.000133421 Jy ! Clean residual min=-0.001811 max=0.002093 Jy/beam ! Clean residual mean=0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.08218 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.65613e-08 Jy ! Component: 100 - total flux cleaned = 3.42195e-07 Jy ! Component: 150 - total flux cleaned = 2.4819e-05 Jy ! Component: 200 - total flux cleaned = 2.43213e-05 Jy ! Total flux subtracted in 200 components = 2.43213e-05 Jy ! Clean residual min=-0.001783 max=0.002059 Jy/beam ! Clean residual mean=0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0822043 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 78 components and 0.0822043 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.985 mas, bmaj=14.6 mas, bpa=-17.59 degrees ! Estimated noise=1.12356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220072 Jy ! Component: 100 - total flux cleaned = -0.000214747 Jy ! Component: 150 - total flux cleaned = -0.000215556 Jy ! Component: 200 - total flux cleaned = -0.000274293 Jy ! Total flux subtracted in 200 components = -0.000274293 Jy ! Clean residual min=-0.001651 max=0.001988 Jy/beam ! Clean residual mean=0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.08193 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.08193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060743Jy sigma=0.454328 ! Fit after self-cal, rms=0.060712Jy sigma=0.454113 wmodel J1055+0205_S_map.mod ! Writing 93 model components to file: J1055+0205_S_map.mod wobs J1055+0205_S_uvs.fits ! Writing UV FITS file: J1055+0205_S_uvs.fits wwins J1055+0205_S_map.win ! wwins: Wrote 2 windows to J1055+0205_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.000880033 Jy ! Component: 100 - total flux cleaned = 0.000977306 Jy ! Component: 150 - total flux cleaned = 0.000978933 Jy ! Component: 200 - total flux cleaned = 0.000868921 Jy ! Component: 250 - total flux cleaned = 0.000711109 Jy ! Component: 300 - total flux cleaned = 0.000635033 Jy ! Component: 350 - total flux cleaned = 0.000463756 Jy ! Component: 400 - total flux cleaned = 0.000322511 Jy ! Component: 450 - total flux cleaned = 0.000186444 Jy ! Component: 500 - total flux cleaned = 0.000142537 Jy ! Component: 550 - total flux cleaned = 9.89476e-05 Jy ! Component: 600 - total flux cleaned = 9.8491e-05 Jy ! Component: 650 - total flux cleaned = 0.000138801 Jy ! Component: 700 - total flux cleaned = 7.8485e-05 Jy ! Component: 750 - total flux cleaned = 0.000197625 Jy ! Component: 800 - total flux cleaned = 0.000332513 Jy ! Component: 850 - total flux cleaned = 0.000350887 Jy ! Component: 900 - total flux cleaned = 0.000388309 Jy ! Component: 950 - total flux cleaned = 0.000498029 Jy ! Component: 1000 - total flux cleaned = 0.00056975 Jy ! Component: 1050 - total flux cleaned = 0.000640146 Jy ! Component: 1100 - total flux cleaned = 0.000674762 Jy ! Component: 1150 - total flux cleaned = 0.000743267 Jy ! Component: 1200 - total flux cleaned = 0.000760316 Jy ! Component: 1250 - total flux cleaned = 0.00084297 Jy ! Component: 1300 - total flux cleaned = 0.000875657 Jy ! Component: 1350 - total flux cleaned = 0.00092425 Jy ! Component: 1400 - total flux cleaned = 0.000892147 Jy ! Component: 1450 - total flux cleaned = 0.000986304 Jy ! Component: 1500 - total flux cleaned = 0.00100197 Jy ! Component: 1550 - total flux cleaned = 0.00100215 Jy ! Component: 1600 - total flux cleaned = 0.00104733 Jy ! Component: 1650 - total flux cleaned = 0.00112139 Jy ! Component: 1700 - total flux cleaned = 0.00110622 Jy ! Component: 1750 - total flux cleaned = 0.00110608 Jy ! Component: 1800 - total flux cleaned = 0.00113458 Jy ! Component: 1850 - total flux cleaned = 0.00113478 Jy ! Component: 1900 - total flux cleaned = 0.00120475 Jy ! Component: 1950 - total flux cleaned = 0.00120489 Jy ! Component: 2000 - total flux cleaned = 0.00117758 Jy ! Component: 2050 - total flux cleaned = 0.00117759 Jy ! Component: 2100 - total flux cleaned = 0.00115063 Jy ! Component: 2150 - total flux cleaned = 0.00115051 Jy ! Component: 2200 - total flux cleaned = 0.00111135 Jy ! Component: 2250 - total flux cleaned = 0.00108549 Jy ! Component: 2300 - total flux cleaned = 0.00109818 Jy ! Component: 2350 - total flux cleaned = 0.000983864 Jy ! Component: 2400 - total flux cleaned = 0.000983843 Jy ! Component: 2450 - total flux cleaned = 0.00093399 Jy ! Component: 2500 - total flux cleaned = 0.000897103 Jy ! Component: 2550 - total flux cleaned = 0.000799439 Jy ! Component: 2600 - total flux cleaned = 0.000787222 Jy ! Component: 2650 - total flux cleaned = 0.000738931 Jy ! Component: 2700 - total flux cleaned = 0.000679347 Jy ! Component: 2750 - total flux cleaned = 0.000632308 Jy ! Component: 2800 - total flux cleaned = 0.000527237 Jy ! Component: 2850 - total flux cleaned = 0.000515799 Jy ! Component: 2900 - total flux cleaned = 0.00049259 Jy ! Component: 2950 - total flux cleaned = 0.000355987 Jy ! Component: 3000 - total flux cleaned = 0.000299692 Jy ! Component: 3050 - total flux cleaned = 0.000254976 Jy ! Component: 3100 - total flux cleaned = 0.000199625 Jy ! Component: 3150 - total flux cleaned = 0.000166792 Jy ! Component: 3200 - total flux cleaned = 0.000123123 Jy ! Component: 3250 - total flux cleaned = 9.07162e-05 Jy ! Component: 3300 - total flux cleaned = 1.54693e-05 Jy ! Component: 3350 - total flux cleaned = -4.85082e-05 Jy ! Component: 3400 - total flux cleaned = -6.97686e-05 Jy ! Component: 3450 - total flux cleaned = -0.000174747 Jy ! Component: 3500 - total flux cleaned = -0.000237295 Jy ! Component: 3550 - total flux cleaned = -0.00030967 Jy ! Component: 3600 - total flux cleaned = -0.000412304 Jy ! Component: 3650 - total flux cleaned = -0.000422514 Jy ! Component: 3700 - total flux cleaned = -0.000483243 Jy ! Component: 3750 - total flux cleaned = -0.000533492 Jy ! Component: 3800 - total flux cleaned = -0.000563435 Jy ! Component: 3850 - total flux cleaned = -0.000583288 Jy ! Component: 3900 - total flux cleaned = -0.000652257 Jy ! Component: 3950 - total flux cleaned = -0.000691403 Jy ! Component: 4000 - total flux cleaned = -0.000701203 Jy ! Component: 4050 - total flux cleaned = -0.00077846 Jy ! Total flux subtracted in 4096 components = -0.000788077 Jy ! Clean residual min=-0.000636 max=0.000692 Jy/beam ! Clean residual mean=0.000001 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0811419 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 411 components and 0.0811419 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1055+0205_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.985 x 14.6 at -17.59 degrees (North through East) ! Clean map min=-0.0017599 max=0.048806 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1055+0205_S_map.fits wmodel /image_prod/ug002_uva//J1055+0205_S_map.mod ! Writing 411 model components to file: /image_prod/ug002_uva//J1055+0205_S_map.mod wobs /image_prod/ug002_uva//J1055+0205_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1055+0205_S_uvs.fits wwins /image_prod/ug002_uva//J1055+0205_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1055+0205_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0488064 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192522 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18338 1.18338 2.36676 4.73353 9.46705 18.9341 37.8682 75.7364 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 253.51 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1055+0205_S_dfm.log closed on Wed Mar 4 23:47:20 2020