! Started logfile: /image_prod/ug002_uvm//J1005+4805_S_a_dfm.log on Wed Mar 4 16:54:58 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_uvm//J1005+4805_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J1005+4805_S_a_uvm.fits ! AN table 1: 112 integrations on 36 of 36 possible baselines. ! AN table 2: 150 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.830259 visibilities/baseline/integration-bin. ! Found source: J1005+4805 ! ! 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 44 lines of history. ! ! Reading 23493 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 J1005+4805_S_a] 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 111 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 111 telescope corrections were flagged in sub-array 1. ! A total of 100 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.002727Jy sigma=9.247377 ! Fit after self-cal, rms=0.961284Jy sigma=8.887563 ! 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.866 mas, bmaj=4.977 mas, bpa=-6.285 degrees ! Estimated noise=1.07082 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.0298747 Jy ! Component: 100 - total flux cleaned = 0.0381257 Jy ! Total flux subtracted in 100 components = 0.0381257 Jy ! Clean residual min=-0.003270 max=0.003732 Jy/beam ! Clean residual mean=-0.000002 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0381257 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0381257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068455Jy sigma=0.540711 ! Fit after self-cal, rms=0.067163Jy sigma=0.528331 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00548491 Jy ! Component: 100 - total flux cleaned = 0.00827307 Jy ! Total flux subtracted in 100 components = 0.00827307 Jy ! Clean residual min=-0.003166 max=0.003517 Jy/beam ! Clean residual mean=-0.000004 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.0463987 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 27 components and 0.0463987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066643Jy sigma=0.524683 ! Fit after self-cal, rms=0.066645Jy sigma=0.524560 ! 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.881 mas, bmaj=6.223 mas, bpa=-5.634 degrees ! Estimated noise=0.513643 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.000260175 Jy ! Component: 100 - total flux cleaned = 0.000209281 Jy ! Component: 150 - total flux cleaned = 0.00016674 Jy ! Component: 200 - total flux cleaned = 9.40981e-05 Jy ! Total flux subtracted in 200 components = 9.40981e-05 Jy ! Clean residual min=-0.003228 max=0.003280 Jy/beam ! Clean residual mean=0.000002 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.0464928 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0464928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066569Jy sigma=0.524136 ! Fit after self-cal, rms=0.066548Jy sigma=0.524040 ! 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.881 x 6.223 at -5.634 degrees (North through East) ! Clean map min=-0.0031407 max=0.042172 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.09 HN 0.98 KP 1.04 ! LA 0.99 MK 1.06 OV 1.06 PT 0.94 ! SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.80 FD 1.00 KP 1.03 LA 1.11 ! MK 1.06 NL 1.01 OV 1.02 PT 1.07 ! SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.06 HN 1.02 KP 1.03 ! LA 1.00 MK 1.02 OV 1.14 PT 1.00 ! SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.42 FD 1.09 KP 1.11 LA 1.11 ! MK 1.01 NL 0.69 OV 1.00 PT 1.29 ! SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.01 KP 1.03 ! LA 1.02 MK 1.08 OV 1.14 PT 1.01 ! SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.66 FD 0.98 KP 1.08 LA 1.12 ! MK 1.07 NL 0.81 OV 1.11 PT 1.09 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.066548Jy sigma=0.524040 ! Fit after self-cal, rms=0.057946Jy sigma=0.511677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=6.109 mas, bpa=-6.18 degrees ! Estimated noise=0.50667 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, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321229 Jy ! Component: 100 - total flux cleaned = 0.00488479 Jy ! Component: 150 - total flux cleaned = 0.00602598 Jy ! Component: 200 - total flux cleaned = 0.00644729 Jy ! Total flux subtracted in 200 components = 0.00644729 Jy ! Clean residual min=-0.001590 max=0.001737 Jy/beam ! Clean residual mean=0.000005 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0529401 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 81 components and 0.0529401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057754Jy sigma=0.510016 ! Fit after self-cal, rms=0.058160Jy sigma=0.504846 ! 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.058160Jy sigma=0.504846 ! Fit after self-cal, rms=0.059542Jy sigma=0.501434 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.94 mas, bmaj=6.061 mas, bpa=-6.091 degrees ! Estimated noise=0.511433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169865 Jy ! Component: 100 - total flux cleaned = 0.00277111 Jy ! Component: 150 - total flux cleaned = 0.00339403 Jy ! Component: 200 - total flux cleaned = 0.00362295 Jy ! Total flux subtracted in 200 components = 0.00362295 Jy ! Clean residual min=-0.001565 max=0.001776 Jy/beam ! Clean residual mean=-0.000000 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0565631 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 104 components and 0.0565631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059474Jy sigma=0.500950 ! Fit after self-cal, rms=0.059912Jy sigma=0.499754 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.000673653 Jy ! Component: 100 - total flux cleaned = 0.000975813 Jy ! Component: 150 - total flux cleaned = 0.00109677 Jy ! Component: 200 - total flux cleaned = 0.0012036 Jy ! Total flux subtracted in 200 components = 0.0012036 Jy ! Clean residual min=-0.001601 max=0.001814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0577667 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 119 components and 0.0577667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059877Jy sigma=0.499575 ! Fit after self-cal, rms=0.059881Jy sigma=0.499521 ! 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.059881Jy sigma=0.499521 ! Fit after self-cal, rms=0.061165Jy sigma=0.498613 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.936 mas, bmaj=5.98 mas, bpa=-5.666 degrees ! Estimated noise=0.509913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114198 Jy ! Component: 100 - total flux cleaned = 0.00142649 Jy ! Component: 150 - total flux cleaned = 0.00171794 Jy ! Component: 200 - total flux cleaned = 0.00190768 Jy ! Total flux subtracted in 200 components = 0.00190768 Jy ! Clean residual min=-0.001495 max=0.001738 Jy/beam ! Clean residual mean=-0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0596743 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.0596743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061129Jy sigma=0.498393 ! Fit after self-cal, rms=0.061426Jy sigma=0.498009 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.000124875 Jy ! Component: 100 - total flux cleaned = 0.000359311 Jy ! Component: 150 - total flux cleaned = 0.000432607 Jy ! Component: 200 - total flux cleaned = 0.00048349 Jy ! Total flux subtracted in 200 components = 0.00048349 Jy ! Clean residual min=-0.001545 max=0.001708 Jy/beam ! Clean residual mean=-0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0601578 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.0601578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061407Jy sigma=0.497935 ! Fit after self-cal, rms=0.061402Jy sigma=0.497913 ! 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.061402Jy sigma=0.497913 ! Fit after self-cal, rms=0.062461Jy sigma=0.497588 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.36 mas, bmaj=10.17 mas, bpa=26.43 degrees ! Estimated noise=0.620552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106167 Jy ! Component: 100 - total flux cleaned = 0.00157795 Jy ! Component: 150 - total flux cleaned = 0.00186081 Jy ! Component: 200 - total flux cleaned = 0.00195321 Jy ! Total flux subtracted in 200 components = 0.00195321 Jy ! Clean residual min=-0.002062 max=0.002265 Jy/beam ! Clean residual mean=-0.000002 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.062111 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 148 components and 0.062111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062447Jy sigma=0.497529 ! Fit after self-cal, rms=0.062674Jy sigma=0.497366 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.87118e-05 Jy ! Component: 100 - total flux cleaned = 0.000163227 Jy ! Component: 150 - total flux cleaned = 0.000269353 Jy ! Component: 200 - total flux cleaned = 0.000320072 Jy ! Total flux subtracted in 200 components = 0.000320072 Jy ! Clean residual min=-0.002090 max=0.002330 Jy/beam ! Clean residual mean=-0.000002 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.0624311 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 162 components and 0.0624311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062668Jy sigma=0.497367 ! Fit after self-cal, rms=0.062668Jy sigma=0.497354 ! 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.93 mas, bmaj=5.896 mas, bpa=-5.325 degrees ! Estimated noise=0.507196 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 5.896 at -5.325 degrees (North through East) ! Clean map min=-0.0014921 max=0.039589 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.928 mas, bmaj=4.834 mas, bpa=-6.697 degrees ! Estimated noise=1.05602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0303826 Jy ! Component: 100 - total flux cleaned = 0.0401 Jy ! Component: 150 - total flux cleaned = 0.0457138 Jy ! Component: 200 - total flux cleaned = 0.0495148 Jy ! Total flux subtracted in 200 components = 0.0495148 Jy ! Clean residual min=-0.002628 max=0.002707 Jy/beam ! Clean residual mean=0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0495148 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.0495148 Jy ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=5.896 mas, bpa=-5.325 degrees ! Estimated noise=0.507196 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.00342191 Jy ! Component: 100 - total flux cleaned = 0.00585809 Jy ! Component: 150 - total flux cleaned = 0.00772839 Jy ! Component: 200 - total flux cleaned = 0.00918584 Jy ! Total flux subtracted in 200 components = 0.00918584 Jy ! Clean residual min=-0.001659 max=0.001715 Jy/beam ! Clean residual mean=-0.000002 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0587007 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 54 components and 0.0587007 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.36 mas, bmaj=10.17 mas, bpa=26.43 degrees ! Estimated noise=0.620552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160506 Jy ! Component: 100 - total flux cleaned = 0.0026209 Jy ! Component: 150 - total flux cleaned = 0.00329912 Jy ! Component: 200 - total flux cleaned = 0.00375925 Jy ! Total flux subtracted in 200 components = 0.00375925 Jy ! Clean residual min=-0.002162 max=0.002343 Jy/beam ! Clean residual mean=-0.000003 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0624599 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.000225635 Jy ! Component: 100 - total flux cleaned = 0.000309875 Jy ! Component: 150 - total flux cleaned = 0.000337654 Jy ! Component: 200 - total flux cleaned = 0.000363331 Jy ! Total flux subtracted in 200 components = 0.000363331 Jy ! Clean residual min=-0.002142 max=0.002358 Jy/beam ! Clean residual mean=-0.000002 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.0628233 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 108 components and 0.0628233 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=5.896 mas, bpa=-5.325 degrees ! Estimated noise=0.507196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209727 Jy ! Component: 100 - total flux cleaned = 0.000229138 Jy ! Component: 150 - total flux cleaned = 0.000261513 Jy ! Component: 200 - total flux cleaned = 0.000261414 Jy ! Total flux subtracted in 200 components = 0.000261414 Jy ! Clean residual min=-0.001542 max=0.001696 Jy/beam ! Clean residual mean=-0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0630847 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.0630847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062670Jy sigma=0.497497 ! Fit after self-cal, rms=0.062635Jy sigma=0.497402 wmodel J1005+4805_S_a_map.mod ! Writing 121 model components to file: J1005+4805_S_a_map.mod wobs J1005+4805_S_a_uvs.fits ! Writing UV FITS file: J1005+4805_S_a_uvs.fits wwins J1005+4805_S_a_map.win ! wwins: Wrote 2 windows to J1005+4805_S_a_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.000523668 Jy ! Component: 100 - total flux cleaned = 0.000862134 Jy ! Component: 150 - total flux cleaned = 0.000995395 Jy ! Component: 200 - total flux cleaned = 0.00117293 Jy ! Component: 250 - total flux cleaned = 0.00131869 Jy ! Component: 300 - total flux cleaned = 0.00148225 Jy ! Component: 350 - total flux cleaned = 0.00168499 Jy ! Component: 400 - total flux cleaned = 0.00190303 Jy ! Component: 450 - total flux cleaned = 0.00209425 Jy ! Component: 500 - total flux cleaned = 0.00228044 Jy ! Component: 550 - total flux cleaned = 0.0024013 Jy ! Component: 600 - total flux cleaned = 0.00249934 Jy ! Component: 650 - total flux cleaned = 0.00253766 Jy ! Component: 700 - total flux cleaned = 0.00259451 Jy ! Component: 750 - total flux cleaned = 0.00265022 Jy ! Component: 800 - total flux cleaned = 0.00268721 Jy ! Component: 850 - total flux cleaned = 0.0028133 Jy ! Component: 900 - total flux cleaned = 0.00288402 Jy ! Component: 950 - total flux cleaned = 0.00297109 Jy ! Component: 1000 - total flux cleaned = 0.00300537 Jy ! Component: 1050 - total flux cleaned = 0.00309009 Jy ! Component: 1100 - total flux cleaned = 0.00310662 Jy ! Component: 1150 - total flux cleaned = 0.00309023 Jy ! Component: 1200 - total flux cleaned = 0.00317203 Jy ! Component: 1250 - total flux cleaned = 0.00326837 Jy ! Component: 1300 - total flux cleaned = 0.00323641 Jy ! Component: 1350 - total flux cleaned = 0.00329912 Jy ! Component: 1400 - total flux cleaned = 0.00332998 Jy ! Component: 1450 - total flux cleaned = 0.0033605 Jy ! Component: 1500 - total flux cleaned = 0.00339081 Jy ! Component: 1550 - total flux cleaned = 0.00340595 Jy ! Component: 1600 - total flux cleaned = 0.00346521 Jy ! Component: 1650 - total flux cleaned = 0.0034655 Jy ! Component: 1700 - total flux cleaned = 0.00353788 Jy ! Component: 1750 - total flux cleaned = 0.0035949 Jy ! Component: 1800 - total flux cleaned = 0.00360886 Jy ! Component: 1850 - total flux cleaned = 0.00365126 Jy ! Component: 1900 - total flux cleaned = 0.00363761 Jy ! Component: 1950 - total flux cleaned = 0.00365133 Jy ! Component: 2000 - total flux cleaned = 0.00365145 Jy ! Component: 2050 - total flux cleaned = 0.00371874 Jy ! Component: 2100 - total flux cleaned = 0.00367859 Jy ! Component: 2150 - total flux cleaned = 0.00369168 Jy ! Component: 2200 - total flux cleaned = 0.00370484 Jy ! Component: 2250 - total flux cleaned = 0.00365304 Jy ! Component: 2300 - total flux cleaned = 0.00367835 Jy ! Component: 2350 - total flux cleaned = 0.00365298 Jy ! Component: 2400 - total flux cleaned = 0.00364021 Jy ! Component: 2450 - total flux cleaned = 0.0035904 Jy ! Component: 2500 - total flux cleaned = 0.00359024 Jy ! Component: 2550 - total flux cleaned = 0.00355358 Jy ! Component: 2600 - total flux cleaned = 0.00352929 Jy ! Component: 2650 - total flux cleaned = 0.00348105 Jy ! Component: 2700 - total flux cleaned = 0.00345719 Jy ! Component: 2750 - total flux cleaned = 0.00345721 Jy ! Component: 2800 - total flux cleaned = 0.00344557 Jy ! Component: 2850 - total flux cleaned = 0.00338744 Jy ! Component: 2900 - total flux cleaned = 0.00335276 Jy ! Component: 2950 - total flux cleaned = 0.00328418 Jy ! Component: 3000 - total flux cleaned = 0.00325018 Jy ! Component: 3050 - total flux cleaned = 0.00322766 Jy ! Component: 3100 - total flux cleaned = 0.003183 Jy ! Component: 3150 - total flux cleaned = 0.0031166 Jy ! Component: 3200 - total flux cleaned = 0.00308365 Jy ! Component: 3250 - total flux cleaned = 0.00307275 Jy ! Component: 3300 - total flux cleaned = 0.00304036 Jy ! Component: 3350 - total flux cleaned = 0.00299723 Jy ! Component: 3400 - total flux cleaned = 0.00296516 Jy ! Component: 3450 - total flux cleaned = 0.0029122 Jy ! Component: 3500 - total flux cleaned = 0.00288059 Jy ! Component: 3550 - total flux cleaned = 0.00284932 Jy ! Component: 3600 - total flux cleaned = 0.00285959 Jy ! Component: 3650 - total flux cleaned = 0.00279785 Jy ! Component: 3700 - total flux cleaned = 0.0028079 Jy ! Component: 3750 - total flux cleaned = 0.00276717 Jy ! Component: 3800 - total flux cleaned = 0.00274708 Jy ! Component: 3850 - total flux cleaned = 0.00268695 Jy ! Component: 3900 - total flux cleaned = 0.00271687 Jy ! Component: 3950 - total flux cleaned = 0.00268712 Jy ! Component: 4000 - total flux cleaned = 0.00270674 Jy ! Component: 4050 - total flux cleaned = 0.00269692 Jy ! Total flux subtracted in 4096 components = 0.00273586 Jy ! Clean residual min=-0.000552 max=0.000564 Jy/beam ! Clean residual mean=-0.000000 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0658205 Jy keep ! Adding 325 model components to the UV plane model. ! The established model now contains 446 components and 0.0658206 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uvm//J1005+4805_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 5.896 at -5.325 degrees (North through East) ! Clean map min=-0.0012326 max=0.039034 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J1005+4805_S_a_map.fits wmodel /image_prod/ug002_uvm//J1005+4805_S_a_map.mod ! Writing 446 model components to file: /image_prod/ug002_uvm//J1005+4805_S_a_map.mod wobs /image_prod/ug002_uvm//J1005+4805_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J1005+4805_S_a_uvs.fits wwins /image_prod/ug002_uvm//J1005+4805_S_a_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uvm//J1005+4805_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0390341 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000193674 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.4885 1.4885 2.977 5.954 11.908 23.816 47.632 95.264 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 201.545 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J1005+4805_S_a_dfm.log closed on Wed Mar 4 16:55:03 2020