! Started logfile: /image_prod/ug002_uva//J0347+2339_S_dfm.log on Wed Mar 4 20:02:23 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//J0347+2339_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0347+2339_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.972685 visibilities/baseline/integration-bin. ! Found source: J0347+2339 ! ! 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 6303 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 J0347+2339_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018090Jy sigma=8.583244 ! Fit after self-cal, rms=0.823855Jy sigma=6.945924 ! 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.348 mas, bmaj=9.022 mas, bpa=-20.39 degrees ! Estimated noise=1.65835 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.13983 Jy ! Component: 100 - total flux cleaned = 0.174556 Jy ! Total flux subtracted in 100 components = 0.174556 Jy ! Clean residual min=-0.007061 max=0.014569 Jy/beam ! Clean residual mean=-0.000009 rms=0.002204 Jy/beam ! Combined flux in latest and established models = 0.174556 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.174556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074569Jy sigma=0.537065 ! Fit after self-cal, rms=0.074510Jy sigma=0.536840 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159965 Jy ! Component: 100 - total flux cleaned = 0.0248379 Jy ! Total flux subtracted in 100 components = 0.0248379 Jy ! Clean residual min=-0.006104 max=0.008879 Jy/beam ! Clean residual mean=0.000014 rms=0.001699 Jy/beam ! Combined flux in latest and established models = 0.199394 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.199394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070768Jy sigma=0.504208 ! Fit after self-cal, rms=0.070704Jy sigma=0.503896 ! 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.029 mas, bmaj=9.813 mas, bpa=-19.01 degrees ! Estimated noise=1.08788 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.00347855 Jy ! Component: 100 - total flux cleaned = 0.0036078 Jy ! Component: 150 - total flux cleaned = 0.00359588 Jy ! Component: 200 - total flux cleaned = 0.00359344 Jy ! Total flux subtracted in 200 components = 0.00359344 Jy ! Clean residual min=-0.005091 max=0.005716 Jy/beam ! Clean residual mean=0.000016 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.202988 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.202988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069941Jy sigma=0.499326 ! Fit after self-cal, rms=0.069910Jy sigma=0.499149 ! 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.029 x 9.813 at -19.01 degrees (North through East) ! Clean map min=-0.0050595 max=0.17949 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.04 KP 0.97 ! LA 1.04 MK 0.98 NL 1.00 OV 1.01 ! PT 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 1.04 KP 1.00 ! LA 1.04 MK 0.97 NL 0.88 OV 0.89 ! PT 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.01 KP 0.98 ! LA 1.06 MK 0.98 NL 0.95 OV 0.96 ! PT 1.02 ! ! ! Fit before self-cal, rms=0.069910Jy sigma=0.499149 ! Fit after self-cal, rms=0.067622Jy sigma=0.489294 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=9.885 mas, bpa=-19.06 degrees ! Estimated noise=1.09142 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.00017639 Jy ! Component: 100 - total flux cleaned = -0.000296165 Jy ! Component: 150 - total flux cleaned = -0.000342282 Jy ! Component: 200 - total flux cleaned = -0.000383058 Jy ! Total flux subtracted in 200 components = -0.000383058 Jy ! Clean residual min=-0.004995 max=0.005430 Jy/beam ! Clean residual mean=0.000013 rms=0.001220 Jy/beam ! Combined flux in latest and established models = 0.202605 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.202605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067490Jy sigma=0.488753 ! Fit after self-cal, rms=0.067488Jy sigma=0.488614 ! 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.067488Jy sigma=0.488614 ! Fit after self-cal, rms=0.062233Jy sigma=0.450187 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.98 mas, bmaj=9.933 mas, bpa=-19 degrees ! Estimated noise=1.09287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000958434 Jy ! Component: 100 - total flux cleaned = 0.00101058 Jy ! Component: 150 - total flux cleaned = 0.00104792 Jy ! Component: 200 - total flux cleaned = 0.00104786 Jy ! Total flux subtracted in 200 components = 0.00104786 Jy ! Clean residual min=-0.002075 max=0.001928 Jy/beam ! Clean residual mean=0.000008 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.203653 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.203653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062173Jy sigma=0.449712 ! Fit after self-cal, rms=0.062191Jy sigma=0.449484 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.52661e-07 Jy ! Component: 100 - total flux cleaned = -2.33587e-05 Jy ! Component: 150 - total flux cleaned = 1.90977e-05 Jy ! Component: 200 - total flux cleaned = 5.68526e-05 Jy ! Total flux subtracted in 200 components = 5.68526e-05 Jy ! Clean residual min=-0.002065 max=0.001931 Jy/beam ! Clean residual mean=0.000008 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.203709 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.203709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062172Jy sigma=0.449352 ! Fit after self-cal, rms=0.062169Jy sigma=0.449341 ! 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.062169Jy sigma=0.449341 ! Fit after self-cal, rms=0.062094Jy sigma=0.449116 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=9.935 mas, bpa=-18.9 degrees ! Estimated noise=1.09117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000573159 Jy ! Component: 100 - total flux cleaned = 0.000661169 Jy ! Component: 150 - total flux cleaned = 0.00068492 Jy ! Component: 200 - total flux cleaned = 0.000745845 Jy ! Total flux subtracted in 200 components = 0.000745845 Jy ! Clean residual min=-0.001943 max=0.001907 Jy/beam ! Clean residual mean=0.000007 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.204455 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.204455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062068Jy sigma=0.448910 ! Fit after self-cal, rms=0.062063Jy sigma=0.448906 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.44431e-06 Jy ! Component: 100 - total flux cleaned = 3.80146e-06 Jy ! Component: 150 - total flux cleaned = 1.87722e-05 Jy ! Component: 200 - total flux cleaned = 3.26381e-05 Jy ! Total flux subtracted in 200 components = 3.26381e-05 Jy ! Clean residual min=-0.001948 max=0.001898 Jy/beam ! Clean residual mean=0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.204488 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.204488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062054Jy sigma=0.448854 ! Fit after self-cal, rms=0.062054Jy sigma=0.448853 ! 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.062054Jy sigma=0.448853 ! Fit after self-cal, rms=0.061927Jy sigma=0.448763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.047 mas, bmaj=11.65 mas, bpa=-14.78 degrees ! Estimated noise=1.24648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000641887 Jy ! Component: 100 - total flux cleaned = 0.00070653 Jy ! Component: 150 - total flux cleaned = 0.00071774 Jy ! Component: 200 - total flux cleaned = 0.00074673 Jy ! Total flux subtracted in 200 components = 0.00074673 Jy ! Clean residual min=-0.001698 max=0.001870 Jy/beam ! Clean residual mean=0.000010 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.205235 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 80 components and 0.205235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061919Jy sigma=0.448709 ! Fit after self-cal, rms=0.061916Jy sigma=0.448702 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.16613e-05 Jy ! Component: 100 - total flux cleaned = 4.02746e-05 Jy ! Component: 150 - total flux cleaned = 5.62943e-05 Jy ! Component: 200 - total flux cleaned = 7.10536e-05 Jy ! Total flux subtracted in 200 components = 7.10536e-05 Jy ! Clean residual min=-0.001686 max=0.001875 Jy/beam ! Clean residual mean=0.000010 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.205306 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.205306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061913Jy sigma=0.448691 ! Fit after self-cal, rms=0.061913Jy sigma=0.448689 ! 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.966 mas, bmaj=9.938 mas, bpa=-18.82 degrees ! Estimated noise=1.08974 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.966 x 9.938 at -18.82 degrees (North through East) ! Clean map min=-0.0017847 max=0.17957 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.305 mas, bmaj=9.122 mas, bpa=-20.05 degrees ! Estimated noise=1.65074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139139 Jy ! Component: 100 - total flux cleaned = 0.173352 Jy ! Component: 150 - total flux cleaned = 0.188822 Jy ! Component: 200 - total flux cleaned = 0.196552 Jy ! Total flux subtracted in 200 components = 0.196552 Jy ! Clean residual min=-0.003107 max=0.004003 Jy/beam ! Clean residual mean=-0.000002 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.196552 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.196552 Jy ! Inverting map and beam ! Estimated beam: bmin=3.966 mas, bmaj=9.938 mas, bpa=-18.82 degrees ! Estimated noise=1.08974 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) ! Added new window around map position (-2.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00575018 Jy ! Component: 100 - total flux cleaned = 0.00868448 Jy ! Component: 150 - total flux cleaned = 0.00973434 Jy ! Component: 200 - total flux cleaned = 0.0101928 Jy ! Total flux subtracted in 200 components = 0.0101928 Jy ! Clean residual min=-0.001876 max=0.001907 Jy/beam ! Clean residual mean=0.000006 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.206745 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 48 components and 0.206745 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.047 mas, bmaj=11.65 mas, bpa=-14.78 degrees ! Estimated noise=1.24648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430659 Jy ! Component: 100 - total flux cleaned = 0.000338541 Jy ! Component: 150 - total flux cleaned = 0.000314192 Jy ! Component: 200 - total flux cleaned = 0.000271635 Jy ! Total flux subtracted in 200 components = 0.000271635 Jy ! Clean residual min=-0.001624 max=0.001776 Jy/beam ! Clean residual mean=0.000008 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.207016 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 = -1.69588e-05 Jy ! Component: 100 - total flux cleaned = -3.17253e-05 Jy ! Component: 150 - total flux cleaned = -3.0767e-05 Jy ! Component: 200 - total flux cleaned = -4.32741e-05 Jy ! Total flux subtracted in 200 components = -4.32741e-05 Jy ! Clean residual min=-0.001615 max=0.001770 Jy/beam ! Clean residual mean=0.000008 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.206973 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 83 components and 0.206973 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.966 mas, bmaj=9.938 mas, bpa=-18.82 degrees ! Estimated noise=1.08974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.63427e-05 Jy ! Component: 100 - total flux cleaned = -1.70245e-05 Jy ! Component: 150 - total flux cleaned = -4.17665e-05 Jy ! Component: 200 - total flux cleaned = -4.11997e-05 Jy ! Total flux subtracted in 200 components = -4.11997e-05 Jy ! Clean residual min=-0.001668 max=0.001807 Jy/beam ! Clean residual mean=0.000005 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.206932 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.206932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061857Jy sigma=0.448358 ! Fit after self-cal, rms=0.061852Jy sigma=0.448301 wmodel J0347+2339_S_map.mod ! Writing 100 model components to file: J0347+2339_S_map.mod wobs J0347+2339_S_uvs.fits ! Writing UV FITS file: J0347+2339_S_uvs.fits wwins J0347+2339_S_map.win ! wwins: Wrote 2 windows to J0347+2339_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.000562834 Jy ! Component: 100 - total flux cleaned = 0.000769633 Jy ! Component: 150 - total flux cleaned = 0.000796599 Jy ! Component: 200 - total flux cleaned = 0.000769897 Jy ! Component: 250 - total flux cleaned = 0.000743869 Jy ! Component: 300 - total flux cleaned = 0.000693265 Jy ! Component: 350 - total flux cleaned = 0.00061981 Jy ! Component: 400 - total flux cleaned = 0.000595453 Jy ! Component: 450 - total flux cleaned = 0.000594783 Jy ! Component: 500 - total flux cleaned = 0.000594258 Jy ! Component: 550 - total flux cleaned = 0.00052644 Jy ! Component: 600 - total flux cleaned = 0.000438384 Jy ! Component: 650 - total flux cleaned = 0.000352096 Jy ! Component: 700 - total flux cleaned = 0.000288236 Jy ! Component: 750 - total flux cleaned = 0.000141812 Jy ! Component: 800 - total flux cleaned = 1.88688e-05 Jy ! Component: 850 - total flux cleaned = -0.000122181 Jy ! Component: 900 - total flux cleaned = -0.000181844 Jy ! Component: 950 - total flux cleaned = -0.000298876 Jy ! Component: 1000 - total flux cleaned = -0.00029932 Jy ! Component: 1050 - total flux cleaned = -0.000375399 Jy ! Component: 1100 - total flux cleaned = -0.000431319 Jy ! Component: 1150 - total flux cleaned = -0.000486459 Jy ! Component: 1200 - total flux cleaned = -0.000540868 Jy ! Component: 1250 - total flux cleaned = -0.000540983 Jy ! Component: 1300 - total flux cleaned = -0.000646531 Jy ! Component: 1350 - total flux cleaned = -0.000680768 Jy ! Component: 1400 - total flux cleaned = -0.000714984 Jy ! Component: 1450 - total flux cleaned = -0.000833319 Jy ! Component: 1500 - total flux cleaned = -0.000899881 Jy ! Component: 1550 - total flux cleaned = -0.000999126 Jy ! Component: 1600 - total flux cleaned = -0.00101573 Jy ! Component: 1650 - total flux cleaned = -0.00120931 Jy ! Component: 1700 - total flux cleaned = -0.00128899 Jy ! Component: 1750 - total flux cleaned = -0.00136771 Jy ! Component: 1800 - total flux cleaned = -0.00149222 Jy ! Component: 1850 - total flux cleaned = -0.00155398 Jy ! Component: 1900 - total flux cleaned = -0.00159975 Jy ! Component: 1950 - total flux cleaned = -0.00166026 Jy ! Component: 2000 - total flux cleaned = -0.00182451 Jy ! Component: 2050 - total flux cleaned = -0.00194276 Jy ! Component: 2100 - total flux cleaned = -0.00207437 Jy ! Component: 2150 - total flux cleaned = -0.00219024 Jy ! Component: 2200 - total flux cleaned = -0.0022764 Jy ! Component: 2250 - total flux cleaned = -0.00241855 Jy ! Component: 2300 - total flux cleaned = -0.00253112 Jy ! Component: 2350 - total flux cleaned = -0.00262861 Jy ! Component: 2400 - total flux cleaned = -0.00272522 Jy ! Component: 2450 - total flux cleaned = -0.00283466 Jy ! Component: 2500 - total flux cleaned = -0.00294305 Jy ! Component: 2550 - total flux cleaned = -0.00301018 Jy ! Component: 2600 - total flux cleaned = -0.00310352 Jy ! Component: 2650 - total flux cleaned = -0.00312982 Jy ! Component: 2700 - total flux cleaned = -0.00319539 Jy ! Component: 2750 - total flux cleaned = -0.00323435 Jy ! Component: 2800 - total flux cleaned = -0.00332451 Jy ! Component: 2850 - total flux cleaned = -0.00340107 Jy ! Component: 2900 - total flux cleaned = -0.00342658 Jy ! Component: 2950 - total flux cleaned = -0.00347685 Jy ! Component: 3000 - total flux cleaned = -0.00356423 Jy ! Component: 3050 - total flux cleaned = -0.00363838 Jy ! Component: 3100 - total flux cleaned = -0.00369965 Jy ! Component: 3150 - total flux cleaned = -0.00374833 Jy ! Component: 3200 - total flux cleaned = -0.00379659 Jy ! Component: 3250 - total flux cleaned = -0.00386855 Jy ! Component: 3300 - total flux cleaned = -0.00390432 Jy ! Component: 3350 - total flux cleaned = -0.00399884 Jy ! Component: 3400 - total flux cleaned = -0.00409264 Jy ! Component: 3450 - total flux cleaned = -0.00409253 Jy ! Component: 3500 - total flux cleaned = -0.00415037 Jy ! Component: 3550 - total flux cleaned = -0.00417337 Jy ! Component: 3600 - total flux cleaned = -0.00420759 Jy ! Component: 3650 - total flux cleaned = -0.00421887 Jy ! Component: 3700 - total flux cleaned = -0.00424138 Jy ! Component: 3750 - total flux cleaned = -0.00428626 Jy ! Component: 3800 - total flux cleaned = -0.00428626 Jy ! Component: 3850 - total flux cleaned = -0.00429742 Jy ! Component: 3900 - total flux cleaned = -0.00430837 Jy ! Component: 3950 - total flux cleaned = -0.00435214 Jy ! Component: 4000 - total flux cleaned = -0.00435221 Jy ! Component: 4050 - total flux cleaned = -0.00439543 Jy ! Total flux subtracted in 4096 components = -0.00442759 Jy ! Clean residual min=-0.000689 max=0.000592 Jy/beam ! Clean residual mean=0.000002 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.202504 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 396 components and 0.202504 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0347+2339_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.966 x 9.938 at -18.82 degrees (North through East) ! Clean map min=-0.0013963 max=0.17993 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0347+2339_S_map.fits wmodel /image_prod/ug002_uva//J0347+2339_S_map.mod ! Writing 396 model components to file: /image_prod/ug002_uva//J0347+2339_S_map.mod wobs /image_prod/ug002_uva//J0347+2339_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0347+2339_S_uvs.fits wwins /image_prod/ug002_uva//J0347+2339_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0347+2339_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.179927 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020378 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.339771 0.339771 0.679542 1.35908 2.71817 5.43634 10.8727 21.7454 43.4907 86.9814 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.179 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 882.947 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0347+2339_S_dfm.log closed on Wed Mar 4 20:02:27 2020