! Started logfile: .//J0112+3522_S_dfm.log on Wed Aug 15 15:23:49 2018 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 .//J0112+3522_S_uva.fits ! Reading UV FITS file: .//J0112+3522_S_uva.fits ! AN table 1: 8 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0112+3522 ! ! There are 4 IFs, and a total of 4 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 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 1152 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J0112+3522_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.145638Jy sigma=22.236310 ! Fit after self-cal, rms=0.515500Jy sigma=10.106448 ! 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.156 mas, bmaj=10.51 mas, bpa=-49.92 degrees ! Estimated noise=1.60892 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.370971 Jy ! Component: 100 - total flux cleaned = 0.492978 Jy ! Total flux subtracted in 100 components = 0.492978 Jy ! Clean residual min=-0.028118 max=0.050723 Jy/beam ! Clean residual mean=0.000126 rms=0.008816 Jy/beam ! Combined flux in latest and established models = 0.492979 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.492979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104292Jy sigma=1.925690 ! Fit after self-cal, rms=0.104118Jy sigma=1.923268 ! 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.695 mas, bmaj=10.16 mas, bpa=-50.11 degrees ! Estimated noise=1.27567 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.0581254 Jy ! Component: 100 - total flux cleaned = 0.0829373 Jy ! Component: 150 - total flux cleaned = 0.0957618 Jy ! Component: 200 - total flux cleaned = 0.103661 Jy ! Total flux subtracted in 200 components = 0.103661 Jy ! Clean residual min=-0.014840 max=0.012366 Jy/beam ! Clean residual mean=0.000013 rms=0.003609 Jy/beam ! Combined flux in latest and established models = 0.596639 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 41 components and 0.596639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070529Jy sigma=1.208962 ! Fit after self-cal, rms=0.070435Jy sigma=1.207774 ! 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.695 x 10.16 at -50.11 degrees (North through East) ! Clean map min=-0.014531 max=0.4883 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 1.02 KP 0.99 ! LA 0.95 MK 1.02 NL 1.08 OV 0.92 ! PT 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.03 KP 0.97 ! LA 0.97 MK 1.01 NL 0.92 OV 0.92 ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.04 KP 1.00 ! LA 0.94 MK 1.01 NL 1.01 OV 0.92 ! PT 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* ! ! ! Fit before self-cal, rms=0.070435Jy sigma=1.207774 ! Fit after self-cal, rms=0.060207Jy sigma=0.989830 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=10.28 mas, bpa=-50.06 degrees ! Estimated noise=1.27412 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.00152819 Jy ! Component: 100 - total flux cleaned = -0.00243899 Jy ! Component: 150 - total flux cleaned = -0.00270016 Jy ! Component: 200 - total flux cleaned = -0.00291892 Jy ! Total flux subtracted in 200 components = -0.00291892 Jy ! Clean residual min=-0.004480 max=0.004624 Jy/beam ! Clean residual mean=0.000007 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.59372 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.59372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059791Jy sigma=0.982970 ! Fit after self-cal, rms=0.059774Jy sigma=0.982478 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059774Jy sigma=0.982478 ! Fit after self-cal, rms=0.059782Jy sigma=0.981512 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=10.29 mas, bpa=-50.07 degrees ! Estimated noise=1.27608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000296217 Jy ! Component: 100 - total flux cleaned = -0.000799137 Jy ! Component: 150 - total flux cleaned = -0.00102499 Jy ! Component: 200 - total flux cleaned = -0.00116815 Jy ! Total flux subtracted in 200 components = -0.00116815 Jy ! Clean residual min=-0.004443 max=0.004299 Jy/beam ! Clean residual mean=0.000006 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.592552 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.592552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059627Jy sigma=0.979090 ! Fit after self-cal, rms=0.059608Jy sigma=0.978885 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.000107304 Jy ! Component: 100 - total flux cleaned = -0.000231931 Jy ! Component: 150 - total flux cleaned = -0.000377275 Jy ! Component: 200 - total flux cleaned = -0.000506466 Jy ! Total flux subtracted in 200 components = -0.000506466 Jy ! Clean residual min=-0.004486 max=0.004177 Jy/beam ! Clean residual mean=0.000006 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.592046 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.592046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059548Jy sigma=0.978062 ! Fit after self-cal, rms=0.059536Jy sigma=0.977949 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059536Jy sigma=0.977949 ! Fit after self-cal, rms=0.059575Jy sigma=0.977524 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.721 mas, bmaj=10.3 mas, bpa=-50.06 degrees ! Estimated noise=1.27702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000558484 Jy ! Component: 100 - total flux cleaned = -0.000716428 Jy ! Component: 150 - total flux cleaned = -0.000815964 Jy ! Component: 200 - total flux cleaned = -0.00093666 Jy ! Total flux subtracted in 200 components = -0.00093666 Jy ! Clean residual min=-0.004494 max=0.004030 Jy/beam ! Clean residual mean=0.000005 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.591109 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.591109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059526Jy sigma=0.976708 ! Fit after self-cal, rms=0.059521Jy sigma=0.976649 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.000183066 Jy ! Component: 100 - total flux cleaned = -0.000234802 Jy ! Component: 150 - total flux cleaned = -0.000327767 Jy ! Component: 200 - total flux cleaned = -0.000414588 Jy ! Total flux subtracted in 200 components = -0.000414588 Jy ! Clean residual min=-0.004468 max=0.003978 Jy/beam ! Clean residual mean=0.000005 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.590694 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.590694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059496Jy sigma=0.976357 ! Fit after self-cal, rms=0.059492Jy sigma=0.976319 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059492Jy sigma=0.976319 ! Fit after self-cal, rms=0.059535Jy sigma=0.976113 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.526 mas, bmaj=11.99 mas, bpa=-74.11 degrees ! Estimated noise=1.50434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000593737 Jy ! Component: 100 - total flux cleaned = -0.000739115 Jy ! Component: 150 - total flux cleaned = -0.000810169 Jy ! Component: 200 - total flux cleaned = -0.000890289 Jy ! Total flux subtracted in 200 components = -0.000890289 Jy ! Clean residual min=-0.004364 max=0.004668 Jy/beam ! Clean residual mean=0.000007 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.589804 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 94 components and 0.589804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059517Jy sigma=0.975788 ! Fit after self-cal, rms=0.059512Jy sigma=0.975690 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.000138743 Jy ! Component: 100 - total flux cleaned = -0.000176158 Jy ! Component: 150 - total flux cleaned = -0.00022457 Jy ! Component: 200 - total flux cleaned = -0.00027903 Jy ! Total flux subtracted in 200 components = -0.00027903 Jy ! Clean residual min=-0.004300 max=0.004620 Jy/beam ! Clean residual mean=0.000006 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.589525 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 100 components and 0.589525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059501Jy sigma=0.975721 ! Fit after self-cal, rms=0.059497Jy sigma=0.975665 ! 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.72 mas, bmaj=10.31 mas, bpa=-50.06 degrees ! Estimated noise=1.27735 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.72 x 10.31 at -50.06 degrees (North through East) ! Clean map min=-0.0043007 max=0.48686 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.169 mas, bmaj=10.67 mas, bpa=-49.87 degrees ! Estimated noise=1.61784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.3727 Jy ! Component: 100 - total flux cleaned = 0.494866 Jy ! Component: 150 - total flux cleaned = 0.546171 Jy ! Component: 200 - total flux cleaned = 0.57022 Jy ! Total flux subtracted in 200 components = 0.57022 Jy ! Clean residual min=-0.008627 max=0.011122 Jy/beam ! Clean residual mean=0.000028 rms=0.002449 Jy/beam ! Combined flux in latest and established models = 0.57022 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.57022 Jy ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=10.31 mas, bpa=-50.06 degrees ! Estimated noise=1.27735 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.0128213 Jy ! Component: 100 - total flux cleaned = 0.018863 Jy ! Component: 150 - total flux cleaned = 0.020354 Jy ! Component: 200 - total flux cleaned = 0.0206296 Jy ! Total flux subtracted in 200 components = 0.0206296 Jy ! Clean residual min=-0.004491 max=0.003973 Jy/beam ! Clean residual mean=0.000007 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.590849 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.590849 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.526 mas, bmaj=11.99 mas, bpa=-74.11 degrees ! Estimated noise=1.50434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000434594 Jy ! Component: 100 - total flux cleaned = -0.000359658 Jy ! Component: 150 - total flux cleaned = -0.000333549 Jy ! Component: 200 - total flux cleaned = -0.000401129 Jy ! Total flux subtracted in 200 components = -0.000401129 Jy ! Clean residual min=-0.004265 max=0.004681 Jy/beam ! Clean residual mean=0.000010 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.590448 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 = -3.99585e-05 Jy ! Component: 100 - total flux cleaned = -7.6554e-05 Jy ! Component: 150 - total flux cleaned = -0.00010958 Jy ! Component: 200 - total flux cleaned = -0.000124623 Jy ! Total flux subtracted in 200 components = -0.000124623 Jy ! Clean residual min=-0.004186 max=0.004623 Jy/beam ! Clean residual mean=0.000009 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.590323 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.590323 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=10.31 mas, bpa=-50.06 degrees ! Estimated noise=1.27735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000227221 Jy ! Component: 100 - total flux cleaned = -0.000295628 Jy ! Component: 150 - total flux cleaned = -0.00023221 Jy ! Component: 200 - total flux cleaned = -0.000234062 Jy ! Total flux subtracted in 200 components = -0.000234062 Jy ! Clean residual min=-0.004350 max=0.003859 Jy/beam ! Clean residual mean=0.000005 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.590089 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.590089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059599Jy sigma=0.978207 ! Fit after self-cal, rms=0.059590Jy sigma=0.978155 wmodel J0112+3522_S_map.mod ! Writing 70 model components to file: J0112+3522_S_map.mod wobs J0112+3522_S_uvs.fits ! Writing UV FITS file: J0112+3522_S_uvs.fits wwins J0112+3522_S_map.win ! wwins: Wrote 1 windows to J0112+3522_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.00125621 Jy ! Component: 100 - total flux cleaned = -0.00192081 Jy ! Component: 150 - total flux cleaned = -0.00234554 Jy ! Component: 200 - total flux cleaned = -0.00279909 Jy ! Component: 250 - total flux cleaned = -0.0032764 Jy ! Component: 300 - total flux cleaned = -0.00372512 Jy ! Component: 350 - total flux cleaned = -0.00415034 Jy ! Component: 400 - total flux cleaned = -0.00419599 Jy ! Component: 450 - total flux cleaned = -0.00424017 Jy ! Component: 500 - total flux cleaned = -0.00428154 Jy ! Component: 550 - total flux cleaned = -0.00412134 Jy ! Component: 600 - total flux cleaned = -0.00381139 Jy ! Component: 650 - total flux cleaned = -0.00351081 Jy ! Component: 700 - total flux cleaned = -0.00318196 Jy ! Component: 750 - total flux cleaned = -0.00296876 Jy ! Component: 800 - total flux cleaned = -0.00262155 Jy ! Component: 850 - total flux cleaned = -0.00238378 Jy ! Component: 900 - total flux cleaned = -0.00224996 Jy ! Component: 950 - total flux cleaned = -0.00202169 Jy ! Component: 1000 - total flux cleaned = -0.0018624 Jy ! Component: 1050 - total flux cleaned = -0.00180061 Jy ! Component: 1100 - total flux cleaned = -0.00177004 Jy ! Component: 1150 - total flux cleaned = -0.0017394 Jy ! Component: 1200 - total flux cleaned = -0.00170908 Jy ! Component: 1250 - total flux cleaned = -0.00153322 Jy ! Component: 1300 - total flux cleaned = -0.00141819 Jy ! Component: 1350 - total flux cleaned = -0.0013613 Jy ! Component: 1400 - total flux cleaned = -0.00122087 Jy ! Component: 1450 - total flux cleaned = -0.00111031 Jy ! Component: 1500 - total flux cleaned = -0.00100117 Jy ! Component: 1550 - total flux cleaned = -0.00100118 Jy ! Component: 1600 - total flux cleaned = -0.00102809 Jy ! Component: 1650 - total flux cleaned = -0.00102817 Jy ! Component: 1700 - total flux cleaned = -0.00105443 Jy ! Component: 1750 - total flux cleaned = -0.00105414 Jy ! Component: 1800 - total flux cleaned = -0.00105381 Jy ! Component: 1850 - total flux cleaned = -0.00102751 Jy ! Component: 1900 - total flux cleaned = -0.000975248 Jy ! Component: 1950 - total flux cleaned = -0.000923569 Jy ! Component: 2000 - total flux cleaned = -0.000897641 Jy ! Component: 2050 - total flux cleaned = -0.000846129 Jy ! Component: 2100 - total flux cleaned = -0.000820244 Jy ! Component: 2150 - total flux cleaned = -0.000691117 Jy ! Component: 2200 - total flux cleaned = -0.000691149 Jy ! Component: 2250 - total flux cleaned = -0.000587486 Jy ! Component: 2300 - total flux cleaned = -0.000535587 Jy ! Component: 2350 - total flux cleaned = -0.000483543 Jy ! Component: 2400 - total flux cleaned = -0.000457189 Jy ! Component: 2450 - total flux cleaned = -0.000404999 Jy ! Component: 2500 - total flux cleaned = -0.000326267 Jy ! Component: 2550 - total flux cleaned = -0.000273704 Jy ! Component: 2600 - total flux cleaned = -0.0002473 Jy ! Component: 2650 - total flux cleaned = -0.000194068 Jy ! Component: 2700 - total flux cleaned = -0.000140487 Jy ! Component: 2750 - total flux cleaned = -5.9919e-05 Jy ! Component: 2800 - total flux cleaned = -5.43958e-06 Jy ! Component: 2850 - total flux cleaned = 0.000103316 Jy ! Component: 2900 - total flux cleaned = 0.00013077 Jy ! Component: 2950 - total flux cleaned = 0.000241469 Jy ! Component: 3000 - total flux cleaned = 0.000269455 Jy ! Component: 3050 - total flux cleaned = 0.000325879 Jy ! Component: 3100 - total flux cleaned = 0.000382537 Jy ! Component: 3150 - total flux cleaned = 0.000440003 Jy ! Component: 3200 - total flux cleaned = 0.000497828 Jy ! Component: 3250 - total flux cleaned = 0.00055608 Jy ! Component: 3300 - total flux cleaned = 0.000615101 Jy ! Component: 3350 - total flux cleaned = 0.000674606 Jy ! Component: 3400 - total flux cleaned = 0.000704314 Jy ! Component: 3450 - total flux cleaned = 0.000765111 Jy ! Component: 3500 - total flux cleaned = 0.000856785 Jy ! Component: 3550 - total flux cleaned = 0.000887718 Jy ! Component: 3600 - total flux cleaned = 0.000918847 Jy ! Component: 3650 - total flux cleaned = 0.0009815 Jy ! Component: 3700 - total flux cleaned = 0.00104503 Jy ! Component: 3750 - total flux cleaned = 0.00107741 Jy ! Component: 3800 - total flux cleaned = 0.00111013 Jy ! Component: 3850 - total flux cleaned = 0.0011429 Jy ! Component: 3900 - total flux cleaned = 0.001143 Jy ! Component: 3950 - total flux cleaned = 0.00117673 Jy ! Component: 4000 - total flux cleaned = 0.00124472 Jy ! Component: 4050 - total flux cleaned = 0.00124498 Jy ! Total flux subtracted in 4096 components = 0.00131434 Jy ! Clean residual min=-0.002665 max=0.002286 Jy/beam ! Clean residual mean=0.000004 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.591404 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 331 components and 0.591403 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J0112+3522_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.72 x 10.31 at -50.06 degrees (North through East) ! Clean map min=-0.0071647 max=0.48762 Jy/beam ! Writing clean map to FITS file: .//J0112+3522_S_map.fits wmodel .//J0112+3522_S_map.mod ! Writing 331 model components to file: .//J0112+3522_S_map.mod wobs .//J0112+3522_S_uvs.fits ! Writing UV FITS file: .//J0112+3522_S_uvs.fits wwins .//J0112+3522_S_map.win ! wwins: Wrote 2 windows to .//J0112+3522_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.487621 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000580291 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.357013 0.357013 0.714027 1.42805 2.85611 5.71221 11.4244 22.8489 45.6977 91.3954 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.487 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 840.304 quit ! Quitting program ! Log file .//J0112+3522_S_dfm.log closed on Wed Aug 15 15:23:52 2018