! Started logfile: /image_prod/ug002_uva//J1336-0829_S_dfm.log on Thu Mar 5 01:18:51 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//J1336-0829_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1336-0829_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.8875 visibilities/baseline/integration-bin. ! Found source: J1336-0829 ! ! 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 40 lines of history. ! ! Reading 5751 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 J1336-0829_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.048712Jy sigma=7.783962 ! Fit after self-cal, rms=0.712593Jy sigma=5.247247 ! 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=3.069 mas, bmaj=15.49 mas, bpa=-16.09 degrees ! Estimated noise=1.59508 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.222922 Jy ! Component: 100 - total flux cleaned = 0.279324 Jy ! Total flux subtracted in 100 components = 0.279324 Jy ! Clean residual min=-0.011568 max=0.023484 Jy/beam ! Clean residual mean=0.000043 rms=0.003510 Jy/beam ! Combined flux in latest and established models = 0.279324 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.279324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088428Jy sigma=0.598778 ! Fit after self-cal, rms=0.088395Jy sigma=0.598593 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0253318 Jy ! Component: 100 - total flux cleaned = 0.0389998 Jy ! Total flux subtracted in 100 components = 0.0389998 Jy ! Clean residual min=-0.010519 max=0.012107 Jy/beam ! Clean residual mean=0.000031 rms=0.002586 Jy/beam ! Combined flux in latest and established models = 0.318324 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 37 components and 0.318324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079982Jy sigma=0.524624 ! Fit after self-cal, rms=0.079928Jy sigma=0.524143 ! 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.815 mas, bmaj=15.98 mas, bpa=-14.96 degrees ! Estimated noise=1.28601 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.0119863 Jy ! Component: 100 - total flux cleaned = 0.0190446 Jy ! Component: 150 - total flux cleaned = 0.0234818 Jy ! Component: 200 - total flux cleaned = 0.0251221 Jy ! Total flux subtracted in 200 components = 0.0251221 Jy ! Clean residual min=-0.010990 max=0.010358 Jy/beam ! Clean residual mean=0.000025 rms=0.002381 Jy/beam ! Combined flux in latest and established models = 0.343446 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 0.343446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077953Jy sigma=0.508619 ! Fit after self-cal, rms=0.077912Jy sigma=0.508242 ! 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.815 x 15.98 at -14.96 degrees (North through East) ! Clean map min=-0.010985 max=0.29208 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.01 KP 0.99 ! LA 1.04 MK 1.02 NL 1.01 OV 0.96 ! PT 1.04 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 1.04 KP 0.99 ! LA 1.03 MK 0.99 NL 0.96 OV 0.94 ! PT 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.95 HN 1.04 KP 0.99 ! LA 1.04 MK 1.02 NL 0.93 OV 0.97 ! PT 1.02 ! ! ! Fit before self-cal, rms=0.077912Jy sigma=0.508242 ! Fit after self-cal, rms=0.080632Jy sigma=0.494701 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.827 mas, bmaj=16.22 mas, bpa=-15 degrees ! Estimated noise=1.29166 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.000480986 Jy ! Component: 100 - total flux cleaned = 0.000289024 Jy ! Component: 150 - total flux cleaned = 5.85419e-05 Jy ! Component: 200 - total flux cleaned = -5.14209e-05 Jy ! Total flux subtracted in 200 components = -5.14209e-05 Jy ! Clean residual min=-0.008015 max=0.009580 Jy/beam ! Clean residual mean=0.000036 rms=0.002187 Jy/beam ! Combined flux in latest and established models = 0.343395 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.343395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080502Jy sigma=0.494117 ! Fit after self-cal, rms=0.080537Jy sigma=0.494025 ! 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.080537Jy sigma=0.494025 ! Fit after self-cal, rms=0.074617Jy sigma=0.440940 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.839 mas, bmaj=16.37 mas, bpa=-15 degrees ! Estimated noise=1.29119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151298 Jy ! Component: 100 - total flux cleaned = 0.00159334 Jy ! Component: 150 - total flux cleaned = 0.00165012 Jy ! Component: 200 - total flux cleaned = 0.00175071 Jy ! Total flux subtracted in 200 components = 0.00175071 Jy ! Clean residual min=-0.003441 max=0.004986 Jy/beam ! Clean residual mean=0.000015 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.345145 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.345145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074484Jy sigma=0.439862 ! Fit after self-cal, rms=0.074541Jy sigma=0.439726 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 (-2, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00533467 Jy ! Component: 100 - total flux cleaned = 0.0085065 Jy ! Component: 150 - total flux cleaned = 0.010302 Jy ! Component: 200 - total flux cleaned = 0.010841 Jy ! Total flux subtracted in 200 components = 0.010841 Jy ! Clean residual min=-0.002691 max=0.002749 Jy/beam ! Clean residual mean=0.000010 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.355986 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 128 components and 0.355986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074085Jy sigma=0.436033 ! Fit after self-cal, rms=0.074067Jy sigma=0.435839 ! 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.074067Jy sigma=0.435839 ! Fit after self-cal, rms=0.074142Jy sigma=0.435654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.839 mas, bmaj=16.4 mas, bpa=-15 degrees ! Estimated noise=1.28892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000932596 Jy ! Component: 100 - total flux cleaned = 0.000934562 Jy ! Component: 150 - total flux cleaned = 0.000934193 Jy ! Component: 200 - total flux cleaned = 0.000980102 Jy ! Total flux subtracted in 200 components = 0.000980102 Jy ! Clean residual min=-0.002394 max=0.002524 Jy/beam ! Clean residual mean=0.000008 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.356967 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 150 components and 0.356967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074048Jy sigma=0.435118 ! Fit after self-cal, rms=0.074047Jy sigma=0.435091 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.000254197 Jy ! Component: 100 - total flux cleaned = 0.00025533 Jy ! Component: 150 - total flux cleaned = 0.000325667 Jy ! Component: 200 - total flux cleaned = 0.000422592 Jy ! Total flux subtracted in 200 components = 0.000422592 Jy ! Clean residual min=-0.002351 max=0.002430 Jy/beam ! Clean residual mean=0.000007 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.357389 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 167 components and 0.357389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074001Jy sigma=0.434850 ! Fit after self-cal, rms=0.074000Jy sigma=0.434839 ! 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.074000Jy sigma=0.434839 ! Fit after self-cal, rms=0.074116Jy sigma=0.434786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.265 mas, bmaj=17.47 mas, bpa=-7.595 degrees ! Estimated noise=1.47702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049279 Jy ! Component: 100 - total flux cleaned = 0.000530137 Jy ! Component: 150 - total flux cleaned = 0.000528976 Jy ! Component: 200 - total flux cleaned = 0.000586296 Jy ! Total flux subtracted in 200 components = 0.000586296 Jy ! Clean residual min=-0.002498 max=0.002468 Jy/beam ! Clean residual mean=0.000010 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.357975 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 185 components and 0.357975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074090Jy sigma=0.434651 ! Fit after self-cal, rms=0.074090Jy sigma=0.434641 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.000285838 Jy ! Component: 100 - total flux cleaned = 0.000311785 Jy ! Component: 150 - total flux cleaned = 0.000335132 Jy ! Component: 200 - total flux cleaned = 0.000403583 Jy ! Total flux subtracted in 200 components = 0.000403583 Jy ! Clean residual min=-0.002451 max=0.002445 Jy/beam ! Clean residual mean=0.000010 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.358379 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 192 components and 0.358379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074075Jy sigma=0.434583 ! Fit after self-cal, rms=0.074074Jy sigma=0.434576 ! 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.838 mas, bmaj=16.43 mas, bpa=-15 degrees ! Estimated noise=1.2883 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 16.43 at -15 degrees (North through East) ! Clean map min=-0.0021569 max=0.2915 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=3.088 mas, bmaj=15.99 mas, bpa=-16.04 degrees ! Estimated noise=1.60328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.223887 Jy ! Component: 100 - total flux cleaned = 0.278415 Jy ! Component: 150 - total flux cleaned = 0.302716 Jy ! Component: 200 - total flux cleaned = 0.316392 Jy ! Total flux subtracted in 200 components = 0.316392 Jy ! Clean residual min=-0.004502 max=0.007006 Jy/beam ! Clean residual mean=0.000020 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.316392 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.316392 Jy ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=16.43 mas, bpa=-15 degrees ! Estimated noise=1.2883 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.0113981 Jy ! Component: 100 - total flux cleaned = 0.0184324 Jy ! Component: 150 - total flux cleaned = 0.0234907 Jy ! Component: 200 - total flux cleaned = 0.0275089 Jy ! Total flux subtracted in 200 components = 0.0275089 Jy ! Clean residual min=-0.002728 max=0.002687 Jy/beam ! Clean residual mean=0.000012 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.343901 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 104 components and 0.343901 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=8.265 mas, bmaj=17.47 mas, bpa=-7.595 degrees ! Estimated noise=1.47702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00438878 Jy ! Component: 100 - total flux cleaned = 0.00751271 Jy ! Component: 150 - total flux cleaned = 0.00983248 Jy ! Component: 200 - total flux cleaned = 0.0116195 Jy ! Total flux subtracted in 200 components = 0.0116195 Jy ! Clean residual min=-0.002529 max=0.002233 Jy/beam ! Clean residual mean=0.000011 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.355521 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.000867409 Jy ! Component: 100 - total flux cleaned = 0.00131055 Jy ! Component: 150 - total flux cleaned = 0.001572 Jy ! Component: 200 - total flux cleaned = 0.00188135 Jy ! Total flux subtracted in 200 components = 0.00188135 Jy ! Clean residual min=-0.002357 max=0.002272 Jy/beam ! Clean residual mean=0.000010 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.357402 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 215 components and 0.357402 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=16.43 mas, bpa=-15 degrees ! Estimated noise=1.2883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000268074 Jy ! Component: 100 - total flux cleaned = 0.000355995 Jy ! Component: 150 - total flux cleaned = 0.000518274 Jy ! Component: 200 - total flux cleaned = 0.000590971 Jy ! Total flux subtracted in 200 components = 0.000590971 Jy ! Clean residual min=-0.002142 max=0.002257 Jy/beam ! Clean residual mean=0.000007 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.357993 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 240 components and 0.357993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074077Jy sigma=0.434595 ! Fit after self-cal, rms=0.074059Jy sigma=0.434542 wmodel J1336-0829_S_map.mod ! Writing 240 model components to file: J1336-0829_S_map.mod wobs J1336-0829_S_uvs.fits ! Writing UV FITS file: J1336-0829_S_uvs.fits wwins J1336-0829_S_map.win ! wwins: Wrote 2 windows to J1336-0829_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.000286778 Jy ! Component: 100 - total flux cleaned = 0.000321931 Jy ! Component: 150 - total flux cleaned = 0.000287244 Jy ! Component: 200 - total flux cleaned = 0.000288526 Jy ! Component: 250 - total flux cleaned = 0.000257109 Jy ! Component: 300 - total flux cleaned = 0.000135655 Jy ! Component: 350 - total flux cleaned = 0.000106955 Jy ! Component: 400 - total flux cleaned = 0.000164615 Jy ! Component: 450 - total flux cleaned = 0.000220222 Jy ! Component: 500 - total flux cleaned = 0.000193781 Jy ! Component: 550 - total flux cleaned = 0.000273258 Jy ! Component: 600 - total flux cleaned = 0.000272942 Jy ! Component: 650 - total flux cleaned = 0.000222591 Jy ! Component: 700 - total flux cleaned = 0.000198665 Jy ! Component: 750 - total flux cleaned = 0.000223703 Jy ! Component: 800 - total flux cleaned = 0.000247269 Jy ! Component: 850 - total flux cleaned = 0.000153769 Jy ! Component: 900 - total flux cleaned = 0.000153793 Jy ! Component: 950 - total flux cleaned = 0.000109084 Jy ! Component: 1000 - total flux cleaned = 6.48426e-05 Jy ! Component: 1050 - total flux cleaned = 4.31233e-05 Jy ! Component: 1100 - total flux cleaned = 6.31103e-07 Jy ! Component: 1150 - total flux cleaned = -4.14648e-05 Jy ! Component: 1200 - total flux cleaned = -0.000124469 Jy ! Component: 1250 - total flux cleaned = -0.000124236 Jy ! Component: 1300 - total flux cleaned = -0.000184615 Jy ! Component: 1350 - total flux cleaned = -0.000184565 Jy ! Component: 1400 - total flux cleaned = -0.000321828 Jy ! Component: 1450 - total flux cleaned = -0.000321307 Jy ! Component: 1500 - total flux cleaned = -0.000340719 Jy ! Component: 1550 - total flux cleaned = -0.000434457 Jy ! Component: 1600 - total flux cleaned = -0.000397158 Jy ! Component: 1650 - total flux cleaned = -0.000397546 Jy ! Component: 1700 - total flux cleaned = -0.000452314 Jy ! Component: 1750 - total flux cleaned = -0.000434189 Jy ! Component: 1800 - total flux cleaned = -0.000469401 Jy ! Component: 1850 - total flux cleaned = -0.000382167 Jy ! Component: 1900 - total flux cleaned = -0.000434288 Jy ! Component: 1950 - total flux cleaned = -0.000417471 Jy ! Component: 2000 - total flux cleaned = -0.000451077 Jy ! Component: 2050 - total flux cleaned = -0.000367495 Jy ! Component: 2100 - total flux cleaned = -0.000334442 Jy ! Component: 2150 - total flux cleaned = -0.000302004 Jy ! Component: 2200 - total flux cleaned = -0.000334218 Jy ! Component: 2250 - total flux cleaned = -0.000270297 Jy ! Component: 2300 - total flux cleaned = -0.000286067 Jy ! Component: 2350 - total flux cleaned = -0.000301482 Jy ! Component: 2400 - total flux cleaned = -0.000316669 Jy ! Component: 2450 - total flux cleaned = -0.000208979 Jy ! Component: 2500 - total flux cleaned = -0.000239495 Jy ! Component: 2550 - total flux cleaned = -0.000194441 Jy ! Component: 2600 - total flux cleaned = -0.000164466 Jy ! Component: 2650 - total flux cleaned = -0.00010532 Jy ! Component: 2700 - total flux cleaned = -0.000149456 Jy ! Component: 2750 - total flux cleaned = -0.000105803 Jy ! Component: 2800 - total flux cleaned = -0.000105654 Jy ! Component: 2850 - total flux cleaned = -6.29038e-05 Jy ! Component: 2900 - total flux cleaned = -4.87293e-05 Jy ! Component: 2950 - total flux cleaned = -6.2453e-05 Jy ! Component: 3000 - total flux cleaned = -7.61146e-05 Jy ! Component: 3050 - total flux cleaned = -6.21782e-05 Jy ! Component: 3100 - total flux cleaned = -4.85801e-05 Jy ! Component: 3150 - total flux cleaned = -3.50805e-05 Jy ! Component: 3200 - total flux cleaned = -0.000129627 Jy ! Component: 3250 - total flux cleaned = -0.000156326 Jy ! Component: 3300 - total flux cleaned = -8.97644e-05 Jy ! Component: 3350 - total flux cleaned = -0.00014271 Jy ! Component: 3400 - total flux cleaned = -9.02625e-05 Jy ! Component: 3450 - total flux cleaned = -0.000129359 Jy ! Component: 3500 - total flux cleaned = -0.000116416 Jy ! Component: 3550 - total flux cleaned = -0.000129353 Jy ! Component: 3600 - total flux cleaned = -6.55547e-05 Jy ! Component: 3650 - total flux cleaned = -6.54886e-05 Jy ! Component: 3700 - total flux cleaned = -6.55611e-05 Jy ! Component: 3750 - total flux cleaned = -7.79537e-05 Jy ! Component: 3800 - total flux cleaned = -0.00011536 Jy ! Component: 3850 - total flux cleaned = -0.000139973 Jy ! Component: 3900 - total flux cleaned = -9.10215e-05 Jy ! Component: 3950 - total flux cleaned = -6.6833e-05 Jy ! Component: 4000 - total flux cleaned = -4.27258e-05 Jy ! Component: 4050 - total flux cleaned = -9.09299e-05 Jy ! Total flux subtracted in 4096 components = -9.0986e-05 Jy ! Clean residual min=-0.000750 max=0.000689 Jy/beam ! Clean residual mean=0.000003 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.357902 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 567 components and 0.357902 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1336-0829_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 16.43 at -15 degrees (North through East) ! Clean map min=-0.0016163 max=0.29178 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1336-0829_S_map.fits wmodel /image_prod/ug002_uva//J1336-0829_S_map.mod ! Writing 567 model components to file: /image_prod/ug002_uva//J1336-0829_S_map.mod wobs /image_prod/ug002_uva//J1336-0829_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1336-0829_S_uvs.fits wwins /image_prod/ug002_uva//J1336-0829_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1336-0829_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.291775 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240085 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.246852 0.246852 0.493705 0.987409 1.97482 3.94964 7.89927 15.7985 31.5971 63.1942 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.291 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1215.3 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1336-0829_S_dfm.log closed on Thu Mar 5 01:18:55 2020