! Started logfile: /vlbi/uf001/uva//J0713+5053_S_dfm.log on Sun Jan 13 23:21:40 2019 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 /vlbi/uf001/uva//J0713+5053_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0713+5053_S_uva.fits ! AN table 1: 58 integrations on 36 of 36 possible baselines. ! AN table 2: 29 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.998084 visibilities/baseline/integration-bin. ! Found source: J0713+5053 ! ! 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 9378 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 J0713+5053_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 18 telescope corrections were flagged in sub-array 1. ! A total of 37 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 37 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! A total of 37 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.013950Jy sigma=20.837521 ! Fit after self-cal, rms=0.858997Jy sigma=17.631486 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=5.049 mas, bpa=12.02 degrees ! Estimated noise=0.629716 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.109415 Jy ! Component: 100 - total flux cleaned = 0.133781 Jy ! Total flux subtracted in 100 components = 0.133781 Jy ! Clean residual min=-0.003956 max=0.008012 Jy/beam ! Clean residual mean=0.000002 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.133781 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.133781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062618Jy sigma=1.226701 ! Fit after self-cal, rms=0.062600Jy sigma=1.226355 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00803831 Jy ! Component: 100 - total flux cleaned = 0.0116862 Jy ! Total flux subtracted in 100 components = 0.0116862 Jy ! Clean residual min=-0.003793 max=0.004977 Jy/beam ! Clean residual mean=-0.000001 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.145467 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.145467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061481Jy sigma=1.201340 ! Fit after self-cal, rms=0.061476Jy sigma=1.201198 ! 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.648 mas, bmaj=5.598 mas, bpa=14.98 degrees ! Estimated noise=0.38262 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.00301198 Jy ! Component: 100 - total flux cleaned = 0.00460367 Jy ! Component: 150 - total flux cleaned = 0.00552391 Jy ! Component: 200 - total flux cleaned = 0.00574208 Jy ! Total flux subtracted in 200 components = 0.00574208 Jy ! Clean residual min=-0.003348 max=0.003447 Jy/beam ! Clean residual mean=0.000004 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.151209 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.151209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061340Jy sigma=1.198005 ! Fit after self-cal, rms=0.061337Jy sigma=1.197937 ! 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.648 x 5.598 at 14.98 degrees (North through East) ! Clean map min=-0.0032143 max=0.14254 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 0.98 KP 1.05 ! LA 0.93 MK 1.00 NL 1.10 OV 1.02 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.84 HN 0.96 KP 1.00 ! LA 0.93 NL 1.12 OV 0.93 PT 1.00* ! SC 1.13 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.00 KP 1.00 ! LA 0.93 MK 1.03 NL 1.07 OV 1.03 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.90 HN 0.96 KP 0.98 ! LA 0.94 NL 1.05 OV 0.95 PT 1.00* ! SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.01 KP 1.01 ! LA 0.93 MK 1.01 NL 1.06 OV 0.99 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.93 HN 0.98 KP 1.00 ! LA 0.94 NL 1.09 OV 0.94 PT 1.00* ! SC 1.13 ! ! ! Fit before self-cal, rms=0.061337Jy sigma=1.197937 ! Fit after self-cal, rms=0.061185Jy sigma=1.181635 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.663 mas, bmaj=5.603 mas, bpa=15.33 degrees ! Estimated noise=0.381933 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.000526711 Jy ! Component: 100 - total flux cleaned = -0.000718617 Jy ! Component: 150 - total flux cleaned = -0.000861022 Jy ! Component: 200 - total flux cleaned = -0.000932317 Jy ! Total flux subtracted in 200 components = -0.000932317 Jy ! Clean residual min=-0.001962 max=0.002168 Jy/beam ! Clean residual mean=0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.150277 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.150277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061167Jy sigma=1.181336 ! Fit after self-cal, rms=0.061216Jy sigma=1.181128 ! 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.061216Jy sigma=1.181128 ! Fit after self-cal, rms=0.061223Jy sigma=1.179926 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=5.601 mas, bpa=15.12 degrees ! Estimated noise=0.381717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000528011 Jy ! Component: 100 - total flux cleaned = -0.00054378 Jy ! Component: 150 - total flux cleaned = -0.000556412 Jy ! Component: 200 - total flux cleaned = -0.000566792 Jy ! Total flux subtracted in 200 components = -0.000566792 Jy ! Clean residual min=-0.001877 max=0.001917 Jy/beam ! Clean residual mean=0.000003 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.14971 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.14971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061214Jy sigma=1.179804 ! Fit after self-cal, rms=0.061217Jy sigma=1.179774 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 = -1.04023e-05 Jy ! Component: 100 - total flux cleaned = -1.25103e-06 Jy ! Component: 150 - total flux cleaned = 7.27871e-06 Jy ! Component: 200 - total flux cleaned = 2.34927e-05 Jy ! Total flux subtracted in 200 components = 2.34927e-05 Jy ! Clean residual min=-0.001885 max=0.001921 Jy/beam ! Clean residual mean=0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.149734 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.149734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061213Jy sigma=1.179718 ! Fit after self-cal, rms=0.061213Jy sigma=1.179705 ! 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.061213Jy sigma=1.179705 ! Fit after self-cal, rms=0.061200Jy sigma=1.179681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=5.604 mas, bpa=15.09 degrees ! Estimated noise=0.381757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000275766 Jy ! Component: 100 - total flux cleaned = -0.00033423 Jy ! Component: 150 - total flux cleaned = -0.000343411 Jy ! Component: 200 - total flux cleaned = -0.000351193 Jy ! Total flux subtracted in 200 components = -0.000351193 Jy ! Clean residual min=-0.001882 max=0.001933 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.149383 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.149383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061196Jy sigma=1.179635 ! Fit after self-cal, rms=0.061196Jy sigma=1.179628 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.94137e-06 Jy ! Component: 100 - total flux cleaned = 3.87812e-06 Jy ! Component: 150 - total flux cleaned = -2.96536e-06 Jy ! Component: 200 - total flux cleaned = 3.84159e-06 Jy ! Total flux subtracted in 200 components = 3.84159e-06 Jy ! Clean residual min=-0.001885 max=0.001938 Jy/beam ! Clean residual mean=0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.149387 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.149387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061193Jy sigma=1.179598 ! Fit after self-cal, rms=0.061194Jy sigma=1.179593 ! 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.061194Jy sigma=1.179593 ! Fit after self-cal, rms=0.061186Jy sigma=1.179584 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.439 mas, bmaj=8.129 mas, bpa=37.64 degrees ! Estimated noise=0.483989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.84955e-05 Jy ! Component: 100 - total flux cleaned = 2.22783e-05 Jy ! Component: 150 - total flux cleaned = -4.27668e-05 Jy ! Component: 200 - total flux cleaned = -7.79373e-05 Jy ! Total flux subtracted in 200 components = -7.79373e-05 Jy ! Clean residual min=-0.001980 max=0.002370 Jy/beam ! Clean residual mean=0.000005 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.149309 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 55 components and 0.149309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061191Jy sigma=1.179718 ! Fit after self-cal, rms=0.061189Jy sigma=1.179665 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 (6, -19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020014 Jy ! Component: 100 - total flux cleaned = 0.00198094 Jy ! Component: 150 - total flux cleaned = 0.00167648 Jy ! Component: 200 - total flux cleaned = 0.0012973 Jy ! Total flux subtracted in 200 components = 0.0012973 Jy ! Clean residual min=-0.001713 max=0.001722 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.150606 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 89 components and 0.150606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061122Jy sigma=1.178437 ! Fit after self-cal, rms=0.061118Jy sigma=1.178307 ! 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.673 mas, bmaj=5.606 mas, bpa=15.09 degrees ! Estimated noise=0.381807 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.673 x 5.606 at 15.09 degrees (North through East) ! Clean map min=-0.0016145 max=0.14239 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.926 mas, bmaj=5.048 mas, bpa=12.01 degrees ! Estimated noise=0.633568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11002 Jy ! Component: 100 - total flux cleaned = 0.134628 Jy ! Component: 150 - total flux cleaned = 0.142689 Jy ! Component: 200 - total flux cleaned = 0.146634 Jy ! Total flux subtracted in 200 components = 0.146634 Jy ! Clean residual min=-0.003138 max=0.003454 Jy/beam ! Clean residual mean=0.000000 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.146634 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.146634 Jy ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=5.606 mas, bpa=15.09 degrees ! Estimated noise=0.381807 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.00284427 Jy ! Component: 100 - total flux cleaned = 0.00394351 Jy ! Component: 150 - total flux cleaned = 0.0041082 Jy ! Component: 200 - total flux cleaned = 0.00410653 Jy ! Total flux subtracted in 200 components = 0.00410653 Jy ! Clean residual min=-0.001743 max=0.001697 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.150741 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 44 components and 0.150741 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.439 mas, bmaj=8.129 mas, bpa=37.64 degrees ! Estimated noise=0.483989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000970644 Jy ! Component: 100 - total flux cleaned = 0.00079209 Jy ! Component: 150 - total flux cleaned = 0.000569034 Jy ! Component: 200 - total flux cleaned = 0.000379994 Jy ! Total flux subtracted in 200 components = 0.000379994 Jy ! Clean residual min=-0.001802 max=0.001642 Jy/beam ! Clean residual mean=0.000003 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.151121 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.000226623 Jy ! Component: 100 - total flux cleaned = -0.000427734 Jy ! Component: 150 - total flux cleaned = -0.000584871 Jy ! Component: 200 - total flux cleaned = -0.000687806 Jy ! Total flux subtracted in 200 components = -0.000687806 Jy ! Clean residual min=-0.001797 max=0.001630 Jy/beam ! Clean residual mean=0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.150433 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 84 components and 0.150433 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=5.606 mas, bpa=15.09 degrees ! Estimated noise=0.381807 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000245546 Jy ! Component: 100 - total flux cleaned = 0.000305278 Jy ! Component: 150 - total flux cleaned = 0.00030597 Jy ! Component: 200 - total flux cleaned = 0.000233472 Jy ! Total flux subtracted in 200 components = 0.000233472 Jy ! Clean residual min=-0.001616 max=0.001494 Jy/beam ! Clean residual mean=0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.150666 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 104 components and 0.150666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061064Jy sigma=1.177150 ! Fit after self-cal, rms=0.061058Jy sigma=1.177032 wmodel J0713+5053_S_map.mod ! Writing 104 model components to file: J0713+5053_S_map.mod wobs J0713+5053_S_uvs.fits ! Writing UV FITS file: J0713+5053_S_uvs.fits wwins J0713+5053_S_map.win ! wwins: Wrote 2 windows to J0713+5053_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 = 3.56887e-05 Jy ! Component: 100 - total flux cleaned = 6.33444e-05 Jy ! Component: 150 - total flux cleaned = 8.93406e-05 Jy ! Component: 200 - total flux cleaned = 0.000138999 Jy ! Component: 250 - total flux cleaned = 0.000163269 Jy ! Component: 300 - total flux cleaned = 0.000233826 Jy ! Component: 350 - total flux cleaned = 0.000279771 Jy ! Component: 400 - total flux cleaned = 0.000279808 Jy ! Component: 450 - total flux cleaned = 0.000301327 Jy ! Component: 500 - total flux cleaned = 0.000173859 Jy ! Component: 550 - total flux cleaned = 0.000153631 Jy ! Component: 600 - total flux cleaned = 0.000133314 Jy ! Component: 650 - total flux cleaned = 0.000113584 Jy ! Component: 700 - total flux cleaned = 3.52833e-05 Jy ! Component: 750 - total flux cleaned = 5.54134e-05 Jy ! Component: 800 - total flux cleaned = 7.45645e-05 Jy ! Component: 850 - total flux cleaned = 1.82219e-05 Jy ! Component: 900 - total flux cleaned = -3.7389e-05 Jy ! Component: 950 - total flux cleaned = -0.000109883 Jy ! Component: 1000 - total flux cleaned = -0.000163451 Jy ! Component: 1050 - total flux cleaned = -0.000181081 Jy ! Component: 1100 - total flux cleaned = -0.000198265 Jy ! Component: 1150 - total flux cleaned = -0.000300781 Jy ! Component: 1200 - total flux cleaned = -0.000317821 Jy ! Component: 1250 - total flux cleaned = -0.000384124 Jy ! Component: 1300 - total flux cleaned = -0.000400549 Jy ! Component: 1350 - total flux cleaned = -0.000433332 Jy ! Component: 1400 - total flux cleaned = -0.000449297 Jy ! Component: 1450 - total flux cleaned = -0.000512729 Jy ! Component: 1500 - total flux cleaned = -0.000559633 Jy ! Component: 1550 - total flux cleaned = -0.000544082 Jy ! Component: 1600 - total flux cleaned = -0.000620756 Jy ! Component: 1650 - total flux cleaned = -0.000681137 Jy ! Component: 1700 - total flux cleaned = -0.000741031 Jy ! Component: 1750 - total flux cleaned = -0.000785699 Jy ! Component: 1800 - total flux cleaned = -0.000800399 Jy ! Component: 1850 - total flux cleaned = -0.000786031 Jy ! Component: 1900 - total flux cleaned = -0.000843369 Jy ! Component: 1950 - total flux cleaned = -0.000857674 Jy ! Component: 2000 - total flux cleaned = -0.000927991 Jy ! Component: 2050 - total flux cleaned = -0.000927949 Jy ! Component: 2100 - total flux cleaned = -0.000941664 Jy ! Component: 2150 - total flux cleaned = -0.0009827 Jy ! Component: 2200 - total flux cleaned = -0.000955582 Jy ! Component: 2250 - total flux cleaned = -0.00102286 Jy ! Component: 2300 - total flux cleaned = -0.00100956 Jy ! Component: 2350 - total flux cleaned = -0.00102274 Jy ! Component: 2400 - total flux cleaned = -0.00102267 Jy ! Component: 2450 - total flux cleaned = -0.00102255 Jy ! Component: 2500 - total flux cleaned = -0.00103516 Jy ! Component: 2550 - total flux cleaned = -0.00103519 Jy ! Component: 2600 - total flux cleaned = -0.00106045 Jy ! Component: 2650 - total flux cleaned = -0.00111069 Jy ! Component: 2700 - total flux cleaned = -0.00107364 Jy ! Component: 2750 - total flux cleaned = -0.00114771 Jy ! Component: 2800 - total flux cleaned = -0.00117222 Jy ! Component: 2850 - total flux cleaned = -0.00123296 Jy ! Component: 2900 - total flux cleaned = -0.0012451 Jy ! Component: 2950 - total flux cleaned = -0.00125721 Jy ! Component: 3000 - total flux cleaned = -0.00134036 Jy ! Component: 3050 - total flux cleaned = -0.00135211 Jy ! Component: 3100 - total flux cleaned = -0.00137556 Jy ! Component: 3150 - total flux cleaned = -0.00144519 Jy ! Component: 3200 - total flux cleaned = -0.00146826 Jy ! Component: 3250 - total flux cleaned = -0.00145682 Jy ! Component: 3300 - total flux cleaned = -0.00149102 Jy ! Component: 3350 - total flux cleaned = -0.00154763 Jy ! Component: 3400 - total flux cleaned = -0.0015813 Jy ! Component: 3450 - total flux cleaned = -0.00159242 Jy ! Component: 3500 - total flux cleaned = -0.00161457 Jy ! Component: 3550 - total flux cleaned = -0.0016586 Jy ! Component: 3600 - total flux cleaned = -0.00168048 Jy ! Component: 3650 - total flux cleaned = -0.00175639 Jy ! Component: 3700 - total flux cleaned = -0.00177795 Jy ! Component: 3750 - total flux cleaned = -0.00178864 Jy ! Component: 3800 - total flux cleaned = -0.00184197 Jy ! Component: 3850 - total flux cleaned = -0.00179959 Jy ! Component: 3900 - total flux cleaned = -0.00184174 Jy ! Component: 3950 - total flux cleaned = -0.00183122 Jy ! Component: 4000 - total flux cleaned = -0.00187293 Jy ! Component: 4050 - total flux cleaned = -0.00191426 Jy ! Total flux subtracted in 4096 components = -0.0019245 Jy ! Clean residual min=-0.000746 max=0.000564 Jy/beam ! Clean residual mean=0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.148742 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 379 components and 0.148742 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0713+5053_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.673 x 5.606 at 15.09 degrees (North through East) ! Clean map min=-0.0010893 max=0.14219 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0713+5053_S_map.fits wmodel /vlbi/uf001/uva//J0713+5053_S_map.mod ! Writing 379 model components to file: /vlbi/uf001/uva//J0713+5053_S_map.mod wobs /vlbi/uf001/uva//J0713+5053_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0713+5053_S_uvs.fits wwins /vlbi/uf001/uva//J0713+5053_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0713+5053_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.142193 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178107 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.375772 0.375772 0.751545 1.50309 3.00618 6.01236 12.0247 24.0494 48.0989 96.1977 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.142 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 798.355 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0713+5053_S_dfm.log closed on Sun Jan 13 23:21:45 2019