! Started logfile: J0915+0007_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:22:36 2016 obs J0915+0007_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0915+0007_S_2014_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.693215 visibilities/baseline/integration-bin. ! Found source: J0915+0007 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 360 lines of history. ! ! Reading 14100 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J0915+0007_S_2014_08_05_pus] 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 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 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875644Jy sigma=0.008331 ! Fit after self-cal, rms=0.788574Jy sigma=0.007450 ! 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.82 mas, bmaj=9.702 mas, bpa=16.48 degrees ! Estimated noise=1159.89 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.16625 Jy ! Component: 100 - total flux cleaned = 0.227417 Jy ! Total flux subtracted in 100 components = 0.227417 Jy ! Clean residual min=-0.011302 max=0.025256 Jy/beam ! Clean residual mean=-0.000064 rms=0.003947 Jy/beam ! Combined flux in latest and established models = 0.227417 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.227417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118586Jy sigma=0.000969 ! Fit after self-cal, rms=0.118145Jy sigma=0.000965 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0267203 Jy ! Component: 100 - total flux cleaned = 0.0393369 Jy ! Total flux subtracted in 100 components = 0.0393369 Jy ! Clean residual min=-0.007673 max=0.010922 Jy/beam ! Clean residual mean=-0.000034 rms=0.002422 Jy/beam ! Combined flux in latest and established models = 0.266753 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.266754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112180Jy sigma=0.000882 ! Fit after self-cal, rms=0.112137Jy sigma=0.000881 ! 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.704 mas, bmaj=10.77 mas, bpa=14.47 degrees ! Estimated noise=641.997 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.0106761 Jy ! Component: 100 - total flux cleaned = 0.0165688 Jy ! Component: 150 - total flux cleaned = 0.0202191 Jy ! Component: 200 - total flux cleaned = 0.0226032 Jy ! Total flux subtracted in 200 components = 0.0226032 Jy ! Clean residual min=-0.010111 max=0.010146 Jy/beam ! Clean residual mean=-0.000035 rms=0.002548 Jy/beam ! Combined flux in latest and established models = 0.289357 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 68 components and 0.289357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111249Jy sigma=0.000870 ! Fit after self-cal, rms=0.111235Jy sigma=0.000870 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 1.15 KP 1.03 ! LA 1.09 MK 1.00* NL 0.92 OV 0.98 ! PT 1.01 SC 0.89 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.25 KP 0.99 ! LA 1.05 MK 1.00* NL 0.96 OV 1.03 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.15 HN 1.29 KP 0.88 ! LA 0.84 MK 1.00* NL 0.95 OV 0.94 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.29 KP 0.85 ! LA 0.80 MK 1.00* NL 1.05 OV 1.01 ! PT 1.03 SC 0.88 ! ! ! Fit before self-cal, rms=0.111235Jy sigma=0.000870 ! Fit after self-cal, rms=0.108096Jy sigma=0.000822 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.674 mas, bmaj=11.04 mas, bpa=16.36 degrees ! Estimated noise=635.449 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.00707927 Jy ! Component: 100 - total flux cleaned = -0.00884021 Jy ! Component: 150 - total flux cleaned = -0.00931401 Jy ! Component: 200 - total flux cleaned = -0.00962142 Jy ! Total flux subtracted in 200 components = -0.00962142 Jy ! Clean residual min=-0.006827 max=0.007221 Jy/beam ! Clean residual mean=-0.000027 rms=0.001740 Jy/beam ! Combined flux in latest and established models = 0.279735 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.279735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107349Jy sigma=0.000818 ! Fit after self-cal, rms=0.107446Jy sigma=0.000818 ! 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.107446Jy sigma=0.000818 ! Fit after self-cal, rms=0.134727Jy sigma=0.000793 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.673 mas, bmaj=10.87 mas, bpa=15.21 degrees ! Estimated noise=631.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000679119 Jy ! Component: 100 - total flux cleaned = -0.000758449 Jy ! Component: 150 - total flux cleaned = -0.000762807 Jy ! Component: 200 - total flux cleaned = -0.000765171 Jy ! Total flux subtracted in 200 components = -0.000765171 Jy ! Clean residual min=-0.002395 max=0.002746 Jy/beam ! Clean residual mean=-0.000010 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.27897 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 86 components and 0.27897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134652Jy sigma=0.000792 ! Fit after self-cal, rms=0.134910Jy sigma=0.000792 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 (-86.5, -81.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183585 Jy ! Component: 100 - total flux cleaned = 0.00167783 Jy ! Component: 150 - total flux cleaned = 0.00163563 Jy ! Component: 200 - total flux cleaned = 0.00163661 Jy ! Total flux subtracted in 200 components = 0.00163661 Jy ! Clean residual min=-0.002233 max=0.002171 Jy/beam ! Clean residual mean=-0.000012 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.280607 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.280607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134857Jy sigma=0.000791 ! Fit after self-cal, rms=0.134851Jy sigma=0.000791 ! 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.134851Jy sigma=0.000791 ! Fit after self-cal, rms=0.136245Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.667 mas, bmaj=10.87 mas, bpa=15.22 degrees ! Estimated noise=631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161756 Jy ! Component: 100 - total flux cleaned = 0.000370242 Jy ! Component: 150 - total flux cleaned = 0.000584104 Jy ! Component: 200 - total flux cleaned = 0.00061357 Jy ! Total flux subtracted in 200 components = 0.00061357 Jy ! Clean residual min=-0.002076 max=0.001936 Jy/beam ! Clean residual mean=-0.000010 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.28122 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.28122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136217Jy sigma=0.000791 ! Fit after self-cal, rms=0.136227Jy sigma=0.000791 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 = 6.52834e-05 Jy ! Component: 100 - total flux cleaned = 1.11703e-05 Jy ! Component: 150 - total flux cleaned = -6.49458e-05 Jy ! Component: 200 - total flux cleaned = -0.00011273 Jy ! Total flux subtracted in 200 components = -0.00011273 Jy ! Clean residual min=-0.001994 max=0.001896 Jy/beam ! Clean residual mean=-0.000010 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.281108 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 125 components and 0.281108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136217Jy sigma=0.000791 ! Fit after self-cal, rms=0.136218Jy sigma=0.000791 ! 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.136218Jy sigma=0.000791 ! Fit after self-cal, rms=0.136861Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.142 mas, bmaj=13.45 mas, bpa=11.22 degrees ! Estimated noise=714.145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000346681 Jy ! Component: 100 - total flux cleaned = 0.000289884 Jy ! Component: 150 - total flux cleaned = 0.000237845 Jy ! Component: 200 - total flux cleaned = 0.000237639 Jy ! Total flux subtracted in 200 components = 0.000237639 Jy ! Clean residual min=-0.001728 max=0.001758 Jy/beam ! Clean residual mean=-0.000013 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.281345 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 139 components and 0.281345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136851Jy sigma=0.000791 ! Fit after self-cal, rms=0.136853Jy sigma=0.000791 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.000213431 Jy ! Component: 100 - total flux cleaned = 0.000152718 Jy ! Component: 150 - total flux cleaned = 7.86412e-05 Jy ! Component: 200 - total flux cleaned = 2.77298e-05 Jy ! Total flux subtracted in 200 components = 2.77298e-05 Jy ! Clean residual min=-0.001677 max=0.001712 Jy/beam ! Clean residual mean=-0.000012 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.281373 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.281373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136851Jy sigma=0.000791 ! Fit after self-cal, rms=0.136850Jy sigma=0.000791 ! 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.664 mas, bmaj=10.87 mas, bpa=15.22 degrees ! Estimated noise=630.876 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.664 x 10.87 at 15.22 degrees (North through East) ! Clean map min=-0.0018901 max=0.20941 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.773 mas, bmaj=9.753 mas, bpa=16.94 degrees ! Estimated noise=1146.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.165368 Jy ! Component: 100 - total flux cleaned = 0.227 Jy ! Component: 150 - total flux cleaned = 0.252668 Jy ! Component: 200 - total flux cleaned = 0.263874 Jy ! Total flux subtracted in 200 components = 0.263874 Jy ! Clean residual min=-0.004412 max=0.005378 Jy/beam ! Clean residual mean=-0.000014 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.263874 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.263874 Jy ! Inverting map and beam ! Estimated beam: bmin=4.664 mas, bmaj=10.87 mas, bpa=15.22 degrees ! Estimated noise=630.876 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 (4.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00662658 Jy ! Component: 100 - total flux cleaned = 0.01044 Jy ! Component: 150 - total flux cleaned = 0.0130927 Jy ! Component: 200 - total flux cleaned = 0.0147484 Jy ! Total flux subtracted in 200 components = 0.0147484 Jy ! Clean residual min=-0.002051 max=0.001820 Jy/beam ! Clean residual mean=-0.000012 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.278623 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 72 components and 0.278622 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=9.142 mas, bmaj=13.45 mas, bpa=11.22 degrees ! Estimated noise=714.145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141954 Jy ! Component: 100 - total flux cleaned = 0.00170689 Jy ! Component: 150 - total flux cleaned = 0.0020369 Jy ! Component: 200 - total flux cleaned = 0.00218217 Jy ! Total flux subtracted in 200 components = 0.00218217 Jy ! Clean residual min=-0.001775 max=0.001688 Jy/beam ! Clean residual mean=-0.000014 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.280805 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 = 6.6912e-05 Jy ! Component: 100 - total flux cleaned = 0.000128103 Jy ! Component: 150 - total flux cleaned = 0.000155456 Jy ! Component: 200 - total flux cleaned = 0.000155427 Jy ! Total flux subtracted in 200 components = 0.000155427 Jy ! Clean residual min=-0.001625 max=0.001616 Jy/beam ! Clean residual mean=-0.000013 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.28096 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 125 components and 0.28096 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.664 mas, bmaj=10.87 mas, bpa=15.22 degrees ! Estimated noise=630.876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000584787 Jy ! Component: 100 - total flux cleaned = -0.000656762 Jy ! Component: 150 - total flux cleaned = -0.000754988 Jy ! Component: 200 - total flux cleaned = -0.000784352 Jy ! Total flux subtracted in 200 components = -0.000784352 Jy ! Clean residual min=-0.001698 max=0.001493 Jy/beam ! Clean residual mean=-0.000008 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.280176 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 146 components and 0.280176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136808Jy sigma=0.000790 ! Fit after self-cal, rms=0.136804Jy sigma=0.000790 wmodel J0915+0007_S_2014_08_05_pus_map.mod ! Writing 146 model components to file: J0915+0007_S_2014_08_05_pus_map.mod wobs J0915+0007_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0915+0007_S_2014_08_05_pus_uvs.fits wwins J0915+0007_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0915+0007_S_2014_08_05_pus_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.000462606 Jy ! Component: 100 - total flux cleaned = -0.000599558 Jy ! Component: 150 - total flux cleaned = -0.000650679 Jy ! Component: 200 - total flux cleaned = -0.000601293 Jy ! Component: 250 - total flux cleaned = -0.00057775 Jy ! Component: 300 - total flux cleaned = -0.000644849 Jy ! Component: 350 - total flux cleaned = -0.000645278 Jy ! Component: 400 - total flux cleaned = -0.000709286 Jy ! Component: 450 - total flux cleaned = -0.000792081 Jy ! Component: 500 - total flux cleaned = -0.00093387 Jy ! Component: 550 - total flux cleaned = -0.000973443 Jy ! Component: 600 - total flux cleaned = -0.00110947 Jy ! Component: 650 - total flux cleaned = -0.00120427 Jy ! Component: 700 - total flux cleaned = -0.0013344 Jy ! Component: 750 - total flux cleaned = -0.001389 Jy ! Component: 800 - total flux cleaned = -0.00144283 Jy ! Component: 850 - total flux cleaned = -0.0015662 Jy ! Component: 900 - total flux cleaned = -0.00163552 Jy ! Component: 950 - total flux cleaned = -0.00168647 Jy ! Component: 1000 - total flux cleaned = -0.00172003 Jy ! Component: 1050 - total flux cleaned = -0.00178613 Jy ! Component: 1100 - total flux cleaned = -0.00176953 Jy ! Component: 1150 - total flux cleaned = -0.00184962 Jy ! Component: 1200 - total flux cleaned = -0.00183388 Jy ! Component: 1250 - total flux cleaned = -0.00191185 Jy ! Component: 1300 - total flux cleaned = -0.00197338 Jy ! Component: 1350 - total flux cleaned = -0.00200382 Jy ! Component: 1400 - total flux cleaned = -0.00203396 Jy ! Component: 1450 - total flux cleaned = -0.00201922 Jy ! Component: 1500 - total flux cleaned = -0.00209243 Jy ! Component: 1550 - total flux cleaned = -0.00206365 Jy ! Component: 1600 - total flux cleaned = -0.00210692 Jy ! Component: 1650 - total flux cleaned = -0.00216352 Jy ! Component: 1700 - total flux cleaned = -0.00213564 Jy ! Component: 1750 - total flux cleaned = -0.00214934 Jy ! Component: 1800 - total flux cleaned = -0.00217676 Jy ! Component: 1850 - total flux cleaned = -0.00219059 Jy ! Component: 1900 - total flux cleaned = -0.00217718 Jy ! Component: 1950 - total flux cleaned = -0.0021772 Jy ! Component: 2000 - total flux cleaned = -0.00220355 Jy ! Component: 2050 - total flux cleaned = -0.00221635 Jy ! Component: 2100 - total flux cleaned = -0.0021907 Jy ! Component: 2150 - total flux cleaned = -0.00219077 Jy ! Component: 2200 - total flux cleaned = -0.00225385 Jy ! Component: 2250 - total flux cleaned = -0.00224128 Jy ! Component: 2300 - total flux cleaned = -0.00221665 Jy ! Component: 2350 - total flux cleaned = -0.00222875 Jy ! Component: 2400 - total flux cleaned = -0.00218022 Jy ! Component: 2450 - total flux cleaned = -0.00221642 Jy ! Component: 2500 - total flux cleaned = -0.00220466 Jy ! Component: 2550 - total flux cleaned = -0.00222816 Jy ! Component: 2600 - total flux cleaned = -0.0022049 Jy ! Component: 2650 - total flux cleaned = -0.00220487 Jy ! Component: 2700 - total flux cleaned = -0.00213607 Jy ! Component: 2750 - total flux cleaned = -0.00212475 Jy ! Component: 2800 - total flux cleaned = -0.00211349 Jy ! Component: 2850 - total flux cleaned = -0.00211345 Jy ! Component: 2900 - total flux cleaned = -0.00205807 Jy ! Component: 2950 - total flux cleaned = -0.00204705 Jy ! Component: 3000 - total flux cleaned = -0.00204703 Jy ! Component: 3050 - total flux cleaned = -0.00202534 Jy ! Component: 3100 - total flux cleaned = -0.00205742 Jy ! Component: 3150 - total flux cleaned = -0.0020148 Jy ! Component: 3200 - total flux cleaned = -0.00197266 Jy ! Component: 3250 - total flux cleaned = -0.00195176 Jy ! Component: 3300 - total flux cleaned = -0.00193108 Jy ! Component: 3350 - total flux cleaned = -0.00191053 Jy ! Component: 3400 - total flux cleaned = -0.00190034 Jy ! Component: 3450 - total flux cleaned = -0.00186985 Jy ! Component: 3500 - total flux cleaned = -0.00184969 Jy ! Component: 3550 - total flux cleaned = -0.0018097 Jy ! Component: 3600 - total flux cleaned = -0.00180964 Jy ! Component: 3650 - total flux cleaned = -0.00177989 Jy ! Component: 3700 - total flux cleaned = -0.00172078 Jy ! Component: 3750 - total flux cleaned = -0.00169152 Jy ! Component: 3800 - total flux cleaned = -0.00163336 Jy ! Component: 3850 - total flux cleaned = -0.00160441 Jy ! Component: 3900 - total flux cleaned = -0.00159476 Jy ! Component: 3950 - total flux cleaned = -0.0015567 Jy ! Component: 4000 - total flux cleaned = -0.00157572 Jy ! Component: 4050 - total flux cleaned = -0.00153806 Jy ! Total flux subtracted in 4096 components = -0.00148185 Jy ! Clean residual min=-0.000616 max=0.000639 Jy/beam ! Clean residual mean=-0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.278694 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 425 components and 0.278694 Jy ![Exited script file: muppet] wmap "J0915+0007_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.664 x 10.87 at 15.22 degrees (North through East) ! Clean map min=-0.0012447 max=0.21021 Jy/beam ! Writing clean map to FITS file: J0915+0007_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.210214 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184702 device "J0915+0007_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0915+0007_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.263591 0.263591 0.527183 1.05437 2.10873 4.21746 8.43493 16.8699 33.7397 67.4794 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.21 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.664 x 10.87 at 15.22 degrees (North through East) ! Clean map min=-0.0012447 max=0.21021 Jy/beam quit ! Quitting program ! Log file J0915+0007_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:22:42 2016