! Started logfile: /scr/pima/rv122_uvs/J0244+6228_S_dfm.log on Fri Jul 13 21:06:49 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv122_uvs/J0244+6228_S_uva.fits ! Reading UV FITS file: /scr/pima/rv122_uvs/J0244+6228_S_uva.fits ! AN table 1: 58 integrations on 15 of 15 possible baselines. ! AN table 2: 29 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.83871 visibilities/baseline/integration-bin. ! Found source: J0244+6228 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 3016 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J0244+6228_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 29 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 348 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.061471Jy sigma=19.400722 ! Fit after self-cal, rms=0.721631Jy sigma=14.054403 ! 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=9.858 mas, bmaj=12.44 mas, bpa=-28.49 degrees ! Estimated noise=1.51186 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.188407 Jy ! Component: 100 - total flux cleaned = 0.296 Jy ! Total flux subtracted in 100 components = 0.296 Jy ! Clean residual min=-0.034079 max=0.057951 Jy/beam ! Clean residual mean=-0.001458 rms=0.014346 Jy/beam ! Combined flux in latest and established models = 0.296 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 40 components and 0.296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178643Jy sigma=3.060389 ! Fit after self-cal, rms=0.178415Jy sigma=3.056067 ! 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=11.33 mas, bmaj=14.52 mas, bpa=-48.49 degrees ! Estimated noise=0.827601 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.106926 Jy ! Component: 100 - total flux cleaned = 0.167237 Jy ! Component: 150 - total flux cleaned = 0.205933 Jy ! Component: 200 - total flux cleaned = 0.233118 Jy ! Total flux subtracted in 200 components = 0.233118 Jy ! Clean residual min=-0.016796 max=0.020292 Jy/beam ! Clean residual mean=-0.000367 rms=0.005988 Jy/beam ! Combined flux in latest and established models = 0.529119 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 116 components and 0.529119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075394Jy sigma=1.335793 ! Fit after self-cal, rms=0.075186Jy sigma=1.332126 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.33 x 14.52 at -48.49 degrees (North through East) ! Clean map min=-0.016918 max=0.2853 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 1.15 KP 0.93 LA 0.92 ! OV 1.13 PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 FD 1.13 KP 0.94 LA 0.93 ! OV 0.96 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* KP 0.00* LA 0.00* ! OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.85 KP 0.94 LA 0.90 ! OV 1.00 PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.075186Jy sigma=1.332126 ! Fit after self-cal, rms=0.058784Jy sigma=1.016302 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.94 mas, bmaj=15.47 mas, bpa=-52.32 degrees ! Estimated noise=0.871031 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.00270091 Jy ! Component: 100 - total flux cleaned = 0.00367346 Jy ! Component: 150 - total flux cleaned = 0.00450422 Jy ! Component: 200 - total flux cleaned = 0.00522195 Jy ! Total flux subtracted in 200 components = 0.00522195 Jy ! Clean residual min=-0.007130 max=0.011179 Jy/beam ! Clean residual mean=-0.000037 rms=0.002822 Jy/beam ! Combined flux in latest and established models = 0.534341 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 0.534341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058143Jy sigma=1.002144 ! Fit after self-cal, rms=0.058164Jy sigma=1.001640 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058164Jy sigma=1.001640 ! Fit after self-cal, rms=0.058935Jy sigma=0.986066 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.66 mas, bmaj=16.07 mas, bpa=-56.23 degrees ! Estimated noise=0.879573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00511365 Jy ! Component: 100 - total flux cleaned = 0.00577339 Jy ! Component: 150 - total flux cleaned = 0.00587052 Jy ! Component: 200 - total flux cleaned = 0.00587129 Jy ! Total flux subtracted in 200 components = 0.00587129 Jy ! Clean residual min=-0.007739 max=0.009991 Jy/beam ! Clean residual mean=-0.000069 rms=0.002463 Jy/beam ! Combined flux in latest and established models = 0.540212 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 157 components and 0.540212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058380Jy sigma=0.976986 ! Fit after self-cal, rms=0.058375Jy sigma=0.976880 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 = -9.93386e-05 Jy ! Component: 100 - total flux cleaned = -5.02943e-05 Jy ! Component: 150 - total flux cleaned = 5.16228e-05 Jy ! Component: 200 - total flux cleaned = 0.000100729 Jy ! Total flux subtracted in 200 components = 0.000100729 Jy ! Clean residual min=-0.008008 max=0.009793 Jy/beam ! Clean residual mean=-0.000067 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 0.540313 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 162 components and 0.540313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058266Jy sigma=0.975537 ! Fit after self-cal, rms=0.058265Jy sigma=0.975497 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058265Jy sigma=0.975497 ! Fit after self-cal, rms=0.058721Jy sigma=0.970948 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.62 mas, bmaj=16.27 mas, bpa=-57.07 degrees ! Estimated noise=0.882436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350752 Jy ! Component: 100 - total flux cleaned = 0.00435037 Jy ! Component: 150 - total flux cleaned = 0.00440784 Jy ! Component: 200 - total flux cleaned = 0.00445295 Jy ! Total flux subtracted in 200 components = 0.00445295 Jy ! Clean residual min=-0.007186 max=0.009250 Jy/beam ! Clean residual mean=-0.000088 rms=0.002275 Jy/beam ! Combined flux in latest and established models = 0.544766 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 166 components and 0.544766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058486Jy sigma=0.966424 ! Fit after self-cal, rms=0.058487Jy sigma=0.966376 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.44212e-05 Jy ! Component: 100 - total flux cleaned = 7.39439e-05 Jy ! Component: 150 - total flux cleaned = 0.000163426 Jy ! Component: 200 - total flux cleaned = 0.000250417 Jy ! Total flux subtracted in 200 components = 0.000250417 Jy ! Clean residual min=-0.007283 max=0.009069 Jy/beam ! Clean residual mean=-0.000087 rms=0.002258 Jy/beam ! Combined flux in latest and established models = 0.545016 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 166 components and 0.545016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058419Jy sigma=0.965350 ! Fit after self-cal, rms=0.058418Jy sigma=0.965311 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058418Jy sigma=0.965311 ! Fit after self-cal, rms=0.058609Jy sigma=0.962936 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.74 mas, bmaj=17.37 mas, bpa=-57 degrees ! Estimated noise=0.883067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253279 Jy ! Component: 100 - total flux cleaned = 0.0034504 Jy ! Component: 150 - total flux cleaned = 0.00383679 Jy ! Component: 200 - total flux cleaned = 0.00391299 Jy ! Total flux subtracted in 200 components = 0.00391299 Jy ! Clean residual min=-0.006610 max=0.008602 Jy/beam ! Clean residual mean=-0.000114 rms=0.002192 Jy/beam ! Combined flux in latest and established models = 0.548929 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 172 components and 0.548929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058510Jy sigma=0.960078 ! Fit after self-cal, rms=0.058510Jy sigma=0.960052 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.47911e-06 Jy ! Component: 100 - total flux cleaned = 7.21317e-05 Jy ! Component: 150 - total flux cleaned = 0.000110172 Jy ! Component: 200 - total flux cleaned = 0.000180054 Jy ! Total flux subtracted in 200 components = 0.000180054 Jy ! Clean residual min=-0.006675 max=0.008463 Jy/beam ! Clean residual mean=-0.000113 rms=0.002179 Jy/beam ! Combined flux in latest and established models = 0.549109 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 174 components and 0.549109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058466Jy sigma=0.959274 ! Fit after self-cal, rms=0.058465Jy sigma=0.959255 ! 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=11.6 mas, bmaj=16.36 mas, bpa=-57.46 degrees ! Estimated noise=0.883617 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.6 x 16.36 at -57.46 degrees (North through East) ! Clean map min=-0.0066253 max=0.29685 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=10.12 mas, bmaj=13.43 mas, bpa=-43.71 degrees ! Estimated noise=1.74001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.207026 Jy ! Component: 100 - total flux cleaned = 0.31522 Jy ! Component: 150 - total flux cleaned = 0.382784 Jy ! Component: 200 - total flux cleaned = 0.425133 Jy ! Total flux subtracted in 200 components = 0.425133 Jy ! Clean residual min=-0.019676 max=0.022450 Jy/beam ! Clean residual mean=-0.000808 rms=0.007057 Jy/beam ! Combined flux in latest and established models = 0.425133 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 53 model components to the UV plane model. ! The established model now contains 53 components and 0.425133 Jy ! Inverting map and beam ! Estimated beam: bmin=11.6 mas, bmaj=16.36 mas, bpa=-57.46 degrees ! Estimated noise=0.883617 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.0414413 Jy ! Component: 100 - total flux cleaned = 0.0682074 Jy ! Component: 150 - total flux cleaned = 0.0862915 Jy ! Component: 200 - total flux cleaned = 0.0985515 Jy ! Total flux subtracted in 200 components = 0.0985515 Jy ! Clean residual min=-0.009823 max=0.010537 Jy/beam ! Clean residual mean=-0.000216 rms=0.003059 Jy/beam ! Combined flux in latest and established models = 0.523684 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 129 components and 0.523684 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=12.74 mas, bmaj=17.37 mas, bpa=-57 degrees ! Estimated noise=0.883067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00918983 Jy ! Component: 100 - total flux cleaned = 0.0151254 Jy ! Component: 150 - total flux cleaned = 0.0189917 Jy ! Component: 200 - total flux cleaned = 0.0200341 Jy ! Total flux subtracted in 200 components = 0.0200341 Jy ! Clean residual min=-0.007154 max=0.008548 Jy/beam ! Clean residual mean=-0.000142 rms=0.002399 Jy/beam ! Combined flux in latest and established models = 0.543718 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.000725729 Jy ! Component: 100 - total flux cleaned = 0.00147004 Jy ! Component: 150 - total flux cleaned = 0.00205688 Jy ! Component: 200 - total flux cleaned = 0.00265979 Jy ! Total flux subtracted in 200 components = 0.00265979 Jy ! Clean residual min=-0.006822 max=0.008132 Jy/beam ! Clean residual mean=-0.000127 rms=0.002295 Jy/beam ! Combined flux in latest and established models = 0.546378 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 167 components and 0.546378 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.6 mas, bmaj=16.36 mas, bpa=-57.46 degrees ! Estimated noise=0.883617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000632027 Jy ! Component: 100 - total flux cleaned = 0.00104387 Jy ! Component: 150 - total flux cleaned = 0.00136817 Jy ! Component: 200 - total flux cleaned = 0.00162179 Jy ! Total flux subtracted in 200 components = 0.00162179 Jy ! Clean residual min=-0.007061 max=0.008116 Jy/beam ! Clean residual mean=-0.000099 rms=0.002226 Jy/beam ! Combined flux in latest and established models = 0.548 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 184 components and 0.548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058727Jy sigma=0.963850 ! Fit after self-cal, rms=0.058712Jy sigma=0.963768 wmodel J0244+6228_S_map.mod ! Writing 184 model components to file: J0244+6228_S_map.mod wobs J0244+6228_S_uvs.fits ! Writing UV FITS file: J0244+6228_S_uvs.fits wwins J0244+6228_S_map.win ! wwins: Wrote 1 windows to J0244+6228_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.00339326 Jy ! Component: 100 - total flux cleaned = 0.00510902 Jy ! Component: 150 - total flux cleaned = 0.00588519 Jy ! Component: 200 - total flux cleaned = 0.00628493 Jy ! Component: 250 - total flux cleaned = 0.00646288 Jy ! Component: 300 - total flux cleaned = 0.00672052 Jy ! Component: 350 - total flux cleaned = 0.00704053 Jy ! Component: 400 - total flux cleaned = 0.00757236 Jy ! Component: 450 - total flux cleaned = 0.00792872 Jy ! Component: 500 - total flux cleaned = 0.00819677 Jy ! Component: 550 - total flux cleaned = 0.00845088 Jy ! Component: 600 - total flux cleaned = 0.00881186 Jy ! Component: 650 - total flux cleaned = 0.00921201 Jy ! Component: 700 - total flux cleaned = 0.00943063 Jy ! Component: 750 - total flux cleaned = 0.00964041 Jy ! Component: 800 - total flux cleaned = 0.00984161 Jy ! Component: 850 - total flux cleaned = 0.00998583 Jy ! Component: 900 - total flux cleaned = 0.0100313 Jy ! Component: 950 - total flux cleaned = 0.0100774 Jy ! Component: 1000 - total flux cleaned = 0.0102936 Jy ! Component: 1050 - total flux cleaned = 0.0103343 Jy ! Component: 1100 - total flux cleaned = 0.0105347 Jy ! Component: 1150 - total flux cleaned = 0.0106907 Jy ! Component: 1200 - total flux cleaned = 0.0110665 Jy ! Component: 1250 - total flux cleaned = 0.0113592 Jy ! Component: 1300 - total flux cleaned = 0.0116448 Jy ! Component: 1350 - total flux cleaned = 0.0119571 Jy ! Component: 1400 - total flux cleaned = 0.0121606 Jy ! Component: 1450 - total flux cleaned = 0.0124926 Jy ! Component: 1500 - total flux cleaned = 0.0127523 Jy ! Component: 1550 - total flux cleaned = 0.0130078 Jy ! Component: 1600 - total flux cleaned = 0.0132903 Jy ! Component: 1650 - total flux cleaned = 0.0136286 Jy ! Component: 1700 - total flux cleaned = 0.0138097 Jy ! Component: 1750 - total flux cleaned = 0.0141066 Jy ! Component: 1800 - total flux cleaned = 0.0143978 Jy ! Component: 1850 - total flux cleaned = 0.0146843 Jy ! Component: 1900 - total flux cleaned = 0.0150514 Jy ! Component: 1950 - total flux cleaned = 0.015385 Jy ! Component: 2000 - total flux cleaned = 0.0156869 Jy ! Component: 2050 - total flux cleaned = 0.0159844 Jy ! Component: 2100 - total flux cleaned = 0.0163312 Jy ! Component: 2150 - total flux cleaned = 0.0165951 Jy ! Component: 2200 - total flux cleaned = 0.0169343 Jy ! Component: 2250 - total flux cleaned = 0.0171926 Jy ! Component: 2300 - total flux cleaned = 0.0174487 Jy ! Component: 2350 - total flux cleaned = 0.017652 Jy ! Component: 2400 - total flux cleaned = 0.0179541 Jy ! Component: 2450 - total flux cleaned = 0.018154 Jy ! Component: 2500 - total flux cleaned = 0.0183773 Jy ! Component: 2550 - total flux cleaned = 0.0185989 Jy ! Component: 2600 - total flux cleaned = 0.0187704 Jy ! Component: 2650 - total flux cleaned = 0.0190134 Jy ! Component: 2700 - total flux cleaned = 0.019207 Jy ! Component: 2750 - total flux cleaned = 0.0193992 Jy ! Component: 2800 - total flux cleaned = 0.0195426 Jy ! Component: 2850 - total flux cleaned = 0.0196616 Jy ! Component: 2900 - total flux cleaned = 0.0197803 Jy ! Component: 2950 - total flux cleaned = 0.0199456 Jy ! Component: 3000 - total flux cleaned = 0.0200398 Jy ! Component: 3050 - total flux cleaned = 0.020157 Jy ! Component: 3100 - total flux cleaned = 0.0202037 Jy ! Component: 3150 - total flux cleaned = 0.0203203 Jy ! Component: 3200 - total flux cleaned = 0.0204597 Jy ! Component: 3250 - total flux cleaned = 0.0205061 Jy ! Component: 3300 - total flux cleaned = 0.0205758 Jy ! Component: 3350 - total flux cleaned = 0.0206455 Jy ! Component: 3400 - total flux cleaned = 0.0207615 Jy ! Component: 3450 - total flux cleaned = 0.0208775 Jy ! Component: 3500 - total flux cleaned = 0.0209704 Jy ! Component: 3550 - total flux cleaned = 0.02104 Jy ! Component: 3600 - total flux cleaned = 0.0211095 Jy ! Component: 3650 - total flux cleaned = 0.0211792 Jy ! Component: 3700 - total flux cleaned = 0.0212489 Jy ! Component: 3750 - total flux cleaned = 0.0212954 Jy ! Component: 3800 - total flux cleaned = 0.0214117 Jy ! Component: 3850 - total flux cleaned = 0.0215284 Jy ! Component: 3900 - total flux cleaned = 0.0215984 Jy ! Component: 3950 - total flux cleaned = 0.0216451 Jy ! Component: 4000 - total flux cleaned = 0.0217154 Jy ! Component: 4050 - total flux cleaned = 0.0218092 Jy ! Total flux subtracted in 4096 components = 0.0218563 Jy ! Clean residual min=-0.001351 max=0.001366 Jy/beam ! Clean residual mean=0.000034 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.569856 Jy keep ! Adding 365 model components to the UV plane model. ! The established model now contains 549 components and 0.569856 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv122_uvs/J0244+6228_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.6 x 16.36 at -57.46 degrees (North through East) ! Clean map min=-0.0040194 max=0.29946 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv122_uvs/J0244+6228_S_map.fits wmodel /scr/pima/rv122_uvs/J0244+6228_S_map.mod ! Writing 549 model components to file: /scr/pima/rv122_uvs/J0244+6228_S_map.mod wobs /scr/pima/rv122_uvs/J0244+6228_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv122_uvs/J0244+6228_S_uvs.fits wwins /scr/pima/rv122_uvs/J0244+6228_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv122_uvs/J0244+6228_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.299463 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000445515 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.446314 0.446314 0.892629 1.78526 3.57052 7.14103 14.2821 28.5641 57.1283 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.299 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 672.171 quit ! Quitting program ! Log file /scr/pima/rv122_uvs/J0244+6228_S_dfm.log closed on Fri Jul 13 21:06:53 2018