! Started logfile: /image_prod/ug002_uva//J2212-1037_S_dfm.log on Thu Mar 5 05:33:32 2020 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 /image_prod/ug002_uva//J2212-1037_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2212-1037_S_uva.fits ! AN table 1: 113 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.668633 visibilities/baseline/integration-bin. ! Found source: J2212-1037 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 8160 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J2212-1037_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 342 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 342 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 342 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004163Jy sigma=8.184580 ! Fit after self-cal, rms=0.920075Jy sigma=7.493832 ! 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.524 mas, bmaj=7.174 mas, bpa=-5.502 degrees ! Estimated noise=1.47206 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.0628199 Jy ! Component: 100 - total flux cleaned = 0.077037 Jy ! Total flux subtracted in 100 components = 0.077037 Jy ! Clean residual min=-0.003181 max=0.004962 Jy/beam ! Clean residual mean=0.000004 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.077037 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.077037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061232Jy sigma=0.470411 ! Fit after self-cal, rms=0.060970Jy sigma=0.468779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00502108 Jy ! Component: 100 - total flux cleaned = 0.00732509 Jy ! Total flux subtracted in 100 components = 0.00732509 Jy ! Clean residual min=-0.002509 max=0.002941 Jy/beam ! Clean residual mean=0.000002 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.0843621 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 20 components and 0.0843621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060528Jy sigma=0.464040 ! Fit after self-cal, rms=0.060537Jy sigma=0.463995 ! 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.1 mas, bmaj=8.584 mas, bpa=-5.367 degrees ! Estimated noise=0.982715 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.00190743 Jy ! Component: 100 - total flux cleaned = 0.00274446 Jy ! Component: 150 - total flux cleaned = 0.00303604 Jy ! Component: 200 - total flux cleaned = 0.00312297 Jy ! Total flux subtracted in 200 components = 0.00312297 Jy ! Clean residual min=-0.001821 max=0.002132 Jy/beam ! Clean residual mean=-0.000003 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.087485 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.087485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060497Jy sigma=0.463408 ! Fit after self-cal, rms=0.060500Jy sigma=0.463400 ! 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.1 x 8.584 at -5.367 degrees (North through East) ! Clean map min=-0.0017289 max=0.081754 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.03 KP 0.98 LA 1.02 ! MK 0.94 NL 1.08 OV 0.98 PT 0.96 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.03 KP 0.96 LA 0.94 ! MK 1.04 NL 1.05 OV 1.03 PT 0.97 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 0.97 KP 0.98 LA 0.94 ! MK 0.98 NL 1.09 OV 0.97 PT 1.02 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.060500Jy sigma=0.463400 ! Fit after self-cal, rms=0.060975Jy sigma=0.461955 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=8.593 mas, bpa=-5.32 degrees ! Estimated noise=0.980976 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 = -5.46549e-05 Jy ! Component: 100 - total flux cleaned = -8.0225e-05 Jy ! Component: 150 - total flux cleaned = -6.98393e-05 Jy ! Component: 200 - total flux cleaned = -6.97051e-05 Jy ! Total flux subtracted in 200 components = -6.97051e-05 Jy ! Clean residual min=-0.001709 max=0.001775 Jy/beam ! Clean residual mean=-0.000004 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0874153 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0874153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060970Jy sigma=0.461909 ! Fit after self-cal, rms=0.061003Jy sigma=0.461856 ! 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. ! ! Fit before self-cal, rms=0.061003Jy sigma=0.461856 ! Fit after self-cal, rms=0.060941Jy sigma=0.461213 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.573 mas, bpa=-5.332 degrees ! Estimated noise=0.980563 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.22689e-05 Jy ! Component: 100 - total flux cleaned = -4.36391e-05 Jy ! Component: 150 - total flux cleaned = -5.82551e-05 Jy ! Component: 200 - total flux cleaned = -6.46973e-05 Jy ! Total flux subtracted in 200 components = -6.46973e-05 Jy ! Clean residual min=-0.001527 max=0.001668 Jy/beam ! Clean residual mean=-0.000003 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0873506 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.0873506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060939Jy sigma=0.461197 ! Fit after self-cal, rms=0.060944Jy sigma=0.461178 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.77271e-06 Jy ! Component: 100 - total flux cleaned = 5.49359e-06 Jy ! Component: 150 - total flux cleaned = 5.54719e-06 Jy ! Component: 200 - total flux cleaned = 5.48723e-06 Jy ! Total flux subtracted in 200 components = 5.48723e-06 Jy ! Clean residual min=-0.001529 max=0.001663 Jy/beam ! Clean residual mean=-0.000003 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0873561 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.0873561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060943Jy sigma=0.461169 ! Fit after self-cal, rms=0.060942Jy sigma=0.461168 ! 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. ! ! Fit before self-cal, rms=0.060942Jy sigma=0.461168 ! Fit after self-cal, rms=0.060849Jy sigma=0.461165 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=8.565 mas, bpa=-5.298 degrees ! Estimated noise=0.979261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.24021e-06 Jy ! Component: 100 - total flux cleaned = -1.51639e-05 Jy ! Component: 150 - total flux cleaned = -1.51073e-05 Jy ! Component: 200 - total flux cleaned = -1.47684e-05 Jy ! Total flux subtracted in 200 components = -1.47684e-05 Jy ! Clean residual min=-0.001513 max=0.001655 Jy/beam ! Clean residual mean=-0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0873413 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.0873413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060848Jy sigma=0.461156 ! Fit after self-cal, rms=0.060848Jy sigma=0.461156 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.40331e-06 Jy ! Component: 100 - total flux cleaned = 1.8367e-06 Jy ! Component: 150 - total flux cleaned = 6.32417e-06 Jy ! Component: 200 - total flux cleaned = 6.31533e-06 Jy ! Total flux subtracted in 200 components = 6.31533e-06 Jy ! Clean residual min=-0.001509 max=0.001653 Jy/beam ! Clean residual mean=-0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0873477 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.0873477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060847Jy sigma=0.461150 ! Fit after self-cal, rms=0.060847Jy sigma=0.461149 ! 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. ! ! Fit before self-cal, rms=0.060847Jy sigma=0.461149 ! Fit after self-cal, rms=0.060740Jy sigma=0.461147 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.515 mas, bmaj=17.07 mas, bpa=-5.886 degrees ! Estimated noise=1.21005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.21504e-05 Jy ! Component: 100 - total flux cleaned = 6.25103e-05 Jy ! Component: 150 - total flux cleaned = 4.73653e-05 Jy ! Component: 200 - total flux cleaned = 2.94381e-05 Jy ! Total flux subtracted in 200 components = 2.94381e-05 Jy ! Clean residual min=-0.001474 max=0.001500 Jy/beam ! Clean residual mean=-0.000006 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0873771 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 54 components and 0.0873771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060742Jy sigma=0.461148 ! Fit after self-cal, rms=0.060740Jy sigma=0.461142 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.12792e-05 Jy ! Component: 100 - total flux cleaned = 2.0117e-05 Jy ! Component: 150 - total flux cleaned = 8.80015e-06 Jy ! Component: 200 - total flux cleaned = -2.97179e-07 Jy ! Total flux subtracted in 200 components = -2.97179e-07 Jy ! Clean residual min=-0.001474 max=0.001492 Jy/beam ! Clean residual mean=-0.000006 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0873768 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 57 components and 0.0873768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060742Jy sigma=0.461146 ! Fit after self-cal, rms=0.060741Jy sigma=0.461141 ! 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.095 mas, bmaj=8.557 mas, bpa=-5.266 degrees ! Estimated noise=0.977989 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 8.557 at -5.266 degrees (North through East) ! Clean map min=-0.0014286 max=0.080991 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.517 mas, bmaj=7.158 mas, bpa=-5.378 degrees ! Estimated noise=1.46096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0624772 Jy ! Component: 100 - total flux cleaned = 0.0769423 Jy ! Component: 150 - total flux cleaned = 0.0820529 Jy ! Component: 200 - total flux cleaned = 0.0844782 Jy ! Total flux subtracted in 200 components = 0.0844782 Jy ! Clean residual min=-0.002397 max=0.002356 Jy/beam ! Clean residual mean=0.000001 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0844782 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0844782 Jy ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=8.557 mas, bpa=-5.266 degrees ! Estimated noise=0.977989 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.00183453 Jy ! Component: 100 - total flux cleaned = 0.00248685 Jy ! Component: 150 - total flux cleaned = 0.0026032 Jy ! Component: 200 - total flux cleaned = 0.00267499 Jy ! Total flux subtracted in 200 components = 0.00267499 Jy ! Clean residual min=-0.001530 max=0.001662 Jy/beam ! Clean residual mean=-0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0871532 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.0871532 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.515 mas, bmaj=17.07 mas, bpa=-5.886 degrees ! Estimated noise=1.21005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226563 Jy ! Component: 100 - total flux cleaned = 0.000226694 Jy ! Component: 150 - total flux cleaned = 0.000212891 Jy ! Component: 200 - total flux cleaned = 0.000200605 Jy ! Total flux subtracted in 200 components = 0.000200605 Jy ! Clean residual min=-0.001464 max=0.001494 Jy/beam ! Clean residual mean=-0.000006 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0873538 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.08651e-05 Jy ! Component: 100 - total flux cleaned = -2.05104e-05 Jy ! Component: 150 - total flux cleaned = -2.88193e-05 Jy ! Component: 200 - total flux cleaned = -3.2597e-05 Jy ! Total flux subtracted in 200 components = -3.2597e-05 Jy ! Clean residual min=-0.001468 max=0.001499 Jy/beam ! Clean residual mean=-0.000006 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0873212 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.0873212 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=8.557 mas, bpa=-5.266 degrees ! Estimated noise=0.977989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.00294e-05 Jy ! Component: 100 - total flux cleaned = -7.26775e-05 Jy ! Component: 150 - total flux cleaned = -8.30146e-05 Jy ! Component: 200 - total flux cleaned = -7.36631e-05 Jy ! Total flux subtracted in 200 components = -7.36631e-05 Jy ! Clean residual min=-0.001516 max=0.001677 Jy/beam ! Clean residual mean=-0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0872476 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.0872476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060741Jy sigma=0.461157 ! Fit after self-cal, rms=0.060739Jy sigma=0.461148 wmodel J2212-1037_S_map.mod ! Writing 54 model components to file: J2212-1037_S_map.mod wobs J2212-1037_S_uvs.fits ! Writing UV FITS file: J2212-1037_S_uvs.fits wwins J2212-1037_S_map.win ! wwins: Wrote 1 windows to J2212-1037_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.000452703 Jy ! Component: 100 - total flux cleaned = 0.000744158 Jy ! Component: 150 - total flux cleaned = 0.000945047 Jy ! Component: 200 - total flux cleaned = 0.000968508 Jy ! Component: 250 - total flux cleaned = 0.000991588 Jy ! Component: 300 - total flux cleaned = 0.00105746 Jy ! Component: 350 - total flux cleaned = 0.000949347 Jy ! Component: 400 - total flux cleaned = 0.000866356 Jy ! Component: 450 - total flux cleaned = 0.000866322 Jy ! Component: 500 - total flux cleaned = 0.000689138 Jy ! Component: 550 - total flux cleaned = 0.000612728 Jy ! Component: 600 - total flux cleaned = 0.000518826 Jy ! Component: 650 - total flux cleaned = 0.000427013 Jy ! Component: 700 - total flux cleaned = 0.0003907 Jy ! Component: 750 - total flux cleaned = 0.000284351 Jy ! Component: 800 - total flux cleaned = 0.000232488 Jy ! Component: 850 - total flux cleaned = 0.000198418 Jy ! Component: 900 - total flux cleaned = 9.83782e-05 Jy ! Component: 950 - total flux cleaned = 4.97606e-05 Jy ! Component: 1000 - total flux cleaned = -1.42421e-05 Jy ! Component: 1050 - total flux cleaned = -6.14792e-05 Jy ! Component: 1100 - total flux cleaned = -0.000154386 Jy ! Component: 1150 - total flux cleaned = -0.000199863 Jy ! Component: 1200 - total flux cleaned = -0.000259406 Jy ! Component: 1250 - total flux cleaned = -0.000303461 Jy ! Component: 1300 - total flux cleaned = -0.0003322 Jy ! Component: 1350 - total flux cleaned = -0.000346579 Jy ! Component: 1400 - total flux cleaned = -0.000402499 Jy ! Component: 1450 - total flux cleaned = -0.000388753 Jy ! Component: 1500 - total flux cleaned = -0.000483786 Jy ! Component: 1550 - total flux cleaned = -0.000497263 Jy ! Component: 1600 - total flux cleaned = -0.000550059 Jy ! Component: 1650 - total flux cleaned = -0.000601892 Jy ! Component: 1700 - total flux cleaned = -0.000640359 Jy ! Component: 1750 - total flux cleaned = -0.000665457 Jy ! Component: 1800 - total flux cleaned = -0.000715147 Jy ! Component: 1850 - total flux cleaned = -0.000776658 Jy ! Component: 1900 - total flux cleaned = -0.000837207 Jy ! Component: 1950 - total flux cleaned = -0.000897122 Jy ! Component: 2000 - total flux cleaned = -0.000932623 Jy ! Component: 2050 - total flux cleaned = -0.00102606 Jy ! Component: 2100 - total flux cleaned = -0.0010722 Jy ! Component: 2150 - total flux cleaned = -0.00118624 Jy ! Component: 2200 - total flux cleaned = -0.001276 Jy ! Component: 2250 - total flux cleaned = -0.0013205 Jy ! Component: 2300 - total flux cleaned = -0.0013973 Jy ! Component: 2350 - total flux cleaned = -0.0014408 Jy ! Component: 2400 - total flux cleaned = -0.00151594 Jy ! Component: 2450 - total flux cleaned = -0.00156909 Jy ! Component: 2500 - total flux cleaned = -0.0016634 Jy ! Component: 2550 - total flux cleaned = -0.00169453 Jy ! Component: 2600 - total flux cleaned = -0.00173564 Jy ! Component: 2650 - total flux cleaned = -0.00183707 Jy ! Component: 2700 - total flux cleaned = -0.00189727 Jy ! Component: 2750 - total flux cleaned = -0.00191713 Jy ! Component: 2800 - total flux cleaned = -0.00198599 Jy ! Component: 2850 - total flux cleaned = -0.00202478 Jy ! Component: 2900 - total flux cleaned = -0.0020633 Jy ! Component: 2950 - total flux cleaned = -0.00212048 Jy ! Component: 3000 - total flux cleaned = -0.00212994 Jy ! Component: 3050 - total flux cleaned = -0.00216728 Jy ! Component: 3100 - total flux cleaned = -0.00219499 Jy ! Component: 3150 - total flux cleaned = -0.00221335 Jy ! Component: 3200 - total flux cleaned = -0.00224055 Jy ! Component: 3250 - total flux cleaned = -0.00225864 Jy ! Component: 3300 - total flux cleaned = -0.00224976 Jy ! Component: 3350 - total flux cleaned = -0.00228531 Jy ! Component: 3400 - total flux cleaned = -0.00232924 Jy ! Component: 3450 - total flux cleaned = -0.00234665 Jy ! Component: 3500 - total flux cleaned = -0.00237265 Jy ! Component: 3550 - total flux cleaned = -0.00238987 Jy ! Component: 3600 - total flux cleaned = -0.00243252 Jy ! Component: 3650 - total flux cleaned = -0.00247471 Jy ! Component: 3700 - total flux cleaned = -0.00245786 Jy ! Component: 3750 - total flux cleaned = -0.00246621 Jy ! Component: 3800 - total flux cleaned = -0.00248273 Jy ! Component: 3850 - total flux cleaned = -0.00249101 Jy ! Component: 3900 - total flux cleaned = -0.00248287 Jy ! Component: 3950 - total flux cleaned = -0.00252335 Jy ! Component: 4000 - total flux cleaned = -0.0024992 Jy ! Component: 4050 - total flux cleaned = -0.00252319 Jy ! Total flux subtracted in 4096 components = -0.00253113 Jy ! Clean residual min=-0.000450 max=0.000402 Jy/beam ! Clean residual mean=0.000000 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.0847164 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 326 components and 0.0847165 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2212-1037_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 8.557 at -5.266 degrees (North through East) ! Clean map min=-0.0013765 max=0.0811 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2212-1037_S_map.fits wmodel /image_prod/ug002_uva//J2212-1037_S_map.mod ! Writing 326 model components to file: /image_prod/ug002_uva//J2212-1037_S_map.mod wobs /image_prod/ug002_uva//J2212-1037_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2212-1037_S_uvs.fits wwins /image_prod/ug002_uva//J2212-1037_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2212-1037_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0811003 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00013937 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.515545 0.515545 1.03109 2.06218 4.12436 8.24872 16.4974 32.9949 65.9897 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.081 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 581.908 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2212-1037_S_dfm.log closed on Thu Mar 5 05:33:36 2020