! Started logfile: .//J0349+4609_S_dfm.log on Wed Aug 15 15:27:19 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 .//J0349+4609_S_uva.fits ! Reading UV FITS file: .//J0349+4609_S_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0349+4609 ! ! 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 1440 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 J0349+4609_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 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.087898Jy sigma=21.979057 ! Fit after self-cal, rms=0.590176Jy sigma=11.538923 ! 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.026 mas, bmaj=9.348 mas, bpa=39.3 degrees ! Estimated noise=1.32709 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.314541 Jy ! Component: 100 - total flux cleaned = 0.42326 Jy ! Total flux subtracted in 100 components = 0.42326 Jy ! Clean residual min=-0.026673 max=0.049085 Jy/beam ! Clean residual mean=-0.000564 rms=0.008622 Jy/beam ! Combined flux in latest and established models = 0.42326 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.42326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122287Jy sigma=2.528455 ! Fit after self-cal, rms=0.121528Jy sigma=2.515174 ! 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.569 mas, bmaj=9.454 mas, bpa=38.17 degrees ! Estimated noise=1.09735 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.0710031 Jy ! Component: 100 - total flux cleaned = 0.107986 Jy ! Component: 150 - total flux cleaned = 0.131814 Jy ! Component: 200 - total flux cleaned = 0.148754 Jy ! Total flux subtracted in 200 components = 0.148754 Jy ! Clean residual min=-0.019819 max=0.019396 Jy/beam ! Clean residual mean=-0.000507 rms=0.005560 Jy/beam ! Combined flux in latest and established models = 0.572014 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 73 components and 0.572014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072995Jy sigma=1.469982 ! Fit after self-cal, rms=0.072494Jy sigma=1.460365 ! 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.569 x 9.454 at 38.17 degrees (North through East) ! Clean map min=-0.018348 max=0.42673 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 1.01 KP 0.97 ! LA 0.88 MK 1.07 NL 1.04 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.08 HN 1.02 KP 0.96 ! LA 0.89 MK 1.06 NL 1.03 OV 0.95 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.07 HN 1.00 KP 0.99 ! LA 0.88 MK 1.04 NL 1.00 OV 0.94 ! PT 0.95 SC 0.97 ! ! ! 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* SC 0.00* ! ! ! Fit before self-cal, rms=0.072494Jy sigma=1.460365 ! Fit after self-cal, rms=0.060995Jy sigma=1.245750 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=9.57 mas, bpa=38.16 degrees ! Estimated noise=1.08097 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 (-11, 119.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0191152 Jy ! Component: 100 - total flux cleaned = 0.0291078 Jy ! Component: 150 - total flux cleaned = 0.0361352 Jy ! Component: 200 - total flux cleaned = 0.0417837 Jy ! Total flux subtracted in 200 components = 0.0417837 Jy ! Clean residual min=-0.009636 max=0.013289 Jy/beam ! Clean residual mean=-0.000251 rms=0.002887 Jy/beam ! Combined flux in latest and established models = 0.613798 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 126 components and 0.613798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055112Jy sigma=1.095523 ! Fit after self-cal, rms=0.054949Jy sigma=1.090300 ! 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.054949Jy sigma=1.090300 ! Fit after self-cal, rms=0.054623Jy sigma=1.085009 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.601 mas, bmaj=9.584 mas, bpa=38.13 degrees ! Estimated noise=1.07686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00597652 Jy ! Component: 100 - total flux cleaned = 0.00915438 Jy ! Component: 150 - total flux cleaned = 0.0111895 Jy ! Component: 200 - total flux cleaned = 0.0128414 Jy ! Total flux subtracted in 200 components = 0.0128414 Jy ! Clean residual min=-0.008504 max=0.010866 Jy/beam ! Clean residual mean=-0.000189 rms=0.002522 Jy/beam ! Combined flux in latest and established models = 0.62664 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 159 components and 0.62664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053800Jy sigma=1.063656 ! Fit after self-cal, rms=0.053755Jy sigma=1.062371 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 (39, -107.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106347 Jy ! Component: 100 - total flux cleaned = 0.0173879 Jy ! Component: 150 - total flux cleaned = 0.0222942 Jy ! Component: 200 - total flux cleaned = 0.0261577 Jy ! Total flux subtracted in 200 components = 0.0261577 Jy ! Clean residual min=-0.007708 max=0.005462 Jy/beam ! Clean residual mean=-0.000104 rms=0.001867 Jy/beam ! Combined flux in latest and established models = 0.652797 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 198 components and 0.652797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051396Jy sigma=1.003970 ! Fit after self-cal, rms=0.051380Jy sigma=1.002878 ! 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.051380Jy sigma=1.002878 ! Fit after self-cal, rms=0.051181Jy sigma=1.001248 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=9.586 mas, bpa=38.11 degrees ! Estimated noise=1.07376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00298078 Jy ! Component: 100 - total flux cleaned = 0.00443638 Jy ! Component: 150 - total flux cleaned = 0.00596192 Jy ! Component: 200 - total flux cleaned = 0.00707221 Jy ! Total flux subtracted in 200 components = 0.00707221 Jy ! Clean residual min=-0.007217 max=0.005247 Jy/beam ! Clean residual mean=-0.000086 rms=0.001704 Jy/beam ! Combined flux in latest and established models = 0.65987 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 222 components and 0.659869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050720Jy sigma=0.990711 ! Fit after self-cal, rms=0.050727Jy sigma=0.990552 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.000977215 Jy ! Component: 100 - total flux cleaned = 0.00170815 Jy ! Component: 150 - total flux cleaned = 0.00230902 Jy ! Component: 200 - total flux cleaned = 0.00279845 Jy ! Total flux subtracted in 200 components = 0.00279845 Jy ! Clean residual min=-0.006902 max=0.005192 Jy/beam ! Clean residual mean=-0.000076 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.662668 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 241 components and 0.662668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050459Jy sigma=0.984917 ! Fit after self-cal, rms=0.050463Jy sigma=0.984857 ! 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.050463Jy sigma=0.984857 ! Fit after self-cal, rms=0.050426Jy sigma=0.984034 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.115 mas, bmaj=11.01 mas, bpa=32.8 degrees ! Estimated noise=1.2577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00298627 Jy ! Component: 100 - total flux cleaned = 0.00444596 Jy ! Component: 150 - total flux cleaned = 0.00551149 Jy ! Component: 200 - total flux cleaned = 0.0062818 Jy ! Total flux subtracted in 200 components = 0.0062818 Jy ! Clean residual min=-0.009170 max=0.006729 Jy/beam ! Clean residual mean=-0.000137 rms=0.002495 Jy/beam ! Combined flux in latest and established models = 0.66895 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 278 components and 0.66895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050220Jy sigma=0.978999 ! Fit after self-cal, rms=0.050218Jy sigma=0.978820 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.000574201 Jy ! Component: 100 - total flux cleaned = 0.00109526 Jy ! Component: 150 - total flux cleaned = 0.00173696 Jy ! Component: 200 - total flux cleaned = 0.00225758 Jy ! Total flux subtracted in 200 components = 0.00225758 Jy ! Clean residual min=-0.008857 max=0.006551 Jy/beam ! Clean residual mean=-0.000117 rms=0.002387 Jy/beam ! Combined flux in latest and established models = 0.671207 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 298 components and 0.671207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050110Jy sigma=0.976350 ! Fit after self-cal, rms=0.050104Jy sigma=0.976256 ! 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.603 mas, bmaj=9.583 mas, bpa=38.09 degrees ! Estimated noise=1.07334 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.603 x 9.583 at 38.09 degrees (North through East) ! Clean map min=-0.0061545 max=0.41982 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.049 mas, bmaj=9.45 mas, bpa=39.24 degrees ! Estimated noise=1.30949 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.310077 Jy ! Component: 100 - total flux cleaned = 0.417055 Jy ! Component: 150 - total flux cleaned = 0.469244 Jy ! Component: 200 - total flux cleaned = 0.498125 Jy ! Total flux subtracted in 200 components = 0.498125 Jy ! Clean residual min=-0.014813 max=0.017475 Jy/beam ! Clean residual mean=-0.000267 rms=0.003947 Jy/beam ! Combined flux in latest and established models = 0.498125 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.498125 Jy ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=9.583 mas, bpa=38.09 degrees ! Estimated noise=1.07334 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 (-5.5, 59.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0262389 Jy ! Component: 100 - total flux cleaned = 0.0448999 Jy ! Component: 150 - total flux cleaned = 0.0599394 Jy ! Component: 200 - total flux cleaned = 0.0724057 Jy ! Total flux subtracted in 200 components = 0.0724057 Jy ! Clean residual min=-0.008660 max=0.010193 Jy/beam ! Clean residual mean=-0.000276 rms=0.002958 Jy/beam ! Combined flux in latest and established models = 0.570531 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 81 components and 0.570531 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.115 mas, bmaj=11.01 mas, bpa=32.8 degrees ! Estimated noise=1.2577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178489 Jy ! Component: 100 - total flux cleaned = 0.0315213 Jy ! Component: 150 - total flux cleaned = 0.0426478 Jy ! Component: 200 - total flux cleaned = 0.0518575 Jy ! Total flux subtracted in 200 components = 0.0518575 Jy ! Clean residual min=-0.009758 max=0.007613 Jy/beam ! Clean residual mean=-0.000322 rms=0.003185 Jy/beam ! Combined flux in latest and established models = 0.622388 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.00773783 Jy ! Component: 100 - total flux cleaned = 0.0142867 Jy ! Component: 150 - total flux cleaned = 0.0198506 Jy ! Component: 200 - total flux cleaned = 0.0245974 Jy ! Total flux subtracted in 200 components = 0.0245974 Jy ! Clean residual min=-0.008297 max=0.005587 Jy/beam ! Clean residual mean=-0.000213 rms=0.002471 Jy/beam ! Combined flux in latest and established models = 0.646986 Jy ! Adding 172 model components to the UV plane model. ! The established model now contains 246 components and 0.646986 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=9.583 mas, bpa=38.09 degrees ! Estimated noise=1.07334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375042 Jy ! Component: 100 - total flux cleaned = 0.0067618 Jy ! Component: 150 - total flux cleaned = 0.00885417 Jy ! Component: 200 - total flux cleaned = 0.0104715 Jy ! Total flux subtracted in 200 components = 0.0104715 Jy ! Clean residual min=-0.006167 max=0.004703 Jy/beam ! Clean residual mean=-0.000073 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.657457 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 281 components and 0.657457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050265Jy sigma=0.975252 ! Fit after self-cal, rms=0.050190Jy sigma=0.973961 wmodel J0349+4609_S_map.mod ! Writing 281 model components to file: J0349+4609_S_map.mod wobs J0349+4609_S_uvs.fits ! Writing UV FITS file: J0349+4609_S_uvs.fits wwins J0349+4609_S_map.win ! wwins: Wrote 4 windows to J0349+4609_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.00262098 Jy ! Component: 100 - total flux cleaned = -0.00435242 Jy ! Component: 150 - total flux cleaned = -0.00577136 Jy ! Component: 200 - total flux cleaned = -0.00701949 Jy ! Component: 250 - total flux cleaned = -0.00798419 Jy ! Component: 300 - total flux cleaned = -0.00869588 Jy ! Component: 350 - total flux cleaned = -0.0091257 Jy ! Component: 400 - total flux cleaned = -0.0095335 Jy ! Component: 450 - total flux cleaned = -0.00970158 Jy ! Component: 500 - total flux cleaned = -0.00986428 Jy ! Component: 550 - total flux cleaned = -0.00986362 Jy ! Component: 600 - total flux cleaned = -0.00986336 Jy ! Component: 650 - total flux cleaned = -0.0099609 Jy ! Component: 700 - total flux cleaned = -0.0100569 Jy ! Component: 750 - total flux cleaned = -0.0102853 Jy ! Component: 800 - total flux cleaned = -0.010418 Jy ! Component: 850 - total flux cleaned = -0.01059 Jy ! Component: 900 - total flux cleaned = -0.0106731 Jy ! Component: 950 - total flux cleaned = -0.0107953 Jy ! Component: 1000 - total flux cleaned = -0.0108343 Jy ! Component: 1050 - total flux cleaned = -0.0108733 Jy ! Component: 1100 - total flux cleaned = -0.0109492 Jy ! Component: 1150 - total flux cleaned = -0.0109491 Jy ! Component: 1200 - total flux cleaned = -0.0109856 Jy ! Component: 1250 - total flux cleaned = -0.0109861 Jy ! Component: 1300 - total flux cleaned = -0.0109861 Jy ! Component: 1350 - total flux cleaned = -0.0109856 Jy ! Component: 1400 - total flux cleaned = -0.010952 Jy ! Component: 1450 - total flux cleaned = -0.0108557 Jy ! Component: 1500 - total flux cleaned = -0.0107611 Jy ! Component: 1550 - total flux cleaned = -0.0106993 Jy ! Component: 1600 - total flux cleaned = -0.0106079 Jy ! Component: 1650 - total flux cleaned = -0.0105478 Jy ! Component: 1700 - total flux cleaned = -0.0105483 Jy ! Component: 1750 - total flux cleaned = -0.0105482 Jy ! Component: 1800 - total flux cleaned = -0.0106339 Jy ! Component: 1850 - total flux cleaned = -0.0106337 Jy ! Component: 1900 - total flux cleaned = -0.0106892 Jy ! Component: 1950 - total flux cleaned = -0.0107434 Jy ! Component: 2000 - total flux cleaned = -0.0107696 Jy ! Component: 2050 - total flux cleaned = -0.010796 Jy ! Component: 2100 - total flux cleaned = -0.0109012 Jy ! Component: 2150 - total flux cleaned = -0.0108748 Jy ! Component: 2200 - total flux cleaned = -0.0110299 Jy ! Component: 2250 - total flux cleaned = -0.0110807 Jy ! Component: 2300 - total flux cleaned = -0.0111567 Jy ! Component: 2350 - total flux cleaned = -0.0112821 Jy ! Component: 2400 - total flux cleaned = -0.0114069 Jy ! Component: 2450 - total flux cleaned = -0.0114565 Jy ! Component: 2500 - total flux cleaned = -0.0116528 Jy ! Component: 2550 - total flux cleaned = -0.0117014 Jy ! Component: 2600 - total flux cleaned = -0.0118949 Jy ! Component: 2650 - total flux cleaned = -0.0119672 Jy ! Component: 2700 - total flux cleaned = -0.0120628 Jy ! Component: 2750 - total flux cleaned = -0.0122293 Jy ! Component: 2800 - total flux cleaned = -0.012324 Jy ! Component: 2850 - total flux cleaned = -0.0124182 Jy ! Component: 2900 - total flux cleaned = -0.0124652 Jy ! Component: 2950 - total flux cleaned = -0.0126055 Jy ! Component: 3000 - total flux cleaned = -0.012769 Jy ! Component: 3050 - total flux cleaned = -0.0128155 Jy ! Component: 3100 - total flux cleaned = -0.0129084 Jy ! Component: 3150 - total flux cleaned = -0.0130243 Jy ! Component: 3200 - total flux cleaned = -0.0131401 Jy ! Component: 3250 - total flux cleaned = -0.0132554 Jy ! Component: 3300 - total flux cleaned = -0.0133704 Jy ! Component: 3350 - total flux cleaned = -0.0134627 Jy ! Component: 3400 - total flux cleaned = -0.0135549 Jy ! Component: 3450 - total flux cleaned = -0.0136239 Jy ! Component: 3500 - total flux cleaned = -0.01367 Jy ! Component: 3550 - total flux cleaned = -0.0137393 Jy ! Component: 3600 - total flux cleaned = -0.0137623 Jy ! Component: 3650 - total flux cleaned = -0.013832 Jy ! Component: 3700 - total flux cleaned = -0.0139017 Jy ! Component: 3750 - total flux cleaned = -0.013995 Jy ! Component: 3800 - total flux cleaned = -0.0140884 Jy ! Component: 3850 - total flux cleaned = -0.0141353 Jy ! Component: 3900 - total flux cleaned = -0.0142532 Jy ! Component: 3950 - total flux cleaned = -0.0143242 Jy ! Component: 4000 - total flux cleaned = -0.0144193 Jy ! Component: 4050 - total flux cleaned = -0.0145147 Jy ! Total flux subtracted in 4096 components = -0.0146106 Jy ! Clean residual min=-0.001648 max=0.001197 Jy/beam ! Clean residual mean=-0.000010 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.642847 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 569 components and 0.642847 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J0349+4609_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.603 x 9.583 at 38.09 degrees (North through East) ! Clean map min=-0.0044919 max=0.41565 Jy/beam ! Writing clean map to FITS file: .//J0349+4609_S_map.fits wmodel .//J0349+4609_S_map.mod ! Writing 569 model components to file: .//J0349+4609_S_map.mod wobs .//J0349+4609_S_uvs.fits ! Writing UV FITS file: .//J0349+4609_S_uvs.fits wwins .//J0349+4609_S_map.win ! wwins: Wrote 5 windows to .//J0349+4609_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.41565 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000412416 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.297666 0.297666 0.595332 1.19066 2.38133 4.76265 9.52531 19.0506 38.1012 76.2025 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.415 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1007.84 quit ! Quitting program ! Log file .//J0349+4609_S_dfm.log closed on Wed Aug 15 15:27:23 2018