! Started logfile: /vlbi/bp222/maps//J1624-3213_S_dfm.log on Thu Sep 27 11:22:59 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//J1624-3213_S_uva.fits ! Reading UV FITS file: /vlbi/bp222/maps//J1624-3213_S_uva.fits ! AN table 1: 110 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.6329 visibilities/baseline/integration-bin. ! Found source: J1624-3213 ! ! 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 44 lines of history. ! ! Reading 5848 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 J1624-3213_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 770 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.017487Jy sigma=9.341831 ! Fit after self-cal, rms=0.874689Jy sigma=7.956359 ! 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.703 mas, bmaj=15.73 mas, bpa=-20.86 degrees ! Estimated noise=1.81058 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.0945568 Jy ! Component: 100 - total flux cleaned = 0.127426 Jy ! Total flux subtracted in 100 components = 0.127426 Jy ! Clean residual min=-0.009514 max=0.015558 Jy/beam ! Clean residual mean=0.000020 rms=0.002917 Jy/beam ! Combined flux in latest and established models = 0.127426 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.127426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106780Jy sigma=0.817885 ! Fit after self-cal, rms=0.106024Jy sigma=0.813424 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.019199 Jy ! Component: 100 - total flux cleaned = 0.0309454 Jy ! Total flux subtracted in 100 components = 0.0309454 Jy ! Clean residual min=-0.007123 max=0.008890 Jy/beam ! Clean residual mean=0.000009 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 0.158371 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.158371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101802Jy sigma=0.758267 ! Fit after self-cal, rms=0.101712Jy sigma=0.757381 ! 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.28 mas, bmaj=16.71 mas, bpa=-20.87 degrees ! Estimated noise=1.25054 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.0121612 Jy ! Component: 100 - total flux cleaned = 0.0191327 Jy ! Component: 150 - total flux cleaned = 0.0235696 Jy ! Component: 200 - total flux cleaned = 0.0265862 Jy ! Total flux subtracted in 200 components = 0.0265862 Jy ! Clean residual min=-0.004375 max=0.006690 Jy/beam ! Clean residual mean=0.000009 rms=0.001377 Jy/beam ! Combined flux in latest and established models = 0.184957 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 67 components and 0.184957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100313Jy sigma=0.739198 ! Fit after self-cal, rms=0.100231Jy sigma=0.738607 ! 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.28 x 16.71 at -20.87 degrees (North through East) ! Clean map min=-0.0042438 max=0.12915 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.75 FD 0.99 HN 1.11 KP 1.00 ! MK 0.98 NL 0.94 OV 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 0.99 HN 1.06 KP 1.02 ! MK 1.02 NL 1.14 OV 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.18 KP 0.98 ! MK 1.04 NL 0.90 OV 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! MK 0.00* NL 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.100231Jy sigma=0.738607 ! Fit after self-cal, rms=0.098077Jy sigma=0.727345 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=16.65 mas, bpa=-21.2 degrees ! Estimated noise=1.25186 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.00307505 Jy ! Component: 100 - total flux cleaned = -0.00374981 Jy ! Component: 150 - total flux cleaned = -0.00387184 Jy ! Component: 200 - total flux cleaned = -0.0039209 Jy ! Total flux subtracted in 200 components = -0.0039209 Jy ! Clean residual min=-0.003556 max=0.005091 Jy/beam ! Clean residual mean=0.000014 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.181037 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.181037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097955Jy sigma=0.726108 ! Fit after self-cal, rms=0.097988Jy sigma=0.725734 ! 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.097988Jy sigma=0.725734 ! Fit after self-cal, rms=0.099528Jy sigma=0.723669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=16.73 mas, bpa=-21.31 degrees ! Estimated noise=1.25278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00134562 Jy ! Component: 100 - total flux cleaned = -0.00169475 Jy ! Component: 150 - total flux cleaned = -0.00161541 Jy ! Component: 200 - total flux cleaned = -0.00150216 Jy ! Total flux subtracted in 200 components = -0.00150216 Jy ! Clean residual min=-0.003365 max=0.004508 Jy/beam ! Clean residual mean=0.000009 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.179534 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 108 components and 0.179534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099459Jy sigma=0.723244 ! Fit after self-cal, rms=0.099539Jy sigma=0.723171 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.5, 34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134232 Jy ! Component: 100 - total flux cleaned = 0.000891013 Jy ! Component: 150 - total flux cleaned = 0.000630222 Jy ! Component: 200 - total flux cleaned = 0.000487724 Jy ! Total flux subtracted in 200 components = 0.000487724 Jy ! Clean residual min=-0.003207 max=0.003445 Jy/beam ! Clean residual mean=0.000007 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.180022 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 135 components and 0.180022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099272Jy sigma=0.721152 ! Fit after self-cal, rms=0.099307Jy sigma=0.720898 ! 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.099307Jy sigma=0.720898 ! Fit after self-cal, rms=0.102876Jy sigma=0.717243 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=16.85 mas, bpa=-21.3 degrees ! Estimated noise=1.25402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000637306 Jy ! Component: 100 - total flux cleaned = -0.000923802 Jy ! Component: 150 - total flux cleaned = -0.00123975 Jy ! Component: 200 - total flux cleaned = -0.00135017 Jy ! Total flux subtracted in 200 components = -0.00135017 Jy ! Clean residual min=-0.002504 max=0.002483 Jy/beam ! Clean residual mean=0.000004 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.178672 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 161 components and 0.178672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102766Jy sigma=0.716511 ! Fit after self-cal, rms=0.103018Jy sigma=0.716285 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.66008e-05 Jy ! Component: 100 - total flux cleaned = -5.8974e-05 Jy ! Component: 150 - total flux cleaned = -5.9463e-05 Jy ! Component: 200 - total flux cleaned = -0.000102217 Jy ! Total flux subtracted in 200 components = -0.000102217 Jy ! Clean residual min=-0.002371 max=0.002602 Jy/beam ! Clean residual mean=0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.17857 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 174 components and 0.17857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102955Jy sigma=0.715934 ! Fit after self-cal, rms=0.102972Jy sigma=0.715904 ! 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.102972Jy sigma=0.715904 ! Fit after self-cal, rms=0.103872Jy sigma=0.715731 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.853 mas, bmaj=25.98 mas, bpa=-13.98 degrees ! Estimated noise=1.4731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00036699 Jy ! Component: 100 - total flux cleaned = -0.000459316 Jy ! Component: 150 - total flux cleaned = -0.000349331 Jy ! Component: 200 - total flux cleaned = -0.000283729 Jy ! Total flux subtracted in 200 components = -0.000283729 Jy ! Clean residual min=-0.002548 max=0.002173 Jy/beam ! Clean residual mean=0.000011 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.178286 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 186 components and 0.178286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103843Jy sigma=0.715578 ! Fit after self-cal, rms=0.103922Jy sigma=0.715539 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 = 8.09335e-05 Jy ! Component: 100 - total flux cleaned = 0.00022572 Jy ! Component: 150 - total flux cleaned = 0.000352913 Jy ! Component: 200 - total flux cleaned = 0.000423261 Jy ! Total flux subtracted in 200 components = 0.000423261 Jy ! Clean residual min=-0.002496 max=0.002136 Jy/beam ! Clean residual mean=0.000011 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.178709 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 202 components and 0.178709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103907Jy sigma=0.715498 ! Fit after self-cal, rms=0.103917Jy sigma=0.715485 ! 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.354 mas, bmaj=16.87 mas, bpa=-21.29 degrees ! Estimated noise=1.25359 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 16.87 at -21.29 degrees (North through East) ! Clean map min=-0.0039826 max=0.12848 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.767 mas, bmaj=15.91 mas, bpa=-21.26 degrees ! Estimated noise=1.84097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0949875 Jy ! Component: 100 - total flux cleaned = 0.128401 Jy ! Component: 150 - total flux cleaned = 0.145809 Jy ! Component: 200 - total flux cleaned = 0.154641 Jy ! Total flux subtracted in 200 components = 0.154641 Jy ! Clean residual min=-0.006343 max=0.006469 Jy/beam ! Clean residual mean=0.000007 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.154641 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.154641 Jy ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=16.87 mas, bpa=-21.29 degrees ! Estimated noise=1.25359 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.0102448 Jy ! Component: 100 - total flux cleaned = 0.0146617 Jy ! Component: 150 - total flux cleaned = 0.0166136 Jy ! Component: 200 - total flux cleaned = 0.0179939 Jy ! Total flux subtracted in 200 components = 0.0179939 Jy ! Clean residual min=-0.003070 max=0.003061 Jy/beam ! Clean residual mean=0.000004 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.172635 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.172635 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=6.853 mas, bmaj=25.98 mas, bpa=-13.98 degrees ! Estimated noise=1.4731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238833 Jy ! Component: 100 - total flux cleaned = 0.00339984 Jy ! Component: 150 - total flux cleaned = 0.00402313 Jy ! Component: 200 - total flux cleaned = 0.00455504 Jy ! Total flux subtracted in 200 components = 0.00455504 Jy ! Clean residual min=-0.002931 max=0.002479 Jy/beam ! Clean residual mean=0.000013 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.17719 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.00050454 Jy ! Component: 100 - total flux cleaned = 0.000859866 Jy ! Component: 150 - total flux cleaned = 0.00105786 Jy ! Component: 200 - total flux cleaned = 0.00127411 Jy ! Total flux subtracted in 200 components = 0.00127411 Jy ! Clean residual min=-0.002651 max=0.002348 Jy/beam ! Clean residual mean=0.000015 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.178464 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 116 components and 0.178464 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=16.87 mas, bpa=-21.29 degrees ! Estimated noise=1.25359 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000760528 Jy ! Component: 100 - total flux cleaned = -0.00068128 Jy ! Component: 150 - total flux cleaned = -0.000540703 Jy ! Component: 200 - total flux cleaned = -0.000416228 Jy ! Total flux subtracted in 200 components = -0.000416228 Jy ! Clean residual min=-0.002442 max=0.002609 Jy/beam ! Clean residual mean=0.000006 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.178048 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.178048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103908Jy sigma=0.716551 ! Fit after self-cal, rms=0.103828Jy sigma=0.716337 wmodel J1624-3213_S_map.mod ! Writing 136 model components to file: J1624-3213_S_map.mod wobs J1624-3213_S_uvs.fits ! Writing UV FITS file: J1624-3213_S_uvs.fits wwins J1624-3213_S_map.win ! wwins: Wrote 2 windows to J1624-3213_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.000118819 Jy ! Component: 100 - total flux cleaned = -9.07496e-05 Jy ! Component: 150 - total flux cleaned = -0.000291117 Jy ! Component: 200 - total flux cleaned = -0.000599706 Jy ! Component: 250 - total flux cleaned = -0.000898998 Jy ! Component: 300 - total flux cleaned = -0.00122564 Jy ! Component: 350 - total flux cleaned = -0.00154288 Jy ! Component: 400 - total flux cleaned = -0.00174883 Jy ! Component: 450 - total flux cleaned = -0.00208477 Jy ! Component: 500 - total flux cleaned = -0.00234733 Jy ! Component: 550 - total flux cleaned = -0.00273187 Jy ! Component: 600 - total flux cleaned = -0.00313847 Jy ! Component: 650 - total flux cleaned = -0.00344488 Jy ! Component: 700 - total flux cleaned = -0.00377531 Jy ! Component: 750 - total flux cleaned = -0.00401136 Jy ! Component: 800 - total flux cleaned = -0.00406995 Jy ! Component: 850 - total flux cleaned = -0.00429851 Jy ! Component: 900 - total flux cleaned = -0.00449483 Jy ! Component: 950 - total flux cleaned = -0.00460533 Jy ! Component: 1000 - total flux cleaned = -0.00482321 Jy ! Component: 1050 - total flux cleaned = -0.0049573 Jy ! Component: 1100 - total flux cleaned = -0.00511568 Jy ! Component: 1150 - total flux cleaned = -0.0052718 Jy ! Component: 1200 - total flux cleaned = -0.00537459 Jy ! Component: 1250 - total flux cleaned = -0.00557745 Jy ! Component: 1300 - total flux cleaned = -0.00567783 Jy ! Component: 1350 - total flux cleaned = -0.00585076 Jy ! Component: 1400 - total flux cleaned = -0.00599699 Jy ! Component: 1450 - total flux cleaned = -0.00611704 Jy ! Component: 1500 - total flux cleaned = -0.00621205 Jy ! Component: 1550 - total flux cleaned = -0.00632943 Jy ! Component: 1600 - total flux cleaned = -0.00644516 Jy ! Component: 1650 - total flux cleaned = -0.0064907 Jy ! Component: 1700 - total flux cleaned = -0.00655848 Jy ! Component: 1750 - total flux cleaned = -0.00662624 Jy ! Component: 1800 - total flux cleaned = -0.0066708 Jy ! Component: 1850 - total flux cleaned = -0.0067587 Jy ! Component: 1900 - total flux cleaned = -0.00673676 Jy ! Component: 1950 - total flux cleaned = -0.00673676 Jy ! Component: 2000 - total flux cleaned = -0.00680056 Jy ! Component: 2050 - total flux cleaned = -0.00680044 Jy ! Component: 2100 - total flux cleaned = -0.00671723 Jy ! Component: 2150 - total flux cleaned = -0.00682093 Jy ! Component: 2200 - total flux cleaned = -0.00684118 Jy ! Component: 2250 - total flux cleaned = -0.00682062 Jy ! Component: 2300 - total flux cleaned = -0.0067605 Jy ! Component: 2350 - total flux cleaned = -0.00676057 Jy ! Component: 2400 - total flux cleaned = -0.0067607 Jy ! Component: 2450 - total flux cleaned = -0.00670211 Jy ! Component: 2500 - total flux cleaned = -0.00668272 Jy ! Component: 2550 - total flux cleaned = -0.00666334 Jy ! Component: 2600 - total flux cleaned = -0.00664444 Jy ! Component: 2650 - total flux cleaned = -0.00662546 Jy ! Component: 2700 - total flux cleaned = -0.0065134 Jy ! Component: 2750 - total flux cleaned = -0.0064577 Jy ! Component: 2800 - total flux cleaned = -0.00643939 Jy ! Component: 2850 - total flux cleaned = -0.00643962 Jy ! Component: 2900 - total flux cleaned = -0.00638526 Jy ! Component: 2950 - total flux cleaned = -0.00633184 Jy ! Component: 3000 - total flux cleaned = -0.006385 Jy ! Component: 3050 - total flux cleaned = -0.00629687 Jy ! Component: 3100 - total flux cleaned = -0.00626217 Jy ! Component: 3150 - total flux cleaned = -0.006245 Jy ! Component: 3200 - total flux cleaned = -0.00626217 Jy ! Component: 3250 - total flux cleaned = -0.00629618 Jy ! Component: 3300 - total flux cleaned = -0.00622847 Jy ! Component: 3350 - total flux cleaned = -0.0061949 Jy ! Component: 3400 - total flux cleaned = -0.00622824 Jy ! Component: 3450 - total flux cleaned = -0.00626127 Jy ! Component: 3500 - total flux cleaned = -0.00622851 Jy ! Component: 3550 - total flux cleaned = -0.00629386 Jy ! Component: 3600 - total flux cleaned = -0.00624511 Jy ! Component: 3650 - total flux cleaned = -0.00626119 Jy ! Component: 3700 - total flux cleaned = -0.00634152 Jy ! Component: 3750 - total flux cleaned = -0.00632547 Jy ! Component: 3800 - total flux cleaned = -0.00629389 Jy ! Component: 3850 - total flux cleaned = -0.00630961 Jy ! Component: 3900 - total flux cleaned = -0.00637204 Jy ! Component: 3950 - total flux cleaned = -0.00638749 Jy ! Component: 4000 - total flux cleaned = -0.0064647 Jy ! Component: 4050 - total flux cleaned = -0.00652598 Jy ! Total flux subtracted in 4096 components = -0.00654108 Jy ! Clean residual min=-0.000806 max=0.000934 Jy/beam ! Clean residual mean=0.000000 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.171507 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 408 components and 0.171507 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J1624-3213_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.354 x 16.87 at -21.29 degrees (North through East) ! Clean map min=-0.0040712 max=0.12849 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J1624-3213_S_map.fits wmodel /vlbi/bp222/maps//J1624-3213_S_map.mod ! Writing 408 model components to file: /vlbi/bp222/maps//J1624-3213_S_map.mod wobs /vlbi/bp222/maps//J1624-3213_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J1624-3213_S_uvs.fits wwins /vlbi/bp222/maps//J1624-3213_S_map.win ! wwins: Wrote 3 windows to /vlbi/bp222/maps//J1624-3213_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.128486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000283354 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.6616 0.6616 1.3232 2.6464 5.2928 10.5856 21.1712 42.3424 84.6848 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.128 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 453.446 quit ! Quitting program ! Log file /vlbi/bp222/maps//J1624-3213_S_dfm.log closed on Thu Sep 27 11:23:03 2018