! Started logfile: J0040-3243_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:50:06 2016 obs J0040-3243_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0040-3243_S_2014_08_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777971 visibilities/baseline/integration-bin. ! Found source: J0040-3243 ! ! 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 342 lines of history. ! ! Reading 16104 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 J0040-3243_S_2014_08_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920044Jy sigma=0.007087 ! Fit after self-cal, rms=0.892221Jy sigma=0.006914 ! 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.141 mas, bmaj=12.83 mas, bpa=15.84 degrees ! Estimated noise=1188.53 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.0843219 Jy ! Component: 100 - total flux cleaned = 0.111885 Jy ! Total flux subtracted in 100 components = 0.111885 Jy ! Clean residual min=-0.006660 max=0.013282 Jy/beam ! Clean residual mean=-0.000145 rms=0.002072 Jy/beam ! Combined flux in latest and established models = 0.111885 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.111885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116551Jy sigma=0.000811 ! Fit after self-cal, rms=0.116443Jy sigma=0.000810 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162767 Jy ! Component: 100 - total flux cleaned = 0.0264625 Jy ! Total flux subtracted in 100 components = 0.0264625 Jy ! Clean residual min=-0.004757 max=0.006430 Jy/beam ! Clean residual mean=-0.000084 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.138347 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 63 components and 0.138347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113463Jy sigma=0.000781 ! Fit after self-cal, rms=0.113394Jy sigma=0.000780 ! 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.926 mas, bmaj=15.09 mas, bpa=14.54 degrees ! Estimated noise=731.605 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 (5.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103447 Jy ! Component: 100 - total flux cleaned = 0.0165741 Jy ! Component: 150 - total flux cleaned = 0.0206098 Jy ! Component: 200 - total flux cleaned = 0.0225258 Jy ! Total flux subtracted in 200 components = 0.0225258 Jy ! Clean residual min=-0.003086 max=0.003351 Jy/beam ! Clean residual mean=-0.000021 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.160873 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 123 components and 0.160873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112306Jy sigma=0.000772 ! Fit after self-cal, rms=0.112230Jy sigma=0.000772 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 1.03 KP 1.05 ! LA 1.09 MK 1.00* NL 1.02 OV 1.00 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.10 KP 1.05 ! LA 1.04 MK 1.00* NL 1.02 OV 1.02 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.16 HN 1.14 KP 0.91 ! LA 0.84 MK 1.00* NL 1.05 OV 0.92 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.07 HN 1.03 KP 0.87 ! LA 0.79 MK 1.00* NL 1.08 OV 0.98 ! PT 1.00 SC 1.00 ! ! ! Fit before self-cal, rms=0.112230Jy sigma=0.000772 ! Fit after self-cal, rms=0.111901Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.921 mas, bmaj=15.27 mas, bpa=14.81 degrees ! Estimated noise=726.812 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.00170151 Jy ! Component: 100 - total flux cleaned = -0.00170532 Jy ! Component: 150 - total flux cleaned = -0.0018233 Jy ! Component: 200 - total flux cleaned = -0.00182402 Jy ! Total flux subtracted in 200 components = -0.00182402 Jy ! Clean residual min=-0.003135 max=0.002410 Jy/beam ! Clean residual mean=-0.000008 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.159049 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 152 components and 0.159049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111791Jy sigma=0.000763 ! Fit after self-cal, rms=0.111780Jy sigma=0.000762 ! 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.111780Jy sigma=0.000762 ! Fit after self-cal, rms=0.114841Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=15.25 mas, bpa=14.74 degrees ! Estimated noise=723.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000229521 Jy ! Component: 100 - total flux cleaned = -0.000391407 Jy ! Component: 150 - total flux cleaned = -0.000571048 Jy ! Component: 200 - total flux cleaned = -0.000698475 Jy ! Total flux subtracted in 200 components = -0.000698475 Jy ! Clean residual min=-0.002947 max=0.002381 Jy/beam ! Clean residual mean=-0.000000 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.158351 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 168 components and 0.158351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114811Jy sigma=0.000761 ! Fit after self-cal, rms=0.114883Jy sigma=0.000761 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.03913e-05 Jy ! Component: 100 - total flux cleaned = -6.68907e-05 Jy ! Component: 150 - total flux cleaned = -0.000124622 Jy ! Component: 200 - total flux cleaned = -0.000205742 Jy ! Total flux subtracted in 200 components = -0.000205742 Jy ! Clean residual min=-0.002857 max=0.002344 Jy/beam ! Clean residual mean=-0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.158145 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 179 components and 0.158145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114863Jy sigma=0.000761 ! Fit after self-cal, rms=0.114855Jy sigma=0.000761 ! 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.114855Jy sigma=0.000761 ! Fit after self-cal, rms=0.115678Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=15.25 mas, bpa=14.76 degrees ! Estimated noise=721.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000338345 Jy ! Component: 100 - total flux cleaned = -0.000427585 Jy ! Component: 150 - total flux cleaned = -0.000557706 Jy ! Component: 200 - total flux cleaned = -0.000582341 Jy ! Total flux subtracted in 200 components = -0.000582341 Jy ! Clean residual min=-0.002702 max=0.002287 Jy/beam ! Clean residual mean=0.000000 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.157562 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 190 components and 0.157562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115661Jy sigma=0.000761 ! Fit after self-cal, rms=0.115675Jy sigma=0.000761 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.89984e-05 Jy ! Component: 100 - total flux cleaned = -8.63413e-05 Jy ! Component: 150 - total flux cleaned = -0.000109752 Jy ! Component: 200 - total flux cleaned = -0.000132006 Jy ! Total flux subtracted in 200 components = -0.000132006 Jy ! Clean residual min=-0.002625 max=0.002267 Jy/beam ! Clean residual mean=-0.000000 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.15743 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 195 components and 0.15743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115662Jy sigma=0.000761 ! Fit after self-cal, rms=0.115655Jy sigma=0.000761 ! 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.115655Jy sigma=0.000761 ! Fit after self-cal, rms=0.115659Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.363 mas, bmaj=24.72 mas, bpa=5.133 degrees ! Estimated noise=808.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000905048 Jy ! Component: 100 - total flux cleaned = -0.000956238 Jy ! Component: 150 - total flux cleaned = -0.001018 Jy ! Component: 200 - total flux cleaned = -0.00107467 Jy ! Total flux subtracted in 200 components = -0.00107467 Jy ! Clean residual min=-0.002153 max=0.002428 Jy/beam ! Clean residual mean=-0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.156356 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 209 components and 0.156356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115659Jy sigma=0.000761 ! Fit after self-cal, rms=0.115660Jy sigma=0.000761 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.00013515 Jy ! Component: 100 - total flux cleaned = -0.000153657 Jy ! Component: 150 - total flux cleaned = -0.000171371 Jy ! Component: 200 - total flux cleaned = -0.00020339 Jy ! Total flux subtracted in 200 components = -0.00020339 Jy ! Clean residual min=-0.002086 max=0.002412 Jy/beam ! Clean residual mean=-0.000003 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.156152 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 216 components and 0.156152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115660Jy sigma=0.000761 ! Fit after self-cal, rms=0.115660Jy sigma=0.000761 ! 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.902 mas, bmaj=15.26 mas, bpa=14.78 degrees ! Estimated noise=719.687 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.902 x 15.26 at 14.78 degrees (North through East) ! Clean map min=-0.0032333 max=0.10605 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.111 mas, bmaj=12.95 mas, bpa=16.02 degrees ! Estimated noise=1158.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0817088 Jy ! Component: 100 - total flux cleaned = 0.109441 Jy ! Component: 150 - total flux cleaned = 0.124565 Jy ! Component: 200 - total flux cleaned = 0.13414 Jy ! Total flux subtracted in 200 components = 0.13414 Jy ! Clean residual min=-0.004100 max=0.005175 Jy/beam ! Clean residual mean=-0.000038 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.13414 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 54 model components to the UV plane model. ! The established model now contains 54 components and 0.13414 Jy ! Inverting map and beam ! Estimated beam: bmin=3.902 mas, bmaj=15.26 mas, bpa=14.78 degrees ! Estimated noise=719.687 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.00956113 Jy ! Component: 100 - total flux cleaned = 0.0152134 Jy ! Component: 150 - total flux cleaned = 0.0188207 Jy ! Component: 200 - total flux cleaned = 0.0201682 Jy ! Total flux subtracted in 200 components = 0.0201682 Jy ! Clean residual min=-0.002488 max=0.002661 Jy/beam ! Clean residual mean=-0.000003 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.154308 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 119 components and 0.154308 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.363 mas, bmaj=24.72 mas, bpa=5.133 degrees ! Estimated noise=808.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161232 Jy ! Component: 100 - total flux cleaned = 0.00155235 Jy ! Component: 150 - total flux cleaned = 0.00155295 Jy ! Component: 200 - total flux cleaned = 0.00150939 Jy ! Total flux subtracted in 200 components = 0.00150939 Jy ! Clean residual min=-0.002168 max=0.002635 Jy/beam ! Clean residual mean=-0.000001 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.155817 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 = 3.89895e-05 Jy ! Component: 100 - total flux cleaned = 4.92466e-06 Jy ! Component: 150 - total flux cleaned = 3.66595e-05 Jy ! Component: 200 - total flux cleaned = 6.37119e-05 Jy ! Total flux subtracted in 200 components = 6.37119e-05 Jy ! Clean residual min=-0.002128 max=0.002558 Jy/beam ! Clean residual mean=-0.000002 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.155881 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 165 components and 0.155881 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.902 mas, bmaj=15.26 mas, bpa=14.78 degrees ! Estimated noise=719.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.38932e-05 Jy ! Component: 100 - total flux cleaned = -3.46379e-05 Jy ! Component: 150 - total flux cleaned = 5.74036e-05 Jy ! Component: 200 - total flux cleaned = 0.000142555 Jy ! Total flux subtracted in 200 components = 0.000142555 Jy ! Clean residual min=-0.002497 max=0.002503 Jy/beam ! Clean residual mean=-0.000001 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.156024 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 191 components and 0.156024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115694Jy sigma=0.000761 ! Fit after self-cal, rms=0.115693Jy sigma=0.000761 wmodel J0040-3243_S_2014_08_09_pus_map.mod ! Writing 191 model components to file: J0040-3243_S_2014_08_09_pus_map.mod wobs J0040-3243_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0040-3243_S_2014_08_09_pus_uvs.fits wwins J0040-3243_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0040-3243_S_2014_08_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.000294434 Jy ! Component: 100 - total flux cleaned = -0.000711338 Jy ! Component: 150 - total flux cleaned = -0.000886232 Jy ! Component: 200 - total flux cleaned = -0.000918812 Jy ! Component: 250 - total flux cleaned = -0.000855577 Jy ! Component: 300 - total flux cleaned = -0.000702394 Jy ! Component: 350 - total flux cleaned = -0.000554401 Jy ! Component: 400 - total flux cleaned = -0.000467672 Jy ! Component: 450 - total flux cleaned = -0.000272093 Jy ! Component: 500 - total flux cleaned = -0.000190876 Jy ! Component: 550 - total flux cleaned = -0.000138675 Jy ! Component: 600 - total flux cleaned = -0.00013845 Jy ! Component: 650 - total flux cleaned = -0.000163059 Jy ! Component: 700 - total flux cleaned = -0.000187645 Jy ! Component: 750 - total flux cleaned = -0.000210863 Jy ! Component: 800 - total flux cleaned = -0.000257274 Jy ! Component: 850 - total flux cleaned = -0.000234156 Jy ! Component: 900 - total flux cleaned = -0.000302008 Jy ! Component: 950 - total flux cleaned = -0.00034692 Jy ! Component: 1000 - total flux cleaned = -0.000391034 Jy ! Component: 1050 - total flux cleaned = -0.000412812 Jy ! Component: 1100 - total flux cleaned = -0.000455115 Jy ! Component: 1150 - total flux cleaned = -0.000581523 Jy ! Component: 1200 - total flux cleaned = -0.000622803 Jy ! Component: 1250 - total flux cleaned = -0.000745844 Jy ! Component: 1300 - total flux cleaned = -0.000867255 Jy ! Component: 1350 - total flux cleaned = -0.000887345 Jy ! Component: 1400 - total flux cleaned = -0.000986352 Jy ! Component: 1450 - total flux cleaned = -0.00106483 Jy ! Component: 1500 - total flux cleaned = -0.00119992 Jy ! Component: 1550 - total flux cleaned = -0.00123773 Jy ! Component: 1600 - total flux cleaned = -0.00125652 Jy ! Component: 1650 - total flux cleaned = -0.00138728 Jy ! Component: 1700 - total flux cleaned = -0.00142394 Jy ! Component: 1750 - total flux cleaned = -0.00153321 Jy ! Component: 1800 - total flux cleaned = -0.00156947 Jy ! Component: 1850 - total flux cleaned = -0.00165907 Jy ! Component: 1900 - total flux cleaned = -0.00172985 Jy ! Component: 1950 - total flux cleaned = -0.001835 Jy ! Component: 2000 - total flux cleaned = -0.00193845 Jy ! Component: 2050 - total flux cleaned = -0.00198981 Jy ! Component: 2100 - total flux cleaned = -0.00212522 Jy ! Component: 2150 - total flux cleaned = -0.00219231 Jy ! Component: 2200 - total flux cleaned = -0.00229221 Jy ! Component: 2250 - total flux cleaned = -0.00237435 Jy ! Component: 2300 - total flux cleaned = -0.00245604 Jy ! Component: 2350 - total flux cleaned = -0.00252087 Jy ! Component: 2400 - total flux cleaned = -0.00263305 Jy ! Component: 2450 - total flux cleaned = -0.00271252 Jy ! Component: 2500 - total flux cleaned = -0.00277549 Jy ! Component: 2550 - total flux cleaned = -0.00286936 Jy ! Component: 2600 - total flux cleaned = -0.00294689 Jy ! Component: 2650 - total flux cleaned = -0.00303905 Jy ! Component: 2700 - total flux cleaned = -0.00310001 Jy ! Component: 2750 - total flux cleaned = -0.00317566 Jy ! Component: 2800 - total flux cleaned = -0.0032358 Jy ! Component: 2850 - total flux cleaned = -0.00326561 Jy ! Component: 2900 - total flux cleaned = -0.00335448 Jy ! Component: 2950 - total flux cleaned = -0.00336914 Jy ! Component: 3000 - total flux cleaned = -0.00344202 Jy ! Component: 3050 - total flux cleaned = -0.00349974 Jy ! Component: 3100 - total flux cleaned = -0.00349971 Jy ! Component: 3150 - total flux cleaned = -0.00357094 Jy ! Component: 3200 - total flux cleaned = -0.0035285 Jy ! Component: 3250 - total flux cleaned = -0.00354255 Jy ! Component: 3300 - total flux cleaned = -0.00358445 Jy ! Component: 3350 - total flux cleaned = -0.00368141 Jy ! Component: 3400 - total flux cleaned = -0.0036675 Jy ! Component: 3450 - total flux cleaned = -0.00369478 Jy ! Component: 3500 - total flux cleaned = -0.00366781 Jy ! Component: 3550 - total flux cleaned = -0.00373505 Jy ! Component: 3600 - total flux cleaned = -0.0037352 Jy ! Component: 3650 - total flux cleaned = -0.00374828 Jy ! Component: 3700 - total flux cleaned = -0.00374827 Jy ! Component: 3750 - total flux cleaned = -0.00374837 Jy ! Component: 3800 - total flux cleaned = -0.00380067 Jy ! Component: 3850 - total flux cleaned = -0.00378773 Jy ! Component: 3900 - total flux cleaned = -0.00381355 Jy ! Component: 3950 - total flux cleaned = -0.00380081 Jy ! Component: 4000 - total flux cleaned = -0.00378806 Jy ! Component: 4050 - total flux cleaned = -0.00385155 Jy ! Total flux subtracted in 4096 components = -0.0038516 Jy ! Clean residual min=-0.000709 max=0.000743 Jy/beam ! Clean residual mean=-0.000000 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.152172 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 489 components and 0.152172 Jy ![Exited script file: muppet] wmap "J0040-3243_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.902 x 15.26 at 14.78 degrees (North through East) ! Clean map min=-0.0029798 max=0.105 Jy/beam ! Writing clean map to FITS file: J0040-3243_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.104997 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000255896 device "J0040-3243_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0040-3243_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.73115 0.73115 1.4623 2.9246 5.8492 11.6984 23.3968 46.7936 93.5872 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 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.902 x 15.26 at 14.78 degrees (North through East) ! Clean map min=-0.0029798 max=0.105 Jy/beam quit ! Quitting program ! Log file J0040-3243_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:50:13 2016