! Started logfile: J1439+2114_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:38:48 2016 obs J1439+2114_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1439+2114_S_2014_12_20_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.867826 visibilities/baseline/integration-bin. ! Found source: J1439+2114 ! ! 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 344 lines of history. ! ! Reading 17964 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 J1439+2114_S_2014_12_20_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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940230Jy sigma=0.010814 ! Fit after self-cal, rms=0.909647Jy sigma=0.010484 ! 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.841 mas, bmaj=6.058 mas, bpa=-3.088 degrees ! Estimated noise=646.95 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.0710967 Jy ! Component: 100 - total flux cleaned = 0.0868976 Jy ! Total flux subtracted in 100 components = 0.0868976 Jy ! Clean residual min=-0.003492 max=0.005375 Jy/beam ! Clean residual mean=-0.000006 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.0868976 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0868976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073970Jy sigma=0.000792 ! Fit after self-cal, rms=0.073965Jy sigma=0.000792 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00559445 Jy ! Component: 100 - total flux cleaned = 0.00846621 Jy ! Total flux subtracted in 100 components = 0.00846621 Jy ! Clean residual min=-0.003566 max=0.003608 Jy/beam ! Clean residual mean=-0.000006 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.0953638 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.0953638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073452Jy sigma=0.000787 ! Fit after self-cal, rms=0.073456Jy sigma=0.000787 ! 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.435 mas, bmaj=7.002 mas, bpa=-3.894 degrees ! Estimated noise=466.102 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.0021915 Jy ! Component: 100 - total flux cleaned = 0.00351204 Jy ! Component: 150 - total flux cleaned = 0.00439094 Jy ! Component: 200 - total flux cleaned = 0.00477701 Jy ! Total flux subtracted in 200 components = 0.00477701 Jy ! Clean residual min=-0.003522 max=0.002973 Jy/beam ! Clean residual mean=-0.000006 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.100141 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.100141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073362Jy sigma=0.000787 ! Fit after self-cal, rms=0.073370Jy sigma=0.000787 ! 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.02 FD 0.89 HN 0.93 KP 1.08 ! LA 0.98 MK 1.00 NL 0.93 OV 0.97 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.11 HN 1.00 KP 1.05 ! LA 0.91 MK 1.00 NL 1.07 OV 0.98 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.14 HN 1.07 KP 0.93 ! LA 0.80 MK 1.02 NL 1.30 OV 0.93 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.01 KP 0.90 ! LA 0.79 MK 1.02 NL 1.03 OV 1.02 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.073370Jy sigma=0.000787 ! Fit after self-cal, rms=0.072011Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.454 mas, bmaj=7.063 mas, bpa=-3.839 degrees ! Estimated noise=468.689 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.000413811 Jy ! Component: 100 - total flux cleaned = -0.000523207 Jy ! Component: 150 - total flux cleaned = -0.000604743 Jy ! Component: 200 - total flux cleaned = -0.000692644 Jy ! Total flux subtracted in 200 components = -0.000692644 Jy ! Clean residual min=-0.001759 max=0.002030 Jy/beam ! Clean residual mean=0.000006 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0994482 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.0994482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072002Jy sigma=0.000776 ! Fit after self-cal, rms=0.072006Jy sigma=0.000776 ! 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.072006Jy sigma=0.000776 ! Fit after self-cal, rms=0.072255Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.454 mas, bmaj=7.067 mas, bpa=-3.786 degrees ! Estimated noise=468.371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000405293 Jy ! Component: 100 - total flux cleaned = -0.000438087 Jy ! Component: 150 - total flux cleaned = -0.000451223 Jy ! Component: 200 - total flux cleaned = -0.000473621 Jy ! Total flux subtracted in 200 components = -0.000473621 Jy ! Clean residual min=-0.001306 max=0.001320 Jy/beam ! Clean residual mean=0.000001 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0989746 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.0989746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072247Jy sigma=0.000773 ! Fit after self-cal, rms=0.072264Jy sigma=0.000773 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 = -1.91868e-05 Jy ! Component: 100 - total flux cleaned = -5.38589e-05 Jy ! Component: 150 - total flux cleaned = -8.49928e-05 Jy ! Component: 200 - total flux cleaned = -0.000113418 Jy ! Total flux subtracted in 200 components = -0.000113418 Jy ! Clean residual min=-0.001294 max=0.001331 Jy/beam ! Clean residual mean=0.000001 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0988612 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.0988611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072262Jy sigma=0.000773 ! Fit after self-cal, rms=0.072261Jy sigma=0.000773 ! 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.072261Jy sigma=0.000773 ! Fit after self-cal, rms=0.072467Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=7.08 mas, bpa=-3.912 degrees ! Estimated noise=468.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179283 Jy ! Component: 100 - total flux cleaned = -0.000190857 Jy ! Component: 150 - total flux cleaned = -0.000217744 Jy ! Component: 200 - total flux cleaned = -0.000239968 Jy ! Total flux subtracted in 200 components = -0.000239968 Jy ! Clean residual min=-0.001272 max=0.001312 Jy/beam ! Clean residual mean=0.000001 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0986212 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0986212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072463Jy sigma=0.000773 ! Fit after self-cal, rms=0.072466Jy sigma=0.000773 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 = -2.86712e-05 Jy ! Component: 100 - total flux cleaned = -4.85262e-05 Jy ! Component: 150 - total flux cleaned = -6.69922e-05 Jy ! Component: 200 - total flux cleaned = -8.43663e-05 Jy ! Total flux subtracted in 200 components = -8.43663e-05 Jy ! Clean residual min=-0.001269 max=0.001313 Jy/beam ! Clean residual mean=0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0985368 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.0985368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072465Jy sigma=0.000773 ! Fit after self-cal, rms=0.072465Jy sigma=0.000773 ! 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.072465Jy sigma=0.000773 ! Fit after self-cal, rms=0.072591Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.806 mas, bmaj=10.63 mas, bpa=-5.832 degrees ! Estimated noise=564.064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000269665 Jy ! Component: 100 - total flux cleaned = -0.000301321 Jy ! Component: 150 - total flux cleaned = -0.00030547 Jy ! Component: 200 - total flux cleaned = -0.000305587 Jy ! Total flux subtracted in 200 components = -0.000305587 Jy ! Clean residual min=-0.001219 max=0.001320 Jy/beam ! Clean residual mean=0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0982312 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 62 components and 0.0982312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072590Jy sigma=0.000773 ! Fit after self-cal, rms=0.072591Jy sigma=0.000773 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.37515e-05 Jy ! Component: 100 - total flux cleaned = -3.75098e-05 Jy ! Component: 150 - total flux cleaned = -3.4045e-05 Jy ! Component: 200 - total flux cleaned = -3.09562e-05 Jy ! Total flux subtracted in 200 components = -3.09562e-05 Jy ! Clean residual min=-0.001213 max=0.001324 Jy/beam ! Clean residual mean=0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0982003 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.0982003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072591Jy sigma=0.000773 ! Fit after self-cal, rms=0.072591Jy sigma=0.000773 ! 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.453 mas, bmaj=7.09 mas, bpa=-4.014 degrees ! Estimated noise=469.083 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.453 x 7.09 at -4.014 degrees (North through East) ! Clean map min=-0.0012349 max=0.092409 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.843 mas, bmaj=6.111 mas, bpa=-3.077 degrees ! Estimated noise=651.001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0714757 Jy ! Component: 100 - total flux cleaned = 0.0874521 Jy ! Component: 150 - total flux cleaned = 0.0931007 Jy ! Component: 200 - total flux cleaned = 0.095778 Jy ! Total flux subtracted in 200 components = 0.095778 Jy ! Clean residual min=-0.001864 max=0.002270 Jy/beam ! Clean residual mean=0.000000 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.095778 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.095778 Jy ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=7.09 mas, bpa=-4.014 degrees ! Estimated noise=469.083 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.00128086 Jy ! Component: 100 - total flux cleaned = 0.00186295 Jy ! Component: 150 - total flux cleaned = 0.00218267 Jy ! Component: 200 - total flux cleaned = 0.00227408 Jy ! Total flux subtracted in 200 components = 0.00227408 Jy ! Clean residual min=-0.001225 max=0.001349 Jy/beam ! Clean residual mean=0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0980521 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0980521 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.806 mas, bmaj=10.63 mas, bpa=-5.832 degrees ! Estimated noise=564.064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.17255e-05 Jy ! Component: 100 - total flux cleaned = 2.81434e-05 Jy ! Component: 150 - total flux cleaned = 4.27828e-05 Jy ! Component: 200 - total flux cleaned = 6.20399e-05 Jy ! Total flux subtracted in 200 components = 6.20399e-05 Jy ! Clean residual min=-0.001214 max=0.001341 Jy/beam ! Clean residual mean=0.000003 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0981141 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 = 1.11922e-05 Jy ! Component: 100 - total flux cleaned = 2.15582e-05 Jy ! Component: 150 - total flux cleaned = 3.49835e-05 Jy ! Component: 200 - total flux cleaned = 4.28988e-05 Jy ! Total flux subtracted in 200 components = 4.28988e-05 Jy ! Clean residual min=-0.001215 max=0.001328 Jy/beam ! Clean residual mean=0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.098157 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 37 components and 0.098157 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=7.09 mas, bpa=-4.014 degrees ! Estimated noise=469.083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.92155e-05 Jy ! Component: 100 - total flux cleaned = 4.8296e-05 Jy ! Component: 150 - total flux cleaned = 6.69939e-05 Jy ! Component: 200 - total flux cleaned = 8.34615e-05 Jy ! Total flux subtracted in 200 components = 8.34615e-05 Jy ! Clean residual min=-0.001239 max=0.001313 Jy/beam ! Clean residual mean=0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0982405 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.0982405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072591Jy sigma=0.000773 ! Fit after self-cal, rms=0.072590Jy sigma=0.000773 wmodel J1439+2114_S_2014_12_20_pus_map.mod ! Writing 46 model components to file: J1439+2114_S_2014_12_20_pus_map.mod wobs J1439+2114_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1439+2114_S_2014_12_20_pus_uvs.fits wwins J1439+2114_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1439+2114_S_2014_12_20_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.000389273 Jy ! Component: 100 - total flux cleaned = 0.000745023 Jy ! Component: 150 - total flux cleaned = 0.000934955 Jy ! Component: 200 - total flux cleaned = 0.00101567 Jy ! Component: 250 - total flux cleaned = 0.00107418 Jy ! Component: 300 - total flux cleaned = 0.00115033 Jy ! Component: 350 - total flux cleaned = 0.00122413 Jy ! Component: 400 - total flux cleaned = 0.00126043 Jy ! Component: 450 - total flux cleaned = 0.00138303 Jy ! Component: 500 - total flux cleaned = 0.00153629 Jy ! Component: 550 - total flux cleaned = 0.00163661 Jy ! Component: 600 - total flux cleaned = 0.00175166 Jy ! Component: 650 - total flux cleaned = 0.00188086 Jy ! Component: 700 - total flux cleaned = 0.00195994 Jy ! Component: 750 - total flux cleaned = 0.00200683 Jy ! Component: 800 - total flux cleaned = 0.00211426 Jy ! Component: 850 - total flux cleaned = 0.00212933 Jy ! Component: 900 - total flux cleaned = 0.00220355 Jy ! Component: 950 - total flux cleaned = 0.00226199 Jy ! Component: 1000 - total flux cleaned = 0.00231954 Jy ! Component: 1050 - total flux cleaned = 0.00236197 Jy ! Component: 1100 - total flux cleaned = 0.00240388 Jy ! Component: 1150 - total flux cleaned = 0.00244482 Jy ! Component: 1200 - total flux cleaned = 0.00245796 Jy ! Component: 1250 - total flux cleaned = 0.00247112 Jy ! Component: 1300 - total flux cleaned = 0.00248425 Jy ! Component: 1350 - total flux cleaned = 0.00252335 Jy ! Component: 1400 - total flux cleaned = 0.00251048 Jy ! Component: 1450 - total flux cleaned = 0.00252325 Jy ! Component: 1500 - total flux cleaned = 0.00256111 Jy ! Component: 1550 - total flux cleaned = 0.00262333 Jy ! Component: 1600 - total flux cleaned = 0.00261085 Jy ! Component: 1650 - total flux cleaned = 0.00267173 Jy ! Component: 1700 - total flux cleaned = 0.00269576 Jy ! Component: 1750 - total flux cleaned = 0.00270769 Jy ! Component: 1800 - total flux cleaned = 0.00276662 Jy ! Component: 1850 - total flux cleaned = 0.00285968 Jy ! Component: 1900 - total flux cleaned = 0.00285972 Jy ! Component: 1950 - total flux cleaned = 0.00291678 Jy ! Component: 2000 - total flux cleaned = 0.00297305 Jy ! Component: 2050 - total flux cleaned = 0.00300665 Jy ! Component: 2100 - total flux cleaned = 0.00306172 Jy ! Component: 2150 - total flux cleaned = 0.00307269 Jy ! Component: 2200 - total flux cleaned = 0.00314873 Jy ! Component: 2250 - total flux cleaned = 0.00318096 Jy ! Component: 2300 - total flux cleaned = 0.00319162 Jy ! Component: 2350 - total flux cleaned = 0.00322337 Jy ! Component: 2400 - total flux cleaned = 0.00329641 Jy ! Component: 2450 - total flux cleaned = 0.00330665 Jy ! Component: 2500 - total flux cleaned = 0.0033578 Jy ! Component: 2550 - total flux cleaned = 0.00333745 Jy ! Component: 2600 - total flux cleaned = 0.00339788 Jy ! Component: 2650 - total flux cleaned = 0.00341777 Jy ! Component: 2700 - total flux cleaned = 0.00346717 Jy ! Component: 2750 - total flux cleaned = 0.00347676 Jy ! Component: 2800 - total flux cleaned = 0.00351586 Jy ! Component: 2850 - total flux cleaned = 0.00357372 Jy ! Component: 2900 - total flux cleaned = 0.00361203 Jy ! Component: 2950 - total flux cleaned = 0.00364989 Jy ! Component: 3000 - total flux cleaned = 0.00371579 Jy ! Component: 3050 - total flux cleaned = 0.00372501 Jy ! Component: 3100 - total flux cleaned = 0.003762 Jy ! Component: 3150 - total flux cleaned = 0.00378032 Jy ! Component: 3200 - total flux cleaned = 0.0038169 Jy ! Component: 3250 - total flux cleaned = 0.00385317 Jy ! Component: 3300 - total flux cleaned = 0.00388903 Jy ! Component: 3350 - total flux cleaned = 0.0039336 Jy ! Component: 3400 - total flux cleaned = 0.00393359 Jy ! Component: 3450 - total flux cleaned = 0.00396875 Jy ! Component: 3500 - total flux cleaned = 0.00401237 Jy ! Component: 3550 - total flux cleaned = 0.004021 Jy ! Component: 3600 - total flux cleaned = 0.0040469 Jy ! Component: 3650 - total flux cleaned = 0.00403831 Jy ! Component: 3700 - total flux cleaned = 0.00408085 Jy ! Component: 3750 - total flux cleaned = 0.00408095 Jy ! Component: 3800 - total flux cleaned = 0.00408941 Jy ! Component: 3850 - total flux cleaned = 0.00413962 Jy ! Component: 3900 - total flux cleaned = 0.0041148 Jy ! Component: 3950 - total flux cleaned = 0.00413952 Jy ! Component: 4000 - total flux cleaned = 0.00414782 Jy ! Component: 4050 - total flux cleaned = 0.00415592 Jy ! Total flux subtracted in 4096 components = 0.00414783 Jy ! Clean residual min=-0.000427 max=0.000404 Jy/beam ! Clean residual mean=0.000001 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.102388 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 348 components and 0.102388 Jy ![Exited script file: muppet] wmap "J1439+2114_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.453 x 7.09 at -4.014 degrees (North through East) ! Clean map min=-0.0009198 max=0.092455 Jy/beam ! Writing clean map to FITS file: J1439+2114_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0924553 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148016 device "J1439+2114_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1439+2114_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.480284 0.480284 0.960568 1.92114 3.84227 7.68455 15.3691 30.7382 61.4764 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 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.453 x 7.09 at -4.014 degrees (North through East) ! Clean map min=-0.0009198 max=0.092455 Jy/beam quit ! Quitting program ! Log file J1439+2114_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:38:54 2016