! Started logfile: /image_prod/ug002_uva//J1743-0350_S_a_dfm.log on Thu Mar 5 03:22: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//J1743-0350_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1743-0350_S_a_uva.fits ! AN table 1: 8 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.880952 visibilities/baseline/integration-bin. ! Found source: J1743-0350 ! ! 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 444 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 J1743-0350_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=3.506520Jy sigma=13.748507 ! Fit after self-cal, rms=2.378109Jy sigma=9.484589 ! 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=8.193 mas, bmaj=15.03 mas, bpa=-16.38 degrees ! Estimated noise=12.2235 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.65836 Jy ! Component: 100 - total flux cleaned = 3.23887 Jy ! Total flux subtracted in 100 components = 3.23887 Jy ! Clean residual min=-0.135617 max=0.171323 Jy/beam ! Clean residual mean=0.000038 rms=0.050968 Jy/beam ! Combined flux in latest and established models = 3.23887 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 3.23887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.249142Jy sigma=1.097849 ! Fit after self-cal, rms=0.249122Jy sigma=1.097782 ! 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=9.026 mas, bmaj=14.95 mas, bpa=-16.75 degrees ! Estimated noise=9.36982 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.0934189 Jy ! Component: 100 - total flux cleaned = 0.1099 Jy ! Component: 150 - total flux cleaned = 0.109753 Jy ! Component: 200 - total flux cleaned = 0.109502 Jy ! Total flux subtracted in 200 components = 0.109502 Jy ! Clean residual min=-0.027524 max=0.027710 Jy/beam ! Clean residual mean=-0.000062 rms=0.009557 Jy/beam ! Combined flux in latest and established models = 3.34837 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 40 components and 3.34837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093411Jy sigma=0.366091 ! Fit after self-cal, rms=0.093331Jy sigma=0.365881 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.026 x 14.95 at -16.75 degrees (North through East) ! Clean map min=-0.074538 max=3.3825 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 KP 0.99 LA 1.01 ! NL 0.99 OV 0.99 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 KP 1.01 LA 1.00 ! NL 0.98 OV 0.97 PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 KP 1.00 LA 1.00 ! NL 0.96 OV 1.00 PT 1.01 ! ! ! Fit before self-cal, rms=0.093331Jy sigma=0.365881 ! Fit after self-cal, rms=0.062941Jy sigma=0.214817 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.951 mas, bmaj=15.01 mas, bpa=-16.73 degrees ! Estimated noise=9.30091 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.00580735 Jy ! Component: 100 - total flux cleaned = 0.00416924 Jy ! Component: 150 - total flux cleaned = 0.00281596 Jy ! Component: 200 - total flux cleaned = 0.00171821 Jy ! Total flux subtracted in 200 components = 0.00171821 Jy ! Clean residual min=-0.002814 max=0.002826 Jy/beam ! Clean residual mean=-0.000017 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 3.35009 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 91 components and 3.35009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060314Jy sigma=0.206485 ! Fit after self-cal, rms=0.060285Jy sigma=0.206412 ! 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.060285Jy sigma=0.206412 ! Fit after self-cal, rms=0.060196Jy sigma=0.205985 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.95 mas, bmaj=15.02 mas, bpa=-16.73 degrees ! Estimated noise=9.30057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000779585 Jy ! Component: 100 - total flux cleaned = 0.0011698 Jy ! Component: 150 - total flux cleaned = 0.000745909 Jy ! Component: 200 - total flux cleaned = 0.000273482 Jy ! Total flux subtracted in 200 components = 0.000273482 Jy ! Clean residual min=-0.001478 max=0.001468 Jy/beam ! Clean residual mean=-0.000009 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 3.35036 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 155 components and 3.35036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059678Jy sigma=0.204433 ! Fit after self-cal, rms=0.059677Jy sigma=0.204410 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.000912214 Jy ! Component: 100 - total flux cleaned = 0.000475957 Jy ! Component: 150 - total flux cleaned = -5.39725e-05 Jy ! Component: 200 - total flux cleaned = -0.000420361 Jy ! Total flux subtracted in 200 components = -0.000420361 Jy ! Clean residual min=-0.000987 max=0.000979 Jy/beam ! Clean residual mean=-0.000005 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 3.34994 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 209 components and 3.34994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059522Jy sigma=0.203943 ! Fit after self-cal, rms=0.059527Jy sigma=0.203923 ! 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.059527Jy sigma=0.203923 ! Fit after self-cal, rms=0.059604Jy sigma=0.203713 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.949 mas, bmaj=15.02 mas, bpa=-16.73 degrees ! Estimated noise=9.30183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.62281e-05 Jy ! Component: 100 - total flux cleaned = 4.50108e-05 Jy ! Component: 150 - total flux cleaned = -6.17835e-05 Jy ! Component: 200 - total flux cleaned = -0.000530196 Jy ! Total flux subtracted in 200 components = -0.000530196 Jy ! Clean residual min=-0.000829 max=0.000824 Jy/beam ! Clean residual mean=-0.000003 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 3.34941 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 257 components and 3.34941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059451Jy sigma=0.203456 ! Fit after self-cal, rms=0.059456Jy sigma=0.203442 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.000202194 Jy ! Component: 100 - total flux cleaned = 0.000117946 Jy ! Component: 150 - total flux cleaned = 0.000158788 Jy ! Component: 200 - total flux cleaned = 0.000320168 Jy ! Total flux subtracted in 200 components = 0.000320168 Jy ! Clean residual min=-0.000675 max=0.000671 Jy/beam ! Clean residual mean=-0.000002 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 3.34973 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 303 components and 3.34973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059399Jy sigma=0.203282 ! Fit after self-cal, rms=0.059403Jy sigma=0.203274 ! 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.059403Jy sigma=0.203274 ! Fit after self-cal, rms=0.059514Jy sigma=0.203132 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.51 mas, bmaj=15.21 mas, bpa=-16.72 degrees ! Estimated noise=9.63729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.02233e-05 Jy ! Component: 100 - total flux cleaned = -0.000296749 Jy ! Component: 150 - total flux cleaned = -0.000554037 Jy ! Component: 200 - total flux cleaned = -0.000749368 Jy ! Total flux subtracted in 200 components = -0.000749368 Jy ! Clean residual min=-0.000632 max=0.000628 Jy/beam ! Clean residual mean=-0.000001 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 3.34899 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 354 components and 3.34899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059390Jy sigma=0.203066 ! Fit after self-cal, rms=0.059394Jy sigma=0.203054 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.000162106 Jy ! Component: 100 - total flux cleaned = 0.000301569 Jy ! Component: 150 - total flux cleaned = 0.000537181 Jy ! Component: 200 - total flux cleaned = 0.000738992 Jy ! Total flux subtracted in 200 components = 0.000738992 Jy ! Clean residual min=-0.000560 max=0.000570 Jy/beam ! Clean residual mean=-0.000000 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 3.34972 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 406 components and 3.34972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059354Jy sigma=0.202972 ! Fit after self-cal, rms=0.059357Jy sigma=0.202965 ! 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=8.948 mas, bmaj=15.02 mas, bpa=-16.73 degrees ! Estimated noise=9.30291 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.948 x 15.02 at -16.73 degrees (North through East) ! Clean map min=-0.047909 max=3.3559 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059357Jy sigma=0.202965 ! Fit after self-cal, rms=0.054186Jy sigma=0.173068 ! Inverting map and beam ! Estimated beam: bmin=8.948 mas, bmaj=15.02 mas, bpa=-16.72 degrees ! Estimated noise=9.30332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000472873 Jy ! Component: 100 - total flux cleaned = 0.000397308 Jy ! Component: 150 - total flux cleaned = 0.000322335 Jy ! Component: 200 - total flux cleaned = 0.000462384 Jy ! Total flux subtracted in 200 components = 0.000462384 Jy ! Clean residual min=-0.000577 max=0.000573 Jy/beam ! Clean residual mean=0.000003 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 3.35019 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 442 components and 3.35019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054130Jy sigma=0.172940 ! Fit after self-cal, rms=0.054134Jy sigma=0.172930 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.18592e-06 Jy ! Component: 100 - total flux cleaned = 0.000167473 Jy ! Component: 150 - total flux cleaned = 0.00032195 Jy ! Component: 200 - total flux cleaned = 0.000445904 Jy ! Total flux subtracted in 200 components = 0.000445904 Jy ! Clean residual min=-0.000512 max=0.000515 Jy/beam ! Clean residual mean=0.000002 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 3.35063 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 481 components and 3.35063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054102Jy sigma=0.172822 ! Fit after self-cal, rms=0.054107Jy sigma=0.172814 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054107Jy sigma=0.172814 ! Fit after self-cal, rms=0.054154Jy sigma=0.172773 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=8.122 mas, bmaj=15.11 mas, bpa=-16.38 degrees ! Estimated noise=12.1053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.63264 Jy ! Component: 100 - total flux cleaned = 3.20678 Jy ! Component: 150 - total flux cleaned = 3.31156 Jy ! Component: 200 - total flux cleaned = 3.33325 Jy ! Total flux subtracted in 200 components = 3.33325 Jy ! Clean residual min=-0.047105 max=0.046977 Jy/beam ! Clean residual mean=-0.000047 rms=0.015573 Jy/beam ! Combined flux in latest and established models = 3.33325 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 18 model components to the UV plane model. ! The established model now contains 18 components and 3.33325 Jy ! Inverting map and beam ! Estimated beam: bmin=8.948 mas, bmaj=15.02 mas, bpa=-16.72 degrees ! Estimated noise=9.30405 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.0112746 Jy ! Component: 100 - total flux cleaned = 0.00829964 Jy ! Component: 150 - total flux cleaned = 0.00705247 Jy ! Component: 200 - total flux cleaned = 0.00428838 Jy ! Total flux subtracted in 200 components = 0.00428838 Jy ! Clean residual min=-0.010056 max=0.010057 Jy/beam ! Clean residual mean=-0.000046 rms=0.003788 Jy/beam ! Combined flux in latest and established models = 3.33754 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 60 components and 3.33754 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.51 mas, bmaj=15.21 mas, bpa=-16.72 degrees ! Estimated noise=9.63835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000817838 Jy ! Component: 100 - total flux cleaned = -0.00370251 Jy ! Component: 150 - total flux cleaned = -0.00637107 Jy ! Component: 200 - total flux cleaned = -0.00816435 Jy ! Total flux subtracted in 200 components = -0.00816435 Jy ! Clean residual min=-0.003797 max=0.003788 Jy/beam ! Clean residual mean=-0.000006 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 3.32938 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.00126078 Jy ! Component: 100 - total flux cleaned = -0.00216847 Jy ! Component: 150 - total flux cleaned = -0.00326334 Jy ! Component: 200 - total flux cleaned = -0.0038102 Jy ! Total flux subtracted in 200 components = -0.0038102 Jy ! Clean residual min=-0.002151 max=0.002147 Jy/beam ! Clean residual mean=-0.000004 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 3.32557 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 149 components and 3.32557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=8.948 mas, bmaj=15.02 mas, bpa=-16.72 degrees ! Estimated noise=9.30405 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104016 Jy ! Component: 100 - total flux cleaned = 0.00174019 Jy ! Component: 150 - total flux cleaned = 0.00211652 Jy ! Component: 200 - total flux cleaned = 0.00347797 Jy ! Total flux subtracted in 200 components = 0.00347797 Jy ! Clean residual min=-0.001341 max=0.001335 Jy/beam ! Clean residual mean=0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 3.32905 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 200 components and 3.32905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054362Jy sigma=0.174513 ! Fit after self-cal, rms=0.054363Jy sigma=0.174455 wmodel J1743-0350_S_a_map.mod ! Writing 200 model components to file: J1743-0350_S_a_map.mod wobs J1743-0350_S_a_uvs.fits ! Writing UV FITS file: J1743-0350_S_a_uvs.fits wwins J1743-0350_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J1743-0350_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.948 x 15.02 at -16.72 degrees (North through East) ! Clean map min=-0.03977 max=3.3478 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1743-0350_S_a_map.fits wmodel /image_prod/ug002_uva//J1743-0350_S_a_map.mod ! Writing 200 model components to file: /image_prod/ug002_uva//J1743-0350_S_a_map.mod wobs /image_prod/ug002_uva//J1743-0350_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1743-0350_S_a_uvs.fits wwins /image_prod/ug002_uva//J1743-0350_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 3.34777 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000546186 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0489448 0.0489448 0.0978896 0.195779 0.391558 0.783117 1.56623 3.13247 6.26493 12.5299 25.0597 50.1195 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak= ", int(1000*peak_flux)/1000 ! peak= 3.347 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 6129.35 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1743-0350_S_a_dfm.log closed on Thu Mar 5 03:22:26 2020