! Started logfile: /image_prod/ug002_uva//J1213-1003_S_dfm.log on Thu Mar 5 00:29:43 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//J1213-1003_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1213-1003_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.633333 visibilities/baseline/integration-bin. ! Found source: J1213-1003 ! ! 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 2736 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 J1213-1003_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018555Jy sigma=7.164592 ! Fit after self-cal, rms=0.903543Jy sigma=6.299677 ! 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.757 mas, bmaj=6.965 mas, bpa=-3.416 degrees ! Estimated noise=3.05589 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.0803431 Jy ! Component: 100 - total flux cleaned = 0.110935 Jy ! Total flux subtracted in 100 components = 0.110935 Jy ! Clean residual min=-0.014314 max=0.027983 Jy/beam ! Clean residual mean=0.000081 rms=0.004748 Jy/beam ! Combined flux in latest and established models = 0.110935 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.110935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097307Jy sigma=0.615600 ! Fit after self-cal, rms=0.096708Jy sigma=0.611860 ! Inverting map ! Added new window around map position (6.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0263249 Jy ! Component: 100 - total flux cleaned = 0.0406717 Jy ! Total flux subtracted in 100 components = 0.0406717 Jy ! Clean residual min=-0.011355 max=0.014477 Jy/beam ! Clean residual mean=0.000058 rms=0.003491 Jy/beam ! Combined flux in latest and established models = 0.151606 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.151606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088390Jy sigma=0.544769 ! Fit after self-cal, rms=0.086602Jy sigma=0.531745 ! 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.208 mas, bmaj=7.476 mas, bpa=-1.7 degrees ! Estimated noise=2.00868 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.0198484 Jy ! Component: 100 - total flux cleaned = 0.0299678 Jy ! Component: 150 - total flux cleaned = 0.0361468 Jy ! Component: 200 - total flux cleaned = 0.0383754 Jy ! Total flux subtracted in 200 components = 0.0383754 Jy ! Clean residual min=-0.007651 max=0.008687 Jy/beam ! Clean residual mean=0.000025 rms=0.002108 Jy/beam ! Combined flux in latest and established models = 0.189982 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 52 components and 0.189982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081598Jy sigma=0.493706 ! Fit after self-cal, rms=0.080825Jy sigma=0.486581 ! 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.208 x 7.476 at -1.7 degrees (North through East) ! Clean map min=-0.006567 max=0.093439 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.11 KP 0.97 ! LA 1.00 MK 0.93 NL 0.93 OV 0.83 ! SC 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.96 HN 1.14 KP 0.97 ! LA 1.03 MK 0.85 NL 0.87 OV 0.90 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.74 FD 1.01 HN 1.17 KP 1.05 ! LA 1.02 MK 0.82 NL 0.90 OV 0.96 ! SC 1.08 ! ! ! Fit before self-cal, rms=0.080825Jy sigma=0.486581 ! Fit after self-cal, rms=0.075702Jy sigma=0.476456 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.186 mas, bmaj=7.433 mas, bpa=-3.155 degrees ! Estimated noise=1.93287 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.00227695 Jy ! Component: 100 - total flux cleaned = 0.00146328 Jy ! Component: 150 - total flux cleaned = 0.000633215 Jy ! Component: 200 - total flux cleaned = -9.87155e-05 Jy ! Total flux subtracted in 200 components = -9.87155e-05 Jy ! Clean residual min=-0.005041 max=0.004695 Jy/beam ! Clean residual mean=0.000002 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.189883 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 73 components and 0.189883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074905Jy sigma=0.471560 ! Fit after self-cal, rms=0.074909Jy sigma=0.470712 ! 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.074909Jy sigma=0.470712 ! Fit after self-cal, rms=0.074756Jy sigma=0.468192 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.447 mas, bpa=-3.098 degrees ! Estimated noise=1.93009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156042 Jy ! Component: 100 - total flux cleaned = 0.00087522 Jy ! Component: 150 - total flux cleaned = 0.000371092 Jy ! Component: 200 - total flux cleaned = -7.51758e-05 Jy ! Total flux subtracted in 200 components = -7.51758e-05 Jy ! Clean residual min=-0.003764 max=0.003471 Jy/beam ! Clean residual mean=-0.000002 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.189808 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.189808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074400Jy sigma=0.465960 ! Fit after self-cal, rms=0.074422Jy sigma=0.465677 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000513424 Jy ! Component: 100 - total flux cleaned = 0.000111566 Jy ! Component: 150 - total flux cleaned = -0.000244185 Jy ! Component: 200 - total flux cleaned = -0.000500195 Jy ! Total flux subtracted in 200 components = -0.000500195 Jy ! Clean residual min=-0.003688 max=0.003387 Jy/beam ! Clean residual mean=-0.000002 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.189308 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.189308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074256Jy sigma=0.464627 ! Fit after self-cal, rms=0.074252Jy sigma=0.464541 ! 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.074252Jy sigma=0.464541 ! Fit after self-cal, rms=0.074273Jy sigma=0.464367 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=7.454 mas, bpa=-3.138 degrees ! Estimated noise=1.92342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169894 Jy ! Component: 100 - total flux cleaned = -0.000199757 Jy ! Component: 150 - total flux cleaned = -0.000473835 Jy ! Component: 200 - total flux cleaned = -0.000767004 Jy ! Total flux subtracted in 200 components = -0.000767004 Jy ! Clean residual min=-0.003366 max=0.003237 Jy/beam ! Clean residual mean=-0.000003 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.188541 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.188541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074174Jy sigma=0.463728 ! Fit after self-cal, rms=0.074187Jy sigma=0.463669 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 = -3.84633e-05 Jy ! Component: 100 - total flux cleaned = -0.000257054 Jy ! Component: 150 - total flux cleaned = -0.000491146 Jy ! Component: 200 - total flux cleaned = -0.000669529 Jy ! Total flux subtracted in 200 components = -0.000669529 Jy ! Clean residual min=-0.003283 max=0.003218 Jy/beam ! Clean residual mean=-0.000003 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.187871 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.187871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074137Jy sigma=0.463346 ! Fit after self-cal, rms=0.074135Jy sigma=0.463316 ! 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.074135Jy sigma=0.463316 ! Fit after self-cal, rms=0.074204Jy sigma=0.463255 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.697 mas, bmaj=13.19 mas, bpa=-3.384 degrees ! Estimated noise=2.40592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000317824 Jy ! Component: 100 - total flux cleaned = -0.000531962 Jy ! Component: 150 - total flux cleaned = -0.000708675 Jy ! Component: 200 - total flux cleaned = -0.000813731 Jy ! Total flux subtracted in 200 components = -0.000813731 Jy ! Clean residual min=-0.003821 max=0.003551 Jy/beam ! Clean residual mean=-0.000009 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.187057 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.187057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074179Jy sigma=0.463151 ! Fit after self-cal, rms=0.074193Jy sigma=0.463133 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 = -7.70215e-05 Jy ! Component: 100 - total flux cleaned = -0.00017109 Jy ! Component: 150 - total flux cleaned = -0.000235381 Jy ! Component: 200 - total flux cleaned = -0.000294461 Jy ! Total flux subtracted in 200 components = -0.000294461 Jy ! Clean residual min=-0.003828 max=0.003512 Jy/beam ! Clean residual mean=-0.000009 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.186763 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 104 components and 0.186763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074180Jy sigma=0.463079 ! Fit after self-cal, rms=0.074181Jy sigma=0.463071 ! 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.214 mas, bmaj=7.454 mas, bpa=-3.27 degrees ! Estimated noise=1.91537 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.214 x 7.454 at -3.27 degrees (North through East) ! Clean map min=-0.0067463 max=0.089583 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.771 mas, bmaj=6.921 mas, bpa=-4.745 degrees ! Estimated noise=2.92808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0802407 Jy ! Component: 100 - total flux cleaned = 0.119655 Jy ! Component: 150 - total flux cleaned = 0.141128 Jy ! Component: 200 - total flux cleaned = 0.154658 Jy ! Total flux subtracted in 200 components = 0.154658 Jy ! Clean residual min=-0.009235 max=0.010654 Jy/beam ! Clean residual mean=0.000034 rms=0.002674 Jy/beam ! Combined flux in latest and established models = 0.154658 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.154658 Jy ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=7.454 mas, bpa=-3.27 degrees ! Estimated noise=1.91537 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.014018 Jy ! Component: 100 - total flux cleaned = 0.0220712 Jy ! Component: 150 - total flux cleaned = 0.0259227 Jy ! Component: 200 - total flux cleaned = 0.0279981 Jy ! Total flux subtracted in 200 components = 0.0279981 Jy ! Clean residual min=-0.004732 max=0.003922 Jy/beam ! Clean residual mean=0.000004 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.182656 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.182656 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.697 mas, bmaj=13.19 mas, bpa=-3.384 degrees ! Estimated noise=2.40592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419743 Jy ! Component: 100 - total flux cleaned = 0.00477556 Jy ! Component: 150 - total flux cleaned = 0.00520343 Jy ! Component: 200 - total flux cleaned = 0.00540713 Jy ! Total flux subtracted in 200 components = 0.00540713 Jy ! Clean residual min=-0.004535 max=0.003853 Jy/beam ! Clean residual mean=-0.000006 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.188063 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 = 5.47419e-05 Jy ! Component: 100 - total flux cleaned = 0.000104772 Jy ! Component: 150 - total flux cleaned = 0.000105327 Jy ! Component: 200 - total flux cleaned = 0.000104709 Jy ! Total flux subtracted in 200 components = 0.000104709 Jy ! Clean residual min=-0.004196 max=0.003681 Jy/beam ! Clean residual mean=-0.000007 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.188168 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 70 components and 0.188168 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=7.454 mas, bpa=-3.27 degrees ! Estimated noise=1.91537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188133 Jy ! Component: 100 - total flux cleaned = -0.000410194 Jy ! Component: 150 - total flux cleaned = -0.000476108 Jy ! Component: 200 - total flux cleaned = -0.000653995 Jy ! Total flux subtracted in 200 components = -0.000653995 Jy ! Clean residual min=-0.003635 max=0.003116 Jy/beam ! Clean residual mean=-0.000003 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.187514 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.187514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074287Jy sigma=0.463726 ! Fit after self-cal, rms=0.074281Jy sigma=0.463644 wmodel J1213-1003_S_map.mod ! Writing 84 model components to file: J1213-1003_S_map.mod wobs J1213-1003_S_uvs.fits ! Writing UV FITS file: J1213-1003_S_uvs.fits wwins J1213-1003_S_map.win ! wwins: Wrote 2 windows to J1213-1003_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.00114203 Jy ! Component: 100 - total flux cleaned = -0.00158097 Jy ! Component: 150 - total flux cleaned = -0.00188326 Jy ! Component: 200 - total flux cleaned = -0.00230594 Jy ! Component: 250 - total flux cleaned = -0.00261519 Jy ! Component: 300 - total flux cleaned = -0.00299593 Jy ! Component: 350 - total flux cleaned = -0.00331956 Jy ! Component: 400 - total flux cleaned = -0.00347459 Jy ! Component: 450 - total flux cleaned = -0.00373423 Jy ! Component: 500 - total flux cleaned = -0.0037694 Jy ! Component: 550 - total flux cleaned = -0.00387216 Jy ! Component: 600 - total flux cleaned = -0.00393762 Jy ! Component: 650 - total flux cleaned = -0.00393795 Jy ! Component: 700 - total flux cleaned = -0.00406285 Jy ! Component: 750 - total flux cleaned = -0.00412324 Jy ! Component: 800 - total flux cleaned = -0.00432964 Jy ! Component: 850 - total flux cleaned = -0.00444446 Jy ! Component: 900 - total flux cleaned = -0.00458495 Jy ! Component: 950 - total flux cleaned = -0.00463925 Jy ! Component: 1000 - total flux cleaned = -0.00463908 Jy ! Component: 1050 - total flux cleaned = -0.00463944 Jy ! Component: 1100 - total flux cleaned = -0.00466537 Jy ! Component: 1150 - total flux cleaned = -0.00469063 Jy ! Component: 1200 - total flux cleaned = -0.00473967 Jy ! Component: 1250 - total flux cleaned = -0.00476366 Jy ! Component: 1300 - total flux cleaned = -0.00485686 Jy ! Component: 1350 - total flux cleaned = -0.0048569 Jy ! Component: 1400 - total flux cleaned = -0.00496876 Jy ! Component: 1450 - total flux cleaned = -0.00499067 Jy ! Component: 1500 - total flux cleaned = -0.00507689 Jy ! Component: 1550 - total flux cleaned = -0.00518212 Jy ! Component: 1600 - total flux cleaned = -0.00522308 Jy ! Component: 1650 - total flux cleaned = -0.00528389 Jy ! Component: 1700 - total flux cleaned = -0.00534392 Jy ! Component: 1750 - total flux cleaned = -0.00532391 Jy ! Component: 1800 - total flux cleaned = -0.00538123 Jy ! Component: 1850 - total flux cleaned = -0.00538082 Jy ! Component: 1900 - total flux cleaned = -0.00541814 Jy ! Component: 1950 - total flux cleaned = -0.00538133 Jy ! Component: 2000 - total flux cleaned = -0.00541772 Jy ! Component: 2050 - total flux cleaned = -0.00545348 Jy ! Component: 2100 - total flux cleaned = -0.00547118 Jy ! Component: 2150 - total flux cleaned = -0.00547125 Jy ! Component: 2200 - total flux cleaned = -0.00552306 Jy ! Component: 2250 - total flux cleaned = -0.0054891 Jy ! Component: 2300 - total flux cleaned = -0.00557346 Jy ! Component: 2350 - total flux cleaned = -0.00557377 Jy ! Component: 2400 - total flux cleaned = -0.00560678 Jy ! Component: 2450 - total flux cleaned = -0.00562303 Jy ! Component: 2500 - total flux cleaned = -0.00560682 Jy ! Component: 2550 - total flux cleaned = -0.00555885 Jy ! Component: 2600 - total flux cleaned = -0.00548002 Jy ! Component: 2650 - total flux cleaned = -0.00540213 Jy ! Component: 2700 - total flux cleaned = -0.00540225 Jy ! Component: 2750 - total flux cleaned = -0.00537131 Jy ! Component: 2800 - total flux cleaned = -0.00535607 Jy ! Component: 2850 - total flux cleaned = -0.00535594 Jy ! Component: 2900 - total flux cleaned = -0.00531086 Jy ! Component: 2950 - total flux cleaned = -0.00522161 Jy ! Component: 3000 - total flux cleaned = -0.00522175 Jy ! Component: 3050 - total flux cleaned = -0.00520708 Jy ! Component: 3100 - total flux cleaned = -0.00513456 Jy ! Component: 3150 - total flux cleaned = -0.00513461 Jy ! Component: 3200 - total flux cleaned = -0.00514882 Jy ! Component: 3250 - total flux cleaned = -0.00513452 Jy ! Component: 3300 - total flux cleaned = -0.00514858 Jy ! Component: 3350 - total flux cleaned = -0.00517655 Jy ! Component: 3400 - total flux cleaned = -0.00516255 Jy ! Component: 3450 - total flux cleaned = -0.00523167 Jy ! Component: 3500 - total flux cleaned = -0.0052316 Jy ! Component: 3550 - total flux cleaned = -0.00524523 Jy ! Component: 3600 - total flux cleaned = -0.00525886 Jy ! Component: 3650 - total flux cleaned = -0.00529928 Jy ! Component: 3700 - total flux cleaned = -0.00535288 Jy ! Component: 3750 - total flux cleaned = -0.00537934 Jy ! Component: 3800 - total flux cleaned = -0.00540587 Jy ! Component: 3850 - total flux cleaned = -0.0054323 Jy ! Component: 3900 - total flux cleaned = -0.00545856 Jy ! Component: 3950 - total flux cleaned = -0.00548471 Jy ! Component: 4000 - total flux cleaned = -0.00552376 Jy ! Component: 4050 - total flux cleaned = -0.00560134 Jy ! Total flux subtracted in 4096 components = -0.00561418 Jy ! Clean residual min=-0.000864 max=0.000931 Jy/beam ! Clean residual mean=-0.000000 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.1819 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 330 components and 0.1819 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1213-1003_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.214 x 7.454 at -3.27 degrees (North through East) ! Clean map min=-0.0044079 max=0.089571 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1213-1003_S_map.fits wmodel /image_prod/ug002_uva//J1213-1003_S_map.mod ! Writing 330 model components to file: /image_prod/ug002_uva//J1213-1003_S_map.mod wobs /image_prod/ug002_uva//J1213-1003_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1213-1003_S_uvs.fits wwins /image_prod/ug002_uva//J1213-1003_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1213-1003_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0895714 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215471 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.721674 0.721674 1.44335 2.8867 5.77339 11.5468 23.0936 46.1871 92.3743 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.089 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 415.7 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1213-1003_S_dfm.log closed on Thu Mar 5 00:29:47 2020