! Started logfile: /vlbi/bp222/maps//J0616-1041_S_dfm.log on Thu Sep 27 10:50:53 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.22000 obs /vlbi/bp222/maps//J0616-1041_S_uva.fits ! Reading UV FITS file: /vlbi/bp222/maps//J0616-1041_S_uva.fits ! AN table 1: 114 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.763784 visibilities/baseline/integration-bin. ! Found source: J0616-1041 ! ! 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 9752 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 J0616-1041_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 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 476 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008047Jy sigma=13.813515 ! Fit after self-cal, rms=0.889931Jy sigma=12.120912 ! 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.639 mas, bmaj=17.27 mas, bpa=-17.99 degrees ! Estimated noise=0.930696 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.0843735 Jy ! Component: 100 - total flux cleaned = 0.106095 Jy ! Total flux subtracted in 100 components = 0.106095 Jy ! Clean residual min=-0.005830 max=0.009257 Jy/beam ! Clean residual mean=0.000001 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.106095 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.106095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071843Jy sigma=0.847524 ! Fit after self-cal, rms=0.071753Jy sigma=0.846826 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00993294 Jy ! Component: 100 - total flux cleaned = 0.0150749 Jy ! Total flux subtracted in 100 components = 0.0150749 Jy ! Clean residual min=-0.004874 max=0.004852 Jy/beam ! Clean residual mean=0.000004 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.12117 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.12117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070412Jy sigma=0.816678 ! Fit after self-cal, rms=0.070414Jy sigma=0.816520 ! 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.381 mas, bmaj=18.82 mas, bpa=-17.5 degrees ! Estimated noise=0.611301 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.00142391 Jy ! Component: 100 - total flux cleaned = 0.00141208 Jy ! Component: 150 - total flux cleaned = 0.000847776 Jy ! Component: 200 - total flux cleaned = 0.000275224 Jy ! Total flux subtracted in 200 components = 0.000275224 Jy ! Clean residual min=-0.004337 max=0.003371 Jy/beam ! Clean residual mean=-0.000001 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.121445 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 45 components and 0.121445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069988Jy sigma=0.809401 ! Fit after self-cal, rms=0.069984Jy sigma=0.809323 ! 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.381 x 18.82 at -17.5 degrees (North through East) ! Clean map min=-0.0045831 max=0.11317 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.96 HN 0.98 LA 0.94 ! MK 1.05 NL 1.06 OV 0.98 PT 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 0.97 HN 1.00 LA 0.94 ! MK 1.02 NL 1.01 OV 0.98 PT 0.96 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 0.97 LA 0.90 ! MK 1.05 NL 0.93 OV 0.95 PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 19.25 HN 0.80 LA 61.74 ! MK 1.00* NL 1.00* OV 1.00* PT 1.12 ! ! ! Fit before self-cal, rms=0.069984Jy sigma=0.809323 ! Fit after self-cal, rms=0.065407Jy sigma=0.741699 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=18.46 mas, bpa=-17.36 degrees ! Estimated noise=0.607247 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.000644104 Jy ! Component: 100 - total flux cleaned = 0.000957827 Jy ! Component: 150 - total flux cleaned = 0.00120246 Jy ! Component: 200 - total flux cleaned = 0.00145503 Jy ! Total flux subtracted in 200 components = 0.00145503 Jy ! Clean residual min=-0.001683 max=0.001961 Jy/beam ! Clean residual mean=0.000003 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.1229 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.1229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065356Jy sigma=0.741106 ! Fit after self-cal, rms=0.065906Jy sigma=0.740992 ! 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.065906Jy sigma=0.740992 ! Fit after self-cal, rms=0.065164Jy sigma=0.737548 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.403 mas, bmaj=18.27 mas, bpa=-17.35 degrees ! Estimated noise=0.605927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000547473 Jy ! Component: 100 - total flux cleaned = 0.000663565 Jy ! Component: 150 - total flux cleaned = 0.000747769 Jy ! Component: 200 - total flux cleaned = 0.000823515 Jy ! Total flux subtracted in 200 components = 0.000823515 Jy ! Clean residual min=-0.001413 max=0.001433 Jy/beam ! Clean residual mean=0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.123723 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.123723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065152Jy sigma=0.737407 ! Fit after self-cal, rms=0.065097Jy sigma=0.737368 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.28088e-05 Jy ! Component: 100 - total flux cleaned = 0.000116315 Jy ! Component: 150 - total flux cleaned = 0.000189202 Jy ! Component: 200 - total flux cleaned = 0.000245578 Jy ! Total flux subtracted in 200 components = 0.000245578 Jy ! Clean residual min=-0.001405 max=0.001406 Jy/beam ! Clean residual mean=0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.123969 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.123969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065091Jy sigma=0.737302 ! Fit after self-cal, rms=0.065089Jy sigma=0.737298 ! 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.065089Jy sigma=0.737298 ! Fit after self-cal, rms=0.064163Jy sigma=0.735266 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=18.24 mas, bpa=-17.37 degrees ! Estimated noise=0.605333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025002 Jy ! Component: 100 - total flux cleaned = 0.000381988 Jy ! Component: 150 - total flux cleaned = 0.000487318 Jy ! Component: 200 - total flux cleaned = 0.000582354 Jy ! Total flux subtracted in 200 components = 0.000582354 Jy ! Clean residual min=-0.001380 max=0.001316 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.124551 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.124551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064160Jy sigma=0.735214 ! Fit after self-cal, rms=0.064155Jy sigma=0.735183 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.75181e-05 Jy ! Component: 100 - total flux cleaned = 6.61796e-05 Jy ! Component: 150 - total flux cleaned = 7.43433e-05 Jy ! Component: 200 - total flux cleaned = 7.4333e-05 Jy ! Total flux subtracted in 200 components = 7.4333e-05 Jy ! Clean residual min=-0.001376 max=0.001320 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.124626 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 103 components and 0.124626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064153Jy sigma=0.735153 ! Fit after self-cal, rms=0.064152Jy sigma=0.735152 ! 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.064152Jy sigma=0.735152 ! Fit after self-cal, rms=0.064084Jy sigma=0.735139 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.143 mas, bmaj=20.48 mas, bpa=-10.22 degrees ! Estimated noise=0.722209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000167775 Jy ! Component: 100 - total flux cleaned = 0.000211571 Jy ! Component: 150 - total flux cleaned = 0.000228747 Jy ! Component: 200 - total flux cleaned = 0.000228731 Jy ! Total flux subtracted in 200 components = 0.000228731 Jy ! Clean residual min=-0.001241 max=0.001147 Jy/beam ! Clean residual mean=0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.124854 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.124854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064084Jy sigma=0.735122 ! Fit after self-cal, rms=0.064084Jy sigma=0.735121 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.35535e-06 Jy ! Component: 100 - total flux cleaned = 3.16027e-06 Jy ! Component: 150 - total flux cleaned = 3.25165e-06 Jy ! Component: 200 - total flux cleaned = 6.26833e-06 Jy ! Total flux subtracted in 200 components = 6.26833e-06 Jy ! Clean residual min=-0.001235 max=0.001148 Jy/beam ! Clean residual mean=0.000002 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.124861 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.124861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064083Jy sigma=0.735114 ! Fit after self-cal, rms=0.064083Jy sigma=0.735114 ! 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.397 mas, bmaj=18.23 mas, bpa=-17.36 degrees ! Estimated noise=0.604872 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.397 x 18.23 at -17.36 degrees (North through East) ! Clean map min=-0.0022304 max=0.11139 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.656 mas, bmaj=16.63 mas, bpa=-17.92 degrees ! Estimated noise=0.926167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0837803 Jy ! Component: 100 - total flux cleaned = 0.105085 Jy ! Component: 150 - total flux cleaned = 0.114535 Jy ! Component: 200 - total flux cleaned = 0.119203 Jy ! Total flux subtracted in 200 components = 0.119203 Jy ! Clean residual min=-0.002684 max=0.003058 Jy/beam ! Clean residual mean=0.000000 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.119203 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.119203 Jy ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=18.23 mas, bpa=-17.36 degrees ! Estimated noise=0.604872 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.00354001 Jy ! Component: 100 - total flux cleaned = 0.00409848 Jy ! Component: 150 - total flux cleaned = 0.00461238 Jy ! Component: 200 - total flux cleaned = 0.0048762 Jy ! Total flux subtracted in 200 components = 0.0048762 Jy ! Clean residual min=-0.001450 max=0.001314 Jy/beam ! Clean residual mean=0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.124079 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.124079 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.143 mas, bmaj=20.48 mas, bpa=-10.22 degrees ! Estimated noise=0.722209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000293011 Jy ! Component: 100 - total flux cleaned = 0.000375002 Jy ! Component: 150 - total flux cleaned = 0.000423899 Jy ! Component: 200 - total flux cleaned = 0.000464785 Jy ! Total flux subtracted in 200 components = 0.000464785 Jy ! Clean residual min=-0.001284 max=0.001092 Jy/beam ! Clean residual mean=0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.124544 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 = 3.47918e-05 Jy ! Component: 100 - total flux cleaned = 2.48468e-05 Jy ! Component: 150 - total flux cleaned = 2.52229e-05 Jy ! Component: 200 - total flux cleaned = 1.69176e-05 Jy ! Total flux subtracted in 200 components = 1.69176e-05 Jy ! Clean residual min=-0.001268 max=0.001095 Jy/beam ! Clean residual mean=0.000003 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.12456 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 57 components and 0.12456 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=18.23 mas, bpa=-17.36 degrees ! Estimated noise=0.604872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.08105e-05 Jy ! Component: 100 - total flux cleaned = 1.3934e-06 Jy ! Component: 150 - total flux cleaned = 1.82395e-05 Jy ! Component: 200 - total flux cleaned = 6.76583e-05 Jy ! Total flux subtracted in 200 components = 6.76583e-05 Jy ! Clean residual min=-0.001394 max=0.001353 Jy/beam ! Clean residual mean=0.000001 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.124628 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.124628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064103Jy sigma=0.735340 ! Fit after self-cal, rms=0.064109Jy sigma=0.735325 wmodel J0616-1041_S_map.mod ! Writing 68 model components to file: J0616-1041_S_map.mod wobs J0616-1041_S_uvs.fits ! Writing UV FITS file: J0616-1041_S_uvs.fits wwins J0616-1041_S_map.win ! wwins: Wrote 1 windows to J0616-1041_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.000153198 Jy ! Component: 100 - total flux cleaned = -0.000341211 Jy ! Component: 150 - total flux cleaned = -0.000406962 Jy ! Component: 200 - total flux cleaned = -0.000343377 Jy ! Component: 250 - total flux cleaned = -0.000302719 Jy ! Component: 300 - total flux cleaned = -0.000282876 Jy ! Component: 350 - total flux cleaned = -0.000205263 Jy ! Component: 400 - total flux cleaned = -0.000205308 Jy ! Component: 450 - total flux cleaned = -0.000130478 Jy ! Component: 500 - total flux cleaned = -3.95157e-05 Jy ! Component: 550 - total flux cleaned = 3.16125e-05 Jy ! Component: 600 - total flux cleaned = 8.40051e-05 Jy ! Component: 650 - total flux cleaned = 0.000152252 Jy ! Component: 700 - total flux cleaned = 0.000202492 Jy ! Component: 750 - total flux cleaned = 0.000301781 Jy ! Component: 800 - total flux cleaned = 0.000350437 Jy ! Component: 850 - total flux cleaned = 0.000430555 Jy ! Component: 900 - total flux cleaned = 0.000525204 Jy ! Component: 950 - total flux cleaned = 0.000540486 Jy ! Component: 1000 - total flux cleaned = 0.00058663 Jy ! Component: 1050 - total flux cleaned = 0.000647083 Jy ! Component: 1100 - total flux cleaned = 0.000691722 Jy ! Component: 1150 - total flux cleaned = 0.000721149 Jy ! Component: 1200 - total flux cleaned = 0.000794144 Jy ! Component: 1250 - total flux cleaned = 0.000808656 Jy ! Component: 1300 - total flux cleaned = 0.000880046 Jy ! Component: 1350 - total flux cleaned = 0.000936362 Jy ! Component: 1400 - total flux cleaned = 0.000950275 Jy ! Component: 1450 - total flux cleaned = 0.000977789 Jy ! Component: 1500 - total flux cleaned = 0.0010326 Jy ! Component: 1550 - total flux cleaned = 0.00112697 Jy ! Component: 1600 - total flux cleaned = 0.00119375 Jy ! Component: 1650 - total flux cleaned = 0.00122003 Jy ! Component: 1700 - total flux cleaned = 0.00127249 Jy ! Component: 1750 - total flux cleaned = 0.00132458 Jy ! Component: 1800 - total flux cleaned = 0.00140154 Jy ! Component: 1850 - total flux cleaned = 0.00141403 Jy ! Component: 1900 - total flux cleaned = 0.00147703 Jy ! Component: 1950 - total flux cleaned = 0.00147716 Jy ! Component: 2000 - total flux cleaned = 0.00155164 Jy ! Component: 2050 - total flux cleaned = 0.00162513 Jy ! Component: 2100 - total flux cleaned = 0.00163707 Jy ! Component: 2150 - total flux cleaned = 0.00169752 Jy ! Component: 2200 - total flux cleaned = 0.00175724 Jy ! Component: 2250 - total flux cleaned = 0.00178091 Jy ! Component: 2300 - total flux cleaned = 0.00180454 Jy ! Component: 2350 - total flux cleaned = 0.00182796 Jy ! Component: 2400 - total flux cleaned = 0.00187434 Jy ! Component: 2450 - total flux cleaned = 0.00193155 Jy ! Component: 2500 - total flux cleaned = 0.00197709 Jy ! Component: 2550 - total flux cleaned = 0.00198846 Jy ! Component: 2600 - total flux cleaned = 0.00201088 Jy ! Component: 2650 - total flux cleaned = 0.0020664 Jy ! Component: 2700 - total flux cleaned = 0.00209949 Jy ! Component: 2750 - total flux cleaned = 0.00211048 Jy ! Component: 2800 - total flux cleaned = 0.00214325 Jy ! Component: 2850 - total flux cleaned = 0.00221881 Jy ! Component: 2900 - total flux cleaned = 0.00225077 Jy ! Component: 2950 - total flux cleaned = 0.0022508 Jy ! Component: 3000 - total flux cleaned = 0.00224029 Jy ! Component: 3050 - total flux cleaned = 0.00234517 Jy ! Component: 3100 - total flux cleaned = 0.00233473 Jy ! Component: 3150 - total flux cleaned = 0.00238636 Jy ! Component: 3200 - total flux cleaned = 0.00239669 Jy ! Component: 3250 - total flux cleaned = 0.00243745 Jy ! Component: 3300 - total flux cleaned = 0.00249815 Jy ! Component: 3350 - total flux cleaned = 0.00249817 Jy ! Component: 3400 - total flux cleaned = 0.00252823 Jy ! Component: 3450 - total flux cleaned = 0.00259784 Jy ! Component: 3500 - total flux cleaned = 0.00261765 Jy ! Component: 3550 - total flux cleaned = 0.00264716 Jy ! Component: 3600 - total flux cleaned = 0.002696 Jy ! Component: 3650 - total flux cleaned = 0.00270572 Jy ! Component: 3700 - total flux cleaned = 0.00275402 Jy ! Component: 3750 - total flux cleaned = 0.00279229 Jy ! Component: 3800 - total flux cleaned = 0.00282087 Jy ! Component: 3850 - total flux cleaned = 0.00283047 Jy ! Component: 3900 - total flux cleaned = 0.00288694 Jy ! Component: 3950 - total flux cleaned = 0.00295237 Jy ! Component: 4000 - total flux cleaned = 0.00298945 Jy ! Component: 4050 - total flux cleaned = 0.00300794 Jy ! Total flux subtracted in 4096 components = 0.00303547 Jy ! Clean residual min=-0.000595 max=0.000476 Jy/beam ! Clean residual mean=-0.000001 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.127664 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 349 components and 0.127664 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J0616-1041_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.397 x 18.23 at -17.36 degrees (North through East) ! Clean map min=-0.0018633 max=0.11173 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J0616-1041_S_map.fits wmodel /vlbi/bp222/maps//J0616-1041_S_map.mod ! Writing 349 model components to file: /vlbi/bp222/maps//J0616-1041_S_map.mod wobs /vlbi/bp222/maps//J0616-1041_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J0616-1041_S_uvs.fits wwins /vlbi/bp222/maps//J0616-1041_S_map.win ! wwins: Wrote 2 windows to /vlbi/bp222/maps//J0616-1041_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.111726 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494875 0.494875 0.98975 1.9795 3.959 7.918 15.836 31.672 63.344 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.111 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 606.213 quit ! Quitting program ! Log file /vlbi/bp222/maps//J0616-1041_S_dfm.log closed on Thu Sep 27 10:50:57 2018