! Started logfile: J0648-1744_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:17:33 2016 obs J0648-1744_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0648-1744_S_2014_05_31_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782473 visibilities/baseline/integration-bin. ! Found source: J0648-1744 ! ! 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 336 lines of history. ! ! Reading 10000 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 J0648-1744_S_2014_05_31_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.780801Jy sigma=0.007696 ! Fit after self-cal, rms=0.729496Jy sigma=0.007197 ! 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=11.57 mas, bpa=16.85 degrees ! Estimated noise=1013.26 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.208672 Jy ! Component: 100 - total flux cleaned = 0.273033 Jy ! Total flux subtracted in 100 components = 0.273033 Jy ! Clean residual min=-0.016886 max=0.037835 Jy/beam ! Clean residual mean=-0.000055 rms=0.005770 Jy/beam ! Combined flux in latest and established models = 0.273033 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.273033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123860Jy sigma=0.001201 ! Fit after self-cal, rms=0.123109Jy sigma=0.001195 ! Inverting map ! Added new window around map position (14.5, 16). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0402535 Jy ! Component: 100 - total flux cleaned = 0.0666597 Jy ! Total flux subtracted in 100 components = 0.0666597 Jy ! Clean residual min=-0.013058 max=0.020784 Jy/beam ! Clean residual mean=-0.000031 rms=0.003882 Jy/beam ! Combined flux in latest and established models = 0.339693 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 31 components and 0.339693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105107Jy sigma=0.001001 ! Fit after self-cal, rms=0.104001Jy sigma=0.000992 ! 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.952 mas, bmaj=12.72 mas, bpa=14.88 degrees ! Estimated noise=723.231 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.0298808 Jy ! Component: 100 - total flux cleaned = 0.0493236 Jy ! Component: 150 - total flux cleaned = 0.063202 Jy ! Component: 200 - total flux cleaned = 0.0734829 Jy ! Total flux subtracted in 200 components = 0.0734829 Jy ! Clean residual min=-0.009091 max=0.013876 Jy/beam ! Clean residual mean=-0.000006 rms=0.002773 Jy/beam ! Combined flux in latest and established models = 0.413176 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 68 components and 0.413176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093581Jy sigma=0.000878 ! Fit after self-cal, rms=0.092551Jy sigma=0.000869 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.79 HN 1.00 KP 1.02 ! LA 1.18 MK 1.00* NL 1.03 OV 0.97 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 1.04 KP 0.98 ! LA 1.16 MK 1.00* NL 1.10 OV 1.00 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.08 HN 1.01 KP 0.90 ! LA 0.91 MK 1.00* NL 1.04 OV 0.94 ! PT 0.93 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.96 HN 1.03 KP 0.87 ! LA 0.89 MK 1.00* NL 1.10 OV 1.02 ! PT 0.99 SC 0.96 ! ! ! Fit before self-cal, rms=0.092551Jy sigma=0.000869 ! Fit after self-cal, rms=0.083355Jy sigma=0.000801 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=12.82 mas, bpa=15.01 degrees ! Estimated noise=707.513 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 (22, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100482 Jy ! Component: 100 - total flux cleaned = 0.0143217 Jy ! Component: 150 - total flux cleaned = 0.0161789 Jy ! Component: 200 - total flux cleaned = 0.0174429 Jy ! Total flux subtracted in 200 components = 0.0174429 Jy ! Clean residual min=-0.003803 max=0.004938 Jy/beam ! Clean residual mean=-0.000005 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.430619 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 137 components and 0.430619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082180Jy sigma=0.000785 ! Fit after self-cal, rms=0.082044Jy sigma=0.000784 ! 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.082044Jy sigma=0.000784 ! Fit after self-cal, rms=0.082073Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=12.83 mas, bpa=15.06 degrees ! Estimated noise=706.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121961 Jy ! Component: 100 - total flux cleaned = 0.00175895 Jy ! Component: 150 - total flux cleaned = 0.00241378 Jy ! Component: 200 - total flux cleaned = 0.00262285 Jy ! Total flux subtracted in 200 components = 0.00262285 Jy ! Clean residual min=-0.003397 max=0.004642 Jy/beam ! Clean residual mean=-0.000003 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.433242 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 164 components and 0.433242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081840Jy sigma=0.000781 ! Fit after self-cal, rms=0.081780Jy sigma=0.000780 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 (7, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279914 Jy ! Component: 100 - total flux cleaned = 0.00263555 Jy ! Component: 150 - total flux cleaned = 0.00271526 Jy ! Component: 200 - total flux cleaned = 0.00257232 Jy ! Total flux subtracted in 200 components = 0.00257232 Jy ! Clean residual min=-0.003043 max=0.003680 Jy/beam ! Clean residual mean=-0.000001 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.435814 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 200 components and 0.435814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081488Jy sigma=0.000778 ! Fit after self-cal, rms=0.081437Jy sigma=0.000777 ! Inverting map ! Added new window around map position (4.5, 95). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279705 Jy ! Component: 100 - total flux cleaned = 0.00379955 Jy ! Component: 150 - total flux cleaned = 0.00396443 Jy ! Component: 200 - total flux cleaned = 0.00410645 Jy ! Total flux subtracted in 200 components = 0.00410645 Jy ! Clean residual min=-0.002813 max=0.002875 Jy/beam ! Clean residual mean=-0.000001 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.43992 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 235 components and 0.43992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081194Jy sigma=0.000775 ! Fit after self-cal, rms=0.081174Jy sigma=0.000775 ! 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.081174Jy sigma=0.000775 ! Fit after self-cal, rms=0.081018Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.938 mas, bmaj=12.83 mas, bpa=15.13 degrees ! Estimated noise=706.404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00094263 Jy ! Component: 100 - total flux cleaned = 0.00174591 Jy ! Component: 150 - total flux cleaned = 0.00191395 Jy ! Component: 200 - total flux cleaned = 0.00196265 Jy ! Total flux subtracted in 200 components = 0.00196265 Jy ! Clean residual min=-0.002257 max=0.002670 Jy/beam ! Clean residual mean=-0.000005 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.441883 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 275 components and 0.441883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080933Jy sigma=0.000771 ! Fit after self-cal, rms=0.080921Jy sigma=0.000771 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.000130435 Jy ! Component: 100 - total flux cleaned = 0.000129338 Jy ! Component: 150 - total flux cleaned = 8.64264e-05 Jy ! Component: 200 - total flux cleaned = -3.04242e-05 Jy ! Total flux subtracted in 200 components = -3.04242e-05 Jy ! Clean residual min=-0.002213 max=0.002511 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.441853 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 295 components and 0.441853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080875Jy sigma=0.000771 ! Fit after self-cal, rms=0.080869Jy sigma=0.000771 ! 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.080869Jy sigma=0.000771 ! Fit after self-cal, rms=0.080907Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.034 mas, bmaj=17.38 mas, bpa=5.604 degrees ! Estimated noise=799.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000518836 Jy ! Component: 100 - total flux cleaned = 0.000569997 Jy ! Component: 150 - total flux cleaned = 0.000661352 Jy ! Component: 200 - total flux cleaned = 0.000741622 Jy ! Total flux subtracted in 200 components = 0.000741622 Jy ! Clean residual min=-0.002025 max=0.002745 Jy/beam ! Clean residual mean=-0.000006 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.442594 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 330 components and 0.442594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080880Jy sigma=0.000770 ! Fit after self-cal, rms=0.080871Jy sigma=0.000770 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 = 4.28673e-05 Jy ! Component: 100 - total flux cleaned = 7.9037e-05 Jy ! Component: 150 - total flux cleaned = 0.000146881 Jy ! Component: 200 - total flux cleaned = 0.000178688 Jy ! Total flux subtracted in 200 components = 0.000178688 Jy ! Clean residual min=-0.001957 max=0.002621 Jy/beam ! Clean residual mean=-0.000006 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.442773 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 356 components and 0.442773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080856Jy sigma=0.000770 ! Fit after self-cal, rms=0.080850Jy sigma=0.000770 ! 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.935 mas, bmaj=12.83 mas, bpa=15.16 degrees ! Estimated noise=706.756 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.935 x 12.83 at 15.16 degrees (North through East) ! Clean map min=-0.0024459 max=0.27143 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.13 mas, bmaj=11.67 mas, bpa=17.04 degrees ! Estimated noise=989.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.203268 Jy ! Component: 100 - total flux cleaned = 0.271317 Jy ! Component: 150 - total flux cleaned = 0.31311 Jy ! Component: 200 - total flux cleaned = 0.342277 Jy ! Total flux subtracted in 200 components = 0.342277 Jy ! Clean residual min=-0.009291 max=0.016303 Jy/beam ! Clean residual mean=-0.000042 rms=0.003091 Jy/beam ! Combined flux in latest and established models = 0.342278 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.342278 Jy ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=12.83 mas, bpa=15.16 degrees ! Estimated noise=706.756 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.0280816 Jy ! Component: 100 - total flux cleaned = 0.0467959 Jy ! Component: 150 - total flux cleaned = 0.0597665 Jy ! Component: 200 - total flux cleaned = 0.0689667 Jy ! Total flux subtracted in 200 components = 0.0689667 Jy ! Clean residual min=-0.003997 max=0.005172 Jy/beam ! Clean residual mean=-0.000014 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.411244 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 102 components and 0.411244 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.034 mas, bmaj=17.38 mas, bpa=5.604 degrees ! Estimated noise=799.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00944706 Jy ! Component: 100 - total flux cleaned = 0.0155677 Jy ! Component: 150 - total flux cleaned = 0.020109 Jy ! Component: 200 - total flux cleaned = 0.0233977 Jy ! Total flux subtracted in 200 components = 0.0233977 Jy ! Clean residual min=-0.003027 max=0.003746 Jy/beam ! Clean residual mean=-0.000010 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.434642 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.0015395 Jy ! Component: 100 - total flux cleaned = 0.00225691 Jy ! Component: 150 - total flux cleaned = 0.00307354 Jy ! Component: 200 - total flux cleaned = 0.00371851 Jy ! Total flux subtracted in 200 components = 0.00371851 Jy ! Clean residual min=-0.002321 max=0.003031 Jy/beam ! Clean residual mean=-0.000007 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.43836 Jy ! Adding 133 model components to the UV plane model. ! The established model now contains 233 components and 0.43836 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=12.83 mas, bpa=15.16 degrees ! Estimated noise=706.756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139008 Jy ! Component: 100 - total flux cleaned = 0.00224859 Jy ! Component: 150 - total flux cleaned = 0.00277234 Jy ! Component: 200 - total flux cleaned = 0.00297223 Jy ! Total flux subtracted in 200 components = 0.00297223 Jy ! Clean residual min=-0.002145 max=0.002434 Jy/beam ! Clean residual mean=-0.000004 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.441333 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 260 components and 0.441333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081008Jy sigma=0.000771 ! Fit after self-cal, rms=0.080950Jy sigma=0.000771 wmodel J0648-1744_S_2014_05_31_pus_map.mod ! Writing 260 model components to file: J0648-1744_S_2014_05_31_pus_map.mod wobs J0648-1744_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0648-1744_S_2014_05_31_pus_uvs.fits wwins J0648-1744_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J0648-1744_S_2014_05_31_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.000488032 Jy ! Component: 100 - total flux cleaned = 0.000759915 Jy ! Component: 150 - total flux cleaned = 0.000943242 Jy ! Component: 200 - total flux cleaned = 0.00108256 Jy ! Component: 250 - total flux cleaned = 0.00125001 Jy ! Component: 300 - total flux cleaned = 0.00134712 Jy ! Component: 350 - total flux cleaned = 0.0013794 Jy ! Component: 400 - total flux cleaned = 0.00147172 Jy ! Component: 450 - total flux cleaned = 0.00147139 Jy ! Component: 500 - total flux cleaned = 0.00138426 Jy ! Component: 550 - total flux cleaned = 0.00141304 Jy ! Component: 600 - total flux cleaned = 0.0013847 Jy ! Component: 650 - total flux cleaned = 0.00135712 Jy ! Component: 700 - total flux cleaned = 0.001304 Jy ! Component: 750 - total flux cleaned = 0.00130411 Jy ! Component: 800 - total flux cleaned = 0.00127873 Jy ! Component: 850 - total flux cleaned = 0.00125422 Jy ! Component: 900 - total flux cleaned = 0.00132848 Jy ! Component: 950 - total flux cleaned = 0.00128023 Jy ! Component: 1000 - total flux cleaned = 0.0012093 Jy ! Component: 1050 - total flux cleaned = 0.00116297 Jy ! Component: 1100 - total flux cleaned = 0.00111725 Jy ! Component: 1150 - total flux cleaned = 0.000981501 Jy ! Component: 1200 - total flux cleaned = 0.000981792 Jy ! Component: 1250 - total flux cleaned = 0.000915856 Jy ! Component: 1300 - total flux cleaned = 0.000807976 Jy ! Component: 1350 - total flux cleaned = 0.00080826 Jy ! Component: 1400 - total flux cleaned = 0.000871385 Jy ! Component: 1450 - total flux cleaned = 0.000766951 Jy ! Component: 1500 - total flux cleaned = 0.000807797 Jy ! Component: 1550 - total flux cleaned = 0.000726232 Jy ! Component: 1600 - total flux cleaned = 0.000645873 Jy ! Component: 1650 - total flux cleaned = 0.000566503 Jy ! Component: 1700 - total flux cleaned = 0.000527143 Jy ! Component: 1750 - total flux cleaned = 0.000449471 Jy ! Component: 1800 - total flux cleaned = 0.000372959 Jy ! Component: 1850 - total flux cleaned = 0.000334955 Jy ! Component: 1900 - total flux cleaned = 0.000260053 Jy ! Component: 1950 - total flux cleaned = 0.000241903 Jy ! Component: 2000 - total flux cleaned = 0.000223975 Jy ! Component: 2050 - total flux cleaned = 0.000314797 Jy ! Component: 2100 - total flux cleaned = 0.000225068 Jy ! Component: 2150 - total flux cleaned = 0.000242875 Jy ! Component: 2200 - total flux cleaned = 0.000242976 Jy ! Component: 2250 - total flux cleaned = 0.00022571 Jy ! Component: 2300 - total flux cleaned = 0.000242822 Jy ! Component: 2350 - total flux cleaned = 0.000174695 Jy ! Component: 2400 - total flux cleaned = 0.000107245 Jy ! Component: 2450 - total flux cleaned = 0.000140715 Jy ! Component: 2500 - total flux cleaned = 9.0967e-05 Jy ! Component: 2550 - total flux cleaned = 0.000107329 Jy ! Component: 2600 - total flux cleaned = 4.21604e-05 Jy ! Component: 2650 - total flux cleaned = 9.85448e-06 Jy ! Component: 2700 - total flux cleaned = -2.2159e-05 Jy ! Component: 2750 - total flux cleaned = -6.41399e-06 Jy ! Component: 2800 - total flux cleaned = -5.34342e-05 Jy ! Component: 2850 - total flux cleaned = -3.78937e-05 Jy ! Component: 2900 - total flux cleaned = -5.33897e-05 Jy ! Component: 2950 - total flux cleaned = -8.39987e-05 Jy ! Component: 3000 - total flux cleaned = -8.38878e-05 Jy ! Component: 3050 - total flux cleaned = -8.38571e-05 Jy ! Component: 3100 - total flux cleaned = -6.88009e-05 Jy ! Component: 3150 - total flux cleaned = -2.43902e-05 Jy ! Component: 3200 - total flux cleaned = -2.43873e-05 Jy ! Component: 3250 - total flux cleaned = -5.35175e-05 Jy ! Component: 3300 - total flux cleaned = -3.90204e-05 Jy ! Component: 3350 - total flux cleaned = -2.46917e-05 Jy ! Component: 3400 - total flux cleaned = -5.32039e-05 Jy ! Component: 3450 - total flux cleaned = -8.15885e-05 Jy ! Component: 3500 - total flux cleaned = -8.13068e-05 Jy ! Component: 3550 - total flux cleaned = -9.53558e-05 Jy ! Component: 3600 - total flux cleaned = -9.52466e-05 Jy ! Component: 3650 - total flux cleaned = -9.52001e-05 Jy ! Component: 3700 - total flux cleaned = -0.000108979 Jy ! Component: 3750 - total flux cleaned = -0.000150029 Jy ! Component: 3800 - total flux cleaned = -0.000136469 Jy ! Component: 3850 - total flux cleaned = -0.000176911 Jy ! Component: 3900 - total flux cleaned = -0.000216954 Jy ! Component: 3950 - total flux cleaned = -0.000283352 Jy ! Component: 4000 - total flux cleaned = -0.000375862 Jy ! Component: 4050 - total flux cleaned = -0.000375839 Jy ! Total flux subtracted in 4096 components = -0.000388862 Jy ! Clean residual min=-0.000737 max=0.000876 Jy/beam ! Clean residual mean=-0.000002 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.440944 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 522 components and 0.440944 Jy ![Exited script file: muppet] wmap "J0648-1744_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.935 x 12.83 at 15.16 degrees (North through East) ! Clean map min=-0.0018905 max=0.27001 Jy/beam ! Writing clean map to FITS file: J0648-1744_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.270006 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250962 device "J0648-1744_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0648-1744_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.27884 0.27884 0.55768 1.11536 2.23072 4.46144 8.92288 17.8458 35.6915 71.383 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.27 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.935 x 12.83 at 15.16 degrees (North through East) ! Clean map min=-0.0018905 max=0.27001 Jy/beam quit ! Quitting program ! Log file J0648-1744_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:17:40 2016