! Started logfile: J1532-1319_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:57:31 2016 obs J1532-1319_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1532-1319_S_2014_06_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767284 visibilities/baseline/integration-bin. ! Found source: J1532-1319 ! ! 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 9944 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 J1532-1319_S_2014_06_09_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 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.841499Jy sigma=0.008713 ! Fit after self-cal, rms=0.824943Jy sigma=0.008551 ! 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=2.462 mas, bmaj=6.927 mas, bpa=-5.568 degrees ! Estimated noise=885.113 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.133043 Jy ! Component: 100 - total flux cleaned = 0.165811 Jy ! Total flux subtracted in 100 components = 0.165811 Jy ! Clean residual min=-0.004650 max=0.013310 Jy/beam ! Clean residual mean=-0.000034 rms=0.001602 Jy/beam ! Combined flux in latest and established models = 0.165811 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.165811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086249Jy sigma=0.000836 ! Fit after self-cal, rms=0.086244Jy sigma=0.000836 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0142786 Jy ! Component: 100 - total flux cleaned = 0.0219675 Jy ! Total flux subtracted in 100 components = 0.0219675 Jy ! Clean residual min=-0.004073 max=0.005336 Jy/beam ! Clean residual mean=-0.000018 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.187778 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 23 components and 0.187779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082770Jy sigma=0.000801 ! Fit after self-cal, rms=0.082775Jy sigma=0.000801 ! 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.03 mas, bmaj=8.188 mas, bpa=-5.72 degrees ! Estimated noise=696.083 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 (-3.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00874177 Jy ! Component: 100 - total flux cleaned = 0.0139299 Jy ! Component: 150 - total flux cleaned = 0.0171339 Jy ! Component: 200 - total flux cleaned = 0.0191599 Jy ! Total flux subtracted in 200 components = 0.0191599 Jy ! Clean residual min=-0.003395 max=0.003644 Jy/beam ! Clean residual mean=-0.000010 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.206938 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 53 components and 0.206938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081672Jy sigma=0.000792 ! Fit after self-cal, rms=0.081653Jy sigma=0.000792 ! 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 1.00* FD 0.84 HN 0.96 KP 1.05 ! LA 1.15 MK 1.01 NL 0.98 OV 0.98 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.01 KP 1.00 ! LA 1.16 MK 1.03 NL 1.01 OV 1.02 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.01 KP 0.91 ! LA 0.90 MK 1.03 NL 0.99 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00 KP 0.89 ! LA 0.88 MK 0.97 NL 1.06 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.081653Jy sigma=0.000792 ! Fit after self-cal, rms=0.078524Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=8.207 mas, bpa=-5.61 degrees ! Estimated noise=693.11 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.00124193 Jy ! Component: 100 - total flux cleaned = 0.00130823 Jy ! Component: 150 - total flux cleaned = 0.00142022 Jy ! Component: 200 - total flux cleaned = 0.00147062 Jy ! Total flux subtracted in 200 components = 0.00147062 Jy ! Clean residual min=-0.002091 max=0.002006 Jy/beam ! Clean residual mean=-0.000010 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.208409 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.208409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078488Jy sigma=0.000771 ! Fit after self-cal, rms=0.078481Jy sigma=0.000771 ! 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.078481Jy sigma=0.000771 ! Fit after self-cal, rms=0.078182Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=8.207 mas, bpa=-5.614 degrees ! Estimated noise=693.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320439 Jy ! Component: 100 - total flux cleaned = 0.000324401 Jy ! Component: 150 - total flux cleaned = 0.000304221 Jy ! Component: 200 - total flux cleaned = 0.000285931 Jy ! Total flux subtracted in 200 components = 0.000285931 Jy ! Clean residual min=-0.001779 max=0.001933 Jy/beam ! Clean residual mean=-0.000003 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.208695 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.208695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078168Jy sigma=0.000770 ! Fit after self-cal, rms=0.078162Jy 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) ! Added new window around map position (-2.5, -49). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011728 Jy ! Component: 100 - total flux cleaned = 0.00126914 Jy ! Component: 150 - total flux cleaned = 0.00135029 Jy ! Component: 200 - total flux cleaned = 0.00142045 Jy ! Total flux subtracted in 200 components = 0.00142045 Jy ! Clean residual min=-0.001761 max=0.001769 Jy/beam ! Clean residual mean=-0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.210115 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 92 components and 0.210115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078123Jy sigma=0.000769 ! Fit after self-cal, rms=0.078123Jy sigma=0.000769 ! 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.078123Jy sigma=0.000769 ! Fit after self-cal, rms=0.078095Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=8.207 mas, bpa=-5.617 degrees ! Estimated noise=692.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000206806 Jy ! Component: 100 - total flux cleaned = 0.000185836 Jy ! Component: 150 - total flux cleaned = 0.000148711 Jy ! Component: 200 - total flux cleaned = 9.78395e-05 Jy ! Total flux subtracted in 200 components = 9.78395e-05 Jy ! Clean residual min=-0.001747 max=0.001722 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.210213 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.210213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078086Jy sigma=0.000769 ! Fit after self-cal, rms=0.078085Jy sigma=0.000769 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 = 5.96616e-05 Jy ! Component: 100 - total flux cleaned = 2.88406e-05 Jy ! Component: 150 - total flux cleaned = 1.43408e-05 Jy ! Component: 200 - total flux cleaned = 1.45849e-05 Jy ! Total flux subtracted in 200 components = 1.45849e-05 Jy ! Clean residual min=-0.001721 max=0.001711 Jy/beam ! Clean residual mean=-0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.210228 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 120 components and 0.210228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078080Jy sigma=0.000769 ! Fit after self-cal, rms=0.078079Jy sigma=0.000769 ! 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.078079Jy sigma=0.000769 ! Fit after self-cal, rms=0.078089Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.241 mas, bmaj=16.61 mas, bpa=-6.181 degrees ! Estimated noise=883.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161205 Jy ! Component: 100 - total flux cleaned = 0.000179114 Jy ! Component: 150 - total flux cleaned = 0.000166886 Jy ! Component: 200 - total flux cleaned = 0.000189543 Jy ! Total flux subtracted in 200 components = 0.000189543 Jy ! Clean residual min=-0.001867 max=0.001583 Jy/beam ! Clean residual mean=-0.000004 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.210417 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 135 components and 0.210417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078088Jy sigma=0.000769 ! Fit after self-cal, rms=0.078088Jy sigma=0.000769 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.92188e-05 Jy ! Component: 100 - total flux cleaned = 8.111e-05 Jy ! Component: 150 - total flux cleaned = 9.98077e-05 Jy ! Component: 200 - total flux cleaned = 9.97002e-05 Jy ! Total flux subtracted in 200 components = 9.97002e-05 Jy ! Clean residual min=-0.001845 max=0.001593 Jy/beam ! Clean residual mean=-0.000004 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.210517 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 142 components and 0.210517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078088Jy sigma=0.000769 ! Fit after self-cal, rms=0.078088Jy sigma=0.000769 ! 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.04 mas, bmaj=8.206 mas, bpa=-5.621 degrees ! Estimated noise=693.173 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.04 x 8.206 at -5.621 degrees (North through East) ! Clean map min=-0.0016262 max=0.17421 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=2.47 mas, bmaj=6.935 mas, bpa=-5.465 degrees ! Estimated noise=878.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131849 Jy ! Component: 100 - total flux cleaned = 0.164262 Jy ! Component: 150 - total flux cleaned = 0.178134 Jy ! Component: 200 - total flux cleaned = 0.18612 Jy ! Total flux subtracted in 200 components = 0.18612 Jy ! Clean residual min=-0.003160 max=0.004471 Jy/beam ! Clean residual mean=-0.000016 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.18612 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.18612 Jy ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=8.206 mas, bpa=-5.621 degrees ! Estimated noise=693.173 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.00895628 Jy ! Component: 100 - total flux cleaned = 0.0142616 Jy ! Component: 150 - total flux cleaned = 0.0175517 Jy ! Component: 200 - total flux cleaned = 0.0198089 Jy ! Total flux subtracted in 200 components = 0.0198089 Jy ! Clean residual min=-0.001978 max=0.001904 Jy/beam ! Clean residual mean=-0.000007 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.205929 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 48 components and 0.205929 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.241 mas, bmaj=16.61 mas, bpa=-6.181 degrees ! Estimated noise=883.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241402 Jy ! Component: 100 - total flux cleaned = 0.003779 Jy ! Component: 150 - total flux cleaned = 0.00445294 Jy ! Component: 200 - total flux cleaned = 0.00465334 Jy ! Total flux subtracted in 200 components = 0.00465334 Jy ! Clean residual min=-0.001929 max=0.001596 Jy/beam ! Clean residual mean=-0.000005 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.210583 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.000116336 Jy ! Component: 100 - total flux cleaned = 0.000135281 Jy ! Component: 150 - total flux cleaned = 0.00013509 Jy ! Component: 200 - total flux cleaned = 0.000134557 Jy ! Total flux subtracted in 200 components = 0.000134557 Jy ! Clean residual min=-0.001909 max=0.001606 Jy/beam ! Clean residual mean=-0.000004 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.210717 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 72 components and 0.210717 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=8.206 mas, bpa=-5.621 degrees ! Estimated noise=693.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.95491e-05 Jy ! Component: 100 - total flux cleaned = 6.40154e-05 Jy ! Component: 150 - total flux cleaned = 6.30478e-05 Jy ! Component: 200 - total flux cleaned = 8.82446e-06 Jy ! Total flux subtracted in 200 components = 8.82446e-06 Jy ! Clean residual min=-0.001776 max=0.001754 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.210726 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.210726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078111Jy sigma=0.000770 ! Fit after self-cal, rms=0.078110Jy sigma=0.000770 wmodel J1532-1319_S_2014_06_09_pus_map.mod ! Writing 88 model components to file: J1532-1319_S_2014_06_09_pus_map.mod wobs J1532-1319_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1532-1319_S_2014_06_09_pus_uvs.fits wwins J1532-1319_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1532-1319_S_2014_06_09_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.000161957 Jy ! Component: 100 - total flux cleaned = -0.000493531 Jy ! Component: 150 - total flux cleaned = -0.000608222 Jy ! Component: 200 - total flux cleaned = -0.0005277 Jy ! Component: 250 - total flux cleaned = -0.00055357 Jy ! Component: 300 - total flux cleaned = -0.00055314 Jy ! Component: 350 - total flux cleaned = -0.000577321 Jy ! Component: 400 - total flux cleaned = -0.000672585 Jy ! Component: 450 - total flux cleaned = -0.000695247 Jy ! Component: 500 - total flux cleaned = -0.000717919 Jy ! Component: 550 - total flux cleaned = -0.000718243 Jy ! Component: 600 - total flux cleaned = -0.00067471 Jy ! Component: 650 - total flux cleaned = -0.000696551 Jy ! Component: 700 - total flux cleaned = -0.000696944 Jy ! Component: 750 - total flux cleaned = -0.000718347 Jy ! Component: 800 - total flux cleaned = -0.000758625 Jy ! Component: 850 - total flux cleaned = -0.000758347 Jy ! Component: 900 - total flux cleaned = -0.000738911 Jy ! Component: 950 - total flux cleaned = -0.000681467 Jy ! Component: 1000 - total flux cleaned = -0.000625343 Jy ! Component: 1050 - total flux cleaned = -0.000607067 Jy ! Component: 1100 - total flux cleaned = -0.000644442 Jy ! Component: 1150 - total flux cleaned = -0.000626481 Jy ! Component: 1200 - total flux cleaned = -0.000680215 Jy ! Component: 1250 - total flux cleaned = -0.000715047 Jy ! Component: 1300 - total flux cleaned = -0.000679862 Jy ! Component: 1350 - total flux cleaned = -0.000680261 Jy ! Component: 1400 - total flux cleaned = -0.000714423 Jy ! Component: 1450 - total flux cleaned = -0.000664441 Jy ! Component: 1500 - total flux cleaned = -0.000796568 Jy ! Component: 1550 - total flux cleaned = -0.000747401 Jy ! Component: 1600 - total flux cleaned = -0.000747165 Jy ! Component: 1650 - total flux cleaned = -0.000731006 Jy ! Component: 1700 - total flux cleaned = -0.000699507 Jy ! Component: 1750 - total flux cleaned = -0.000683991 Jy ! Component: 1800 - total flux cleaned = -0.000668517 Jy ! Component: 1850 - total flux cleaned = -0.000683657 Jy ! Component: 1900 - total flux cleaned = -0.00063838 Jy ! Component: 1950 - total flux cleaned = -0.000623386 Jy ! Component: 2000 - total flux cleaned = -0.000608422 Jy ! Component: 2050 - total flux cleaned = -0.000535008 Jy ! Component: 2100 - total flux cleaned = -0.000520455 Jy ! Component: 2150 - total flux cleaned = -0.000520277 Jy ! Component: 2200 - total flux cleaned = -0.000463331 Jy ! Component: 2250 - total flux cleaned = -0.000477488 Jy ! Component: 2300 - total flux cleaned = -0.000435497 Jy ! Component: 2350 - total flux cleaned = -0.000449201 Jy ! Component: 2400 - total flux cleaned = -0.000367025 Jy ! Component: 2450 - total flux cleaned = -0.000394083 Jy ! Component: 2500 - total flux cleaned = -0.00036727 Jy ! Component: 2550 - total flux cleaned = -0.000393913 Jy ! Component: 2600 - total flux cleaned = -0.000354241 Jy ! Component: 2650 - total flux cleaned = -0.000328043 Jy ! Component: 2700 - total flux cleaned = -0.000328083 Jy ! Component: 2750 - total flux cleaned = -0.000353644 Jy ! Component: 2800 - total flux cleaned = -0.000353756 Jy ! Component: 2850 - total flux cleaned = -0.000340968 Jy ! Component: 2900 - total flux cleaned = -0.000315867 Jy ! Component: 2950 - total flux cleaned = -0.000328423 Jy ! Component: 3000 - total flux cleaned = -0.000254105 Jy ! Component: 3050 - total flux cleaned = -0.000291104 Jy ! Component: 3100 - total flux cleaned = -0.000266733 Jy ! Component: 3150 - total flux cleaned = -0.000278866 Jy ! Component: 3200 - total flux cleaned = -0.000278683 Jy ! Component: 3250 - total flux cleaned = -0.000254729 Jy ! Component: 3300 - total flux cleaned = -0.000207637 Jy ! Component: 3350 - total flux cleaned = -0.000266201 Jy ! Component: 3400 - total flux cleaned = -0.000231207 Jy ! Component: 3450 - total flux cleaned = -0.000231093 Jy ! Component: 3500 - total flux cleaned = -0.000196649 Jy ! Component: 3550 - total flux cleaned = -0.00018528 Jy ! Component: 3600 - total flux cleaned = -0.000185372 Jy ! Component: 3650 - total flux cleaned = -0.000174155 Jy ! Component: 3700 - total flux cleaned = -0.000118322 Jy ! Component: 3750 - total flux cleaned = -0.000118296 Jy ! Component: 3800 - total flux cleaned = -5.21272e-05 Jy ! Component: 3850 - total flux cleaned = 2.68321e-06 Jy ! Component: 3900 - total flux cleaned = 5.70733e-05 Jy ! Component: 3950 - total flux cleaned = 5.71279e-05 Jy ! Component: 4000 - total flux cleaned = 0.000110961 Jy ! Component: 4050 - total flux cleaned = 0.000196533 Jy ! Total flux subtracted in 4096 components = 0.000239081 Jy ! Clean residual min=-0.000671 max=0.000598 Jy/beam ! Clean residual mean=-0.000000 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.210965 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 364 components and 0.210965 Jy ![Exited script file: muppet] wmap "J1532-1319_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.04 x 8.206 at -5.621 degrees (North through East) ! Clean map min=-0.0015104 max=0.17371 Jy/beam ! Writing clean map to FITS file: J1532-1319_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.173709 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192081 device "J1532-1319_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1532-1319_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.33173 0.33173 0.66346 1.32692 2.65384 5.30768 10.6154 21.2307 42.4614 84.9229 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.173 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.04 x 8.206 at -5.621 degrees (North through East) ! Clean map min=-0.0015104 max=0.17371 Jy/beam quit ! Quitting program ! Log file J1532-1319_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:57:35 2016