! Started logfile: /image_prod/ug002_uva//J1306+5529_S_dfm.log on Thu Mar 5 01:02:18 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//J1306+5529_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1306+5529_S_uva.fits ! AN table 1: 100 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.968333 visibilities/baseline/integration-bin. ! Found source: J1306+5529 ! ! 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 10458 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 J1306+5529_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.030360Jy sigma=8.910385 ! Fit after self-cal, rms=0.785961Jy sigma=6.855351 ! 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.364 mas, bmaj=5.177 mas, bpa=-22.59 degrees ! Estimated noise=1.31479 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.161174 Jy ! Component: 100 - total flux cleaned = 0.201686 Jy ! Total flux subtracted in 100 components = 0.201686 Jy ! Clean residual min=-0.006328 max=0.015841 Jy/beam ! Clean residual mean=-0.000021 rms=0.001657 Jy/beam ! Combined flux in latest and established models = 0.201686 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.201686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079411Jy sigma=0.558438 ! Fit after self-cal, rms=0.079394Jy sigma=0.558263 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0161933 Jy ! Component: 100 - total flux cleaned = 0.0240846 Jy ! Total flux subtracted in 100 components = 0.0240846 Jy ! Clean residual min=-0.006676 max=0.006416 Jy/beam ! Clean residual mean=-0.000001 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.225771 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.225771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074832Jy sigma=0.525211 ! Fit after self-cal, rms=0.074827Jy sigma=0.525093 ! 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=4.134 mas, bmaj=6.301 mas, bpa=-16.24 degrees ! Estimated noise=0.81721 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.00580734 Jy ! Component: 100 - total flux cleaned = 0.00758402 Jy ! Component: 150 - total flux cleaned = 0.0077576 Jy ! Component: 200 - total flux cleaned = 0.0078252 Jy ! Total flux subtracted in 200 components = 0.0078252 Jy ! Clean residual min=-0.006814 max=0.005482 Jy/beam ! Clean residual mean=0.000007 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.233596 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.233596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074064Jy sigma=0.522121 ! Fit after self-cal, rms=0.074053Jy sigma=0.522034 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 6.301 at -16.24 degrees (North through East) ! Clean map min=-0.0066182 max=0.20906 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.01 KP 1.03 ! LA 1.04 MK 1.01 NL 0.99 OV 0.99 ! PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.02 KP 1.00 ! LA 1.04 MK 0.99 NL 0.99 OV 0.94 ! PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 1.00 KP 0.96 ! LA 1.04 MK 0.98 NL 1.03 OV 1.00 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.074053Jy sigma=0.522034 ! Fit after self-cal, rms=0.072169Jy sigma=0.517577 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.131 mas, bmaj=6.286 mas, bpa=-16.2 degrees ! Estimated noise=0.820221 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.00205795 Jy ! Component: 100 - total flux cleaned = 0.00242708 Jy ! Component: 150 - total flux cleaned = 0.00249809 Jy ! Component: 200 - total flux cleaned = 0.00256375 Jy ! Total flux subtracted in 200 components = 0.00256375 Jy ! Clean residual min=-0.005499 max=0.004983 Jy/beam ! Clean residual mean=-0.000006 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.23616 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 27 components and 0.23616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072024Jy sigma=0.517394 ! Fit after self-cal, rms=0.072006Jy sigma=0.517328 ! 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.072006Jy sigma=0.517328 ! Fit after self-cal, rms=0.060621Jy sigma=0.454874 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.127 mas, bmaj=6.251 mas, bpa=-16.67 degrees ! Estimated noise=0.826308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00090449 Jy ! Component: 100 - total flux cleaned = 0.00122295 Jy ! Component: 150 - total flux cleaned = 0.00135002 Jy ! Component: 200 - total flux cleaned = 0.00138534 Jy ! Total flux subtracted in 200 components = 0.00138534 Jy ! Clean residual min=-0.001902 max=0.001840 Jy/beam ! Clean residual mean=0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.237545 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.237545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060541Jy sigma=0.454164 ! Fit after self-cal, rms=0.060605Jy sigma=0.453927 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.57347e-05 Jy ! Component: 100 - total flux cleaned = 6.96942e-05 Jy ! Component: 150 - total flux cleaned = 9.18237e-05 Jy ! Component: 200 - total flux cleaned = 0.00013079 Jy ! Total flux subtracted in 200 components = 0.00013079 Jy ! Clean residual min=-0.001864 max=0.001832 Jy/beam ! Clean residual mean=0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.237676 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.237676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060586Jy sigma=0.453734 ! Fit after self-cal, rms=0.060582Jy sigma=0.453709 ! 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.060582Jy sigma=0.453709 ! Fit after self-cal, rms=0.059589Jy sigma=0.446041 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.136 mas, bmaj=6.245 mas, bpa=-16.59 degrees ! Estimated noise=0.826777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000412012 Jy ! Component: 100 - total flux cleaned = -0.000309829 Jy ! Component: 150 - total flux cleaned = -0.000270276 Jy ! Component: 200 - total flux cleaned = -0.000251562 Jy ! Total flux subtracted in 200 components = -0.000251562 Jy ! Clean residual min=-0.001357 max=0.001952 Jy/beam ! Clean residual mean=-0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.237424 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.237424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059569Jy sigma=0.445831 ! Fit after self-cal, rms=0.059567Jy sigma=0.445784 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 (-11, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160965 Jy ! Component: 100 - total flux cleaned = 0.00168969 Jy ! Component: 150 - total flux cleaned = 0.00172237 Jy ! Component: 200 - total flux cleaned = 0.00172132 Jy ! Total flux subtracted in 200 components = 0.00172132 Jy ! Clean residual min=-0.001304 max=0.001351 Jy/beam ! Clean residual mean=0.000002 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.239146 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.239146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059510Jy sigma=0.445271 ! Fit after self-cal, rms=0.059504Jy sigma=0.445225 ! 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.059504Jy sigma=0.445225 ! Fit after self-cal, rms=0.059498Jy sigma=0.445164 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.586 mas, bmaj=9.515 mas, bpa=9.048 degrees ! Estimated noise=0.981121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483268 Jy ! Component: 100 - total flux cleaned = 0.000514664 Jy ! Component: 150 - total flux cleaned = 0.00047789 Jy ! Component: 200 - total flux cleaned = 0.00040166 Jy ! Total flux subtracted in 200 components = 0.00040166 Jy ! Clean residual min=-0.001422 max=0.001259 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.239547 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.239547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059482Jy sigma=0.445027 ! Fit after self-cal, rms=0.059479Jy sigma=0.445005 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.000108468 Jy ! Component: 100 - total flux cleaned = 0.000140593 Jy ! Component: 150 - total flux cleaned = 0.000127251 Jy ! Component: 200 - total flux cleaned = 0.000126787 Jy ! Total flux subtracted in 200 components = 0.000126787 Jy ! Clean residual min=-0.001419 max=0.001246 Jy/beam ! Clean residual mean=0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.239674 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.239674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059473Jy sigma=0.444950 ! Fit after self-cal, rms=0.059472Jy sigma=0.444939 ! 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=4.139 mas, bmaj=6.238 mas, bpa=-16.47 degrees ! Estimated noise=0.82678 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.139 x 6.238 at -16.47 degrees (North through East) ! Clean map min=-0.0013051 max=0.21162 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.364 mas, bmaj=5.138 mas, bpa=-23.25 degrees ! Estimated noise=1.32692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.162569 Jy ! Component: 100 - total flux cleaned = 0.203955 Jy ! Component: 150 - total flux cleaned = 0.2203 Jy ! Component: 200 - total flux cleaned = 0.227772 Jy ! Total flux subtracted in 200 components = 0.227772 Jy ! Clean residual min=-0.002738 max=0.004138 Jy/beam ! Clean residual mean=-0.000007 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.227772 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.227772 Jy ! Inverting map and beam ! Estimated beam: bmin=4.139 mas, bmaj=6.238 mas, bpa=-16.47 degrees ! Estimated noise=0.82678 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) ! Added new window around map position (-3.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532482 Jy ! Component: 100 - total flux cleaned = 0.00817266 Jy ! Component: 150 - total flux cleaned = 0.00991635 Jy ! Component: 200 - total flux cleaned = 0.0111385 Jy ! Total flux subtracted in 200 components = 0.0111385 Jy ! Clean residual min=-0.001387 max=0.001405 Jy/beam ! Clean residual mean=0.000000 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.23891 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 39 components and 0.23891 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.586 mas, bmaj=9.515 mas, bpa=9.048 degrees ! Estimated noise=0.981121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000583444 Jy ! Component: 100 - total flux cleaned = 0.000584044 Jy ! Component: 150 - total flux cleaned = 0.000533638 Jy ! Component: 200 - total flux cleaned = 0.000491074 Jy ! Total flux subtracted in 200 components = 0.000491074 Jy ! Clean residual min=-0.001409 max=0.001366 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.239401 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.51856e-05 Jy ! Component: 100 - total flux cleaned = -8.71279e-05 Jy ! Component: 150 - total flux cleaned = -0.000115827 Jy ! Component: 200 - total flux cleaned = -0.000141548 Jy ! Total flux subtracted in 200 components = -0.000141548 Jy ! Clean residual min=-0.001386 max=0.001305 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.23926 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 72 components and 0.23926 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.139 mas, bmaj=6.238 mas, bpa=-16.47 degrees ! Estimated noise=0.82678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000117371 Jy ! Component: 100 - total flux cleaned = 0.000116436 Jy ! Component: 150 - total flux cleaned = 7.19292e-05 Jy ! Component: 200 - total flux cleaned = 9.28625e-05 Jy ! Total flux subtracted in 200 components = 9.28625e-05 Jy ! Clean residual min=-0.001320 max=0.001273 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.239353 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 93 components and 0.239353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059444Jy sigma=0.444846 ! Fit after self-cal, rms=0.059439Jy sigma=0.444795 wmodel J1306+5529_S_map.mod ! Writing 93 model components to file: J1306+5529_S_map.mod wobs J1306+5529_S_uvs.fits ! Writing UV FITS file: J1306+5529_S_uvs.fits wwins J1306+5529_S_map.win ! wwins: Wrote 3 windows to J1306+5529_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.000196736 Jy ! Component: 100 - total flux cleaned = -0.000354043 Jy ! Component: 150 - total flux cleaned = -0.000591838 Jy ! Component: 200 - total flux cleaned = -0.000738727 Jy ! Component: 250 - total flux cleaned = -0.000841321 Jy ! Component: 300 - total flux cleaned = -0.000961723 Jy ! Component: 350 - total flux cleaned = -0.00102057 Jy ! Component: 400 - total flux cleaned = -0.00102068 Jy ! Component: 450 - total flux cleaned = -0.00107731 Jy ! Component: 500 - total flux cleaned = -0.0010959 Jy ! Component: 550 - total flux cleaned = -0.00113205 Jy ! Component: 600 - total flux cleaned = -0.00116741 Jy ! Component: 650 - total flux cleaned = -0.0010973 Jy ! Component: 700 - total flux cleaned = -0.00113218 Jy ! Component: 750 - total flux cleaned = -0.00113225 Jy ! Component: 800 - total flux cleaned = -0.00109847 Jy ! Component: 850 - total flux cleaned = -0.00109853 Jy ! Component: 900 - total flux cleaned = -0.00109848 Jy ! Component: 950 - total flux cleaned = -0.00109865 Jy ! Component: 1000 - total flux cleaned = -0.00111464 Jy ! Component: 1050 - total flux cleaned = -0.00106685 Jy ! Component: 1100 - total flux cleaned = -0.0010985 Jy ! Component: 1150 - total flux cleaned = -0.00108291 Jy ! Component: 1200 - total flux cleaned = -0.0010519 Jy ! Component: 1250 - total flux cleaned = -0.00108259 Jy ! Component: 1300 - total flux cleaned = -0.00108243 Jy ! Component: 1350 - total flux cleaned = -0.00106752 Jy ! Component: 1400 - total flux cleaned = -0.00108227 Jy ! Component: 1450 - total flux cleaned = -0.00103822 Jy ! Component: 1500 - total flux cleaned = -0.0010383 Jy ! Component: 1550 - total flux cleaned = -0.0010673 Jy ! Component: 1600 - total flux cleaned = -0.00111014 Jy ! Component: 1650 - total flux cleaned = -0.00110994 Jy ! Component: 1700 - total flux cleaned = -0.00106779 Jy ! Component: 1750 - total flux cleaned = -0.00102645 Jy ! Component: 1800 - total flux cleaned = -0.0010816 Jy ! Component: 1850 - total flux cleaned = -0.00106767 Jy ! Component: 1900 - total flux cleaned = -0.00102693 Jy ! Component: 1950 - total flux cleaned = -0.00105389 Jy ! Component: 2000 - total flux cleaned = -0.00102707 Jy ! Component: 2050 - total flux cleaned = -0.00105356 Jy ! Component: 2100 - total flux cleaned = -0.00104045 Jy ! Component: 2150 - total flux cleaned = -0.00104048 Jy ! Component: 2200 - total flux cleaned = -0.0010405 Jy ! Component: 2250 - total flux cleaned = -0.00104071 Jy ! Component: 2300 - total flux cleaned = -0.00111715 Jy ! Component: 2350 - total flux cleaned = -0.00109178 Jy ! Component: 2400 - total flux cleaned = -0.00112939 Jy ! Component: 2450 - total flux cleaned = -0.00109193 Jy ! Component: 2500 - total flux cleaned = -0.00109198 Jy ! Component: 2550 - total flux cleaned = -0.0011411 Jy ! Component: 2600 - total flux cleaned = -0.00110447 Jy ! Component: 2650 - total flux cleaned = -0.00108018 Jy ! Component: 2700 - total flux cleaned = -0.0010922 Jy ! Component: 2750 - total flux cleaned = -0.00105646 Jy ! Component: 2800 - total flux cleaned = -0.00106827 Jy ! Component: 2850 - total flux cleaned = -0.00103291 Jy ! Component: 2900 - total flux cleaned = -0.00106808 Jy ! Component: 2950 - total flux cleaned = -0.00104467 Jy ! Component: 3000 - total flux cleaned = -0.00103304 Jy ! Component: 3050 - total flux cleaned = -0.00105606 Jy ! Component: 3100 - total flux cleaned = -0.000998841 Jy ! Component: 3150 - total flux cleaned = -0.00095359 Jy ! Component: 3200 - total flux cleaned = -0.000942349 Jy ! Component: 3250 - total flux cleaned = -0.000953582 Jy ! Component: 3300 - total flux cleaned = -0.0008979 Jy ! Component: 3350 - total flux cleaned = -0.000909059 Jy ! Component: 3400 - total flux cleaned = -0.000887017 Jy ! Component: 3450 - total flux cleaned = -0.000876127 Jy ! Component: 3500 - total flux cleaned = -0.000865255 Jy ! Component: 3550 - total flux cleaned = -0.000832872 Jy ! Component: 3600 - total flux cleaned = -0.000822166 Jy ! Component: 3650 - total flux cleaned = -0.000832952 Jy ! Component: 3700 - total flux cleaned = -0.00082229 Jy ! Component: 3750 - total flux cleaned = -0.000779982 Jy ! Component: 3800 - total flux cleaned = -0.000759088 Jy ! Component: 3850 - total flux cleaned = -0.000759111 Jy ! Component: 3900 - total flux cleaned = -0.000748814 Jy ! Component: 3950 - total flux cleaned = -0.000748732 Jy ! Component: 4000 - total flux cleaned = -0.000769258 Jy ! Component: 4050 - total flux cleaned = -0.000789684 Jy ! Total flux subtracted in 4096 components = -0.000728524 Jy ! Clean residual min=-0.000520 max=0.000559 Jy/beam ! Clean residual mean=0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.238624 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 417 components and 0.238624 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1306+5529_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.139 x 6.238 at -16.47 degrees (North through East) ! Clean map min=-0.001039 max=0.21158 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1306+5529_S_map.fits wmodel /image_prod/ug002_uva//J1306+5529_S_map.mod ! Writing 417 model components to file: /image_prod/ug002_uva//J1306+5529_S_map.mod wobs /image_prod/ug002_uva//J1306+5529_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1306+5529_S_uvs.fits wwins /image_prod/ug002_uva//J1306+5529_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1306+5529_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.211577 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195233 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.276826 0.276826 0.553652 1.1073 2.21461 4.42921 8.85843 17.7169 35.4337 70.8674 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.211 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1083.71 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1306+5529_S_dfm.log closed on Thu Mar 5 01:02:22 2020