! Started logfile: J0216-0105_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:02:16 2017 obs J0216-0105_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0216-0105_S_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688621 visibilities/baseline/integration-bin. ! Found source: J0216-0105 ! ! 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 338 lines of history. ! ! Reading 10288 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 J0216-0105_S_2015_01_23_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 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941617Jy sigma=0.009540 ! Fit after self-cal, rms=0.911181Jy sigma=0.009351 ! 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.142 mas, bmaj=6.591 mas, bpa=6.482 degrees ! Estimated noise=844.254 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.0743187 Jy ! Component: 100 - total flux cleaned = 0.0996299 Jy ! Total flux subtracted in 100 components = 0.0996299 Jy ! Clean residual min=-0.005834 max=0.010582 Jy/beam ! Clean residual mean=0.000003 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.0996299 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0996299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138926Jy sigma=0.000831 ! Fit after self-cal, rms=0.138579Jy sigma=0.000829 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120924 Jy ! Component: 100 - total flux cleaned = 0.0177761 Jy ! Total flux subtracted in 100 components = 0.0177761 Jy ! Clean residual min=-0.004968 max=0.006761 Jy/beam ! Clean residual mean=-0.000003 rms=0.001451 Jy/beam ! Combined flux in latest and established models = 0.117406 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 17 components and 0.117406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137534Jy sigma=0.000813 ! Fit after self-cal, rms=0.137468Jy sigma=0.000812 ! 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.687 mas, bmaj=7.551 mas, bpa=6.437 degrees ! Estimated noise=708.016 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.00197111 Jy ! Component: 100 - total flux cleaned = 0.001923 Jy ! Component: 150 - total flux cleaned = 0.0018172 Jy ! Component: 200 - total flux cleaned = 0.00167747 Jy ! Total flux subtracted in 200 components = 0.00167747 Jy ! Clean residual min=-0.005401 max=0.008538 Jy/beam ! Clean residual mean=-0.000014 rms=0.001969 Jy/beam ! Combined flux in latest and established models = 0.119083 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 22 components and 0.119083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137387Jy sigma=0.000811 ! Fit after self-cal, rms=0.137377Jy sigma=0.000811 ! 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 1.00 FD 0.71 HN 0.90 KP 1.04 ! LA 1.51 MK 1.05 NL 0.93 OV 0.95 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.75 HN 0.98 KP 0.97 ! LA 1.29 MK 1.02 NL 1.04 OV 0.96 ! PT 0.95 SC 1.09 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.98 HN 1.00 KP 0.81 ! LA 1.21 MK 1.10 NL 1.13 OV 0.90 ! PT 0.96 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.06 FD 0.86 HN 0.91 KP 0.79 ! LA 1.21 MK 1.11 NL 0.97 OV 0.96 ! PT 0.98 SC 0.96 ! ! ! Fit before self-cal, rms=0.137377Jy sigma=0.000811 ! Fit after self-cal, rms=0.124749Jy sigma=0.000793 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.683 mas, bmaj=7.585 mas, bpa=6.568 degrees ! Estimated noise=705.998 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.000496941 Jy ! Component: 100 - total flux cleaned = 0.000672603 Jy ! Component: 150 - total flux cleaned = 0.000673399 Jy ! Component: 200 - total flux cleaned = 0.000673966 Jy ! Total flux subtracted in 200 components = 0.000673966 Jy ! Clean residual min=-0.005796 max=0.006735 Jy/beam ! Clean residual mean=-0.000006 rms=0.001633 Jy/beam ! Combined flux in latest and established models = 0.119757 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.119757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124725Jy sigma=0.000792 ! Fit after self-cal, rms=0.125137Jy sigma=0.000792 ! 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.125137Jy sigma=0.000792 ! Fit after self-cal, rms=0.127997Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=7.591 mas, bpa=6.648 degrees ! Estimated noise=707.194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391102 Jy ! Component: 100 - total flux cleaned = -0.000647884 Jy ! Component: 150 - total flux cleaned = -0.000815548 Jy ! Component: 200 - total flux cleaned = -0.000891602 Jy ! Total flux subtracted in 200 components = -0.000891602 Jy ! Clean residual min=-0.001865 max=0.002080 Jy/beam ! Clean residual mean=0.000002 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.118866 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.118866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127981Jy sigma=0.000769 ! Fit after self-cal, rms=0.128077Jy sigma=0.000768 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.000104849 Jy ! Component: 100 - total flux cleaned = 5.0769e-05 Jy ! Component: 150 - total flux cleaned = 1.4468e-05 Jy ! Component: 200 - total flux cleaned = 3.47233e-06 Jy ! Total flux subtracted in 200 components = 3.47233e-06 Jy ! Clean residual min=-0.001918 max=0.002032 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.118869 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.118869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128071Jy sigma=0.000768 ! Fit after self-cal, rms=0.128063Jy sigma=0.000768 ! 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.128063Jy sigma=0.000768 ! Fit after self-cal, rms=0.127671Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=7.597 mas, bpa=6.98 degrees ! Estimated noise=705.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137935 Jy ! Component: 100 - total flux cleaned = -0.000307445 Jy ! Component: 150 - total flux cleaned = -0.000416977 Jy ! Component: 200 - total flux cleaned = -0.000468042 Jy ! Total flux subtracted in 200 components = -0.000468042 Jy ! Clean residual min=-0.001900 max=0.001958 Jy/beam ! Clean residual mean=0.000002 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.118401 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.118401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127662Jy sigma=0.000768 ! Fit after self-cal, rms=0.127661Jy sigma=0.000768 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.84198e-05 Jy ! Component: 100 - total flux cleaned = -5.90927e-05 Jy ! Component: 150 - total flux cleaned = -9.41306e-05 Jy ! Component: 200 - total flux cleaned = -0.000110759 Jy ! Total flux subtracted in 200 components = -0.000110759 Jy ! Clean residual min=-0.001902 max=0.001974 Jy/beam ! Clean residual mean=0.000002 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.118291 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.118291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127657Jy sigma=0.000768 ! Fit after self-cal, rms=0.127656Jy sigma=0.000768 ! 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.127656Jy sigma=0.000768 ! Fit after self-cal, rms=0.127387Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.899 mas, bmaj=11.19 mas, bpa=-2.621 degrees ! Estimated noise=879.853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.21526e-05 Jy ! Component: 100 - total flux cleaned = 5.82173e-05 Jy ! Component: 150 - total flux cleaned = 7.14546e-05 Jy ! Component: 200 - total flux cleaned = 8.21466e-05 Jy ! Total flux subtracted in 200 components = 8.21466e-05 Jy ! Clean residual min=-0.001848 max=0.002346 Jy/beam ! Clean residual mean=0.000003 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.118373 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.118373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127385Jy sigma=0.000768 ! Fit after self-cal, rms=0.127387Jy sigma=0.000768 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.000155244 Jy ! Component: 100 - total flux cleaned = 0.000154962 Jy ! Component: 150 - total flux cleaned = 0.000164958 Jy ! Component: 200 - total flux cleaned = 0.000172912 Jy ! Total flux subtracted in 200 components = 0.000172912 Jy ! Clean residual min=-0.001837 max=0.002364 Jy/beam ! Clean residual mean=0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.118546 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.118546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127387Jy sigma=0.000768 ! Fit after self-cal, rms=0.127388Jy sigma=0.000768 ! 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.693 mas, bmaj=7.604 mas, bpa=7.188 degrees ! Estimated noise=705.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 7.604 at 7.188 degrees (North through East) ! Clean map min=-0.0019036 max=0.094097 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.16 mas, bmaj=6.682 mas, bpa=7.414 degrees ! Estimated noise=834.249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0738032 Jy ! Component: 100 - total flux cleaned = 0.100052 Jy ! Component: 150 - total flux cleaned = 0.111176 Jy ! Component: 200 - total flux cleaned = 0.116311 Jy ! Total flux subtracted in 200 components = 0.116311 Jy ! Clean residual min=-0.002667 max=0.002619 Jy/beam ! Clean residual mean=0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.116311 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.116311 Jy ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=7.604 mas, bpa=7.188 degrees ! Estimated noise=705.43 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.00255769 Jy ! Component: 100 - total flux cleaned = 0.00262442 Jy ! Component: 150 - total flux cleaned = 0.00262403 Jy ! Component: 200 - total flux cleaned = 0.00258859 Jy ! Total flux subtracted in 200 components = 0.00258859 Jy ! Clean residual min=-0.001873 max=0.002001 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.118899 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.118899 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=6.899 mas, bmaj=11.19 mas, bpa=-2.621 degrees ! Estimated noise=879.853 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000105362 Jy ! Component: 100 - total flux cleaned = -9.48552e-05 Jy ! Component: 150 - total flux cleaned = -8.50866e-05 Jy ! Component: 200 - total flux cleaned = -6.70797e-05 Jy ! Total flux subtracted in 200 components = -6.70797e-05 Jy ! Clean residual min=-0.001820 max=0.002350 Jy/beam ! Clean residual mean=0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.118832 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 = 8.32927e-06 Jy ! Component: 100 - total flux cleaned = 1.61447e-05 Jy ! Component: 150 - total flux cleaned = 2.33424e-05 Jy ! Component: 200 - total flux cleaned = 2.30711e-05 Jy ! Total flux subtracted in 200 components = 2.30711e-05 Jy ! Clean residual min=-0.001821 max=0.002354 Jy/beam ! Clean residual mean=0.000003 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.118855 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.118855 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=7.604 mas, bpa=7.188 degrees ! Estimated noise=705.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.50819e-05 Jy ! Component: 100 - total flux cleaned = -0.000170247 Jy ! Component: 150 - total flux cleaned = -0.000237905 Jy ! Component: 200 - total flux cleaned = -0.00031805 Jy ! Total flux subtracted in 200 components = -0.00031805 Jy ! Clean residual min=-0.001849 max=0.001944 Jy/beam ! Clean residual mean=0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.118537 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.118537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127393Jy sigma=0.000768 ! Fit after self-cal, rms=0.127401Jy sigma=0.000768 wmodel J0216-0105_S_2015_01_23_pus_map.mod ! Writing 35 model components to file: J0216-0105_S_2015_01_23_pus_map.mod wobs J0216-0105_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0216-0105_S_2015_01_23_pus_uvs.fits wwins J0216-0105_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J0216-0105_S_2015_01_23_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.000372672 Jy ! Component: 100 - total flux cleaned = 0.000238386 Jy ! Component: 150 - total flux cleaned = 0.000143327 Jy ! Component: 200 - total flux cleaned = -9.93108e-05 Jy ! Component: 250 - total flux cleaned = -0.000215964 Jy ! Component: 300 - total flux cleaned = -0.000159553 Jy ! Component: 350 - total flux cleaned = -4.99516e-05 Jy ! Component: 400 - total flux cleaned = 0.000109602 Jy ! Component: 450 - total flux cleaned = 0.000187682 Jy ! Component: 500 - total flux cleaned = 0.00041694 Jy ! Component: 550 - total flux cleaned = 0.000540937 Jy ! Component: 600 - total flux cleaned = 0.0006626 Jy ! Component: 650 - total flux cleaned = 0.000758186 Jy ! Component: 700 - total flux cleaned = 0.000874687 Jy ! Component: 750 - total flux cleaned = 0.000989326 Jy ! Component: 800 - total flux cleaned = 0.00112379 Jy ! Component: 850 - total flux cleaned = 0.00116842 Jy ! Component: 900 - total flux cleaned = 0.00136485 Jy ! Component: 950 - total flux cleaned = 0.00147205 Jy ! Component: 1000 - total flux cleaned = 0.00157786 Jy ! Component: 1050 - total flux cleaned = 0.00170284 Jy ! Component: 1100 - total flux cleaned = 0.0018462 Jy ! Component: 1150 - total flux cleaned = 0.00188718 Jy ! Component: 1200 - total flux cleaned = 0.00206671 Jy ! Component: 1250 - total flux cleaned = 0.00214503 Jy ! Component: 1300 - total flux cleaned = 0.00224198 Jy ! Component: 1350 - total flux cleaned = 0.00222256 Jy ! Component: 1400 - total flux cleaned = 0.0022793 Jy ! Component: 1450 - total flux cleaned = 0.00231702 Jy ! Component: 1500 - total flux cleaned = 0.00235416 Jy ! Component: 1550 - total flux cleaned = 0.00239074 Jy ! Component: 1600 - total flux cleaned = 0.00244479 Jy ! Component: 1650 - total flux cleaned = 0.00251622 Jy ! Component: 1700 - total flux cleaned = 0.00249902 Jy ! Component: 1750 - total flux cleaned = 0.00255153 Jy ! Component: 1800 - total flux cleaned = 0.00260304 Jy ! Component: 1850 - total flux cleaned = 0.00265387 Jy ! Component: 1900 - total flux cleaned = 0.00267078 Jy ! Component: 1950 - total flux cleaned = 0.00270392 Jy ! Component: 2000 - total flux cleaned = 0.00273683 Jy ! Component: 2050 - total flux cleaned = 0.00272051 Jy ! Component: 2100 - total flux cleaned = 0.00275305 Jy ! Component: 2150 - total flux cleaned = 0.0028013 Jy ! Component: 2200 - total flux cleaned = 0.00281719 Jy ! Component: 2250 - total flux cleaned = 0.00286451 Jy ! Component: 2300 - total flux cleaned = 0.00288018 Jy ! Component: 2350 - total flux cleaned = 0.00288003 Jy ! Component: 2400 - total flux cleaned = 0.00289539 Jy ! Component: 2450 - total flux cleaned = 0.00291053 Jy ! Component: 2500 - total flux cleaned = 0.0028955 Jy ! Component: 2550 - total flux cleaned = 0.00292562 Jy ! Component: 2600 - total flux cleaned = 0.00294057 Jy ! Component: 2650 - total flux cleaned = 0.00297022 Jy ! Component: 2700 - total flux cleaned = 0.0029701 Jy ! Component: 2750 - total flux cleaned = 0.00294098 Jy ! Component: 2800 - total flux cleaned = 0.00298427 Jy ! Component: 2850 - total flux cleaned = 0.00294122 Jy ! Component: 2900 - total flux cleaned = 0.00296985 Jy ! Component: 2950 - total flux cleaned = 0.00295581 Jy ! Component: 3000 - total flux cleaned = 0.00296986 Jy ! Component: 3050 - total flux cleaned = 0.00296989 Jy ! Component: 3100 - total flux cleaned = 0.00298368 Jy ! Component: 3150 - total flux cleaned = 0.00295598 Jy ! Component: 3200 - total flux cleaned = 0.00296965 Jy ! Component: 3250 - total flux cleaned = 0.00298338 Jy ! Component: 3300 - total flux cleaned = 0.00295634 Jy ! Component: 3350 - total flux cleaned = 0.00303729 Jy ! Component: 3400 - total flux cleaned = 0.00298359 Jy ! Component: 3450 - total flux cleaned = 0.00297019 Jy ! Component: 3500 - total flux cleaned = 0.00295683 Jy ! Component: 3550 - total flux cleaned = 0.00294358 Jy ! Component: 3600 - total flux cleaned = 0.00298296 Jy ! Component: 3650 - total flux cleaned = 0.00296987 Jy ! Component: 3700 - total flux cleaned = 0.00295676 Jy ! Component: 3750 - total flux cleaned = 0.00298259 Jy ! Component: 3800 - total flux cleaned = 0.00296963 Jy ! Component: 3850 - total flux cleaned = 0.00296968 Jy ! Component: 3900 - total flux cleaned = 0.00296974 Jy ! Component: 3950 - total flux cleaned = 0.0029824 Jy ! Component: 4000 - total flux cleaned = 0.00302011 Jy ! Component: 4050 - total flux cleaned = 0.0030201 Jy ! Total flux subtracted in 4096 components = 0.00304508 Jy ! Clean residual min=-0.000788 max=0.000756 Jy/beam ! Clean residual mean=0.000001 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.121582 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 349 components and 0.121582 Jy ![Exited script file: muppet] wmap "J0216-0105_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 7.604 at 7.188 degrees (North through East) ! Clean map min=-0.0014829 max=0.093901 Jy/beam ! Writing clean map to FITS file: J0216-0105_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0939014 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232805 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.743775 0.743775 1.48755 2.9751 5.9502 11.9004 23.8008 47.6016 95.2032 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 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.693 x 7.604 at 7.188 degrees (North through East) ! Clean map min=-0.0014829 max=0.093901 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0216-0105_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:02:22 2017