! Started logfile: /image_prod/ug002_uva//J0444+1042_S_dfm.log on Wed Mar 4 20:27:35 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//J0444+1042_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0444+1042_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J0444+1042 ! ! 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 5400 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 J0444+1042_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.041540Jy sigma=8.555352 ! Fit after self-cal, rms=0.653056Jy sigma=5.279106 ! 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.279 mas, bmaj=12.91 mas, bpa=-14.53 degrees ! Estimated noise=1.83713 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.264727 Jy ! Component: 100 - total flux cleaned = 0.340013 Jy ! Total flux subtracted in 100 components = 0.340013 Jy ! Clean residual min=-0.018767 max=0.035125 Jy/beam ! Clean residual mean=0.000034 rms=0.005509 Jy/beam ! Combined flux in latest and established models = 0.340013 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.340013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104239Jy sigma=0.842376 ! Fit after self-cal, rms=0.104139Jy sigma=0.842094 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0420758 Jy ! Component: 100 - total flux cleaned = 0.0689228 Jy ! Total flux subtracted in 100 components = 0.0689228 Jy ! Clean residual min=-0.011637 max=0.018352 Jy/beam ! Clean residual mean=0.000032 rms=0.003820 Jy/beam ! Combined flux in latest and established models = 0.408936 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.408936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080248Jy sigma=0.637764 ! Fit after self-cal, rms=0.080011Jy sigma=0.636589 ! 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.957 mas, bmaj=12.67 mas, bpa=-14.66 degrees ! Estimated noise=1.20737 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.0249818 Jy ! Component: 100 - total flux cleaned = 0.0406842 Jy ! Component: 150 - total flux cleaned = 0.0476874 Jy ! Component: 200 - total flux cleaned = 0.0510983 Jy ! Total flux subtracted in 200 components = 0.0510983 Jy ! Clean residual min=-0.011444 max=0.021789 Jy/beam ! Clean residual mean=0.000063 rms=0.003394 Jy/beam ! Combined flux in latest and established models = 0.460034 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 77 components and 0.460034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070470Jy sigma=0.559377 ! Fit after self-cal, rms=0.070111Jy sigma=0.556731 ! Inverting map ! Added new window around map position (-9, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192361 Jy ! Component: 100 - total flux cleaned = 0.0275557 Jy ! Component: 150 - total flux cleaned = 0.0322176 Jy ! Component: 200 - total flux cleaned = 0.035914 Jy ! Total flux subtracted in 200 components = 0.035914 Jy ! Clean residual min=-0.008023 max=0.010528 Jy/beam ! Clean residual mean=0.000043 rms=0.002597 Jy/beam ! Combined flux in latest and established models = 0.495948 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 118 components and 0.495948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064312Jy sigma=0.508443 ! Fit after self-cal, rms=0.063796Jy sigma=0.504632 ! 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.957 x 12.67 at -14.66 degrees (North through East) ! Clean map min=-0.0096099 max=0.35612 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.09 HN 1.02 KP 0.99 ! LA 1.00 MK 1.05 NL 0.96 OV 1.00 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.08 HN 1.02 KP 0.99 ! LA 0.99 MK 1.02 NL 0.96 OV 0.97 ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 1.02 KP 0.99 ! LA 0.99 MK 1.03 NL 0.92 OV 1.00 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.063796Jy sigma=0.504632 ! Fit after self-cal, rms=0.060819Jy sigma=0.479281 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=12.68 mas, bpa=-14.67 degrees ! Estimated noise=1.20433 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.00276072 Jy ! Component: 100 - total flux cleaned = 0.00571094 Jy ! Component: 150 - total flux cleaned = 0.00730097 Jy ! Component: 200 - total flux cleaned = 0.00847663 Jy ! Total flux subtracted in 200 components = 0.00847663 Jy ! Clean residual min=-0.006935 max=0.007463 Jy/beam ! Clean residual mean=0.000023 rms=0.001977 Jy/beam ! Combined flux in latest and established models = 0.504425 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 150 components and 0.504425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059974Jy sigma=0.471462 ! Fit after self-cal, rms=0.059905Jy sigma=0.470968 ! 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.059905Jy sigma=0.470968 ! Fit after self-cal, rms=0.056258Jy sigma=0.426747 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=12.72 mas, bpa=-14.69 degrees ! Estimated noise=1.2076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335074 Jy ! Component: 100 - total flux cleaned = 0.00523493 Jy ! Component: 150 - total flux cleaned = 0.00600227 Jy ! Component: 200 - total flux cleaned = 0.00653286 Jy ! Total flux subtracted in 200 components = 0.00653286 Jy ! Clean residual min=-0.003112 max=0.003359 Jy/beam ! Clean residual mean=0.000009 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.510957 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 184 components and 0.510958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055893Jy sigma=0.423916 ! Fit after self-cal, rms=0.055884Jy sigma=0.423686 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 (110, -118). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283931 Jy ! Component: 100 - total flux cleaned = 0.00393558 Jy ! Component: 150 - total flux cleaned = 0.00467203 Jy ! Component: 200 - total flux cleaned = 0.00503001 Jy ! Total flux subtracted in 200 components = 0.00503001 Jy ! Clean residual min=-0.002579 max=0.002775 Jy/beam ! Clean residual mean=0.000006 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.515988 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 207 components and 0.515988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055643Jy sigma=0.421918 ! Fit after self-cal, rms=0.055636Jy sigma=0.421835 ! 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.055636Jy sigma=0.421835 ! Fit after self-cal, rms=0.055262Jy sigma=0.419389 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=12.73 mas, bpa=-14.69 degrees ! Estimated noise=1.20714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131748 Jy ! Component: 100 - total flux cleaned = 0.00198851 Jy ! Component: 150 - total flux cleaned = 0.00248524 Jy ! Component: 200 - total flux cleaned = 0.00263702 Jy ! Total flux subtracted in 200 components = 0.00263702 Jy ! Clean residual min=-0.002331 max=0.002180 Jy/beam ! Clean residual mean=0.000005 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.518625 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 222 components and 0.518625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055136Jy sigma=0.418525 ! Fit after self-cal, rms=0.055133Jy sigma=0.418483 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 = 8.22197e-05 Jy ! Component: 100 - total flux cleaned = 0.0001294 Jy ! Component: 150 - total flux cleaned = 0.000216341 Jy ! Component: 200 - total flux cleaned = 0.000256165 Jy ! Total flux subtracted in 200 components = 0.000256165 Jy ! Clean residual min=-0.002230 max=0.002140 Jy/beam ! Clean residual mean=0.000005 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.518881 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 233 components and 0.518881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055062Jy sigma=0.418004 ! Fit after self-cal, rms=0.055060Jy sigma=0.417981 ! 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.055060Jy sigma=0.417981 ! Fit after self-cal, rms=0.055060Jy sigma=0.417867 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.658 mas, bmaj=12.74 mas, bpa=-12.9 degrees ! Estimated noise=1.37791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130782 Jy ! Component: 100 - total flux cleaned = 0.00181809 Jy ! Component: 150 - total flux cleaned = 0.00224488 Jy ! Component: 200 - total flux cleaned = 0.00258223 Jy ! Total flux subtracted in 200 components = 0.00258223 Jy ! Clean residual min=-0.002380 max=0.002392 Jy/beam ! Clean residual mean=0.000008 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.521463 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 254 components and 0.521463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055019Jy sigma=0.417525 ! Fit after self-cal, rms=0.055017Jy sigma=0.417497 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.000146916 Jy ! Component: 100 - total flux cleaned = 0.000404886 Jy ! Component: 150 - total flux cleaned = 0.000552819 Jy ! Component: 200 - total flux cleaned = 0.000717079 Jy ! Total flux subtracted in 200 components = 0.000717079 Jy ! Clean residual min=-0.002329 max=0.002276 Jy/beam ! Clean residual mean=0.000007 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.52218 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 274 components and 0.52218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055001Jy sigma=0.417356 ! Fit after self-cal, rms=0.055000Jy sigma=0.417344 ! 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.993 mas, bmaj=12.73 mas, bpa=-14.7 degrees ! Estimated noise=1.20734 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.993 x 12.73 at -14.7 degrees (North through East) ! Clean map min=-0.0028733 max=0.35533 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.31 mas, bmaj=12.97 mas, bpa=-14.58 degrees ! Estimated noise=1.85051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.266364 Jy ! Component: 100 - total flux cleaned = 0.340501 Jy ! Component: 150 - total flux cleaned = 0.381808 Jy ! Component: 200 - total flux cleaned = 0.40841 Jy ! Total flux subtracted in 200 components = 0.40841 Jy ! Clean residual min=-0.009082 max=0.014764 Jy/beam ! Clean residual mean=0.000014 rms=0.002701 Jy/beam ! Combined flux in latest and established models = 0.40841 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.40841 Jy ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=12.73 mas, bpa=-14.7 degrees ! Estimated noise=1.20734 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.0257702 Jy ! Component: 100 - total flux cleaned = 0.0437255 Jy ! Component: 150 - total flux cleaned = 0.0571307 Jy ! Component: 200 - total flux cleaned = 0.067504 Jy ! Total flux subtracted in 200 components = 0.067504 Jy ! Clean residual min=-0.004705 max=0.006082 Jy/beam ! Clean residual mean=0.000027 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.475914 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 117 components and 0.475914 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.658 mas, bmaj=12.74 mas, bpa=-12.9 degrees ! Estimated noise=1.37791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116267 Jy ! Component: 100 - total flux cleaned = 0.0196967 Jy ! Component: 150 - total flux cleaned = 0.0256474 Jy ! Component: 200 - total flux cleaned = 0.0301368 Jy ! Total flux subtracted in 200 components = 0.0301368 Jy ! Clean residual min=-0.004056 max=0.003635 Jy/beam ! Clean residual mean=0.000023 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.506051 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.00357508 Jy ! Component: 100 - total flux cleaned = 0.00588626 Jy ! Component: 150 - total flux cleaned = 0.00778346 Jy ! Component: 200 - total flux cleaned = 0.00916416 Jy ! Total flux subtracted in 200 components = 0.00916416 Jy ! Clean residual min=-0.003219 max=0.002885 Jy/beam ! Clean residual mean=0.000014 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.515215 Jy ! Adding 112 model components to the UV plane model. ! The established model now contains 218 components and 0.515215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=12.73 mas, bpa=-14.7 degrees ! Estimated noise=1.20734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103132 Jy ! Component: 100 - total flux cleaned = 0.00193823 Jy ! Component: 150 - total flux cleaned = 0.00284187 Jy ! Component: 200 - total flux cleaned = 0.00342104 Jy ! Total flux subtracted in 200 components = 0.00342104 Jy ! Clean residual min=-0.002926 max=0.002725 Jy/beam ! Clean residual mean=0.000006 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.518636 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 236 components and 0.518636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055500Jy sigma=0.420917 ! Fit after self-cal, rms=0.055471Jy sigma=0.420703 wmodel J0444+1042_S_map.mod ! Writing 236 model components to file: J0444+1042_S_map.mod wobs J0444+1042_S_uvs.fits ! Writing UV FITS file: J0444+1042_S_uvs.fits wwins J0444+1042_S_map.win ! wwins: Wrote 3 windows to J0444+1042_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.000815166 Jy ! Component: 100 - total flux cleaned = -0.00159238 Jy ! Component: 150 - total flux cleaned = -0.00219945 Jy ! Component: 200 - total flux cleaned = -0.00273657 Jy ! Component: 250 - total flux cleaned = -0.00317285 Jy ! Component: 300 - total flux cleaned = -0.00347861 Jy ! Component: 350 - total flux cleaned = -0.00388541 Jy ! Component: 400 - total flux cleaned = -0.00427765 Jy ! Component: 450 - total flux cleaned = -0.00472605 Jy ! Component: 500 - total flux cleaned = -0.00509399 Jy ! Component: 550 - total flux cleaned = -0.00541881 Jy ! Component: 600 - total flux cleaned = -0.00570341 Jy ! Component: 650 - total flux cleaned = -0.00585771 Jy ! Component: 700 - total flux cleaned = -0.0060384 Jy ! Component: 750 - total flux cleaned = -0.00612738 Jy ! Component: 800 - total flux cleaned = -0.00624293 Jy ! Component: 850 - total flux cleaned = -0.00629962 Jy ! Component: 900 - total flux cleaned = -0.00629903 Jy ! Component: 950 - total flux cleaned = -0.0063262 Jy ! Component: 1000 - total flux cleaned = -0.00637948 Jy ! Component: 1050 - total flux cleaned = -0.00645733 Jy ! Component: 1100 - total flux cleaned = -0.00645666 Jy ! Component: 1150 - total flux cleaned = -0.00640667 Jy ! Component: 1200 - total flux cleaned = -0.00650575 Jy ! Component: 1250 - total flux cleaned = -0.00653001 Jy ! Component: 1300 - total flux cleaned = -0.00653027 Jy ! Component: 1350 - total flux cleaned = -0.00653083 Jy ! Component: 1400 - total flux cleaned = -0.00653071 Jy ! Component: 1450 - total flux cleaned = -0.00653046 Jy ! Component: 1500 - total flux cleaned = -0.00646343 Jy ! Component: 1550 - total flux cleaned = -0.00652956 Jy ! Component: 1600 - total flux cleaned = -0.00652951 Jy ! Component: 1650 - total flux cleaned = -0.00650779 Jy ! Component: 1700 - total flux cleaned = -0.00646587 Jy ! Component: 1750 - total flux cleaned = -0.00646576 Jy ! Component: 1800 - total flux cleaned = -0.00646539 Jy ! Component: 1850 - total flux cleaned = -0.00642535 Jy ! Component: 1900 - total flux cleaned = -0.00640548 Jy ! Component: 1950 - total flux cleaned = -0.00634681 Jy ! Component: 2000 - total flux cleaned = -0.00636574 Jy ! Component: 2050 - total flux cleaned = -0.00638454 Jy ! Component: 2100 - total flux cleaned = -0.00636548 Jy ! Component: 2150 - total flux cleaned = -0.00640232 Jy ! Component: 2200 - total flux cleaned = -0.00643863 Jy ! Component: 2250 - total flux cleaned = -0.00642081 Jy ! Component: 2300 - total flux cleaned = -0.00645634 Jy ! Component: 2350 - total flux cleaned = -0.00645615 Jy ! Component: 2400 - total flux cleaned = -0.00649058 Jy ! Component: 2450 - total flux cleaned = -0.00645645 Jy ! Component: 2500 - total flux cleaned = -0.00652361 Jy ! Component: 2550 - total flux cleaned = -0.00650676 Jy ! Component: 2600 - total flux cleaned = -0.00650702 Jy ! Component: 2650 - total flux cleaned = -0.00657137 Jy ! Component: 2700 - total flux cleaned = -0.00652359 Jy ! Component: 2750 - total flux cleaned = -0.00650809 Jy ! Component: 2800 - total flux cleaned = -0.00658613 Jy ! Component: 2850 - total flux cleaned = -0.00663202 Jy ! Component: 2900 - total flux cleaned = -0.00666239 Jy ! Component: 2950 - total flux cleaned = -0.00667724 Jy ! Component: 3000 - total flux cleaned = -0.00675152 Jy ! Component: 3050 - total flux cleaned = -0.0067516 Jy ! Component: 3100 - total flux cleaned = -0.00675139 Jy ! Component: 3150 - total flux cleaned = -0.00679461 Jy ! Component: 3200 - total flux cleaned = -0.00685104 Jy ! Component: 3250 - total flux cleaned = -0.00685114 Jy ! Component: 3300 - total flux cleaned = -0.00690647 Jy ! Component: 3350 - total flux cleaned = -0.00693403 Jy ! Component: 3400 - total flux cleaned = -0.00700151 Jy ! Component: 3450 - total flux cleaned = -0.00701492 Jy ! Component: 3500 - total flux cleaned = -0.00702829 Jy ! Component: 3550 - total flux cleaned = -0.00704154 Jy ! Component: 3600 - total flux cleaned = -0.00709337 Jy ! Component: 3650 - total flux cleaned = -0.00715741 Jy ! Component: 3700 - total flux cleaned = -0.00718275 Jy ! Component: 3750 - total flux cleaned = -0.00727044 Jy ! Component: 3800 - total flux cleaned = -0.00730768 Jy ! Component: 3850 - total flux cleaned = -0.00734452 Jy ! Component: 3900 - total flux cleaned = -0.0073689 Jy ! Component: 3950 - total flux cleaned = -0.00742945 Jy ! Component: 4000 - total flux cleaned = -0.00745342 Jy ! Component: 4050 - total flux cleaned = -0.00747701 Jy ! Total flux subtracted in 4096 components = -0.00754769 Jy ! Clean residual min=-0.000654 max=0.000597 Jy/beam ! Clean residual mean=0.000002 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.511089 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 524 components and 0.511088 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0444+1042_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.993 x 12.73 at -14.7 degrees (North through East) ! Clean map min=-0.0019493 max=0.35807 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0444+1042_S_map.fits wmodel /image_prod/ug002_uva//J0444+1042_S_map.mod ! Writing 524 model components to file: /image_prod/ug002_uva//J0444+1042_S_map.mod wobs /image_prod/ug002_uva//J0444+1042_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0444+1042_S_uvs.fits wwins /image_prod/ug002_uva//J0444+1042_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0444+1042_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.358065 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.185049 0.185049 0.370097 0.740194 1.48039 2.96078 5.92156 11.8431 23.6862 47.3724 94.7449 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.358 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1621.19 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0444+1042_S_dfm.log closed on Wed Mar 4 20:27:39 2020