! Started logfile: /vlbi/uf001/uvm//J1136-0330_S_a_dfm.log on Sun Jan 13 21:29:36 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/uvm//J1136-0330_S_a_uvm.fits ! Reading UV FITS file: /vlbi/uf001/uvm//J1136-0330_S_a_uvm.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! AN table 2: 9 integrations on 1 of 1 possible baselines. ! AN table 3: 10 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.682342 visibilities/baseline/integration-bin. ! Found source: J1136-0330 ! ! 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 4440 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 J1136-0330_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 157 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 157 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.057950Jy sigma=18.813978 ! Fit after self-cal, rms=0.660200Jy sigma=11.908297 ! 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.543 mas, bmaj=6.612 mas, bpa=-3.688 degrees ! Estimated noise=0.849974 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.264695 Jy ! Component: 100 - total flux cleaned = 0.322416 Jy ! Total flux subtracted in 100 components = 0.322416 Jy ! Clean residual min=-0.006289 max=0.016099 Jy/beam ! Clean residual mean=0.000006 rms=0.001769 Jy/beam ! Combined flux in latest and established models = 0.322416 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.322416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092081Jy sigma=1.413014 ! Fit after self-cal, rms=0.092079Jy sigma=1.412980 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129943 Jy ! Component: 100 - total flux cleaned = 0.0184236 Jy ! Total flux subtracted in 100 components = 0.0184236 Jy ! Clean residual min=-0.006400 max=0.008219 Jy/beam ! Clean residual mean=0.000007 rms=0.001625 Jy/beam ! Combined flux in latest and established models = 0.340839 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.340839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089239Jy sigma=1.369146 ! Fit after self-cal, rms=0.089240Jy sigma=1.369071 ! 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.088 mas, bmaj=7.617 mas, bpa=-2.763 degrees ! Estimated noise=0.665277 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.00496039 Jy ! Component: 100 - total flux cleaned = 0.00746348 Jy ! Component: 150 - total flux cleaned = 0.00890262 Jy ! Component: 200 - total flux cleaned = 0.00936089 Jy ! Total flux subtracted in 200 components = 0.00936089 Jy ! Clean residual min=-0.005003 max=0.007480 Jy/beam ! Clean residual mean=0.000006 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.3502 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.3502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088796Jy sigma=1.365346 ! Fit after self-cal, rms=0.088803Jy sigma=1.365293 ! 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.088 x 7.617 at -2.763 degrees (North through East) ! Clean map min=-0.0048082 max=0.34142 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.02 KP 1.00 ! LA 0.97 MK 1.01 NL 1.05 OV 1.02 ! PT 1.01 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.01 HN 1.04 KP 0.94 LA 0.96 ! MK 1.01 NL 1.06 OV 0.95 PT 1.18 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 1.00 KP 1.01 ! LA 0.97 MK 0.99 NL 1.03 OV 0.99 ! PT 0.95 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.90 HN 0.99 KP 0.99 LA 0.94 ! MK 0.98 NL 1.04 OV 0.93 PT 1.24 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.01 KP 1.00 ! LA 0.96 MK 0.99 NL 1.06 OV 0.98 ! PT 0.94 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.26 HN 0.98 KP 0.95 LA 0.93 ! MK 0.99 NL 1.05 OV 0.92 PT 1.25 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.088803Jy sigma=1.365293 ! Fit after self-cal, rms=0.087700Jy sigma=1.308358 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=7.645 mas, bpa=-2.794 degrees ! Estimated noise=0.667602 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.000655152 Jy ! Component: 100 - total flux cleaned = 0.000529494 Jy ! Component: 150 - total flux cleaned = 0.000389095 Jy ! Component: 200 - total flux cleaned = 0.000268499 Jy ! Total flux subtracted in 200 components = 0.000268499 Jy ! Clean residual min=-0.004709 max=0.006222 Jy/beam ! Clean residual mean=-0.000004 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.350469 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.350469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087597Jy sigma=1.308225 ! Fit after self-cal, rms=0.087606Jy sigma=1.308068 ! 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.087606Jy sigma=1.308068 ! Fit after self-cal, rms=0.072309Jy sigma=1.146677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.658 mas, bpa=-2.833 degrees ! Estimated noise=0.670376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157025 Jy ! Component: 100 - total flux cleaned = 0.00162126 Jy ! Component: 150 - total flux cleaned = 0.00158283 Jy ! Component: 200 - total flux cleaned = 0.00151424 Jy ! Total flux subtracted in 200 components = 0.00151424 Jy ! Clean residual min=-0.003005 max=0.003064 Jy/beam ! Clean residual mean=-0.000004 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.351983 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.351983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072226Jy sigma=1.145735 ! Fit after self-cal, rms=0.072257Jy sigma=1.145566 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.000155227 Jy ! Component: 100 - total flux cleaned = -0.000209065 Jy ! Component: 150 - total flux cleaned = -0.000282657 Jy ! Component: 200 - total flux cleaned = -0.000348191 Jy ! Total flux subtracted in 200 components = -0.000348191 Jy ! Clean residual min=-0.002990 max=0.003094 Jy/beam ! Clean residual mean=-0.000003 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.351635 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.351635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072237Jy sigma=1.145335 ! Fit after self-cal, rms=0.072237Jy sigma=1.145319 ! 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.072237Jy sigma=1.145319 ! Fit after self-cal, rms=0.070244Jy sigma=1.129216 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.655 mas, bpa=-2.867 degrees ! Estimated noise=0.670672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.06394e-05 Jy ! Component: 100 - total flux cleaned = 4.42862e-05 Jy ! Component: 150 - total flux cleaned = -5.93589e-06 Jy ! Component: 200 - total flux cleaned = -5.1881e-05 Jy ! Total flux subtracted in 200 components = -5.1881e-05 Jy ! Clean residual min=-0.002953 max=0.002920 Jy/beam ! Clean residual mean=-0.000003 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.351583 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.351583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070233Jy sigma=1.129099 ! Fit after self-cal, rms=0.070240Jy sigma=1.129066 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 = -7.74888e-05 Jy ! Component: 100 - total flux cleaned = -0.000131297 Jy ! Component: 150 - total flux cleaned = -0.000167484 Jy ! Component: 200 - total flux cleaned = -0.000190097 Jy ! Total flux subtracted in 200 components = -0.000190097 Jy ! Clean residual min=-0.002956 max=0.002888 Jy/beam ! Clean residual mean=-0.000003 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.351393 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.351393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070234Jy sigma=1.129008 ! Fit after self-cal, rms=0.070235Jy sigma=1.129004 ! 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.070235Jy sigma=1.129004 ! Fit after self-cal, rms=0.070315Jy sigma=1.128980 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.296 mas, bmaj=12.72 mas, bpa=-1.905 degrees ! Estimated noise=0.876484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.83682e-05 Jy ! Component: 100 - total flux cleaned = -4.50429e-05 Jy ! Component: 150 - total flux cleaned = -6.16789e-05 Jy ! Component: 200 - total flux cleaned = -6.86026e-05 Jy ! Total flux subtracted in 200 components = -6.86026e-05 Jy ! Clean residual min=-0.003139 max=0.003570 Jy/beam ! Clean residual mean=-0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.351324 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 60 components and 0.351324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070311Jy sigma=1.129008 ! Fit after self-cal, rms=0.070314Jy sigma=1.128983 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 = 5.37809e-07 Jy ! Component: 100 - total flux cleaned = 1.06608e-05 Jy ! Component: 150 - total flux cleaned = 3.01845e-06 Jy ! Component: 200 - total flux cleaned = -3.35956e-06 Jy ! Total flux subtracted in 200 components = -3.35956e-06 Jy ! Clean residual min=-0.003144 max=0.003570 Jy/beam ! Clean residual mean=-0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.351321 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 60 components and 0.351321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070312Jy sigma=1.129017 ! Fit after self-cal, rms=0.070313Jy sigma=1.129004 ! 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.078 mas, bmaj=7.657 mas, bpa=-2.891 degrees ! Estimated noise=0.671145 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 7.657 at -2.891 degrees (North through East) ! Clean map min=-0.0028019 max=0.34512 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.531 mas, bmaj=6.637 mas, bpa=-3.735 degrees ! Estimated noise=0.860234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.267867 Jy ! Component: 100 - total flux cleaned = 0.326299 Jy ! Component: 150 - total flux cleaned = 0.340194 Jy ! Component: 200 - total flux cleaned = 0.345614 Jy ! Total flux subtracted in 200 components = 0.345614 Jy ! Clean residual min=-0.004221 max=0.004056 Jy/beam ! Clean residual mean=-0.000002 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.345614 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.345614 Jy ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.657 mas, bpa=-2.891 degrees ! Estimated noise=0.671145 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.00359161 Jy ! Component: 100 - total flux cleaned = 0.00520649 Jy ! Component: 150 - total flux cleaned = 0.00548939 Jy ! Component: 200 - total flux cleaned = 0.00570015 Jy ! Total flux subtracted in 200 components = 0.00570015 Jy ! Clean residual min=-0.002912 max=0.002939 Jy/beam ! Clean residual mean=-0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.351314 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 33 components and 0.351314 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.296 mas, bmaj=12.72 mas, bpa=-1.905 degrees ! Estimated noise=0.876484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.78479e-05 Jy ! Component: 100 - total flux cleaned = 6.611e-05 Jy ! Component: 150 - total flux cleaned = 6.67493e-05 Jy ! Component: 200 - total flux cleaned = 6.75753e-05 Jy ! Total flux subtracted in 200 components = 6.75753e-05 Jy ! Clean residual min=-0.003142 max=0.003556 Jy/beam ! Clean residual mean=-0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.351382 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 = -1.63123e-05 Jy ! Component: 100 - total flux cleaned = -2.38722e-05 Jy ! Component: 150 - total flux cleaned = -3.83243e-05 Jy ! Component: 200 - total flux cleaned = -3.82725e-05 Jy ! Total flux subtracted in 200 components = -3.82725e-05 Jy ! Clean residual min=-0.003146 max=0.003556 Jy/beam ! Clean residual mean=-0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.351343 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.351343 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.657 mas, bpa=-2.891 degrees ! Estimated noise=0.671145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307205 Jy ! Component: 100 - total flux cleaned = 0.000362581 Jy ! Component: 150 - total flux cleaned = 0.000348381 Jy ! Component: 200 - total flux cleaned = 0.000334437 Jy ! Total flux subtracted in 200 components = 0.000334437 Jy ! Clean residual min=-0.002921 max=0.002913 Jy/beam ! Clean residual mean=-0.000003 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.351678 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.351678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070337Jy sigma=1.129371 ! Fit after self-cal, rms=0.070337Jy sigma=1.129318 wmodel J1136-0330_S_a_map.mod ! Writing 53 model components to file: J1136-0330_S_a_map.mod wobs J1136-0330_S_a_uvs.fits ! Writing UV FITS file: J1136-0330_S_a_uvs.fits wwins J1136-0330_S_a_map.win ! wwins: Wrote 1 windows to J1136-0330_S_a_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.000110136 Jy ! Component: 100 - total flux cleaned = 0.000213848 Jy ! Component: 150 - total flux cleaned = 0.000213227 Jy ! Component: 200 - total flux cleaned = 0.00016393 Jy ! Component: 250 - total flux cleaned = 7.05178e-05 Jy ! Component: 300 - total flux cleaned = 0.000207209 Jy ! Component: 350 - total flux cleaned = 0.000206867 Jy ! Component: 400 - total flux cleaned = 0.000250473 Jy ! Component: 450 - total flux cleaned = 0.000422949 Jy ! Component: 500 - total flux cleaned = 0.00063478 Jy ! Component: 550 - total flux cleaned = 0.000759852 Jy ! Component: 600 - total flux cleaned = 0.000882762 Jy ! Component: 650 - total flux cleaned = 0.00100445 Jy ! Component: 700 - total flux cleaned = 0.00104478 Jy ! Component: 750 - total flux cleaned = 0.00124292 Jy ! Component: 800 - total flux cleaned = 0.00132084 Jy ! Component: 850 - total flux cleaned = 0.00139835 Jy ! Component: 900 - total flux cleaned = 0.00151287 Jy ! Component: 950 - total flux cleaned = 0.00155091 Jy ! Component: 1000 - total flux cleaned = 0.0016262 Jy ! Component: 1050 - total flux cleaned = 0.00166378 Jy ! Component: 1100 - total flux cleaned = 0.00177448 Jy ! Component: 1150 - total flux cleaned = 0.00199357 Jy ! Component: 1200 - total flux cleaned = 0.00206581 Jy ! Component: 1250 - total flux cleaned = 0.00213779 Jy ! Component: 1300 - total flux cleaned = 0.00228021 Jy ! Component: 1350 - total flux cleaned = 0.0023154 Jy ! Component: 1400 - total flux cleaned = 0.00238531 Jy ! Component: 1450 - total flux cleaned = 0.00245472 Jy ! Component: 1500 - total flux cleaned = 0.0025234 Jy ! Component: 1550 - total flux cleaned = 0.00252334 Jy ! Component: 1600 - total flux cleaned = 0.00245544 Jy ! Component: 1650 - total flux cleaned = 0.00262485 Jy ! Component: 1700 - total flux cleaned = 0.00259116 Jy ! Component: 1750 - total flux cleaned = 0.00255808 Jy ! Component: 1800 - total flux cleaned = 0.0026905 Jy ! Component: 1850 - total flux cleaned = 0.00269036 Jy ! Component: 1900 - total flux cleaned = 0.00272288 Jy ! Component: 1950 - total flux cleaned = 0.00278756 Jy ! Component: 2000 - total flux cleaned = 0.00278762 Jy ! Component: 2050 - total flux cleaned = 0.00288378 Jy ! Component: 2100 - total flux cleaned = 0.00288342 Jy ! Component: 2150 - total flux cleaned = 0.00294661 Jy ! Component: 2200 - total flux cleaned = 0.003041 Jy ! Component: 2250 - total flux cleaned = 0.00319722 Jy ! Component: 2300 - total flux cleaned = 0.00319726 Jy ! Component: 2350 - total flux cleaned = 0.00322849 Jy ! Component: 2400 - total flux cleaned = 0.00341262 Jy ! Component: 2450 - total flux cleaned = 0.00356505 Jy ! Component: 2500 - total flux cleaned = 0.00365608 Jy ! Component: 2550 - total flux cleaned = 0.00365582 Jy ! Component: 2600 - total flux cleaned = 0.00368568 Jy ! Component: 2650 - total flux cleaned = 0.00389486 Jy ! Component: 2700 - total flux cleaned = 0.00398396 Jy ! Component: 2750 - total flux cleaned = 0.00410242 Jy ! Component: 2800 - total flux cleaned = 0.00416118 Jy ! Component: 2850 - total flux cleaned = 0.00419059 Jy ! Component: 2900 - total flux cleaned = 0.00419056 Jy ! Component: 2950 - total flux cleaned = 0.0042198 Jy ! Component: 3000 - total flux cleaned = 0.0043638 Jy ! Component: 3050 - total flux cleaned = 0.00456469 Jy ! Component: 3100 - total flux cleaned = 0.00445047 Jy ! Component: 3150 - total flux cleaned = 0.00453547 Jy ! Component: 3200 - total flux cleaned = 0.00467665 Jy ! Component: 3250 - total flux cleaned = 0.00476124 Jy ! Component: 3300 - total flux cleaned = 0.00487303 Jy ! Component: 3350 - total flux cleaned = 0.00478956 Jy ! Component: 3400 - total flux cleaned = 0.00484488 Jy ! Component: 3450 - total flux cleaned = 0.00492773 Jy ! Component: 3500 - total flux cleaned = 0.00512018 Jy ! Component: 3550 - total flux cleaned = 0.0052569 Jy ! Component: 3600 - total flux cleaned = 0.00528412 Jy ! Component: 3650 - total flux cleaned = 0.00531128 Jy ! Component: 3700 - total flux cleaned = 0.00536517 Jy ! Component: 3750 - total flux cleaned = 0.00536538 Jy ! Component: 3800 - total flux cleaned = 0.00539215 Jy ! Component: 3850 - total flux cleaned = 0.00563206 Jy ! Component: 3900 - total flux cleaned = 0.00563203 Jy ! Component: 3950 - total flux cleaned = 0.00576412 Jy ! Component: 4000 - total flux cleaned = 0.00576407 Jy ! Component: 4050 - total flux cleaned = 0.00597396 Jy ! Total flux subtracted in 4096 components = 0.00600004 Jy ! Clean residual min=-0.001520 max=0.001758 Jy/beam ! Clean residual mean=-0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.357678 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 340 components and 0.357678 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uvm//J1136-0330_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 7.657 at -2.891 degrees (North through East) ! Clean map min=-0.0025795 max=0.34505 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uvm//J1136-0330_S_a_map.fits wmodel /vlbi/uf001/uvm//J1136-0330_S_a_map.mod ! Writing 340 model components to file: /vlbi/uf001/uvm//J1136-0330_S_a_map.mod wobs /vlbi/uf001/uvm//J1136-0330_S_a_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uvm//J1136-0330_S_a_uvs.fits wwins /vlbi/uf001/uvm//J1136-0330_S_a_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uvm//J1136-0330_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.345049 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000485396 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.422023 0.422023 0.844047 1.68809 3.37619 6.75238 13.5048 27.0095 54.019 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.345 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 710.86 quit ! Quitting program ! Log file /vlbi/uf001/uvm//J1136-0330_S_a_dfm.log closed on Sun Jan 13 21:29:40 2019