! Started logfile: /image_prod/ug002_uva//J0327-2202_S_dfm.log on Wed Mar 4 19:55:50 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//J0327-2202_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0327-2202_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.98125 visibilities/baseline/integration-bin. ! Found source: J0327-2202 ! ! 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 4239 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 J0327-2202_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.114118Jy sigma=7.420527 ! Fit after self-cal, rms=0.607605Jy sigma=4.005004 ! 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.834 mas, bmaj=14.26 mas, bpa=-18.23 degrees ! Estimated noise=2.34772 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.298287 Jy ! Component: 100 - total flux cleaned = 0.38656 Jy ! Total flux subtracted in 100 components = 0.38656 Jy ! Clean residual min=-0.019398 max=0.039393 Jy/beam ! Clean residual mean=-0.000083 rms=0.005798 Jy/beam ! Combined flux in latest and established models = 0.38656 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.38656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.125189Jy sigma=0.726741 ! Fit after self-cal, rms=0.125135Jy sigma=0.726353 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0434338 Jy ! Component: 100 - total flux cleaned = 0.0669277 Jy ! Total flux subtracted in 100 components = 0.0669277 Jy ! Clean residual min=-0.014035 max=0.016409 Jy/beam ! Clean residual mean=-0.000047 rms=0.003783 Jy/beam ! Combined flux in latest and established models = 0.453487 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.453487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105651Jy sigma=0.578633 ! Fit after self-cal, rms=0.105593Jy sigma=0.577947 ! 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.398 mas, bmaj=15.48 mas, bpa=-17.19 degrees ! Estimated noise=1.68905 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.0193815 Jy ! Component: 100 - total flux cleaned = 0.0303781 Jy ! Component: 150 - total flux cleaned = 0.0340543 Jy ! Component: 200 - total flux cleaned = 0.0353171 Jy ! Total flux subtracted in 200 components = 0.0353171 Jy ! Clean residual min=-0.012487 max=0.014847 Jy/beam ! Clean residual mean=-0.000038 rms=0.003483 Jy/beam ! Combined flux in latest and established models = 0.488805 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.488804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101351Jy sigma=0.550753 ! Fit after self-cal, rms=0.101302Jy sigma=0.550379 ! 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.398 x 15.48 at -17.19 degrees (North through East) ! Clean map min=-0.012083 max=0.39912 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.14 HN 1.08 KP 0.98 ! LA 1.01 MK 1.02 NL 0.95 OV 0.96 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.09 KP 1.01 ! LA 1.01 MK 0.97 NL 0.93 OV 0.94 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.07 HN 1.07 KP 1.00 ! LA 1.01 MK 1.02 NL 0.91 OV 0.97 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.101302Jy sigma=0.550379 ! Fit after self-cal, rms=0.100133Jy sigma=0.521093 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.417 mas, bmaj=15.59 mas, bpa=-17.39 degrees ! Estimated noise=1.69855 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.00104291 Jy ! Component: 100 - total flux cleaned = 0.00148542 Jy ! Component: 150 - total flux cleaned = 0.00138477 Jy ! Component: 200 - total flux cleaned = 0.00138301 Jy ! Total flux subtracted in 200 components = 0.00138301 Jy ! Clean residual min=-0.009726 max=0.012590 Jy/beam ! Clean residual mean=-0.000014 rms=0.003031 Jy/beam ! Combined flux in latest and established models = 0.490187 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 0.490187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099744Jy sigma=0.519976 ! Fit after self-cal, rms=0.099759Jy sigma=0.519870 ! 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.099759Jy sigma=0.519870 ! Fit after self-cal, rms=0.087267Jy sigma=0.471415 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.398 mas, bmaj=15.79 mas, bpa=-17.52 degrees ! Estimated noise=1.71583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110468 Jy ! Component: 100 - total flux cleaned = 0.000629604 Jy ! Component: 150 - total flux cleaned = 0.000353614 Jy ! Component: 200 - total flux cleaned = 0.000233058 Jy ! Total flux subtracted in 200 components = 0.000233058 Jy ! Clean residual min=-0.006235 max=0.007993 Jy/beam ! Clean residual mean=-0.000007 rms=0.001900 Jy/beam ! Combined flux in latest and established models = 0.490421 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 100 components and 0.490421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086596Jy sigma=0.468934 ! Fit after self-cal, rms=0.086621Jy sigma=0.468875 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.000107745 Jy ! Component: 100 - total flux cleaned = -0.00020069 Jy ! Component: 150 - total flux cleaned = -0.000356311 Jy ! Component: 200 - total flux cleaned = -0.00049716 Jy ! Total flux subtracted in 200 components = -0.00049716 Jy ! Clean residual min=-0.006049 max=0.008040 Jy/beam ! Clean residual mean=-0.000008 rms=0.001866 Jy/beam ! Combined flux in latest and established models = 0.489923 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 116 components and 0.489923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086444Jy sigma=0.468057 ! Fit after self-cal, rms=0.086441Jy sigma=0.468047 ! Inverting map ! Added new window around map position (-26.5, 63.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499467 Jy ! Component: 100 - total flux cleaned = 0.00434145 Jy ! Component: 150 - total flux cleaned = 0.00347168 Jy ! Component: 200 - total flux cleaned = 0.00308307 Jy ! Total flux subtracted in 200 components = 0.00308307 Jy ! Clean residual min=-0.005746 max=0.006164 Jy/beam ! Clean residual mean=0.000000 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.493006 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 143 components and 0.493006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085377Jy sigma=0.464159 ! Fit after self-cal, rms=0.085317Jy sigma=0.463771 ! 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.085317Jy sigma=0.463771 ! Fit after self-cal, rms=0.078754Jy sigma=0.442715 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.399 mas, bmaj=15.78 mas, bpa=-17.56 degrees ! Estimated noise=1.71416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016755 Jy ! Component: 100 - total flux cleaned = 0.00195277 Jy ! Component: 150 - total flux cleaned = 0.00219041 Jy ! Component: 200 - total flux cleaned = 0.0024019 Jy ! Total flux subtracted in 200 components = 0.0024019 Jy ! Clean residual min=-0.004802 max=0.004382 Jy/beam ! Clean residual mean=0.000001 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.495408 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 165 components and 0.495408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078535Jy sigma=0.441454 ! Fit after self-cal, rms=0.078520Jy sigma=0.441360 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.000441285 Jy ! Component: 100 - total flux cleaned = 0.000505231 Jy ! Component: 150 - total flux cleaned = 0.000561296 Jy ! Component: 200 - total flux cleaned = 0.000612391 Jy ! Total flux subtracted in 200 components = 0.000612391 Jy ! Clean residual min=-0.004501 max=0.004415 Jy/beam ! Clean residual mean=0.000002 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.496021 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 178 components and 0.496021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078418Jy sigma=0.440889 ! Fit after self-cal, rms=0.078415Jy sigma=0.440875 ! 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.078415Jy sigma=0.440875 ! Fit after self-cal, rms=0.078359Jy sigma=0.440688 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.899 mas, bmaj=22.33 mas, bpa=-5.045 degrees ! Estimated noise=2.03117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493578 Jy ! Component: 100 - total flux cleaned = 0.000666005 Jy ! Component: 150 - total flux cleaned = 0.000808162 Jy ! Component: 200 - total flux cleaned = 0.000889654 Jy ! Total flux subtracted in 200 components = 0.000889654 Jy ! Clean residual min=-0.005299 max=0.006050 Jy/beam ! Clean residual mean=0.000001 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.49691 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 209 components and 0.49691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078310Jy sigma=0.440362 ! Fit after self-cal, rms=0.078303Jy sigma=0.440321 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.55145e-05 Jy ! Component: 100 - total flux cleaned = 8.57984e-05 Jy ! Component: 150 - total flux cleaned = 1.511e-05 Jy ! Component: 200 - total flux cleaned = -1.88486e-05 Jy ! Total flux subtracted in 200 components = -1.88486e-05 Jy ! Clean residual min=-0.005261 max=0.006044 Jy/beam ! Clean residual mean=0.000001 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.496891 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 218 components and 0.496891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078288Jy sigma=0.440190 ! Fit after self-cal, rms=0.078287Jy sigma=0.440172 ! 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.401 mas, bmaj=15.79 mas, bpa=-17.56 degrees ! Estimated noise=1.71337 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.401 x 15.79 at -17.56 degrees (North through East) ! Clean map min=-0.0046767 max=0.40288 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.839 mas, bmaj=14.53 mas, bpa=-18.44 degrees ! Estimated noise=2.38649 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.303102 Jy ! Component: 100 - total flux cleaned = 0.392203 Jy ! Component: 150 - total flux cleaned = 0.434779 Jy ! Component: 200 - total flux cleaned = 0.456352 Jy ! Total flux subtracted in 200 components = 0.456352 Jy ! Clean residual min=-0.007227 max=0.011729 Jy/beam ! Clean residual mean=-0.000036 rms=0.002168 Jy/beam ! Combined flux in latest and established models = 0.456352 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.456352 Jy ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=15.79 mas, bpa=-17.56 degrees ! Estimated noise=1.71337 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.0161058 Jy ! Component: 100 - total flux cleaned = 0.0256122 Jy ! Component: 150 - total flux cleaned = 0.0319017 Jy ! Component: 200 - total flux cleaned = 0.0363254 Jy ! Total flux subtracted in 200 components = 0.0363254 Jy ! Clean residual min=-0.004723 max=0.005952 Jy/beam ! Clean residual mean=-0.000002 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.492677 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 61 components and 0.492677 Jy ! Inverting map ! Added new window around map position (10, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00593077 Jy ! Component: 100 - total flux cleaned = 0.00800824 Jy ! Component: 150 - total flux cleaned = 0.00883796 Jy ! Component: 200 - total flux cleaned = 0.00915016 Jy ! Total flux subtracted in 200 components = 0.00915016 Jy ! Clean residual min=-0.003855 max=0.004683 Jy/beam ! Clean residual mean=0.000008 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.501828 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 94 components and 0.501827 Jy ! Inverting map ! Added new window around map position (54, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423504 Jy ! Component: 100 - total flux cleaned = 0.00609253 Jy ! Component: 150 - total flux cleaned = 0.00746338 Jy ! Component: 200 - total flux cleaned = 0.00862956 Jy ! Total flux subtracted in 200 components = 0.00862956 Jy ! Clean residual min=-0.003479 max=0.003516 Jy/beam ! Clean residual mean=0.000010 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.510457 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 129 components and 0.510457 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.899 mas, bmaj=22.33 mas, bpa=-5.045 degrees ! Estimated noise=2.03117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208722 Jy ! Component: 100 - total flux cleaned = 0.00277092 Jy ! Component: 150 - total flux cleaned = 0.00324204 Jy ! Component: 200 - total flux cleaned = 0.00361005 Jy ! Total flux subtracted in 200 components = 0.00361005 Jy ! Clean residual min=-0.003708 max=0.003975 Jy/beam ! Clean residual mean=0.000016 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.514067 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.000411312 Jy ! Component: 100 - total flux cleaned = 0.000793402 Jy ! Component: 150 - total flux cleaned = 0.00109044 Jy ! Component: 200 - total flux cleaned = 0.00137126 Jy ! Total flux subtracted in 200 components = 0.00137126 Jy ! Clean residual min=-0.003328 max=0.003912 Jy/beam ! Clean residual mean=0.000015 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.515438 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 208 components and 0.515438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=15.79 mas, bpa=-17.56 degrees ! Estimated noise=1.71337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000376438 Jy ! Component: 100 - total flux cleaned = -0.000831559 Jy ! Component: 150 - total flux cleaned = -0.000833793 Jy ! Component: 200 - total flux cleaned = -0.000721298 Jy ! Total flux subtracted in 200 components = -0.000721298 Jy ! Clean residual min=-0.002912 max=0.003475 Jy/beam ! Clean residual mean=0.000009 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.514717 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 238 components and 0.514717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077734Jy sigma=0.435944 ! Fit after self-cal, rms=0.077677Jy sigma=0.435761 wmodel J0327-2202_S_map.mod ! Writing 238 model components to file: J0327-2202_S_map.mod wobs J0327-2202_S_uvs.fits ! Writing UV FITS file: J0327-2202_S_uvs.fits wwins J0327-2202_S_map.win ! wwins: Wrote 4 windows to J0327-2202_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.000866343 Jy ! Component: 100 - total flux cleaned = 0.00125735 Jy ! Component: 150 - total flux cleaned = 0.00180044 Jy ! Component: 200 - total flux cleaned = 0.00201204 Jy ! Component: 250 - total flux cleaned = 0.00189236 Jy ! Component: 300 - total flux cleaned = 0.00200565 Jy ! Component: 350 - total flux cleaned = 0.00211619 Jy ! Component: 400 - total flux cleaned = 0.00215224 Jy ! Component: 450 - total flux cleaned = 0.00229052 Jy ! Component: 500 - total flux cleaned = 0.00229007 Jy ! Component: 550 - total flux cleaned = 0.00228975 Jy ! Component: 600 - total flux cleaned = 0.00228931 Jy ! Component: 650 - total flux cleaned = 0.00231937 Jy ! Component: 700 - total flux cleaned = 0.00241005 Jy ! Component: 750 - total flux cleaned = 0.00243996 Jy ! Component: 800 - total flux cleaned = 0.00261508 Jy ! Component: 850 - total flux cleaned = 0.00278633 Jy ! Component: 900 - total flux cleaned = 0.00295409 Jy ! Component: 950 - total flux cleaned = 0.00312 Jy ! Component: 1000 - total flux cleaned = 0.00328243 Jy ! Component: 1050 - total flux cleaned = 0.00346831 Jy ! Component: 1100 - total flux cleaned = 0.00372941 Jy ! Component: 1150 - total flux cleaned = 0.00390872 Jy ! Component: 1200 - total flux cleaned = 0.00400961 Jy ! Component: 1250 - total flux cleaned = 0.00410962 Jy ! Component: 1300 - total flux cleaned = 0.00420821 Jy ! Component: 1350 - total flux cleaned = 0.00432964 Jy ! Component: 1400 - total flux cleaned = 0.00442543 Jy ! Component: 1450 - total flux cleaned = 0.0045198 Jy ! Component: 1500 - total flux cleaned = 0.0046591 Jy ! Component: 1550 - total flux cleaned = 0.00472753 Jy ! Component: 1600 - total flux cleaned = 0.00479541 Jy ! Component: 1650 - total flux cleaned = 0.00486226 Jy ! Component: 1700 - total flux cleaned = 0.00497261 Jy ! Component: 1750 - total flux cleaned = 0.00512485 Jy ! Component: 1800 - total flux cleaned = 0.00518919 Jy ! Component: 1850 - total flux cleaned = 0.00525324 Jy ! Component: 1900 - total flux cleaned = 0.00533745 Jy ! Component: 1950 - total flux cleaned = 0.00540045 Jy ! Component: 2000 - total flux cleaned = 0.00552385 Jy ! Component: 2050 - total flux cleaned = 0.0056461 Jy ! Component: 2100 - total flux cleaned = 0.00572674 Jy ! Component: 2150 - total flux cleaned = 0.00586622 Jy ! Component: 2200 - total flux cleaned = 0.00600391 Jy ! Component: 2250 - total flux cleaned = 0.00606227 Jy ! Component: 2300 - total flux cleaned = 0.00615832 Jy ! Component: 2350 - total flux cleaned = 0.00623459 Jy ! Component: 2400 - total flux cleaned = 0.00631022 Jy ! Component: 2450 - total flux cleaned = 0.00638508 Jy ! Component: 2500 - total flux cleaned = 0.00642194 Jy ! Component: 2550 - total flux cleaned = 0.00651362 Jy ! Component: 2600 - total flux cleaned = 0.00658629 Jy ! Component: 2650 - total flux cleaned = 0.00664009 Jy ! Component: 2700 - total flux cleaned = 0.00671116 Jy ! Component: 2750 - total flux cleaned = 0.00683469 Jy ! Component: 2800 - total flux cleaned = 0.00688692 Jy ! Component: 2850 - total flux cleaned = 0.00692149 Jy ! Component: 2900 - total flux cleaned = 0.00695591 Jy ! Component: 2950 - total flux cleaned = 0.00705806 Jy ! Component: 3000 - total flux cleaned = 0.00712534 Jy ! Component: 3050 - total flux cleaned = 0.00720865 Jy ! Component: 3100 - total flux cleaned = 0.00722525 Jy ! Component: 3150 - total flux cleaned = 0.00734019 Jy ! Component: 3200 - total flux cleaned = 0.00743765 Jy ! Component: 3250 - total flux cleaned = 0.007502 Jy ! Component: 3300 - total flux cleaned = 0.00758187 Jy ! Component: 3350 - total flux cleaned = 0.00769271 Jy ! Component: 3400 - total flux cleaned = 0.00777136 Jy ! Component: 3450 - total flux cleaned = 0.00786492 Jy ! Component: 3500 - total flux cleaned = 0.00797309 Jy ! Component: 3550 - total flux cleaned = 0.00803465 Jy ! Component: 3600 - total flux cleaned = 0.00817188 Jy ! Component: 3650 - total flux cleaned = 0.00829289 Jy ! Component: 3700 - total flux cleaned = 0.00835291 Jy ! Component: 3750 - total flux cleaned = 0.00844241 Jy ! Component: 3800 - total flux cleaned = 0.00851646 Jy ! Component: 3850 - total flux cleaned = 0.00861933 Jy ! Component: 3900 - total flux cleaned = 0.00876498 Jy ! Component: 3950 - total flux cleaned = 0.0088516 Jy ! Component: 4000 - total flux cleaned = 0.00892336 Jy ! Component: 4050 - total flux cleaned = 0.00903744 Jy ! Total flux subtracted in 4096 components = 0.00916488 Jy ! Clean residual min=-0.000758 max=0.000805 Jy/beam ! Clean residual mean=0.000002 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.523882 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 518 components and 0.523882 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0327-2202_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.401 x 15.79 at -17.56 degrees (North through East) ! Clean map min=-0.002235 max=0.40731 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0327-2202_S_map.fits wmodel /image_prod/ug002_uva//J0327-2202_S_map.mod ! Writing 518 model components to file: /image_prod/ug002_uva//J0327-2202_S_map.mod wobs /image_prod/ug002_uva//J0327-2202_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0327-2202_S_uvs.fits wwins /image_prod/ug002_uva//J0327-2202_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J0327-2202_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.407309 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261703 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.192755 0.192755 0.385511 0.771021 1.54204 3.08409 6.16817 12.3363 24.6727 49.3454 98.6907 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.407 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1556.38 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0327-2202_S_dfm.log closed on Wed Mar 4 19:55:54 2020