! Started logfile: /vlbi/uf001/uva//J1449-0045_S_dfm.log on Mon Jan 14 03:03:19 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//J1449-0045_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1449-0045_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969981 visibilities/baseline/integration-bin. ! Found source: J1449-0045 ! ! 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 7464 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 J1449-0045_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.040242Jy sigma=21.777481 ! Fit after self-cal, rms=0.726133Jy sigma=15.152360 ! 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.766 mas, bmaj=6.86 mas, bpa=-1.623 degrees ! Estimated noise=0.532115 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.208619 Jy ! Component: 100 - total flux cleaned = 0.256873 Jy ! Total flux subtracted in 100 components = 0.256873 Jy ! Clean residual min=-0.007566 max=0.018139 Jy/beam ! Clean residual mean=0.000020 rms=0.001878 Jy/beam ! Combined flux in latest and established models = 0.256874 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.256874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072060Jy sigma=1.478478 ! Fit after self-cal, rms=0.072052Jy sigma=1.478162 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0191114 Jy ! Component: 100 - total flux cleaned = 0.0292085 Jy ! Total flux subtracted in 100 components = 0.0292085 Jy ! Clean residual min=-0.006440 max=0.005971 Jy/beam ! Clean residual mean=0.000013 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.286082 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 31 components and 0.286082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065033Jy sigma=1.323546 ! Fit after self-cal, rms=0.065012Jy sigma=1.323013 ! 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.198 mas, bmaj=7.676 mas, bpa=-2.882 degrees ! Estimated noise=0.412029 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.0106114 Jy ! Component: 100 - total flux cleaned = 0.0164637 Jy ! Component: 150 - total flux cleaned = 0.020062 Jy ! Component: 200 - total flux cleaned = 0.0223595 Jy ! Total flux subtracted in 200 components = 0.0223595 Jy ! Clean residual min=-0.006356 max=0.005837 Jy/beam ! Clean residual mean=0.000019 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.308442 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.308441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063350Jy sigma=1.283910 ! Fit after self-cal, rms=0.063325Jy sigma=1.283339 ! 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.198 x 7.676 at -2.882 degrees (North through East) ! Clean map min=-0.0063417 max=0.27242 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.90 HN 1.00 KP 1.02 ! LA 0.94 MK 0.99 NL 1.05 OV 1.01 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.01 KP 1.02 ! LA 0.94 MK 1.01 NL 1.09 OV 1.02 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.00 KP 1.03 ! LA 0.94 MK 1.03 NL 1.09 OV 1.02 ! PT 1.00 SC 1.01 ! ! ! Fit before self-cal, rms=0.063325Jy sigma=1.283339 ! Fit after self-cal, rms=0.061121Jy sigma=1.228700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.736 mas, bpa=-2.804 degrees ! Estimated noise=0.411929 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 (6, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383883 Jy ! Component: 100 - total flux cleaned = 0.00460307 Jy ! Component: 150 - total flux cleaned = 0.00466529 Jy ! Component: 200 - total flux cleaned = 0.0047493 Jy ! Total flux subtracted in 200 components = 0.0047493 Jy ! Clean residual min=-0.002240 max=0.002078 Jy/beam ! Clean residual mean=-0.000006 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.313191 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 85 components and 0.313191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060875Jy sigma=1.223295 ! Fit after self-cal, rms=0.060884Jy sigma=1.222848 ! 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.060884Jy sigma=1.222848 ! Fit after self-cal, rms=0.060804Jy sigma=1.216908 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=7.736 mas, bpa=-2.831 degrees ! Estimated noise=0.411687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130191 Jy ! Component: 100 - total flux cleaned = 0.00166654 Jy ! Component: 150 - total flux cleaned = 0.0016675 Jy ! Component: 200 - total flux cleaned = 0.00172007 Jy ! Total flux subtracted in 200 components = 0.00172007 Jy ! Clean residual min=-0.001972 max=0.001785 Jy/beam ! Clean residual mean=-0.000005 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.314911 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 104 components and 0.314911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060754Jy sigma=1.215794 ! Fit after self-cal, rms=0.060753Jy sigma=1.215686 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.000288007 Jy ! Component: 100 - total flux cleaned = 0.000380043 Jy ! Component: 150 - total flux cleaned = 0.000418934 Jy ! Component: 200 - total flux cleaned = 0.000470239 Jy ! Total flux subtracted in 200 components = 0.000470239 Jy ! Clean residual min=-0.001960 max=0.001725 Jy/beam ! Clean residual mean=-0.000005 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.315381 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 115 components and 0.315381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060737Jy sigma=1.215386 ! Fit after self-cal, rms=0.060736Jy sigma=1.215338 ! 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.060736Jy sigma=1.215338 ! Fit after self-cal, rms=0.060774Jy sigma=1.214948 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=7.738 mas, bpa=-2.852 degrees ! Estimated noise=0.411641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000545543 Jy ! Component: 100 - total flux cleaned = 0.000651476 Jy ! Component: 150 - total flux cleaned = 0.000685809 Jy ! Component: 200 - total flux cleaned = 0.000715548 Jy ! Total flux subtracted in 200 components = 0.000715548 Jy ! Clean residual min=-0.001922 max=0.001742 Jy/beam ! Clean residual mean=-0.000005 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.316097 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 128 components and 0.316097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060759Jy sigma=1.214643 ! Fit after self-cal, rms=0.060758Jy sigma=1.214595 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 = 6.94309e-05 Jy ! Component: 100 - total flux cleaned = 0.000130525 Jy ! Component: 150 - total flux cleaned = 0.00015756 Jy ! Component: 200 - total flux cleaned = 0.000183354 Jy ! Total flux subtracted in 200 components = 0.000183354 Jy ! Clean residual min=-0.001915 max=0.001706 Jy/beam ! Clean residual mean=-0.000005 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.31628 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 137 components and 0.31628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060750Jy sigma=1.214441 ! Fit after self-cal, rms=0.060749Jy sigma=1.214410 ! 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.060749Jy sigma=1.214410 ! Fit after self-cal, rms=0.060766Jy sigma=1.214358 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.356 mas, bmaj=12.13 mas, bpa=-1.46 degrees ! Estimated noise=0.532603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187402 Jy ! Component: 100 - total flux cleaned = 0.000422389 Jy ! Component: 150 - total flux cleaned = 0.000612465 Jy ! Component: 200 - total flux cleaned = 0.000659995 Jy ! Total flux subtracted in 200 components = 0.000659995 Jy ! Clean residual min=-0.001911 max=0.001749 Jy/beam ! Clean residual mean=-0.000010 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.31694 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 148 components and 0.31694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060762Jy sigma=1.214286 ! Fit after self-cal, rms=0.060759Jy sigma=1.214212 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 = -2.50566e-05 Jy ! Component: 100 - total flux cleaned = 5.31732e-05 Jy ! Component: 150 - total flux cleaned = 8.51339e-05 Jy ! Component: 200 - total flux cleaned = 0.000104487 Jy ! Total flux subtracted in 200 components = 0.000104487 Jy ! Clean residual min=-0.001879 max=0.001723 Jy/beam ! Clean residual mean=-0.000010 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.317044 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 151 components and 0.317044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060757Jy sigma=1.214175 ! Fit after self-cal, rms=0.060755Jy sigma=1.214123 ! 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.207 mas, bmaj=7.74 mas, bpa=-2.869 degrees ! Estimated noise=0.411705 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.207 x 7.74 at -2.869 degrees (North through East) ! Clean map min=-0.0018601 max=0.27176 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.768 mas, bmaj=6.907 mas, bpa=-1.624 degrees ! Estimated noise=0.537199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.210501 Jy ! Component: 100 - total flux cleaned = 0.25942 Jy ! Component: 150 - total flux cleaned = 0.278865 Jy ! Component: 200 - total flux cleaned = 0.289197 Jy ! Total flux subtracted in 200 components = 0.289197 Jy ! Clean residual min=-0.003142 max=0.005282 Jy/beam ! Clean residual mean=0.000003 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.289197 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.289197 Jy ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=7.74 mas, bpa=-2.869 degrees ! Estimated noise=0.411705 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.008716 Jy ! Component: 100 - total flux cleaned = 0.013898 Jy ! Component: 150 - total flux cleaned = 0.0174489 Jy ! Component: 200 - total flux cleaned = 0.0200044 Jy ! Total flux subtracted in 200 components = 0.0200044 Jy ! Clean residual min=-0.002205 max=0.002269 Jy/beam ! Clean residual mean=-0.000000 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.309201 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 70 components and 0.309201 Jy ! Inverting map ! Added new window around map position (-27, 33.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00215793 Jy ! Component: 100 - total flux cleaned = 0.00365763 Jy ! Component: 150 - total flux cleaned = 0.00452498 Jy ! Component: 200 - total flux cleaned = 0.00516517 Jy ! Total flux subtracted in 200 components = 0.00516517 Jy ! Clean residual min=-0.001885 max=0.001749 Jy/beam ! Clean residual mean=-0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.314366 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 105 components and 0.314366 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.356 mas, bmaj=12.13 mas, bpa=-1.46 degrees ! Estimated noise=0.532603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012819 Jy ! Component: 100 - total flux cleaned = 0.00187476 Jy ! Component: 150 - total flux cleaned = 0.00209531 Jy ! Component: 200 - total flux cleaned = 0.00215708 Jy ! Total flux subtracted in 200 components = 0.00215708 Jy ! Clean residual min=-0.001894 max=0.001742 Jy/beam ! Clean residual mean=-0.000007 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.316523 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 = -5.20349e-07 Jy ! Component: 100 - total flux cleaned = -6.87639e-07 Jy ! Component: 150 - total flux cleaned = -4.70091e-07 Jy ! Component: 200 - total flux cleaned = -5.06246e-07 Jy ! Total flux subtracted in 200 components = -5.06246e-07 Jy ! Clean residual min=-0.001888 max=0.001724 Jy/beam ! Clean residual mean=-0.000007 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.316523 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 143 components and 0.316523 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=7.74 mas, bpa=-2.869 degrees ! Estimated noise=0.411705 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000444555 Jy ! Component: 100 - total flux cleaned = -0.000416562 Jy ! Component: 150 - total flux cleaned = -0.000367592 Jy ! Component: 200 - total flux cleaned = -0.000322571 Jy ! Total flux subtracted in 200 components = -0.000322571 Jy ! Clean residual min=-0.001824 max=0.001656 Jy/beam ! Clean residual mean=-0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.3162 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 159 components and 0.3162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060712Jy sigma=1.213254 ! Fit after self-cal, rms=0.060708Jy sigma=1.213142 wmodel J1449-0045_S_map.mod ! Writing 159 model components to file: J1449-0045_S_map.mod wobs J1449-0045_S_uvs.fits ! Writing UV FITS file: J1449-0045_S_uvs.fits wwins J1449-0045_S_map.win ! wwins: Wrote 3 windows to J1449-0045_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.000595055 Jy ! Component: 100 - total flux cleaned = -0.000656424 Jy ! Component: 150 - total flux cleaned = -0.000656321 Jy ! Component: 200 - total flux cleaned = -0.000628878 Jy ! Component: 250 - total flux cleaned = -0.000601663 Jy ! Component: 300 - total flux cleaned = -0.000601533 Jy ! Component: 350 - total flux cleaned = -0.000602185 Jy ! Component: 400 - total flux cleaned = -0.000675455 Jy ! Component: 450 - total flux cleaned = -0.000651172 Jy ! Component: 500 - total flux cleaned = -0.000698143 Jy ! Component: 550 - total flux cleaned = -0.00069824 Jy ! Component: 600 - total flux cleaned = -0.000766676 Jy ! Component: 650 - total flux cleaned = -0.000788853 Jy ! Component: 700 - total flux cleaned = -0.000810896 Jy ! Component: 750 - total flux cleaned = -0.000875408 Jy ! Component: 800 - total flux cleaned = -0.000895977 Jy ! Component: 850 - total flux cleaned = -0.000895758 Jy ! Component: 900 - total flux cleaned = -0.000916108 Jy ! Component: 950 - total flux cleaned = -0.00095665 Jy ! Component: 1000 - total flux cleaned = -0.000956407 Jy ! Component: 1050 - total flux cleaned = -0.000976284 Jy ! Component: 1100 - total flux cleaned = -0.000976253 Jy ! Component: 1150 - total flux cleaned = -0.000956964 Jy ! Component: 1200 - total flux cleaned = -0.000900337 Jy ! Component: 1250 - total flux cleaned = -0.00095641 Jy ! Component: 1300 - total flux cleaned = -0.000864013 Jy ! Component: 1350 - total flux cleaned = -0.00088258 Jy ! Component: 1400 - total flux cleaned = -0.00088224 Jy ! Component: 1450 - total flux cleaned = -0.000846609 Jy ! Component: 1500 - total flux cleaned = -0.000864431 Jy ! Component: 1550 - total flux cleaned = -0.000846869 Jy ! Component: 1600 - total flux cleaned = -0.000812439 Jy ! Component: 1650 - total flux cleaned = -0.000795484 Jy ! Component: 1700 - total flux cleaned = -0.000795196 Jy ! Component: 1750 - total flux cleaned = -0.000761585 Jy ! Component: 1800 - total flux cleaned = -0.000678842 Jy ! Component: 1850 - total flux cleaned = -0.000711764 Jy ! Component: 1900 - total flux cleaned = -0.000630232 Jy ! Component: 1950 - total flux cleaned = -0.000598333 Jy ! Component: 2000 - total flux cleaned = -0.0005345 Jy ! Component: 2050 - total flux cleaned = -0.000471173 Jy ! Component: 2100 - total flux cleaned = -0.000346197 Jy ! Component: 2150 - total flux cleaned = -0.000299803 Jy ! Component: 2200 - total flux cleaned = -0.000238435 Jy ! Component: 2250 - total flux cleaned = -0.000207876 Jy ! Component: 2300 - total flux cleaned = -0.000102336 Jy ! Component: 2350 - total flux cleaned = -2.74715e-05 Jy ! Component: 2400 - total flux cleaned = 1.71169e-05 Jy ! Component: 2450 - total flux cleaned = 6.12552e-05 Jy ! Component: 2500 - total flux cleaned = 0.000148779 Jy ! Component: 2550 - total flux cleaned = 0.00011965 Jy ! Component: 2600 - total flux cleaned = 0.000191661 Jy ! Component: 2650 - total flux cleaned = 0.000334291 Jy ! Component: 2700 - total flux cleaned = 0.000390878 Jy ! Component: 2750 - total flux cleaned = 0.000503154 Jy ! Component: 2800 - total flux cleaned = 0.000572718 Jy ! Component: 2850 - total flux cleaned = 0.000683208 Jy ! Component: 2900 - total flux cleaned = 0.000724487 Jy ! Component: 2950 - total flux cleaned = 0.000846872 Jy ! Component: 3000 - total flux cleaned = 0.000928146 Jy ! Component: 3050 - total flux cleaned = 0.00107574 Jy ! Component: 3100 - total flux cleaned = 0.00108874 Jy ! Component: 3150 - total flux cleaned = 0.0011286 Jy ! Component: 3200 - total flux cleaned = 0.00119429 Jy ! Component: 3250 - total flux cleaned = 0.00132482 Jy ! Component: 3300 - total flux cleaned = 0.00136353 Jy ! Component: 3350 - total flux cleaned = 0.00145355 Jy ! Component: 3400 - total flux cleaned = 0.0015304 Jy ! Component: 3450 - total flux cleaned = 0.0016192 Jy ! Component: 3500 - total flux cleaned = 0.00169489 Jy ! Component: 3550 - total flux cleaned = 0.0017826 Jy ! Component: 3600 - total flux cleaned = 0.00185723 Jy ! Component: 3650 - total flux cleaned = 0.00191904 Jy ! Component: 3700 - total flux cleaned = 0.00194369 Jy ! Component: 3750 - total flux cleaned = 0.00205358 Jy ! Component: 3800 - total flux cleaned = 0.00213855 Jy ! Component: 3850 - total flux cleaned = 0.00217478 Jy ! Component: 3900 - total flux cleaned = 0.00222274 Jy ! Component: 3950 - total flux cleaned = 0.00224668 Jy ! Component: 4000 - total flux cleaned = 0.00225872 Jy ! Component: 4050 - total flux cleaned = 0.0023413 Jy ! Total flux subtracted in 4096 components = 0.00239986 Jy ! Clean residual min=-0.000788 max=0.000795 Jy/beam ! Clean residual mean=-0.000002 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.3186 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 471 components and 0.3186 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1449-0045_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.207 x 7.74 at -2.869 degrees (North through East) ! Clean map min=-0.0012402 max=0.27174 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1449-0045_S_map.fits wmodel /vlbi/uf001/uva//J1449-0045_S_map.mod ! Writing 471 model components to file: /vlbi/uf001/uva//J1449-0045_S_map.mod wobs /vlbi/uf001/uva//J1449-0045_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1449-0045_S_uvs.fits wwins /vlbi/uf001/uva//J1449-0045_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1449-0045_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.271744 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224301 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.247624 0.247624 0.495247 0.990495 1.98099 3.96198 7.92396 15.8479 31.6958 63.3917 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.271 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1211.52 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1449-0045_S_dfm.log closed on Mon Jan 14 03:03:24 2019