! Started logfile: /image_prod/ug002_uva//J0929+7304_S_dfm.log on Wed Mar 4 23:02:40 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//J0929+7304_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0929+7304_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.660714 visibilities/baseline/integration-bin. ! Found source: J0929+7304 ! ! 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 3330 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 J0929+7304_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004863Jy sigma=8.640185 ! Fit after self-cal, rms=0.963413Jy sigma=8.285106 ! 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.73 mas, bmaj=5.107 mas, bpa=-42.36 degrees ! Estimated noise=2.19871 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.0290231 Jy ! Component: 100 - total flux cleaned = 0.0366343 Jy ! Total flux subtracted in 100 components = 0.0366343 Jy ! Clean residual min=-0.004568 max=0.004649 Jy/beam ! Clean residual mean=-0.000026 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.0366343 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0366343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054858Jy sigma=0.450051 ! Fit after self-cal, rms=0.052600Jy sigma=0.430479 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00534518 Jy ! Component: 100 - total flux cleaned = 0.00614501 Jy ! Total flux subtracted in 100 components = 0.00614501 Jy ! Clean residual min=-0.003937 max=0.003555 Jy/beam ! Clean residual mean=-0.000016 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.0427793 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.0427793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052241Jy sigma=0.427460 ! Fit after self-cal, rms=0.052212Jy sigma=0.427015 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.766 mas, bmaj=6.487 mas, bpa=-45.46 degrees ! Estimated noise=1.45519 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.000415444 Jy ! Component: 100 - total flux cleaned = 0.000559136 Jy ! Component: 150 - total flux cleaned = 0.000629667 Jy ! Component: 200 - total flux cleaned = 0.000650706 Jy ! Total flux subtracted in 200 components = 0.000650706 Jy ! Clean residual min=-0.002511 max=0.002839 Jy/beam ! Clean residual mean=-0.000025 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.04343 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.04343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052179Jy sigma=0.426804 ! Fit after self-cal, rms=0.052175Jy sigma=0.426766 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.766 x 6.487 at -45.46 degrees (North through East) ! Clean map min=-0.0024721 max=0.040815 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.02 KP 0.93 ! LA 1.04 MK 0.95 OV 1.01 PT 1.02 ! ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 0.99 KP 0.99 ! LA 1.06 MK 0.94 OV 0.93 PT 1.08 ! ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.08 HN 0.98 KP 1.01 ! LA 1.01 MK 0.96 OV 0.94 PT 1.02 ! ! ! Fit before self-cal, rms=0.052175Jy sigma=0.426766 ! Fit after self-cal, rms=0.052516Jy sigma=0.427658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.606 mas, bmaj=6.284 mas, bpa=-45.13 degrees ! Estimated noise=1.48829 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 = 2.59503e-05 Jy ! Component: 100 - total flux cleaned = 4.81664e-05 Jy ! Component: 150 - total flux cleaned = 4.83273e-05 Jy ! Component: 200 - total flux cleaned = 6.47879e-05 Jy ! Total flux subtracted in 200 components = 6.47879e-05 Jy ! Clean residual min=-0.002562 max=0.002948 Jy/beam ! Clean residual mean=-0.000010 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.0434948 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.0434948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052498Jy sigma=0.427546 ! Fit after self-cal, rms=0.052534Jy sigma=0.427390 ! 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.052534Jy sigma=0.427390 ! Fit after self-cal, rms=0.052725Jy sigma=0.424565 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.546 mas, bmaj=6.279 mas, bpa=-42.98 degrees ! Estimated noise=1.47536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.83425e-05 Jy ! Component: 100 - total flux cleaned = -5.41902e-05 Jy ! Component: 150 - total flux cleaned = -6.70782e-05 Jy ! Component: 200 - total flux cleaned = -7.83149e-05 Jy ! Total flux subtracted in 200 components = -7.83149e-05 Jy ! Clean residual min=-0.002243 max=0.002414 Jy/beam ! Clean residual mean=-0.000004 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0434164 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.0434165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052714Jy sigma=0.424522 ! Fit after self-cal, rms=0.052882Jy sigma=0.423938 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 = -9.11442e-05 Jy ! Component: 100 - total flux cleaned = -0.000118409 Jy ! Component: 150 - total flux cleaned = -0.000118793 Jy ! Component: 200 - total flux cleaned = -0.000129402 Jy ! Total flux subtracted in 200 components = -0.000129402 Jy ! Clean residual min=-0.002206 max=0.002534 Jy/beam ! Clean residual mean=-0.000006 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.043287 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.043287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052873Jy sigma=0.423906 ! Fit after self-cal, rms=0.052881Jy sigma=0.423893 ! 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.052881Jy sigma=0.423893 ! Fit after self-cal, rms=0.053601Jy sigma=0.423719 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.516 mas, bmaj=6.271 mas, bpa=-42.64 degrees ! Estimated noise=1.46913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.3888e-05 Jy ! Component: 100 - total flux cleaned = -4.93338e-05 Jy ! Component: 150 - total flux cleaned = -5.04613e-05 Jy ! Component: 200 - total flux cleaned = -6.1817e-05 Jy ! Total flux subtracted in 200 components = -6.1817e-05 Jy ! Clean residual min=-0.002177 max=0.002470 Jy/beam ! Clean residual mean=-0.000005 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0432252 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.0432252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053590Jy sigma=0.423688 ! Fit after self-cal, rms=0.053541Jy sigma=0.423028 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.16617e-05 Jy ! Component: 100 - total flux cleaned = 3.27341e-05 Jy ! Component: 150 - total flux cleaned = 2.14154e-05 Jy ! Component: 200 - total flux cleaned = 1.08337e-05 Jy ! Total flux subtracted in 200 components = 1.08337e-05 Jy ! Clean residual min=-0.002263 max=0.002613 Jy/beam ! Clean residual mean=-0.000007 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0432361 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.0432361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053533Jy sigma=0.422992 ! Fit after self-cal, rms=0.053541Jy sigma=0.422976 ! Inverting map ! Added new window around map position (21.5, -101). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192839 Jy ! Component: 100 - total flux cleaned = 0.00201437 Jy ! Component: 150 - total flux cleaned = 0.0021967 Jy ! Component: 200 - total flux cleaned = 0.00238248 Jy ! Total flux subtracted in 200 components = 0.00238248 Jy ! Clean residual min=-0.002246 max=0.002113 Jy/beam ! Clean residual mean=-0.000006 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0456185 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.0456185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053438Jy sigma=0.422066 ! Fit after self-cal, rms=0.053418Jy sigma=0.421826 ! 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.053418Jy sigma=0.421826 ! Fit after self-cal, rms=0.053296Jy sigma=0.421655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.961 mas, bmaj=12.24 mas, bpa=-58.37 degrees ! Estimated noise=1.73551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000765016 Jy ! Component: 100 - total flux cleaned = 0.000686713 Jy ! Component: 150 - total flux cleaned = 0.000601428 Jy ! Component: 200 - total flux cleaned = 0.000535247 Jy ! Total flux subtracted in 200 components = 0.000535247 Jy ! Clean residual min=-0.002182 max=0.002503 Jy/beam ! Clean residual mean=-0.000008 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.0461538 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.0461538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053265Jy sigma=0.421307 ! Fit after self-cal, rms=0.053266Jy sigma=0.421184 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.000197712 Jy ! Component: 100 - total flux cleaned = 0.000107574 Jy ! Component: 150 - total flux cleaned = 4.52933e-05 Jy ! Component: 200 - total flux cleaned = 4.48874e-05 Jy ! Total flux subtracted in 200 components = 4.48874e-05 Jy ! Clean residual min=-0.002013 max=0.002593 Jy/beam ! Clean residual mean=-0.000009 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.0461987 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.0461987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053260Jy sigma=0.421096 ! Fit after self-cal, rms=0.053258Jy sigma=0.421079 ! 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=4.487 mas, bmaj=6.266 mas, bpa=-42.8 degrees ! Estimated noise=1.45535 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.487 x 6.266 at -42.8 degrees (North through East) ! Clean map min=-0.0022139 max=0.039814 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.522 mas, bmaj=4.981 mas, bpa=-39.01 degrees ! Estimated noise=2.17142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0304704 Jy ! Component: 100 - total flux cleaned = 0.0391216 Jy ! Component: 150 - total flux cleaned = 0.0428645 Jy ! Component: 200 - total flux cleaned = 0.0447994 Jy ! Total flux subtracted in 200 components = 0.0447994 Jy ! Clean residual min=-0.003613 max=0.003350 Jy/beam ! Clean residual mean=-0.000002 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.0447994 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0447994 Jy ! Inverting map and beam ! Estimated beam: bmin=4.487 mas, bmaj=6.266 mas, bpa=-42.8 degrees ! Estimated noise=1.45535 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-10, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221304 Jy ! Component: 100 - total flux cleaned = 0.00297455 Jy ! Component: 150 - total flux cleaned = 0.00315214 Jy ! Component: 200 - total flux cleaned = 0.00329822 Jy ! Total flux subtracted in 200 components = 0.00329822 Jy ! Clean residual min=-0.002156 max=0.002144 Jy/beam ! Clean residual mean=-0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0480976 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 48 components and 0.0480976 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=9.961 mas, bmaj=12.24 mas, bpa=-58.37 degrees ! Estimated noise=1.73551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000311217 Jy ! Component: 100 - total flux cleaned = -7.28109e-05 Jy ! Component: 150 - total flux cleaned = -2.86882e-05 Jy ! Component: 200 - total flux cleaned = 8.67227e-06 Jy ! Total flux subtracted in 200 components = 8.67227e-06 Jy ! Clean residual min=-0.001962 max=0.002479 Jy/beam ! Clean residual mean=-0.000009 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0481063 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 = 3.20266e-05 Jy ! Component: 100 - total flux cleaned = 3.14268e-05 Jy ! Component: 150 - total flux cleaned = 4.57928e-05 Jy ! Component: 200 - total flux cleaned = 5.8418e-05 Jy ! Total flux subtracted in 200 components = 5.8418e-05 Jy ! Clean residual min=-0.001988 max=0.002461 Jy/beam ! Clean residual mean=-0.000009 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0481647 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 79 components and 0.0481647 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.487 mas, bmaj=6.266 mas, bpa=-42.8 degrees ! Estimated noise=1.45535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00029755 Jy ! Component: 100 - total flux cleaned = -0.000266592 Jy ! Component: 150 - total flux cleaned = -0.000178501 Jy ! Component: 200 - total flux cleaned = -0.000152377 Jy ! Total flux subtracted in 200 components = -0.000152377 Jy ! Clean residual min=-0.002141 max=0.002049 Jy/beam ! Clean residual mean=-0.000006 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.0480123 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.0480123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053201Jy sigma=0.420680 ! Fit after self-cal, rms=0.053143Jy sigma=0.420299 wmodel J0929+7304_S_map.mod ! Writing 93 model components to file: J0929+7304_S_map.mod wobs J0929+7304_S_uvs.fits ! Writing UV FITS file: J0929+7304_S_uvs.fits wwins J0929+7304_S_map.win ! wwins: Wrote 3 windows to J0929+7304_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 = -4.63269e-05 Jy ! Component: 100 - total flux cleaned = -1.01489e-05 Jy ! Component: 150 - total flux cleaned = -0.000169609 Jy ! Component: 200 - total flux cleaned = -0.0003503 Jy ! Component: 250 - total flux cleaned = -0.000466049 Jy ! Component: 300 - total flux cleaned = -0.000603742 Jy ! Component: 350 - total flux cleaned = -0.000604331 Jy ! Component: 400 - total flux cleaned = -0.000629635 Jy ! Component: 450 - total flux cleaned = -0.000604758 Jy ! Component: 500 - total flux cleaned = -0.000508961 Jy ! Component: 550 - total flux cleaned = -0.000392781 Jy ! Component: 600 - total flux cleaned = -0.000280593 Jy ! Component: 650 - total flux cleaned = -0.000280213 Jy ! Component: 700 - total flux cleaned = -0.000172587 Jy ! Component: 750 - total flux cleaned = -8.86681e-05 Jy ! Component: 800 - total flux cleaned = -4.79851e-05 Jy ! Component: 850 - total flux cleaned = -8.05713e-06 Jy ! Component: 900 - total flux cleaned = 3.09723e-05 Jy ! Component: 950 - total flux cleaned = 0.000145102 Jy ! Component: 1000 - total flux cleaned = 0.00010742 Jy ! Component: 1050 - total flux cleaned = 0.000144024 Jy ! Component: 1100 - total flux cleaned = 0.000162085 Jy ! Component: 1150 - total flux cleaned = 0.000179599 Jy ! Component: 1200 - total flux cleaned = 0.000179547 Jy ! Component: 1250 - total flux cleaned = 0.000213013 Jy ! Component: 1300 - total flux cleaned = 0.00019631 Jy ! Component: 1350 - total flux cleaned = 0.000196474 Jy ! Component: 1400 - total flux cleaned = 0.000228096 Jy ! Component: 1450 - total flux cleaned = 0.000212155 Jy ! Component: 1500 - total flux cleaned = 0.000150184 Jy ! Component: 1550 - total flux cleaned = 8.98224e-05 Jy ! Component: 1600 - total flux cleaned = 7.54046e-05 Jy ! Component: 1650 - total flux cleaned = 4.59071e-05 Jy ! Component: 1700 - total flux cleaned = -4.12963e-05 Jy ! Component: 1750 - total flux cleaned = -0.000112855 Jy ! Component: 1800 - total flux cleaned = -0.000169194 Jy ! Component: 1850 - total flux cleaned = -0.000239136 Jy ! Component: 1900 - total flux cleaned = -0.000321769 Jy ! Component: 1950 - total flux cleaned = -0.00036233 Jy ! Component: 2000 - total flux cleaned = -0.000443033 Jy ! Component: 2050 - total flux cleaned = -0.00050915 Jy ! Component: 2100 - total flux cleaned = -0.000613723 Jy ! Component: 2150 - total flux cleaned = -0.000652345 Jy ! Component: 2200 - total flux cleaned = -0.000690759 Jy ! Component: 2250 - total flux cleaned = -0.000766434 Jy ! Component: 2300 - total flux cleaned = -0.000791301 Jy ! Component: 2350 - total flux cleaned = -0.000852996 Jy ! Component: 2400 - total flux cleaned = -0.000913964 Jy ! Component: 2450 - total flux cleaned = -0.000950157 Jy ! Component: 2500 - total flux cleaned = -0.00104561 Jy ! Component: 2550 - total flux cleaned = -0.00112824 Jy ! Component: 2600 - total flux cleaned = -0.00120999 Jy ! Component: 2650 - total flux cleaned = -0.00125631 Jy ! Component: 2700 - total flux cleaned = -0.00134792 Jy ! Component: 2750 - total flux cleaned = -0.00139337 Jy ! Component: 2800 - total flux cleaned = -0.00149446 Jy ! Component: 2850 - total flux cleaned = -0.00157231 Jy ! Component: 2900 - total flux cleaned = -0.00161629 Jy ! Component: 2950 - total flux cleaned = -0.00167091 Jy ! Component: 3000 - total flux cleaned = -0.00168178 Jy ! Component: 3050 - total flux cleaned = -0.00177836 Jy ! Component: 3100 - total flux cleaned = -0.00184214 Jy ! Component: 3150 - total flux cleaned = -0.00189483 Jy ! Component: 3200 - total flux cleaned = -0.0019367 Jy ! Component: 3250 - total flux cleaned = -0.00199882 Jy ! Component: 3300 - total flux cleaned = -0.00199887 Jy ! Component: 3350 - total flux cleaned = -0.00206037 Jy ! Component: 3400 - total flux cleaned = -0.00209081 Jy ! Component: 3450 - total flux cleaned = -0.00215133 Jy ! Component: 3500 - total flux cleaned = -0.00217132 Jy ! Component: 3550 - total flux cleaned = -0.00221105 Jy ! Component: 3600 - total flux cleaned = -0.00226036 Jy ! Component: 3650 - total flux cleaned = -0.00230932 Jy ! Component: 3700 - total flux cleaned = -0.00234819 Jy ! Component: 3750 - total flux cleaned = -0.00238683 Jy ! Component: 3800 - total flux cleaned = -0.00242513 Jy ! Component: 3850 - total flux cleaned = -0.00246329 Jy ! Component: 3900 - total flux cleaned = -0.00250121 Jy ! Component: 3950 - total flux cleaned = -0.00252016 Jy ! Component: 4000 - total flux cleaned = -0.00256694 Jy ! Component: 4050 - total flux cleaned = -0.00261348 Jy ! Total flux subtracted in 4096 components = -0.00262267 Jy ! Clean residual min=-0.000575 max=0.000574 Jy/beam ! Clean residual mean=0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0453896 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 351 components and 0.0453896 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0929+7304_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.487 x 6.266 at -42.8 degrees (North through East) ! Clean map min=-0.0022765 max=0.038856 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0929+7304_S_map.fits wmodel /image_prod/ug002_uva//J0929+7304_S_map.mod ! Writing 351 model components to file: /image_prod/ug002_uva//J0929+7304_S_map.mod wobs /image_prod/ug002_uva//J0929+7304_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0929+7304_S_uvs.fits wwins /image_prod/ug002_uva//J0929+7304_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0929+7304_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.038856 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000161178 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.24443 1.24443 2.48886 4.97772 9.95544 19.9109 39.8218 79.6435 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.038 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 241.074 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0929+7304_S_dfm.log closed on Wed Mar 4 23:02:43 2020