! Started logfile: /vlbi/uf001/uva//J1609-2205_S_dfm.log on Mon Jan 14 03:36:17 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//J1609-2205_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1609-2205_S_uva.fits ! AN table 1: 48 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.884838 visibilities/baseline/integration-bin. ! Found source: J1609-2205 ! ! 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 4587 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 J1609-2205_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008617Jy sigma=16.767243 ! Fit after self-cal, rms=0.900720Jy sigma=14.976898 ! 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.537 mas, bmaj=7.976 mas, bpa=-7.112 degrees ! Estimated noise=0.934486 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.0720474 Jy ! Component: 100 - total flux cleaned = 0.103526 Jy ! Total flux subtracted in 100 components = 0.103526 Jy ! Clean residual min=-0.009526 max=0.016062 Jy/beam ! Clean residual mean=-0.000023 rms=0.002653 Jy/beam ! Combined flux in latest and established models = 0.103526 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.103526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085821Jy sigma=1.382403 ! Fit after self-cal, rms=0.085074Jy sigma=1.372263 ! Inverting map ! Added new window around map position (2.5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195933 Jy ! Component: 100 - total flux cleaned = 0.0319108 Jy ! Total flux subtracted in 100 components = 0.0319108 Jy ! Clean residual min=-0.007473 max=0.010067 Jy/beam ! Clean residual mean=-0.000019 rms=0.001857 Jy/beam ! Combined flux in latest and established models = 0.135437 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 43 components and 0.135437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078449Jy sigma=1.255068 ! Fit after self-cal, rms=0.078293Jy sigma=1.253197 ! 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=2.92 mas, bmaj=8.946 mas, bpa=-7.274 degrees ! Estimated noise=0.637508 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 (-3.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.014207 Jy ! Component: 100 - total flux cleaned = 0.0234771 Jy ! Component: 150 - total flux cleaned = 0.0299799 Jy ! Component: 200 - total flux cleaned = 0.0347923 Jy ! Total flux subtracted in 200 components = 0.0347923 Jy ! Clean residual min=-0.004135 max=0.004915 Jy/beam ! Clean residual mean=-0.000002 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 0.17023 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 117 components and 0.17023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075298Jy sigma=1.199349 ! Fit after self-cal, rms=0.075244Jy sigma=1.198466 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.92 x 8.946 at -7.274 degrees (North through East) ! Clean map min=-0.004043 max=0.09809 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 1.23 KP 0.97 ! LA 0.91 MK 1.09 NL 1.04 OV 0.96 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 1.08 KP 0.93 ! LA 0.96 MK 0.95 NL 1.02 OV 1.00 ! SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.96 HN 1.15 KP 0.99 ! LA 0.92 MK 1.07 NL 1.06 OV 0.92 ! SC 0.90 ! ! ! Fit before self-cal, rms=0.075244Jy sigma=1.198466 ! Fit after self-cal, rms=0.076831Jy sigma=1.185375 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.963 mas, bmaj=8.916 mas, bpa=-6.644 degrees ! Estimated noise=0.630855 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 = -8.71553e-05 Jy ! Component: 100 - total flux cleaned = 0.000121769 Jy ! Component: 150 - total flux cleaned = 0.000326473 Jy ! Component: 200 - total flux cleaned = 0.000397877 Jy ! Total flux subtracted in 200 components = 0.000397877 Jy ! Clean residual min=-0.003335 max=0.003447 Jy/beam ! Clean residual mean=-0.000002 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.170627 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 136 components and 0.170627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076749Jy sigma=1.184551 ! Fit after self-cal, rms=0.076862Jy sigma=1.184227 ! 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.076862Jy sigma=1.184227 ! Fit after self-cal, rms=0.078754Jy sigma=1.180189 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=8.935 mas, bpa=-7.023 degrees ! Estimated noise=0.632187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.42876e-05 Jy ! Component: 100 - total flux cleaned = -0.000190759 Jy ! Component: 150 - total flux cleaned = -0.000245963 Jy ! Component: 200 - total flux cleaned = -0.00029753 Jy ! Total flux subtracted in 200 components = -0.00029753 Jy ! Clean residual min=-0.002923 max=0.003193 Jy/beam ! Clean residual mean=-0.000003 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.17033 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 151 components and 0.17033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078721Jy sigma=1.179859 ! Fit after self-cal, rms=0.078761Jy sigma=1.179762 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 (91.5, -86). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231598 Jy ! Component: 100 - total flux cleaned = 0.00231364 Jy ! Component: 150 - total flux cleaned = 0.00231524 Jy ! Component: 200 - total flux cleaned = 0.00238945 Jy ! Total flux subtracted in 200 components = 0.00238945 Jy ! Clean residual min=-0.002934 max=0.003038 Jy/beam ! Clean residual mean=-0.000003 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.172719 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 168 components and 0.172719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078658Jy sigma=1.178164 ! Fit after self-cal, rms=0.078646Jy sigma=1.178030 ! 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.078646Jy sigma=1.178030 ! Fit after self-cal, rms=0.079438Jy sigma=1.177606 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=8.894 mas, bpa=-7.042 degrees ! Estimated noise=0.628818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.21895e-05 Jy ! Component: 100 - total flux cleaned = -0.000162991 Jy ! Component: 150 - total flux cleaned = -0.000196297 Jy ! Component: 200 - total flux cleaned = -0.000195875 Jy ! Total flux subtracted in 200 components = -0.000195875 Jy ! Clean residual min=-0.002746 max=0.002954 Jy/beam ! Clean residual mean=-0.000003 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.172524 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 182 components and 0.172524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079406Jy sigma=1.177163 ! Fit after self-cal, rms=0.079420Jy sigma=1.177127 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 (-111, -127). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210691 Jy ! Component: 100 - total flux cleaned = 0.00201553 Jy ! Component: 150 - total flux cleaned = 0.00189362 Jy ! Component: 200 - total flux cleaned = 0.00178003 Jy ! Total flux subtracted in 200 components = 0.00178003 Jy ! Clean residual min=-0.002662 max=0.002663 Jy/beam ! Clean residual mean=-0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.174304 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 202 components and 0.174304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079322Jy sigma=1.175526 ! Fit after self-cal, rms=0.079322Jy sigma=1.175420 ! 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.079322Jy sigma=1.175420 ! Fit after self-cal, rms=0.078981Jy sigma=1.175311 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.106 mas, bmaj=16.84 mas, bpa=3.764 degrees ! Estimated noise=0.813743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034008 Jy ! Component: 100 - total flux cleaned = 0.000228479 Jy ! Component: 150 - total flux cleaned = 0.000180377 Jy ! Component: 200 - total flux cleaned = 0.000180504 Jy ! Total flux subtracted in 200 components = 0.000180504 Jy ! Clean residual min=-0.002565 max=0.002236 Jy/beam ! Clean residual mean=-0.000004 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.174484 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 219 components and 0.174484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078969Jy sigma=1.175117 ! Fit after self-cal, rms=0.078973Jy sigma=1.175100 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 = -4.87001e-05 Jy ! Component: 100 - total flux cleaned = -8.99947e-05 Jy ! Component: 150 - total flux cleaned = -0.000148292 Jy ! Component: 200 - total flux cleaned = -0.000203192 Jy ! Total flux subtracted in 200 components = -0.000203192 Jy ! Clean residual min=-0.002543 max=0.002193 Jy/beam ! Clean residual mean=-0.000004 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.174281 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 229 components and 0.174281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078964Jy sigma=1.174991 ! Fit after self-cal, rms=0.078966Jy sigma=1.174985 ! 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=2.954 mas, bmaj=8.871 mas, bpa=-6.998 degrees ! Estimated noise=0.626121 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.954 x 8.871 at -6.998 degrees (North through East) ! Clean map min=-0.0025379 max=0.097124 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.558 mas, bmaj=7.864 mas, bpa=-6.777 degrees ! Estimated noise=0.92971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0716283 Jy ! Component: 100 - total flux cleaned = 0.103279 Jy ! Component: 150 - total flux cleaned = 0.121606 Jy ! Component: 200 - total flux cleaned = 0.133204 Jy ! Total flux subtracted in 200 components = 0.133204 Jy ! Clean residual min=-0.006483 max=0.006466 Jy/beam ! Clean residual mean=-0.000016 rms=0.001495 Jy/beam ! Combined flux in latest and established models = 0.133204 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.133204 Jy ! Inverting map and beam ! Estimated beam: bmin=2.954 mas, bmaj=8.871 mas, bpa=-6.998 degrees ! Estimated noise=0.626121 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.0115255 Jy ! Component: 100 - total flux cleaned = 0.0185444 Jy ! Component: 150 - total flux cleaned = 0.0232976 Jy ! Component: 200 - total flux cleaned = 0.0270737 Jy ! Total flux subtracted in 200 components = 0.0270737 Jy ! Clean residual min=-0.003430 max=0.003437 Jy/beam ! Clean residual mean=-0.000003 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.160278 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 99 components and 0.160278 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.106 mas, bmaj=16.84 mas, bpa=3.764 degrees ! Estimated noise=0.813743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00477078 Jy ! Component: 100 - total flux cleaned = 0.00734803 Jy ! Component: 150 - total flux cleaned = 0.00933335 Jy ! Component: 200 - total flux cleaned = 0.010766 Jy ! Total flux subtracted in 200 components = 0.010766 Jy ! Clean residual min=-0.002893 max=0.002508 Jy/beam ! Clean residual mean=-0.000002 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.171044 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.00087076 Jy ! Component: 100 - total flux cleaned = 0.0013912 Jy ! Component: 150 - total flux cleaned = 0.00181059 Jy ! Component: 200 - total flux cleaned = 0.00203853 Jy ! Total flux subtracted in 200 components = 0.00203853 Jy ! Clean residual min=-0.002713 max=0.002400 Jy/beam ! Clean residual mean=-0.000002 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.173083 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 155 components and 0.173083 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.954 mas, bmaj=8.871 mas, bpa=-6.998 degrees ! Estimated noise=0.626121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.9143e-05 Jy ! Component: 100 - total flux cleaned = 0.000358729 Jy ! Component: 150 - total flux cleaned = 0.000418999 Jy ! Component: 200 - total flux cleaned = 0.00047329 Jy ! Total flux subtracted in 200 components = 0.00047329 Jy ! Clean residual min=-0.002731 max=0.002828 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.173556 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 177 components and 0.173556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079104Jy sigma=1.177039 ! Fit after self-cal, rms=0.079092Jy sigma=1.176855 wmodel J1609-2205_S_map.mod ! Writing 177 model components to file: J1609-2205_S_map.mod wobs J1609-2205_S_uvs.fits ! Writing UV FITS file: J1609-2205_S_uvs.fits wwins J1609-2205_S_map.win ! wwins: Wrote 5 windows to J1609-2205_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.000261676 Jy ! Component: 100 - total flux cleaned = 0.00040146 Jy ! Component: 150 - total flux cleaned = 0.000403458 Jy ! Component: 200 - total flux cleaned = 0.000285048 Jy ! Component: 250 - total flux cleaned = 0.000209486 Jy ! Component: 300 - total flux cleaned = 0.000281006 Jy ! Component: 350 - total flux cleaned = 0.00049168 Jy ! Component: 400 - total flux cleaned = 0.000796582 Jy ! Component: 450 - total flux cleaned = 0.000928907 Jy ! Component: 500 - total flux cleaned = 0.00118495 Jy ! Component: 550 - total flux cleaned = 0.0013406 Jy ! Component: 600 - total flux cleaned = 0.00155332 Jy ! Component: 650 - total flux cleaned = 0.00173038 Jy ! Component: 700 - total flux cleaned = 0.00187413 Jy ! Component: 750 - total flux cleaned = 0.00201449 Jy ! Component: 800 - total flux cleaned = 0.00215201 Jy ! Component: 850 - total flux cleaned = 0.00226006 Jy ! Component: 900 - total flux cleaned = 0.00247005 Jy ! Component: 950 - total flux cleaned = 0.00249487 Jy ! Component: 1000 - total flux cleaned = 0.00257105 Jy ! Component: 1050 - total flux cleaned = 0.00262106 Jy ! Component: 1100 - total flux cleaned = 0.00266969 Jy ! Component: 1150 - total flux cleaned = 0.0026698 Jy ! Component: 1200 - total flux cleaned = 0.00269307 Jy ! Component: 1250 - total flux cleaned = 0.00264678 Jy ! Component: 1300 - total flux cleaned = 0.00271462 Jy ! Component: 1350 - total flux cleaned = 0.00269205 Jy ! Component: 1400 - total flux cleaned = 0.00266975 Jy ! Component: 1450 - total flux cleaned = 0.00266987 Jy ! Component: 1500 - total flux cleaned = 0.00266944 Jy ! Component: 1550 - total flux cleaned = 0.00264766 Jy ! Component: 1600 - total flux cleaned = 0.00260635 Jy ! Component: 1650 - total flux cleaned = 0.00262717 Jy ! Component: 1700 - total flux cleaned = 0.00270786 Jy ! Component: 1750 - total flux cleaned = 0.00274743 Jy ! Component: 1800 - total flux cleaned = 0.00274736 Jy ! Component: 1850 - total flux cleaned = 0.00272832 Jy ! Component: 1900 - total flux cleaned = 0.00276679 Jy ! Component: 1950 - total flux cleaned = 0.00276692 Jy ! Component: 2000 - total flux cleaned = 0.00278596 Jy ! Component: 2050 - total flux cleaned = 0.00282289 Jy ! Component: 2100 - total flux cleaned = 0.00282302 Jy ! Component: 2150 - total flux cleaned = 0.00291257 Jy ! Component: 2200 - total flux cleaned = 0.00289478 Jy ! Component: 2250 - total flux cleaned = 0.00289466 Jy ! Component: 2300 - total flux cleaned = 0.00291168 Jy ! Component: 2350 - total flux cleaned = 0.00291172 Jy ! Component: 2400 - total flux cleaned = 0.00294568 Jy ! Component: 2450 - total flux cleaned = 0.00301244 Jy ! Component: 2500 - total flux cleaned = 0.00301239 Jy ! Component: 2550 - total flux cleaned = 0.00299598 Jy ! Component: 2600 - total flux cleaned = 0.00304478 Jy ! Component: 2650 - total flux cleaned = 0.00310922 Jy ! Component: 2700 - total flux cleaned = 0.00320498 Jy ! Component: 2750 - total flux cleaned = 0.00325207 Jy ! Component: 2800 - total flux cleaned = 0.00331452 Jy ! Component: 2850 - total flux cleaned = 0.00336095 Jy ! Component: 2900 - total flux cleaned = 0.00339171 Jy ! Component: 2950 - total flux cleaned = 0.00348281 Jy ! Component: 3000 - total flux cleaned = 0.00354308 Jy ! Component: 3050 - total flux cleaned = 0.00360281 Jy ! Component: 3100 - total flux cleaned = 0.00363252 Jy ! Component: 3150 - total flux cleaned = 0.00374986 Jy ! Component: 3200 - total flux cleaned = 0.00377886 Jy ! Component: 3250 - total flux cleaned = 0.00385107 Jy ! Component: 3300 - total flux cleaned = 0.00393698 Jy ! Component: 3350 - total flux cleaned = 0.00395108 Jy ! Component: 3400 - total flux cleaned = 0.00400755 Jy ! Component: 3450 - total flux cleaned = 0.00409161 Jy ! Component: 3500 - total flux cleaned = 0.00410532 Jy ! Component: 3550 - total flux cleaned = 0.00411908 Jy ! Component: 3600 - total flux cleaned = 0.00420111 Jy ! Component: 3650 - total flux cleaned = 0.00424172 Jy ! Component: 3700 - total flux cleaned = 0.00421474 Jy ! Component: 3750 - total flux cleaned = 0.00428171 Jy ! Component: 3800 - total flux cleaned = 0.00436146 Jy ! Component: 3850 - total flux cleaned = 0.00438797 Jy ! Component: 3900 - total flux cleaned = 0.00447972 Jy ! Component: 3950 - total flux cleaned = 0.00449286 Jy ! Component: 4000 - total flux cleaned = 0.00450572 Jy ! Component: 4050 - total flux cleaned = 0.00455712 Jy ! Total flux subtracted in 4096 components = 0.00454426 Jy ! Clean residual min=-0.000730 max=0.000761 Jy/beam ! Clean residual mean=-0.000001 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.1781 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 441 components and 0.1781 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1609-2205_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.954 x 8.871 at -6.998 degrees (North through East) ! Clean map min=-0.0017548 max=0.096311 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1609-2205_S_map.fits wmodel /vlbi/uf001/uva//J1609-2205_S_map.mod ! Writing 441 model components to file: /vlbi/uf001/uva//J1609-2205_S_map.mod wobs /vlbi/uf001/uva//J1609-2205_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1609-2205_S_uvs.fits wwins /vlbi/uf001/uva//J1609-2205_S_map.win ! wwins: Wrote 6 windows to /vlbi/uf001/uva//J1609-2205_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0963113 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225964 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.703855 0.703855 1.40771 2.81542 5.63084 11.2617 22.5234 45.0467 90.0935 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.096 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 426.224 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1609-2205_S_dfm.log closed on Mon Jan 14 03:36:21 2019