! Started logfile: /vlbi/bp222/maps//J1824+0119_S_dfm.log on Mon Jan 14 17:11:57 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/bp222/maps//J1824+0119_S_uvm.fits ! Reading UV FITS file: /vlbi/bp222/maps//J1824+0119_S_uvm.fits ! AN table 1: 48 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1.7619 visibilities/baseline/integration-bin. ! Found source: J1824+0119 ! ! 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.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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 7104 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 J1824+0119_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 336 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024856Jy sigma=22.304350 ! Fit after self-cal, rms=0.851007Jy sigma=18.769189 ! 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=3.121 mas, bmaj=13.7 mas, bpa=-19.8 degrees ! Estimated noise=0.849102 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.116037 Jy ! Component: 100 - total flux cleaned = 0.141839 Jy ! Total flux subtracted in 100 components = 0.141839 Jy ! Clean residual min=-0.006949 max=0.013871 Jy/beam ! Clean residual mean=0.000029 rms=0.002302 Jy/beam ! Combined flux in latest and established models = 0.141839 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.141839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065617Jy sigma=1.293920 ! Fit after self-cal, rms=0.065589Jy sigma=1.293684 ! Inverting map ! Added new window around map position (20.5, -42). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122037 Jy ! Component: 100 - total flux cleaned = 0.0185054 Jy ! Total flux subtracted in 100 components = 0.0185054 Jy ! Clean residual min=-0.006158 max=0.007257 Jy/beam ! Clean residual mean=0.000011 rms=0.001721 Jy/beam ! Combined flux in latest and established models = 0.160345 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 23 components and 0.160345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063175Jy sigma=1.234665 ! Fit after self-cal, rms=0.062996Jy sigma=1.229206 ! 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.626 mas, bmaj=12.62 mas, bpa=-19.1 degrees ! Estimated noise=0.656601 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.00632245 Jy ! Component: 100 - total flux cleaned = 0.00768463 Jy ! Component: 150 - total flux cleaned = 0.00768135 Jy ! Component: 200 - total flux cleaned = 0.0076854 Jy ! Total flux subtracted in 200 components = 0.0076854 Jy ! Clean residual min=-0.005228 max=0.005319 Jy/beam ! Clean residual mean=0.000007 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.16803 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 50 components and 0.16803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062301Jy sigma=1.210558 ! Fit after self-cal, rms=0.062250Jy sigma=1.208963 ! 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.626 x 12.62 at -19.1 degrees (North through East) ! Clean map min=-0.0048206 max=0.14446 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 LA 0.97 MK 1.03 ! NL 0.98 OV 0.97 PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.04 LA 0.99 MK 1.01 ! NL 0.98 OV 1.01 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 LA 0.98 MK 0.98 ! NL 1.08 OV 0.97 PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* LA 0.00* MK 0.00* ! NL 0.00* OV 0.00* PT 0.00* ! ! ! Fit before self-cal, rms=0.062250Jy sigma=1.208963 ! Fit after self-cal, rms=0.063714Jy sigma=1.196125 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.636 mas, bmaj=12.78 mas, bpa=-19.09 degrees ! Estimated noise=0.661355 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.00129858 Jy ! Component: 100 - total flux cleaned = -0.0020664 Jy ! Component: 150 - total flux cleaned = -0.00271288 Jy ! Component: 200 - total flux cleaned = -0.00326773 Jy ! Total flux subtracted in 200 components = -0.00326773 Jy ! Clean residual min=-0.004564 max=0.004067 Jy/beam ! Clean residual mean=0.000000 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.164762 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 0.164762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063417Jy sigma=1.191713 ! Fit after self-cal, rms=0.063424Jy sigma=1.191179 ! 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.063424Jy sigma=1.191179 ! Fit after self-cal, rms=0.063221Jy sigma=1.186945 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=12.84 mas, bpa=-19.09 degrees ! Estimated noise=0.663545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000934299 Jy ! Component: 100 - total flux cleaned = -0.00156319 Jy ! Component: 150 - total flux cleaned = -0.00188706 Jy ! Component: 200 - total flux cleaned = -0.00203085 Jy ! Total flux subtracted in 200 components = -0.00203085 Jy ! Clean residual min=-0.004053 max=0.003924 Jy/beam ! Clean residual mean=0.000000 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.162731 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.162732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063082Jy sigma=1.185242 ! Fit after self-cal, rms=0.063069Jy sigma=1.185027 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.000181 Jy ! Component: 100 - total flux cleaned = -0.00027321 Jy ! Component: 150 - total flux cleaned = -0.000355117 Jy ! Component: 200 - total flux cleaned = -0.000392771 Jy ! Total flux subtracted in 200 components = -0.000392771 Jy ! Clean residual min=-0.003927 max=0.003877 Jy/beam ! Clean residual mean=0.000001 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.162339 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 93 components and 0.162339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062996Jy sigma=1.184064 ! Fit after self-cal, rms=0.062990Jy sigma=1.183942 ! 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.062990Jy sigma=1.183942 ! Fit after self-cal, rms=0.061544Jy sigma=1.159396 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=12.97 mas, bpa=-19.16 degrees ! Estimated noise=0.665388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00023579 Jy ! Component: 100 - total flux cleaned = 0.000284096 Jy ! Component: 150 - total flux cleaned = 0.00037472 Jy ! Component: 200 - total flux cleaned = 0.000415952 Jy ! Total flux subtracted in 200 components = 0.000415952 Jy ! Clean residual min=-0.002934 max=0.002952 Jy/beam ! Clean residual mean=0.000002 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.162755 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 116 components and 0.162755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061454Jy sigma=1.158047 ! Fit after self-cal, rms=0.061457Jy sigma=1.157786 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.000170458 Jy ! Component: 100 - total flux cleaned = 0.000134331 Jy ! Component: 150 - total flux cleaned = 0.000198438 Jy ! Component: 200 - total flux cleaned = 0.000227745 Jy ! Total flux subtracted in 200 components = 0.000227745 Jy ! Clean residual min=-0.002857 max=0.002763 Jy/beam ! Clean residual mean=0.000001 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.162982 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 125 components and 0.162982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061413Jy sigma=1.157171 ! Fit after self-cal, rms=0.061407Jy sigma=1.157137 ! 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.061407Jy sigma=1.157137 ! Fit after self-cal, rms=0.061240Jy sigma=1.156839 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.407 mas, bmaj=13.58 mas, bpa=-5.307 degrees ! Estimated noise=0.77093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000249678 Jy ! Component: 100 - total flux cleaned = 0.00039538 Jy ! Component: 150 - total flux cleaned = 0.000521191 Jy ! Component: 200 - total flux cleaned = 0.000604486 Jy ! Total flux subtracted in 200 components = 0.000604486 Jy ! Clean residual min=-0.003185 max=0.002886 Jy/beam ! Clean residual mean=0.000000 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.163587 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.163587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061215Jy sigma=1.156250 ! Fit after self-cal, rms=0.061209Jy sigma=1.156193 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.14227e-05 Jy ! Component: 100 - total flux cleaned = 0.000109442 Jy ! Component: 150 - total flux cleaned = 8.76604e-05 Jy ! Component: 200 - total flux cleaned = 8.76278e-05 Jy ! Total flux subtracted in 200 components = 8.76278e-05 Jy ! Clean residual min=-0.003105 max=0.002865 Jy/beam ! Clean residual mean=0.000000 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.163675 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 141 components and 0.163675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061196Jy sigma=1.155953 ! Fit after self-cal, rms=0.061191Jy sigma=1.155926 ! 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.634 mas, bmaj=13 mas, bpa=-19.18 degrees ! Estimated noise=0.665275 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.634 x 13 at -19.18 degrees (North through East) ! Clean map min=-0.0029753 max=0.14502 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=3.125 mas, bmaj=13.97 mas, bpa=-19.83 degrees ! Estimated noise=0.857154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116797 Jy ! Component: 100 - total flux cleaned = 0.144842 Jy ! Component: 150 - total flux cleaned = 0.156077 Jy ! Component: 200 - total flux cleaned = 0.161544 Jy ! Total flux subtracted in 200 components = 0.161544 Jy ! Clean residual min=-0.004823 max=0.004898 Jy/beam ! Clean residual mean=0.000002 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.161544 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.161544 Jy ! Inverting map and beam ! Estimated beam: bmin=3.634 mas, bmaj=13 mas, bpa=-19.18 degrees ! Estimated noise=0.665275 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.00223636 Jy ! Component: 100 - total flux cleaned = 0.00214459 Jy ! Component: 150 - total flux cleaned = 0.00214569 Jy ! Component: 200 - total flux cleaned = 0.0021464 Jy ! Total flux subtracted in 200 components = 0.0021464 Jy ! Clean residual min=-0.002963 max=0.002631 Jy/beam ! Clean residual mean=0.000001 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.163691 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 44 components and 0.163691 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=8.407 mas, bmaj=13.58 mas, bpa=-5.307 degrees ! Estimated noise=0.77093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475941 Jy ! Component: 100 - total flux cleaned = 0.000535659 Jy ! Component: 150 - total flux cleaned = 0.000442095 Jy ! Component: 200 - total flux cleaned = 0.000357326 Jy ! Total flux subtracted in 200 components = 0.000357326 Jy ! Clean residual min=-0.003119 max=0.002908 Jy/beam ! Clean residual mean=-0.000001 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.164048 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 = -7.33884e-05 Jy ! Component: 100 - total flux cleaned = -7.35009e-05 Jy ! Component: 150 - total flux cleaned = -0.000105544 Jy ! Component: 200 - total flux cleaned = -0.000161407 Jy ! Total flux subtracted in 200 components = -0.000161407 Jy ! Clean residual min=-0.002939 max=0.002825 Jy/beam ! Clean residual mean=-0.000000 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.163886 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 0.163886 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.634 mas, bmaj=13 mas, bpa=-19.18 degrees ! Estimated noise=0.665275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214342 Jy ! Component: 100 - total flux cleaned = -0.000293001 Jy ! Component: 150 - total flux cleaned = -0.000363575 Jy ! Component: 200 - total flux cleaned = -0.000427429 Jy ! Total flux subtracted in 200 components = -0.000427429 Jy ! Clean residual min=-0.002675 max=0.002499 Jy/beam ! Clean residual mean=0.000001 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.163459 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.163459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061231Jy sigma=1.156439 ! Fit after self-cal, rms=0.061228Jy sigma=1.156381 wmodel J1824+0119_S_map.mod ! Writing 83 model components to file: J1824+0119_S_map.mod wobs J1824+0119_S_uvs.fits ! Writing UV FITS file: J1824+0119_S_uvs.fits wwins J1824+0119_S_map.win ! wwins: Wrote 2 windows to J1824+0119_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.0005387 Jy ! Component: 100 - total flux cleaned = -0.00096786 Jy ! Component: 150 - total flux cleaned = -0.00117108 Jy ! Component: 200 - total flux cleaned = -0.00117108 Jy ! Component: 250 - total flux cleaned = -0.00117124 Jy ! Component: 300 - total flux cleaned = -0.00134863 Jy ! Component: 350 - total flux cleaned = -0.00151915 Jy ! Component: 400 - total flux cleaned = -0.00165064 Jy ! Component: 450 - total flux cleaned = -0.00171424 Jy ! Component: 500 - total flux cleaned = -0.0017147 Jy ! Component: 550 - total flux cleaned = -0.00168523 Jy ! Component: 600 - total flux cleaned = -0.00171277 Jy ! Component: 650 - total flux cleaned = -0.00159964 Jy ! Component: 700 - total flux cleaned = -0.00170837 Jy ! Component: 750 - total flux cleaned = -0.00181397 Jy ! Component: 800 - total flux cleaned = -0.00194398 Jy ! Component: 850 - total flux cleaned = -0.00207141 Jy ! Component: 900 - total flux cleaned = -0.00217021 Jy ! Component: 950 - total flux cleaned = -0.00216973 Jy ! Component: 1000 - total flux cleaned = -0.00224136 Jy ! Component: 1050 - total flux cleaned = -0.00228822 Jy ! Component: 1100 - total flux cleaned = -0.00228792 Jy ! Component: 1150 - total flux cleaned = -0.00226547 Jy ! Component: 1200 - total flux cleaned = -0.00231012 Jy ! Component: 1250 - total flux cleaned = -0.0022447 Jy ! Component: 1300 - total flux cleaned = -0.0022662 Jy ! Component: 1350 - total flux cleaned = -0.00222388 Jy ! Component: 1400 - total flux cleaned = -0.00224464 Jy ! Component: 1450 - total flux cleaned = -0.00222432 Jy ! Component: 1500 - total flux cleaned = -0.00226496 Jy ! Component: 1550 - total flux cleaned = -0.00228495 Jy ! Component: 1600 - total flux cleaned = -0.00232407 Jy ! Component: 1650 - total flux cleaned = -0.00238186 Jy ! Component: 1700 - total flux cleaned = -0.00241959 Jy ! Component: 1750 - total flux cleaned = -0.00245689 Jy ! Component: 1800 - total flux cleaned = -0.002531 Jy ! Component: 1850 - total flux cleaned = -0.00258561 Jy ! Component: 1900 - total flux cleaned = -0.002693 Jy ! Component: 1950 - total flux cleaned = -0.00267506 Jy ! Component: 2000 - total flux cleaned = -0.00272733 Jy ! Component: 2050 - total flux cleaned = -0.00271011 Jy ! Component: 2100 - total flux cleaned = -0.00271032 Jy ! Component: 2150 - total flux cleaned = -0.0027775 Jy ! Component: 2200 - total flux cleaned = -0.00274412 Jy ! Component: 2250 - total flux cleaned = -0.00274417 Jy ! Component: 2300 - total flux cleaned = -0.00279275 Jy ! Component: 2350 - total flux cleaned = -0.00284094 Jy ! Component: 2400 - total flux cleaned = -0.00288856 Jy ! Component: 2450 - total flux cleaned = -0.00288837 Jy ! Component: 2500 - total flux cleaned = -0.00295056 Jy ! Component: 2550 - total flux cleaned = -0.00295025 Jy ! Component: 2600 - total flux cleaned = -0.00296543 Jy ! Component: 2650 - total flux cleaned = -0.00302576 Jy ! Component: 2700 - total flux cleaned = -0.00293572 Jy ! Component: 2750 - total flux cleaned = -0.00295064 Jy ! Component: 2800 - total flux cleaned = -0.00293605 Jy ! Component: 2850 - total flux cleaned = -0.00295042 Jy ! Component: 2900 - total flux cleaned = -0.0029359 Jy ! Component: 2950 - total flux cleaned = -0.00296456 Jy ! Component: 3000 - total flux cleaned = -0.0030069 Jy ! Component: 3050 - total flux cleaned = -0.0029366 Jy ! Component: 3100 - total flux cleaned = -0.00299234 Jy ! Component: 3150 - total flux cleaned = -0.00301996 Jy ! Component: 3200 - total flux cleaned = -0.00297884 Jy ! Component: 3250 - total flux cleaned = -0.00296529 Jy ! Component: 3300 - total flux cleaned = -0.00293829 Jy ! Component: 3350 - total flux cleaned = -0.00297844 Jy ! Component: 3400 - total flux cleaned = -0.00293841 Jy ! Component: 3450 - total flux cleaned = -0.0029384 Jy ! Component: 3500 - total flux cleaned = -0.00295148 Jy ! Component: 3550 - total flux cleaned = -0.0029775 Jy ! Component: 3600 - total flux cleaned = -0.00295156 Jy ! Component: 3650 - total flux cleaned = -0.0029772 Jy ! Component: 3700 - total flux cleaned = -0.00296446 Jy ! Component: 3750 - total flux cleaned = -0.00296441 Jy ! Component: 3800 - total flux cleaned = -0.0029896 Jy ! Component: 3850 - total flux cleaned = -0.00298971 Jy ! Component: 3900 - total flux cleaned = -0.00302701 Jy ! Component: 3950 - total flux cleaned = -0.00303925 Jy ! Component: 4000 - total flux cleaned = -0.00301475 Jy ! Component: 4050 - total flux cleaned = -0.00308794 Jy ! Total flux subtracted in 4096 components = -0.00311216 Jy ! Clean residual min=-0.000769 max=0.000908 Jy/beam ! Clean residual mean=-0.000001 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.160347 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 340 components and 0.160347 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J1824+0119_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.634 x 13 at -19.18 degrees (North through East) ! Clean map min=-0.0023075 max=0.14472 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J1824+0119_S_map.fits wmodel /vlbi/bp222/maps//J1824+0119_S_map.mod ! Writing 340 model components to file: /vlbi/bp222/maps//J1824+0119_S_map.mod wobs /vlbi/bp222/maps//J1824+0119_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J1824+0119_S_uvs.fits wwins /vlbi/bp222/maps//J1824+0119_S_map.win ! wwins: Wrote 3 windows to /vlbi/bp222/maps//J1824+0119_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.144719 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213605 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.4428 0.4428 0.885601 1.7712 3.5424 7.08481 14.1696 28.3392 56.6785 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.144 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 677.506 quit ! Quitting program ! Log file /vlbi/bp222/maps//J1824+0119_S_dfm.log closed on Mon Jan 14 17:12:01 2019