! Started logfile: J1843+4449_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:35:27 2016 obs J1843+4449_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1843+4449_S_2014_08_05_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.599603 visibilities/baseline/integration-bin. ! Found source: J1843+4449 ! ! 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 12088 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 J1843+4449_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 243 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932792Jy sigma=0.011039 ! Fit after self-cal, rms=0.873308Jy sigma=0.010388 ! 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.661 mas, bmaj=6.92 mas, bpa=32.9 degrees ! Estimated noise=926.358 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.0970471 Jy ! Component: 100 - total flux cleaned = 0.120869 Jy ! Total flux subtracted in 100 components = 0.120869 Jy ! Clean residual min=-0.005661 max=0.009297 Jy/beam ! Clean residual mean=0.000010 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.120869 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.120869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072940Jy sigma=0.000807 ! Fit after self-cal, rms=0.072895Jy sigma=0.000807 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00996533 Jy ! Component: 100 - total flux cleaned = 0.0146233 Jy ! Total flux subtracted in 100 components = 0.0146233 Jy ! Clean residual min=-0.004879 max=0.005399 Jy/beam ! Clean residual mean=0.000017 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.135493 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 9 components and 0.135493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071174Jy sigma=0.000790 ! Fit after self-cal, rms=0.071151Jy sigma=0.000790 ! 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.634 mas, bmaj=7.548 mas, bpa=31.33 degrees ! Estimated noise=549.679 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 (-10, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00606199 Jy ! Component: 100 - total flux cleaned = 0.00914933 Jy ! Component: 150 - total flux cleaned = 0.011343 Jy ! Component: 200 - total flux cleaned = 0.0127589 Jy ! Total flux subtracted in 200 components = 0.0127589 Jy ! Clean residual min=-0.003070 max=0.003259 Jy/beam ! Clean residual mean=0.000039 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.148252 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 69 components and 0.148252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070529Jy sigma=0.000784 ! Fit after self-cal, rms=0.070456Jy sigma=0.000784 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 0.99 KP 1.03 ! LA 1.09 MK 1.00* NL 0.99 OV 1.01 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 1.05 KP 1.01 ! LA 1.07 MK 1.00* NL 1.04 OV 1.04 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.02 KP 0.89 ! LA 0.83 MK 1.00* NL 1.01 OV 0.97 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.04 HN 1.01 KP 0.87 ! LA 0.79 MK 1.00* NL 1.08 OV 1.02 ! PT 0.99 SC 1.03 ! ! ! Fit before self-cal, rms=0.070456Jy sigma=0.000784 ! Fit after self-cal, rms=0.067646Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.658 mas, bmaj=7.58 mas, bpa=31.24 degrees ! Estimated noise=549.235 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.000266159 Jy ! Component: 100 - total flux cleaned = 0.000268671 Jy ! Component: 150 - total flux cleaned = 0.000329889 Jy ! Component: 200 - total flux cleaned = 0.000380094 Jy ! Total flux subtracted in 200 components = 0.000380094 Jy ! Clean residual min=-0.001796 max=0.001758 Jy/beam ! Clean residual mean=0.000009 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.148632 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 100 components and 0.148632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067608Jy sigma=0.000766 ! Fit after self-cal, rms=0.067598Jy sigma=0.000766 ! 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.067598Jy sigma=0.000766 ! Fit after self-cal, rms=0.067757Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.656 mas, bmaj=7.575 mas, bpa=31.14 degrees ! Estimated noise=549.105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285322 Jy ! Component: 100 - total flux cleaned = 0.000467372 Jy ! Component: 150 - total flux cleaned = 0.000533303 Jy ! Component: 200 - total flux cleaned = 0.000605499 Jy ! Total flux subtracted in 200 components = 0.000605499 Jy ! Clean residual min=-0.001602 max=0.001469 Jy/beam ! Clean residual mean=0.000007 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.149237 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 120 components and 0.149237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067747Jy sigma=0.000765 ! Fit after self-cal, rms=0.067751Jy sigma=0.000765 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.000106904 Jy ! Component: 100 - total flux cleaned = 0.000176286 Jy ! Component: 150 - total flux cleaned = 0.000226277 Jy ! Component: 200 - total flux cleaned = 0.000271827 Jy ! Total flux subtracted in 200 components = 0.000271827 Jy ! Clean residual min=-0.001629 max=0.001446 Jy/beam ! Clean residual mean=0.000007 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.149509 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 142 components and 0.149509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067747Jy sigma=0.000765 ! Fit after self-cal, rms=0.067746Jy sigma=0.000765 ! 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.067746Jy sigma=0.000765 ! Fit after self-cal, rms=0.067738Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.663 mas, bmaj=7.574 mas, bpa=31.17 degrees ! Estimated noise=548.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.35283e-05 Jy ! Component: 100 - total flux cleaned = 0.000153316 Jy ! Component: 150 - total flux cleaned = 0.000173867 Jy ! Component: 200 - total flux cleaned = 0.000211998 Jy ! Total flux subtracted in 200 components = 0.000211998 Jy ! Clean residual min=-0.001626 max=0.001390 Jy/beam ! Clean residual mean=0.000007 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.149721 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 154 components and 0.149721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067734Jy sigma=0.000765 ! Fit after self-cal, rms=0.067734Jy sigma=0.000765 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.73812e-05 Jy ! Component: 100 - total flux cleaned = 0.000106843 Jy ! Component: 150 - total flux cleaned = 0.000142975 Jy ! Component: 200 - total flux cleaned = 0.000176851 Jy ! Total flux subtracted in 200 components = 0.000176851 Jy ! Clean residual min=-0.001636 max=0.001380 Jy/beam ! Clean residual mean=0.000007 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.149898 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 165 components and 0.149898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067732Jy sigma=0.000765 ! Fit after self-cal, rms=0.067732Jy sigma=0.000765 ! 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.067732Jy sigma=0.000765 ! Fit after self-cal, rms=0.067709Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.452 mas, bmaj=9.752 mas, bpa=57.31 degrees ! Estimated noise=627.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000167481 Jy ! Component: 100 - total flux cleaned = 0.000187159 Jy ! Component: 150 - total flux cleaned = 0.000194538 Jy ! Component: 200 - total flux cleaned = 0.000208075 Jy ! Total flux subtracted in 200 components = 0.000208075 Jy ! Clean residual min=-0.001572 max=0.001252 Jy/beam ! Clean residual mean=0.000012 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.150106 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 185 components and 0.150106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067709Jy sigma=0.000765 ! Fit after self-cal, rms=0.067708Jy sigma=0.000765 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.82823e-05 Jy ! Component: 100 - total flux cleaned = 7.14345e-05 Jy ! Component: 150 - total flux cleaned = 7.75154e-05 Jy ! Component: 200 - total flux cleaned = 8.85519e-05 Jy ! Total flux subtracted in 200 components = 8.85519e-05 Jy ! Clean residual min=-0.001572 max=0.001233 Jy/beam ! Clean residual mean=0.000012 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.150194 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 193 components and 0.150194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067708Jy sigma=0.000764 ! Fit after self-cal, rms=0.067708Jy sigma=0.000764 ! 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.667 mas, bmaj=7.573 mas, bpa=31.19 degrees ! Estimated noise=548.761 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.667 x 7.573 at 31.19 degrees (North through East) ! Clean map min=-0.0015543 max=0.12304 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.687 mas, bmaj=6.916 mas, bpa=32.73 degrees ! Estimated noise=926.376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0968611 Jy ! Component: 100 - total flux cleaned = 0.121177 Jy ! Component: 150 - total flux cleaned = 0.13117 Jy ! Component: 200 - total flux cleaned = 0.136573 Jy ! Total flux subtracted in 200 components = 0.136573 Jy ! Clean residual min=-0.003038 max=0.002695 Jy/beam ! Clean residual mean=0.000003 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.136573 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.136573 Jy ! Inverting map and beam ! Estimated beam: bmin=4.667 mas, bmaj=7.573 mas, bpa=31.19 degrees ! Estimated noise=548.761 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.00422077 Jy ! Component: 100 - total flux cleaned = 0.00673778 Jy ! Component: 150 - total flux cleaned = 0.00852061 Jy ! Component: 200 - total flux cleaned = 0.0096082 Jy ! Total flux subtracted in 200 components = 0.0096082 Jy ! Clean residual min=-0.001674 max=0.001354 Jy/beam ! Clean residual mean=0.000007 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.146181 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 101 components and 0.146181 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.452 mas, bmaj=9.752 mas, bpa=57.31 degrees ! Estimated noise=627.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147271 Jy ! Component: 100 - total flux cleaned = 0.00238976 Jy ! Component: 150 - total flux cleaned = 0.00278581 Jy ! Component: 200 - total flux cleaned = 0.00308226 Jy ! Total flux subtracted in 200 components = 0.00308226 Jy ! Clean residual min=-0.001559 max=0.001234 Jy/beam ! Clean residual mean=0.000013 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.149263 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.000243781 Jy ! Component: 100 - total flux cleaned = 0.000339109 Jy ! Component: 150 - total flux cleaned = 0.000423391 Jy ! Component: 200 - total flux cleaned = 0.000510149 Jy ! Total flux subtracted in 200 components = 0.000510149 Jy ! Clean residual min=-0.001495 max=0.001251 Jy/beam ! Clean residual mean=0.000012 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.149773 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 202 components and 0.149773 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.667 mas, bmaj=7.573 mas, bpa=31.19 degrees ! Estimated noise=548.761 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.14019e-05 Jy ! Component: 100 - total flux cleaned = 8.59963e-05 Jy ! Component: 150 - total flux cleaned = 0.00015455 Jy ! Component: 200 - total flux cleaned = 0.000206363 Jy ! Total flux subtracted in 200 components = 0.000206363 Jy ! Clean residual min=-0.001574 max=0.001349 Jy/beam ! Clean residual mean=0.000007 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.14998 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 223 components and 0.14998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067711Jy sigma=0.000765 ! Fit after self-cal, rms=0.067711Jy sigma=0.000765 wmodel J1843+4449_S_2014_08_05_pus_map.mod ! Writing 223 model components to file: J1843+4449_S_2014_08_05_pus_map.mod wobs J1843+4449_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1843+4449_S_2014_08_05_pus_uvs.fits wwins J1843+4449_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1843+4449_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.000560761 Jy ! Component: 100 - total flux cleaned = -0.000893188 Jy ! Component: 150 - total flux cleaned = -0.00119697 Jy ! Component: 200 - total flux cleaned = -0.00132053 Jy ! Component: 250 - total flux cleaned = -0.00141867 Jy ! Component: 300 - total flux cleaned = -0.00155018 Jy ! Component: 350 - total flux cleaned = -0.00164032 Jy ! Component: 400 - total flux cleaned = -0.00165801 Jy ! Component: 450 - total flux cleaned = -0.00170852 Jy ! Component: 500 - total flux cleaned = -0.00167587 Jy ! Component: 550 - total flux cleaned = -0.0017074 Jy ! Component: 600 - total flux cleaned = -0.00170692 Jy ! Component: 650 - total flux cleaned = -0.00172176 Jy ! Component: 700 - total flux cleaned = -0.00175109 Jy ! Component: 750 - total flux cleaned = -0.001751 Jy ! Component: 800 - total flux cleaned = -0.00180682 Jy ! Component: 850 - total flux cleaned = -0.00183452 Jy ! Component: 900 - total flux cleaned = -0.00190155 Jy ! Component: 950 - total flux cleaned = -0.00191476 Jy ! Component: 1000 - total flux cleaned = -0.00195299 Jy ! Component: 1050 - total flux cleaned = -0.00200293 Jy ! Component: 1100 - total flux cleaned = -0.00196598 Jy ! Component: 1150 - total flux cleaned = -0.00202638 Jy ! Component: 1200 - total flux cleaned = -0.00203806 Jy ! Component: 1250 - total flux cleaned = -0.00203824 Jy ! Component: 1300 - total flux cleaned = -0.00208412 Jy ! Component: 1350 - total flux cleaned = -0.00208403 Jy ! Component: 1400 - total flux cleaned = -0.00208398 Jy ! Component: 1450 - total flux cleaned = -0.00210586 Jy ! Component: 1500 - total flux cleaned = -0.00212754 Jy ! Component: 1550 - total flux cleaned = -0.00216988 Jy ! Component: 1600 - total flux cleaned = -0.00219073 Jy ! Component: 1650 - total flux cleaned = -0.00221135 Jy ! Component: 1700 - total flux cleaned = -0.00222164 Jy ! Component: 1750 - total flux cleaned = -0.00225162 Jy ! Component: 1800 - total flux cleaned = -0.00226154 Jy ! Component: 1850 - total flux cleaned = -0.00228115 Jy ! Component: 1900 - total flux cleaned = -0.0023006 Jy ! Component: 1950 - total flux cleaned = -0.00232906 Jy ! Component: 2000 - total flux cleaned = -0.00237572 Jy ! Component: 2050 - total flux cleaned = -0.00235732 Jy ! Component: 2100 - total flux cleaned = -0.00239369 Jy ! Component: 2150 - total flux cleaned = -0.0024026 Jy ! Component: 2200 - total flux cleaned = -0.0024115 Jy ! Component: 2250 - total flux cleaned = -0.00243766 Jy ! Component: 2300 - total flux cleaned = -0.00246345 Jy ! Component: 2350 - total flux cleaned = -0.0024548 Jy ! Component: 2400 - total flux cleaned = -0.00244638 Jy ! Component: 2450 - total flux cleaned = -0.00246311 Jy ! Component: 2500 - total flux cleaned = -0.00249607 Jy ! Component: 2550 - total flux cleaned = -0.00245522 Jy ! Component: 2600 - total flux cleaned = -0.00248745 Jy ! Component: 2650 - total flux cleaned = -0.00246353 Jy ! Component: 2700 - total flux cleaned = -0.0024714 Jy ! Component: 2750 - total flux cleaned = -0.00244797 Jy ! Component: 2800 - total flux cleaned = -0.00246353 Jy ! Component: 2850 - total flux cleaned = -0.0024712 Jy ! Component: 2900 - total flux cleaned = -0.00246368 Jy ! Component: 2950 - total flux cleaned = -0.00244118 Jy ! Component: 3000 - total flux cleaned = -0.00247113 Jy ! Component: 3050 - total flux cleaned = -0.0024785 Jy ! Component: 3100 - total flux cleaned = -0.00244182 Jy ! Component: 3150 - total flux cleaned = -0.00240562 Jy ! Component: 3200 - total flux cleaned = -0.00240575 Jy ! Component: 3250 - total flux cleaned = -0.0023844 Jy ! Component: 3300 - total flux cleaned = -0.00236314 Jy ! Component: 3350 - total flux cleaned = -0.00232806 Jy ! Component: 3400 - total flux cleaned = -0.00227938 Jy ! Component: 3450 - total flux cleaned = -0.00227254 Jy ! Component: 3500 - total flux cleaned = -0.00227249 Jy ! Component: 3550 - total flux cleaned = -0.00223175 Jy ! Component: 3600 - total flux cleaned = -0.00221831 Jy ! Component: 3650 - total flux cleaned = -0.00218489 Jy ! Component: 3700 - total flux cleaned = -0.00219157 Jy ! Component: 3750 - total flux cleaned = -0.00216519 Jy ! Component: 3800 - total flux cleaned = -0.00216523 Jy ! Component: 3850 - total flux cleaned = -0.00215876 Jy ! Component: 3900 - total flux cleaned = -0.00213937 Jy ! Component: 3950 - total flux cleaned = -0.002133 Jy ! Component: 4000 - total flux cleaned = -0.00211392 Jy ! Component: 4050 - total flux cleaned = -0.00210121 Jy ! Total flux subtracted in 4096 components = -0.00209491 Jy ! Clean residual min=-0.000363 max=0.000359 Jy/beam ! Clean residual mean=0.000002 rms=0.000116 Jy/beam ! Combined flux in latest and established models = 0.147885 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 508 components and 0.147885 Jy ![Exited script file: muppet] wmap "J1843+4449_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.667 x 7.573 at 31.19 degrees (North through East) ! Clean map min=-0.0010587 max=0.12297 Jy/beam ! Writing clean map to FITS file: J1843+4449_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.122965 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000114594 device "J1843+4449_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1843+4449_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.279576 0.279576 0.559153 1.11831 2.23661 4.47322 8.94644 17.8929 35.7858 71.5715 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.122 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.667 x 7.573 at 31.19 degrees (North through East) ! Clean map min=-0.0010587 max=0.12297 Jy/beam quit ! Quitting program ! Log file J1843+4449_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:35:32 2016