! Started logfile: .//J2211-1150_C_dfm.log on Mon Jan 20 19:17:00 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J2211-1150_C_uva.fits ! Reading UV FITS file: .//J2211-1150_C_uva.fits ! AN table 1: 15 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2211-1150 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 67 lines of history. ! ! Reading 2520 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J2211-1150_C] 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.300x0.300 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.005979Jy sigma=18.850499 ! Fit after self-cal, rms=0.904421Jy sigma=17.002561 ! 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.256 mas, bmaj=9.481 mas, bpa=-10.23 degrees ! Estimated noise=1.01042 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.0746834 Jy ! Component: 100 - total flux cleaned = 0.0909694 Jy ! Total flux subtracted in 100 components = 0.0909694 Jy ! Clean residual min=-0.003416 max=0.004544 Jy/beam ! Clean residual mean=-0.000002 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.0909694 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0909694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040908Jy sigma=0.683545 ! Fit after self-cal, rms=0.040890Jy sigma=0.683441 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.632 mas, bmaj=9.012 mas, bpa=-9.135 degrees ! Estimated noise=0.766395 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.00440347 Jy ! Component: 100 - total flux cleaned = 0.00585865 Jy ! Component: 150 - total flux cleaned = 0.00602481 Jy ! Component: 200 - total flux cleaned = 0.00616721 Jy ! Total flux subtracted in 200 components = 0.00616721 Jy ! Clean residual min=-0.002475 max=0.002699 Jy/beam ! Clean residual mean=-0.000000 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0971366 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0971366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040447Jy sigma=0.674110 ! Fit after self-cal, rms=0.040449Jy sigma=0.674078 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.632 x 9.012 at -9.135 degrees (North through East) ! Clean map min=-0.0024328 max=0.096433 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 0.99 KP 0.97 ! NL 0.97 OV 0.96 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.03 KP 0.95 ! NL 1.08 OV 1.12 PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 0.94 KP 0.94 ! NL 1.04 OV 1.05 PT 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00 HN 0.96 KP 0.96 ! NL 1.01 OV 1.00 PT 1.01 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.04 KP 1.02 ! NL 1.07 OV 0.99 PT 0.96 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.04 KP 1.01 ! NL 0.95 OV 1.00 PT 1.03 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.03 HN 0.98 KP 0.98 ! NL 1.05 OV 1.00 PT 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.05 HN 1.01 KP 1.05 ! NL 1.05 OV 0.94 PT 0.96 ! ! ! Fit before self-cal, rms=0.040449Jy sigma=0.674078 ! Fit after self-cal, rms=0.040349Jy sigma=0.667383 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.635 mas, bmaj=8.97 mas, bpa=-9.028 degrees ! Estimated noise=0.763399 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.00012895 Jy ! Component: 100 - total flux cleaned = 0.000145829 Jy ! Component: 150 - total flux cleaned = 0.000191438 Jy ! Component: 200 - total flux cleaned = 0.000231051 Jy ! Total flux subtracted in 200 components = 0.000231051 Jy ! Clean residual min=-0.002157 max=0.001839 Jy/beam ! Clean residual mean=-0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0973677 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 0.0973677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040335Jy sigma=0.667140 ! Fit after self-cal, rms=0.040353Jy sigma=0.667052 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040353Jy sigma=0.667052 ! Fit after self-cal, rms=0.040317Jy sigma=0.667019 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.637 mas, bmaj=8.961 mas, bpa=-9.006 degrees ! Estimated noise=0.763187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.22529e-05 Jy ! Component: 100 - total flux cleaned = 5.11765e-05 Jy ! Component: 150 - total flux cleaned = 8.52356e-05 Jy ! Component: 200 - total flux cleaned = 8.52171e-05 Jy ! Total flux subtracted in 200 components = 8.52171e-05 Jy ! Clean residual min=-0.002127 max=0.001810 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0974529 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 48 components and 0.0974529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040310Jy sigma=0.666880 ! Fit after self-cal, rms=0.040310Jy sigma=0.666874 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 = -2.07043e-05 Jy ! Component: 100 - total flux cleaned = -3.97088e-05 Jy ! Component: 150 - total flux cleaned = -4.8437e-05 Jy ! Component: 200 - total flux cleaned = -6.4552e-05 Jy ! Total flux subtracted in 200 components = -6.4552e-05 Jy ! Clean residual min=-0.002114 max=0.001789 Jy/beam ! Clean residual mean=-0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.0973884 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 59 components and 0.0973884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040305Jy sigma=0.666811 ! Fit after self-cal, rms=0.040306Jy sigma=0.666806 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040306Jy sigma=0.666806 ! Fit after self-cal, rms=0.040284Jy sigma=0.666781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.638 mas, bmaj=8.951 mas, bpa=-8.987 degrees ! Estimated noise=0.763167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.48229e-06 Jy ! Component: 100 - total flux cleaned = 1.04833e-05 Jy ! Component: 150 - total flux cleaned = -6.25062e-06 Jy ! Component: 200 - total flux cleaned = -1.40017e-05 Jy ! Total flux subtracted in 200 components = -1.40017e-05 Jy ! Clean residual min=-0.002097 max=0.001780 Jy/beam ! Clean residual mean=-0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0973744 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.0973744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040280Jy sigma=0.666696 ! Fit after self-cal, rms=0.040281Jy sigma=0.666692 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 = -1.67968e-05 Jy ! Component: 100 - total flux cleaned = -2.40782e-05 Jy ! Component: 150 - total flux cleaned = -3.80721e-05 Jy ! Component: 200 - total flux cleaned = -4.46807e-05 Jy ! Total flux subtracted in 200 components = -4.46807e-05 Jy ! Clean residual min=-0.002088 max=0.001767 Jy/beam ! Clean residual mean=-0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0973297 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.0973297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040278Jy sigma=0.666652 ! Fit after self-cal, rms=0.040278Jy sigma=0.666649 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040278Jy sigma=0.666649 ! Fit after self-cal, rms=0.040272Jy sigma=0.666631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=8.588 mas, bpa=-8.237 degrees ! Estimated noise=0.817562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.3541e-05 Jy ! Component: 100 - total flux cleaned = -0.000139485 Jy ! Component: 150 - total flux cleaned = -0.000182029 Jy ! Component: 200 - total flux cleaned = -0.000208474 Jy ! Total flux subtracted in 200 components = -0.000208474 Jy ! Clean residual min=-0.001896 max=0.001982 Jy/beam ! Clean residual mean=-0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0971212 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.0971212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040272Jy sigma=0.666598 ! Fit after self-cal, rms=0.040271Jy sigma=0.666594 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.17338e-06 Jy ! Component: 100 - total flux cleaned = -3.52037e-05 Jy ! Component: 150 - total flux cleaned = -5.97808e-05 Jy ! Component: 200 - total flux cleaned = -7.1185e-05 Jy ! Total flux subtracted in 200 components = -7.1185e-05 Jy ! Clean residual min=-0.001894 max=0.001967 Jy/beam ! Clean residual mean=-0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.09705 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.09705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040271Jy sigma=0.666567 ! Fit after self-cal, rms=0.040271Jy sigma=0.666564 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=2.64 mas, bmaj=8.941 mas, bpa=-8.972 degrees ! Estimated noise=0.76329 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.64 x 8.941 at -8.972 degrees (North through East) ! Clean map min=-0.0020438 max=0.096233 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.264 mas, bmaj=9.391 mas, bpa=-10.08 degrees ! Estimated noise=1.01365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0749093 Jy ! Component: 100 - total flux cleaned = 0.0912664 Jy ! Component: 150 - total flux cleaned = 0.094762 Jy ! Component: 200 - total flux cleaned = 0.095411 Jy ! Total flux subtracted in 200 components = 0.095411 Jy ! Clean residual min=-0.002644 max=0.002625 Jy/beam ! Clean residual mean=-0.000002 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.095411 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.095411 Jy ! Inverting map and beam ! Estimated beam: bmin=2.64 mas, bmaj=8.941 mas, bpa=-8.972 degrees ! Estimated noise=0.76329 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.000826552 Jy ! Component: 100 - total flux cleaned = 0.00105092 Jy ! Component: 150 - total flux cleaned = 0.0012382 Jy ! Component: 200 - total flux cleaned = 0.00139903 Jy ! Total flux subtracted in 200 components = 0.00139903 Jy ! Clean residual min=-0.002257 max=0.001847 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.09681 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.09681 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=8.588 mas, bpa=-8.237 degrees ! Estimated noise=0.817562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253168 Jy ! Component: 100 - total flux cleaned = 0.000255304 Jy ! Component: 150 - total flux cleaned = 0.000227473 Jy ! Component: 200 - total flux cleaned = 0.000202069 Jy ! Total flux subtracted in 200 components = 0.000202069 Jy ! Clean residual min=-0.002008 max=0.002009 Jy/beam ! Clean residual mean=-0.000001 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0970121 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 = -1.58003e-05 Jy ! Component: 100 - total flux cleaned = -4.49947e-05 Jy ! Component: 150 - total flux cleaned = -5.18196e-05 Jy ! Component: 200 - total flux cleaned = -5.23326e-05 Jy ! Total flux subtracted in 200 components = -5.23326e-05 Jy ! Clean residual min=-0.001987 max=0.002000 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0969597 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.0969597 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.64 mas, bmaj=8.941 mas, bpa=-8.972 degrees ! Estimated noise=0.76329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.46836e-05 Jy ! Component: 100 - total flux cleaned = 0.000110721 Jy ! Component: 150 - total flux cleaned = 0.000133459 Jy ! Component: 200 - total flux cleaned = 0.000143486 Jy ! Total flux subtracted in 200 components = 0.000143486 Jy ! Clean residual min=-0.002149 max=0.001796 Jy/beam ! Clean residual mean=-0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0971032 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.0971032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.040279Jy sigma=0.666692 ! Fit after self-cal, rms=0.040279Jy sigma=0.666672 wmodel J2211-1150_C_map.mod ! Writing 81 model components to file: J2211-1150_C_map.mod wobs J2211-1150_C_uvs.fits ! Writing UV FITS file: J2211-1150_C_uvs.fits wwins J2211-1150_C_map.win ! wwins: Wrote 1 windows to J2211-1150_C_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.000666253 Jy ! Component: 100 - total flux cleaned = -0.00102673 Jy ! Component: 150 - total flux cleaned = -0.00124627 Jy ! Component: 200 - total flux cleaned = -0.0012725 Jy ! Component: 250 - total flux cleaned = -0.0012258 Jy ! Component: 300 - total flux cleaned = -0.0011125 Jy ! Component: 350 - total flux cleaned = -0.00102505 Jy ! Component: 400 - total flux cleaned = -0.000961558 Jy ! Component: 450 - total flux cleaned = -0.000840309 Jy ! Component: 500 - total flux cleaned = -0.000762683 Jy ! Component: 550 - total flux cleaned = -0.000687316 Jy ! Component: 600 - total flux cleaned = -0.000650767 Jy ! Component: 650 - total flux cleaned = -0.000598596 Jy ! Component: 700 - total flux cleaned = -0.000547983 Jy ! Component: 750 - total flux cleaned = -0.000498448 Jy ! Component: 800 - total flux cleaned = -0.0004346 Jy ! Component: 850 - total flux cleaned = -0.000419547 Jy ! Component: 900 - total flux cleaned = -0.00040434 Jy ! Component: 950 - total flux cleaned = -0.000344957 Jy ! Component: 1000 - total flux cleaned = -0.000301143 Jy ! Component: 1050 - total flux cleaned = -0.000215846 Jy ! Component: 1100 - total flux cleaned = -0.000201997 Jy ! Component: 1150 - total flux cleaned = -0.000160788 Jy ! Component: 1200 - total flux cleaned = -0.000107167 Jy ! Component: 1250 - total flux cleaned = -9.39847e-05 Jy ! Component: 1300 - total flux cleaned = -6.81104e-05 Jy ! Component: 1350 - total flux cleaned = -3.01299e-05 Jy ! Component: 1400 - total flux cleaned = -3.01302e-05 Jy ! Component: 1450 - total flux cleaned = -5.40989e-05 Jy ! Component: 1500 - total flux cleaned = -3.0193e-05 Jy ! Component: 1550 - total flux cleaned = -5.35519e-05 Jy ! Component: 1600 - total flux cleaned = -5.36355e-05 Jy ! Component: 1650 - total flux cleaned = -6.50001e-05 Jy ! Component: 1700 - total flux cleaned = -5.38035e-05 Jy ! Component: 1750 - total flux cleaned = -9.78236e-05 Jy ! Component: 1800 - total flux cleaned = -7.60463e-05 Jy ! Component: 1850 - total flux cleaned = -1.18633e-05 Jy ! Component: 1900 - total flux cleaned = 4.10313e-05 Jy ! Component: 1950 - total flux cleaned = 8.29489e-05 Jy ! Component: 2000 - total flux cleaned = 0.000103672 Jy ! Component: 2050 - total flux cleaned = 0.000144827 Jy ! Component: 2100 - total flux cleaned = 0.000144859 Jy ! Component: 2150 - total flux cleaned = 0.000144794 Jy ! Component: 2200 - total flux cleaned = 0.000124807 Jy ! Component: 2250 - total flux cleaned = 0.000114945 Jy ! Component: 2300 - total flux cleaned = 9.52185e-05 Jy ! Component: 2350 - total flux cleaned = 7.56292e-05 Jy ! Component: 2400 - total flux cleaned = 5.61537e-05 Jy ! Component: 2450 - total flux cleaned = 7.80511e-06 Jy ! Component: 2500 - total flux cleaned = -1.14764e-05 Jy ! Component: 2550 - total flux cleaned = -6.90376e-05 Jy ! Component: 2600 - total flux cleaned = -0.000107235 Jy ! Component: 2650 - total flux cleaned = -0.000164191 Jy ! Component: 2700 - total flux cleaned = -0.000230345 Jy ! Component: 2750 - total flux cleaned = -0.000268022 Jy ! Component: 2800 - total flux cleaned = -0.000296181 Jy ! Component: 2850 - total flux cleaned = -0.000324287 Jy ! Component: 2900 - total flux cleaned = -0.000398868 Jy ! Component: 2950 - total flux cleaned = -0.000426711 Jy ! Component: 3000 - total flux cleaned = -0.000472946 Jy ! Component: 3050 - total flux cleaned = -0.000500628 Jy ! Component: 3100 - total flux cleaned = -0.000528226 Jy ! Component: 3150 - total flux cleaned = -0.000592417 Jy ! Component: 3200 - total flux cleaned = -0.000638097 Jy ! Component: 3250 - total flux cleaned = -0.000674532 Jy ! Component: 3300 - total flux cleaned = -0.000729146 Jy ! Component: 3350 - total flux cleaned = -0.000792722 Jy ! Component: 3400 - total flux cleaned = -0.000847119 Jy ! Component: 3450 - total flux cleaned = -0.00089244 Jy ! Component: 3500 - total flux cleaned = -0.000964887 Jy ! Component: 3550 - total flux cleaned = -0.00102827 Jy ! Component: 3600 - total flux cleaned = -0.00109156 Jy ! Component: 3650 - total flux cleaned = -0.00113683 Jy ! Component: 3700 - total flux cleaned = -0.00120013 Jy ! Component: 3750 - total flux cleaned = -0.00126362 Jy ! Component: 3800 - total flux cleaned = -0.00129088 Jy ! Component: 3850 - total flux cleaned = -0.00134545 Jy ! Component: 3900 - total flux cleaned = -0.00138189 Jy ! Component: 3950 - total flux cleaned = -0.00141853 Jy ! Component: 4000 - total flux cleaned = -0.00144602 Jy ! Component: 4050 - total flux cleaned = -0.00147378 Jy ! Total flux subtracted in 4096 components = -0.0015201 Jy ! Clean residual min=-0.000519 max=0.000497 Jy/beam ! Clean residual mean=0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0955831 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 384 components and 0.0955832 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J2211-1150_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.64 x 8.941 at -8.972 degrees (North through East) ! Clean map min=-0.0014328 max=0.096415 Jy/beam ! Writing clean map to FITS file: .//J2211-1150_C_map.fits wmodel .//J2211-1150_C_map.mod ! Writing 384 model components to file: .//J2211-1150_C_map.mod wobs .//J2211-1150_C_uvs.fits ! Writing UV FITS file: .//J2211-1150_C_uvs.fits wwins .//J2211-1150_C_map.win ! wwins: Wrote 2 windows to .//J2211-1150_C_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0964151 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170288 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.529859 0.529859 1.05972 2.11944 4.23887 8.47775 16.9555 33.911 67.822 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.096 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 566.188 quit ! Quitting program ! Log file .//J2211-1150_C_dfm.log closed on Mon Jan 20 19:17:04 2020