! Started logfile: /image_prod/ug002_uva//J0111-1422_S_b_dfm.log on Wed Mar 4 18:54:15 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//J0111-1422_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0111-1422_S_b_uva.fits ! AN table 1: 60 integrations on 1 of 1 possible baselines. ! AN table 2: 120 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.860465 visibilities/baseline/integration-bin. ! Found source: J0111-1422 ! ! 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 6660 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 J0111-1422_S_b] 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 120 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.004496Jy sigma=8.526030 ! Fit after self-cal, rms=0.965710Jy sigma=8.249858 ! 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=4.559 mas, bmaj=14.47 mas, bpa=27.39 degrees ! Estimated noise=1.6674 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.029828 Jy ! Component: 100 - total flux cleaned = 0.0365805 Jy ! Total flux subtracted in 100 components = 0.0365805 Jy ! Clean residual min=-0.006430 max=0.005437 Jy/beam ! Clean residual mean=0.000002 rms=0.001601 Jy/beam ! Combined flux in latest and established models = 0.0365805 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0365805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059425Jy sigma=0.474439 ! Fit after self-cal, rms=0.057733Jy sigma=0.459774 ! 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=6.043 mas, bmaj=15.11 mas, bpa=24.63 degrees ! Estimated noise=1.04527 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.00342209 Jy ! Component: 100 - total flux cleaned = 0.00442553 Jy ! Component: 150 - total flux cleaned = 0.00465312 Jy ! Component: 200 - total flux cleaned = 0.00485235 Jy ! Total flux subtracted in 200 components = 0.00485235 Jy ! Clean residual min=-0.003931 max=0.004398 Jy/beam ! Clean residual mean=0.000010 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.0414328 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.0414328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057493Jy sigma=0.457919 ! Fit after self-cal, rms=0.057443Jy sigma=0.457581 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.043 x 15.11 at 24.63 degrees (North through East) ! Clean map min=-0.0040434 max=0.032863 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.16 KP 1.03 LA 0.79 NL 1.11 ! OV 1.02 PT 1.05 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.15 KP 1.01 LA 0.80 NL 1.06 ! OV 0.99 PT 1.05 SC 0.72 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.24 KP 1.12 LA 0.71 NL 0.92 ! OV 1.05 PT 1.12 SC 1.10 ! ! ! Fit before self-cal, rms=0.057443Jy sigma=0.457581 ! Fit after self-cal, rms=0.055788Jy sigma=0.452856 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.793 mas, bmaj=15.2 mas, bpa=25.88 degrees ! Estimated noise=1.03399 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 = -3.73854e-06 Jy ! Component: 100 - total flux cleaned = -1.94735e-06 Jy ! Component: 150 - total flux cleaned = -2.25492e-05 Jy ! Component: 200 - total flux cleaned = -3.88753e-05 Jy ! Total flux subtracted in 200 components = -3.88753e-05 Jy ! Clean residual min=-0.002309 max=0.003081 Jy/beam ! Clean residual mean=0.000003 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.0413939 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.0413939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055765Jy sigma=0.452739 ! Fit after self-cal, rms=0.056167Jy sigma=0.450787 ! Inverting map ! Added new window around map position (-24.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232245 Jy ! Component: 100 - total flux cleaned = 0.00282448 Jy ! Component: 150 - total flux cleaned = 0.00310871 Jy ! Component: 200 - total flux cleaned = 0.00327307 Jy ! Total flux subtracted in 200 components = 0.00327307 Jy ! Clean residual min=-0.002265 max=0.002006 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.044667 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 62 components and 0.044667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056019Jy sigma=0.449445 ! Fit after self-cal, rms=0.055992Jy sigma=0.448795 ! 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.055992Jy sigma=0.448795 ! Fit after self-cal, rms=0.057401Jy sigma=0.447469 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.716 mas, bmaj=15.27 mas, bpa=26.17 degrees ! Estimated noise=1.03128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587791 Jy ! Component: 100 - total flux cleaned = 0.000998599 Jy ! Component: 150 - total flux cleaned = 0.000999709 Jy ! Component: 200 - total flux cleaned = 0.00108241 Jy ! Total flux subtracted in 200 components = 0.00108241 Jy ! Clean residual min=-0.001748 max=0.002003 Jy/beam ! Clean residual mean=-0.000000 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0457494 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 89 components and 0.0457494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057343Jy sigma=0.447061 ! Fit after self-cal, rms=0.057693Jy sigma=0.446325 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) ! Added new window around map position (-78.5, -61.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168363 Jy ! Component: 100 - total flux cleaned = 0.00213435 Jy ! Component: 150 - total flux cleaned = 0.00254931 Jy ! Component: 200 - total flux cleaned = 0.0029478 Jy ! Total flux subtracted in 200 components = 0.0029478 Jy ! Clean residual min=-0.001511 max=0.001510 Jy/beam ! Clean residual mean=-0.000001 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0486972 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 111 components and 0.0486972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057600Jy sigma=0.445459 ! Fit after self-cal, rms=0.057612Jy sigma=0.445209 ! 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.057612Jy sigma=0.445209 ! Fit after self-cal, rms=0.058462Jy sigma=0.445011 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.693 mas, bmaj=15.35 mas, bpa=26.37 degrees ! Estimated noise=1.02894 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130741 Jy ! Component: 100 - total flux cleaned = 0.00167934 Jy ! Component: 150 - total flux cleaned = 0.00203343 Jy ! Component: 200 - total flux cleaned = 0.0021807 Jy ! Total flux subtracted in 200 components = 0.0021807 Jy ! Clean residual min=-0.001314 max=0.001488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0508779 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 124 components and 0.0508779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058406Jy sigma=0.444528 ! Fit after self-cal, rms=0.058568Jy sigma=0.444313 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.000997418 Jy ! Component: 100 - total flux cleaned = 0.00117155 Jy ! Component: 150 - total flux cleaned = 0.00126155 Jy ! Component: 200 - total flux cleaned = 0.00137262 Jy ! Total flux subtracted in 200 components = 0.00137262 Jy ! Clean residual min=-0.001332 max=0.001401 Jy/beam ! Clean residual mean=-0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0522505 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 135 components and 0.0522505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058524Jy sigma=0.443994 ! Fit after self-cal, rms=0.058533Jy sigma=0.443899 ! 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.058533Jy sigma=0.443899 ! Fit after self-cal, rms=0.058916Jy sigma=0.443804 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.82 mas, bmaj=21.73 mas, bpa=1.2 degrees ! Estimated noise=1.07778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000772889 Jy ! Component: 100 - total flux cleaned = 0.000821261 Jy ! Component: 150 - total flux cleaned = 0.000859292 Jy ! Component: 200 - total flux cleaned = 0.000929725 Jy ! Total flux subtracted in 200 components = 0.000929725 Jy ! Clean residual min=-0.001198 max=0.001247 Jy/beam ! Clean residual mean=-0.000002 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0531803 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 164 components and 0.0531802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058894Jy sigma=0.443587 ! Fit after self-cal, rms=0.058970Jy sigma=0.443506 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.000464846 Jy ! Component: 100 - total flux cleaned = 0.000506289 Jy ! Component: 150 - total flux cleaned = 0.000614985 Jy ! Component: 200 - total flux cleaned = 0.000663781 Jy ! Total flux subtracted in 200 components = 0.000663781 Jy ! Clean residual min=-0.001115 max=0.001144 Jy/beam ! Clean residual mean=-0.000003 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.053844 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 179 components and 0.053844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058951Jy sigma=0.443362 ! Fit after self-cal, rms=0.058952Jy sigma=0.443328 ! 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=5.673 mas, bmaj=15.42 mas, bpa=26.52 degrees ! Estimated noise=1.02625 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.673 x 15.42 at 26.52 degrees (North through East) ! Clean map min=-0.002764 max=0.031571 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=4.243 mas, bmaj=14.91 mas, bpa=28.63 degrees ! Estimated noise=1.58837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0294194 Jy ! Component: 100 - total flux cleaned = 0.0385613 Jy ! Component: 150 - total flux cleaned = 0.0440725 Jy ! Component: 200 - total flux cleaned = 0.0465012 Jy ! Total flux subtracted in 200 components = 0.0465012 Jy ! Clean residual min=-0.003990 max=0.003282 Jy/beam ! Clean residual mean=-0.000003 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.0465012 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0465012 Jy ! Inverting map and beam ! Estimated beam: bmin=5.673 mas, bmaj=15.42 mas, bpa=26.52 degrees ! Estimated noise=1.02625 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.00298358 Jy ! Component: 100 - total flux cleaned = 0.00388631 Jy ! Component: 150 - total flux cleaned = 0.00454795 Jy ! Component: 200 - total flux cleaned = 0.00524518 Jy ! Total flux subtracted in 200 components = 0.00524518 Jy ! Clean residual min=-0.002107 max=0.001784 Jy/beam ! Clean residual mean=-0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0517464 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 51 components and 0.0517464 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=10.82 mas, bmaj=21.73 mas, bpa=1.2 degrees ! Estimated noise=1.07778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000780491 Jy ! Component: 100 - total flux cleaned = 0.00103073 Jy ! Component: 150 - total flux cleaned = 0.00114027 Jy ! Component: 200 - total flux cleaned = 0.0012364 Jy ! Total flux subtracted in 200 components = 0.0012364 Jy ! Clean residual min=-0.001516 max=0.001249 Jy/beam ! Clean residual mean=-0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0529828 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 = 2.88289e-05 Jy ! Component: 100 - total flux cleaned = 8.34803e-05 Jy ! Component: 150 - total flux cleaned = 0.000133055 Jy ! Component: 200 - total flux cleaned = 0.000221303 Jy ! Total flux subtracted in 200 components = 0.000221303 Jy ! Clean residual min=-0.001299 max=0.001180 Jy/beam ! Clean residual mean=-0.000003 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0532041 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 97 components and 0.0532041 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.673 mas, bmaj=15.42 mas, bpa=26.52 degrees ! Estimated noise=1.02625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000299489 Jy ! Component: 100 - total flux cleaned = 0.000370898 Jy ! Component: 150 - total flux cleaned = 0.000434979 Jy ! Component: 200 - total flux cleaned = 0.000434181 Jy ! Total flux subtracted in 200 components = 0.000434181 Jy ! Clean residual min=-0.001354 max=0.001345 Jy/beam ! Clean residual mean=-0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0536382 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.0536382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058937Jy sigma=0.443341 ! Fit after self-cal, rms=0.058963Jy sigma=0.443224 wmodel J0111-1422_S_b_map.mod ! Writing 116 model components to file: J0111-1422_S_b_map.mod wobs J0111-1422_S_b_uvs.fits ! Writing UV FITS file: J0111-1422_S_b_uvs.fits wwins J0111-1422_S_b_map.win ! wwins: Wrote 3 windows to J0111-1422_S_b_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.000343651 Jy ! Component: 100 - total flux cleaned = -0.000437099 Jy ! Component: 150 - total flux cleaned = -0.000416501 Jy ! Component: 200 - total flux cleaned = -0.000376676 Jy ! Component: 250 - total flux cleaned = -0.00037606 Jy ! Component: 300 - total flux cleaned = -0.000375239 Jy ! Component: 350 - total flux cleaned = -0.000323934 Jy ! Component: 400 - total flux cleaned = -0.00029111 Jy ! Component: 450 - total flux cleaned = -0.000180744 Jy ! Component: 500 - total flux cleaned = -0.000104758 Jy ! Component: 550 - total flux cleaned = -2.57838e-06 Jy ! Component: 600 - total flux cleaned = 3.98637e-05 Jy ! Component: 650 - total flux cleaned = 0.000121632 Jy ! Component: 700 - total flux cleaned = 8.17016e-05 Jy ! Component: 750 - total flux cleaned = 6.88653e-05 Jy ! Component: 800 - total flux cleaned = 6.86655e-05 Jy ! Component: 850 - total flux cleaned = 5.61571e-05 Jy ! Component: 900 - total flux cleaned = 3.2196e-05 Jy ! Component: 950 - total flux cleaned = 4.40673e-05 Jy ! Component: 1000 - total flux cleaned = 5.53961e-05 Jy ! Component: 1050 - total flux cleaned = 3.28691e-05 Jy ! Component: 1100 - total flux cleaned = -1.09759e-05 Jy ! Component: 1150 - total flux cleaned = -2.17126e-05 Jy ! Component: 1200 - total flux cleaned = -4.94416e-07 Jy ! Component: 1250 - total flux cleaned = 2.0332e-05 Jy ! Component: 1300 - total flux cleaned = 4.08034e-05 Jy ! Component: 1350 - total flux cleaned = 8.09109e-05 Jy ! Component: 1400 - total flux cleaned = 6.12055e-05 Jy ! Component: 1450 - total flux cleaned = 7.10041e-05 Jy ! Component: 1500 - total flux cleaned = 9.03477e-05 Jy ! Component: 1550 - total flux cleaned = 0.000109278 Jy ! Component: 1600 - total flux cleaned = 0.000137327 Jy ! Component: 1650 - total flux cleaned = 0.000146625 Jy ! Component: 1700 - total flux cleaned = 0.000210317 Jy ! Component: 1750 - total flux cleaned = 0.000192415 Jy ! Component: 1800 - total flux cleaned = 0.000245695 Jy ! Component: 1850 - total flux cleaned = 0.00026339 Jy ! Component: 1900 - total flux cleaned = 0.000289356 Jy ! Component: 1950 - total flux cleaned = 0.000332183 Jy ! Component: 2000 - total flux cleaned = 0.000332174 Jy ! Component: 2050 - total flux cleaned = 0.000332168 Jy ! Component: 2100 - total flux cleaned = 0.00036541 Jy ! Component: 2150 - total flux cleaned = 0.000390095 Jy ! Component: 2200 - total flux cleaned = 0.000422825 Jy ! Component: 2250 - total flux cleaned = 0.000471399 Jy ! Component: 2300 - total flux cleaned = 0.000487452 Jy ! Component: 2350 - total flux cleaned = 0.000511378 Jy ! Component: 2400 - total flux cleaned = 0.000535109 Jy ! Component: 2450 - total flux cleaned = 0.000542992 Jy ! Component: 2500 - total flux cleaned = 0.000574343 Jy ! Component: 2550 - total flux cleaned = 0.000589943 Jy ! Component: 2600 - total flux cleaned = 0.000636369 Jy ! Component: 2650 - total flux cleaned = 0.000682547 Jy ! Component: 2700 - total flux cleaned = 0.000713185 Jy ! Component: 2750 - total flux cleaned = 0.000774121 Jy ! Component: 2800 - total flux cleaned = 0.000804476 Jy ! Component: 2850 - total flux cleaned = 0.000857334 Jy ! Component: 2900 - total flux cleaned = 0.00086484 Jy ! Component: 2950 - total flux cleaned = 0.000902378 Jy ! Component: 3000 - total flux cleaned = 0.000932364 Jy ! Component: 3050 - total flux cleaned = 0.000962269 Jy ! Component: 3100 - total flux cleaned = 0.00100696 Jy ! Component: 3150 - total flux cleaned = 0.00101435 Jy ! Component: 3200 - total flux cleaned = 0.00104408 Jy ! Component: 3250 - total flux cleaned = 0.0010663 Jy ! Component: 3300 - total flux cleaned = 0.0011106 Jy ! Component: 3350 - total flux cleaned = 0.00114007 Jy ! Component: 3400 - total flux cleaned = 0.00119155 Jy ! Component: 3450 - total flux cleaned = 0.00122089 Jy ! Component: 3500 - total flux cleaned = 0.00127222 Jy ! Component: 3550 - total flux cleaned = 0.00128687 Jy ! Component: 3600 - total flux cleaned = 0.00131609 Jy ! Component: 3650 - total flux cleaned = 0.00133798 Jy ! Component: 3700 - total flux cleaned = 0.00138173 Jy ! Component: 3750 - total flux cleaned = 0.00141091 Jy ! Component: 3800 - total flux cleaned = 0.00144002 Jy ! Component: 3850 - total flux cleaned = 0.00146911 Jy ! Component: 3900 - total flux cleaned = 0.00151277 Jy ! Component: 3950 - total flux cleaned = 0.00152733 Jy ! Component: 4000 - total flux cleaned = 0.00154915 Jy ! Component: 4050 - total flux cleaned = 0.001571 Jy ! Total flux subtracted in 4096 components = 0.00157828 Jy ! Clean residual min=-0.000446 max=0.000403 Jy/beam ! Clean residual mean=0.000000 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.0552165 Jy keep ! Adding 211 model components to the UV plane model. ! The established model now contains 326 components and 0.0552165 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0111-1422_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.673 x 15.42 at 26.52 degrees (North through East) ! Clean map min=-0.0021588 max=0.034149 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0111-1422_S_b_map.fits wmodel /image_prod/ug002_uva//J0111-1422_S_b_map.mod ! Writing 326 model components to file: /image_prod/ug002_uva//J0111-1422_S_b_map.mod wobs /image_prod/ug002_uva//J0111-1422_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0111-1422_S_b_uvs.fits wwins /image_prod/ug002_uva//J0111-1422_S_b_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0111-1422_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0341492 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000134095 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17802 1.17802 2.35605 4.7121 9.4242 18.8484 37.6968 75.3936 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.034 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 254.663 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0111-1422_S_b_dfm.log closed on Wed Mar 4 18:54:19 2020