! Started logfile: J0216-3247_S_2017_05_27_pus_uvs.log on Fri May 3 10:55:12 2019 obs J0216-3247_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0216-3247_S_2017_05_27_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.897368 visibilities/baseline/integration-bin. ! Found source: J0216-3247 ! ! 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 1211 lines of history. ! ! Reading 12276 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-3247_S_2017_05_27_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 397 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.856026Jy sigma=0.004969 ! Fit after self-cal, rms=0.779484Jy sigma=0.004518 ! 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.463 mas, bmaj=6.957 mas, bpa=-7.366 degrees ! Estimated noise=2107.43 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.180816 Jy ! Component: 100 - total flux cleaned = 0.220288 Jy ! Total flux subtracted in 100 components = 0.220288 Jy ! Clean residual min=-0.010260 max=0.020576 Jy/beam ! Clean residual mean=-0.000017 rms=0.002903 Jy/beam ! Combined flux in latest and established models = 0.220288 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.220288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142983Jy sigma=0.000709 ! Fit after self-cal, rms=0.142967Jy sigma=0.000709 ! Inverting map ! Added new window around map position (-4, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178307 Jy ! Component: 100 - total flux cleaned = 0.0272099 Jy ! Total flux subtracted in 100 components = 0.0272099 Jy ! Clean residual min=-0.011119 max=0.015781 Jy/beam ! Clean residual mean=-0.000015 rms=0.002455 Jy/beam ! Combined flux in latest and established models = 0.247498 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.247498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140030Jy sigma=0.000692 ! Fit after self-cal, rms=0.139858Jy sigma=0.000690 ! 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=2.933 mas, bmaj=8.063 mas, bpa=-6.992 degrees ! Estimated noise=1314.93 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.0110966 Jy ! Component: 100 - total flux cleaned = 0.0154371 Jy ! Component: 150 - total flux cleaned = 0.0162809 Jy ! Component: 200 - total flux cleaned = 0.0165219 Jy ! Total flux subtracted in 200 components = 0.0165219 Jy ! Clean residual min=-0.007587 max=0.008425 Jy/beam ! Clean residual mean=-0.000015 rms=0.001747 Jy/beam ! Combined flux in latest and established models = 0.26402 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.26402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138808Jy sigma=0.000685 ! Fit after self-cal, rms=0.138788Jy sigma=0.000685 ! 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.55 FD 0.91 HN 1.23 KP 1.02 ! LA 1.00 MK 0.98 NL 0.90 OV 0.98 ! PT 1.05 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.27 KP 0.98 ! LA 0.95 MK 0.98 NL 1.01 OV 0.99 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.25 KP 0.98 ! LA 0.98 MK 0.98 NL 1.01 OV 0.90 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.14 KP 1.00* ! LA 1.00 MK 1.03 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.138788Jy sigma=0.000685 ! Fit after self-cal, rms=0.158170Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.933 mas, bmaj=8.003 mas, bpa=-6.859 degrees ! Estimated noise=1328.27 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.000603712 Jy ! Component: 100 - total flux cleaned = -0.000797024 Jy ! Component: 150 - total flux cleaned = -0.000861773 Jy ! Component: 200 - total flux cleaned = -0.000864519 Jy ! Total flux subtracted in 200 components = -0.000864519 Jy ! Clean residual min=-0.004860 max=0.004457 Jy/beam ! Clean residual mean=-0.000037 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.263155 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 39 components and 0.263155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158030Jy sigma=0.000666 ! Fit after self-cal, rms=0.158237Jy sigma=0.000665 ! 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.158237Jy sigma=0.000665 ! Fit after self-cal, rms=0.162786Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.929 mas, bmaj=7.992 mas, bpa=-6.862 degrees ! Estimated noise=1335.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000662293 Jy ! Component: 100 - total flux cleaned = 0.000653932 Jy ! Component: 150 - total flux cleaned = 0.000654824 Jy ! Component: 200 - total flux cleaned = 0.000524039 Jy ! Total flux subtracted in 200 components = 0.000524039 Jy ! Clean residual min=-0.004261 max=0.003907 Jy/beam ! Clean residual mean=-0.000026 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.263679 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.263679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162699Jy sigma=0.000663 ! Fit after self-cal, rms=0.162714Jy sigma=0.000663 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.000341776 Jy ! Component: 100 - total flux cleaned = -0.000418618 Jy ! Component: 150 - total flux cleaned = -0.000452481 Jy ! Component: 200 - total flux cleaned = -0.000484111 Jy ! Total flux subtracted in 200 components = -0.000484111 Jy ! Clean residual min=-0.004090 max=0.003935 Jy/beam ! Clean residual mean=-0.000028 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.263195 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 50 components and 0.263195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162684Jy sigma=0.000663 ! Fit after self-cal, rms=0.162680Jy sigma=0.000663 ! 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.162680Jy sigma=0.000663 ! Fit after self-cal, rms=0.166151Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=7.982 mas, bpa=-6.913 degrees ! Estimated noise=1342.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000442567 Jy ! Component: 100 - total flux cleaned = 0.000592965 Jy ! Component: 150 - total flux cleaned = 0.000551314 Jy ! Component: 200 - total flux cleaned = 0.000514697 Jy ! Total flux subtracted in 200 components = 0.000514697 Jy ! Clean residual min=-0.003890 max=0.003944 Jy/beam ! Clean residual mean=-0.000014 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.26371 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.26371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166088Jy sigma=0.000661 ! Fit after self-cal, rms=0.166093Jy sigma=0.000661 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.000133218 Jy ! Component: 100 - total flux cleaned = -0.00016437 Jy ! Component: 150 - total flux cleaned = -0.000193384 Jy ! Component: 200 - total flux cleaned = -0.00022035 Jy ! Total flux subtracted in 200 components = -0.00022035 Jy ! Clean residual min=-0.003926 max=0.003948 Jy/beam ! Clean residual mean=-0.000015 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.263489 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.263489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166069Jy sigma=0.000661 ! Fit after self-cal, rms=0.166065Jy sigma=0.000661 ! 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.166065Jy sigma=0.000661 ! Fit after self-cal, rms=0.168222Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.06 mas, bmaj=22.94 mas, bpa=-1.474 degrees ! Estimated noise=1691.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000730514 Jy ! Component: 100 - total flux cleaned = 0.000732612 Jy ! Component: 150 - total flux cleaned = 0.000757305 Jy ! Component: 200 - total flux cleaned = 0.00073676 Jy ! Total flux subtracted in 200 components = 0.00073676 Jy ! Clean residual min=-0.004009 max=0.004041 Jy/beam ! Clean residual mean=-0.000030 rms=0.001197 Jy/beam ! Combined flux in latest and established models = 0.264226 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.264226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168189Jy sigma=0.000661 ! Fit after self-cal, rms=0.168194Jy sigma=0.000661 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.000184879 Jy ! Component: 100 - total flux cleaned = -0.000200626 Jy ! Component: 150 - total flux cleaned = -0.000215334 Jy ! Component: 200 - total flux cleaned = -0.000243849 Jy ! Total flux subtracted in 200 components = -0.000243849 Jy ! Clean residual min=-0.004045 max=0.003995 Jy/beam ! Clean residual mean=-0.000032 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.263982 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.263982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168191Jy sigma=0.000661 ! Fit after self-cal, rms=0.168188Jy sigma=0.000661 ! 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=2.925 mas, bmaj=7.98 mas, bpa=-6.932 degrees ! Estimated noise=1348.43 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.925 x 7.98 at -6.932 degrees (North through East) ! Clean map min=-0.0048498 max=0.22864 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.449 mas, bmaj=6.827 mas, bpa=-7.146 degrees ! Estimated noise=2195.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187594 Jy ! Component: 100 - total flux cleaned = 0.229836 Jy ! Component: 150 - total flux cleaned = 0.246036 Jy ! Component: 200 - total flux cleaned = 0.254801 Jy ! Total flux subtracted in 200 components = 0.254801 Jy ! Clean residual min=-0.006889 max=0.007450 Jy/beam ! Clean residual mean=-0.000014 rms=0.001873 Jy/beam ! Combined flux in latest and established models = 0.254801 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.254801 Jy ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.98 mas, bpa=-6.932 degrees ! Estimated noise=1348.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.00597895 Jy ! Component: 100 - total flux cleaned = 0.00798677 Jy ! Component: 150 - total flux cleaned = 0.00848413 Jy ! Component: 200 - total flux cleaned = 0.008819 Jy ! Total flux subtracted in 200 components = 0.008819 Jy ! Clean residual min=-0.003650 max=0.004020 Jy/beam ! Clean residual mean=-0.000015 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.26362 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.26362 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.06 mas, bmaj=22.94 mas, bpa=-1.474 degrees ! Estimated noise=1691.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.48397e-05 Jy ! Component: 100 - total flux cleaned = 5.50603e-05 Jy ! Component: 150 - total flux cleaned = 5.46999e-05 Jy ! Component: 200 - total flux cleaned = 5.42219e-05 Jy ! Total flux subtracted in 200 components = 5.42219e-05 Jy ! Clean residual min=-0.003936 max=0.004079 Jy/beam ! Clean residual mean=-0.000034 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.263674 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.77131e-05 Jy ! Component: 100 - total flux cleaned = -5.03386e-05 Jy ! Component: 150 - total flux cleaned = -4.87496e-05 Jy ! Component: 200 - total flux cleaned = -4.98519e-05 Jy ! Total flux subtracted in 200 components = -4.98519e-05 Jy ! Clean residual min=-0.003954 max=0.004055 Jy/beam ! Clean residual mean=-0.000035 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.263624 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.263624 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.98 mas, bpa=-6.932 degrees ! Estimated noise=1348.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.63562e-05 Jy ! Component: 100 - total flux cleaned = 5.09875e-05 Jy ! Component: 150 - total flux cleaned = 1.23025e-05 Jy ! Component: 200 - total flux cleaned = 4.89916e-05 Jy ! Total flux subtracted in 200 components = 4.89916e-05 Jy ! Clean residual min=-0.003610 max=0.003949 Jy/beam ! Clean residual mean=-0.000015 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.263673 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.263673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168184Jy sigma=0.000661 ! Fit after self-cal, rms=0.168145Jy sigma=0.000661 wmodel J0216-3247_S_2017_05_27_pus_map.mod ! Writing 44 model components to file: J0216-3247_S_2017_05_27_pus_map.mod wobs J0216-3247_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0216-3247_S_2017_05_27_pus_uvs.fits wwins J0216-3247_S_2017_05_27_pus_map.win ! wwins: Wrote 2 windows to J0216-3247_S_2017_05_27_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.00101737 Jy ! Component: 100 - total flux cleaned = 0.00147691 Jy ! Component: 150 - total flux cleaned = 0.0019054 Jy ! Component: 200 - total flux cleaned = 0.00237656 Jy ! Component: 250 - total flux cleaned = 0.00266058 Jy ! Component: 300 - total flux cleaned = 0.00282472 Jy ! Component: 350 - total flux cleaned = 0.00277052 Jy ! Component: 400 - total flux cleaned = 0.00266682 Jy ! Component: 450 - total flux cleaned = 0.00266745 Jy ! Component: 500 - total flux cleaned = 0.00256901 Jy ! Component: 550 - total flux cleaned = 0.00256895 Jy ! Component: 600 - total flux cleaned = 0.00252095 Jy ! Component: 650 - total flux cleaned = 0.00228904 Jy ! Component: 700 - total flux cleaned = 0.00219971 Jy ! Component: 750 - total flux cleaned = 0.00206623 Jy ! Component: 800 - total flux cleaned = 0.00202267 Jy ! Component: 850 - total flux cleaned = 0.00184967 Jy ! Component: 900 - total flux cleaned = 0.00176568 Jy ! Component: 950 - total flux cleaned = 0.00164018 Jy ! Component: 1000 - total flux cleaned = 0.00139302 Jy ! Component: 1050 - total flux cleaned = 0.00111011 Jy ! Component: 1100 - total flux cleaned = 0.000990727 Jy ! Component: 1150 - total flux cleaned = 0.000754299 Jy ! Component: 1200 - total flux cleaned = 0.000521357 Jy ! Component: 1250 - total flux cleaned = 0.000253456 Jy ! Component: 1300 - total flux cleaned = 0.000140949 Jy ! Component: 1350 - total flux cleaned = -0.000120018 Jy ! Component: 1400 - total flux cleaned = -0.000303254 Jy ! Component: 1450 - total flux cleaned = -0.00059333 Jy ! Component: 1500 - total flux cleaned = -0.000736698 Jy ! Component: 1550 - total flux cleaned = -0.000843097 Jy ! Component: 1600 - total flux cleaned = -0.00101896 Jy ! Component: 1650 - total flux cleaned = -0.00122668 Jy ! Component: 1700 - total flux cleaned = -0.00126072 Jy ! Component: 1750 - total flux cleaned = -0.00143007 Jy ! Component: 1800 - total flux cleaned = -0.00149716 Jy ! Component: 1850 - total flux cleaned = -0.00163015 Jy ! Component: 1900 - total flux cleaned = -0.00172843 Jy ! Component: 1950 - total flux cleaned = -0.00179354 Jy ! Component: 2000 - total flux cleaned = -0.00182593 Jy ! Component: 2050 - total flux cleaned = -0.00201631 Jy ! Component: 2100 - total flux cleaned = -0.00211023 Jy ! Component: 2150 - total flux cleaned = -0.00207868 Jy ! Component: 2200 - total flux cleaned = -0.00214043 Jy ! Component: 2250 - total flux cleaned = -0.00223214 Jy ! Component: 2300 - total flux cleaned = -0.0023832 Jy ! Component: 2350 - total flux cleaned = -0.00241281 Jy ! Component: 2400 - total flux cleaned = -0.00247215 Jy ! Component: 2450 - total flux cleaned = -0.00244277 Jy ! Component: 2500 - total flux cleaned = -0.00258868 Jy ! Component: 2550 - total flux cleaned = -0.00264654 Jy ! Component: 2600 - total flux cleaned = -0.00267517 Jy ! Component: 2650 - total flux cleaned = -0.00267546 Jy ! Component: 2700 - total flux cleaned = -0.00276058 Jy ! Component: 2750 - total flux cleaned = -0.00278847 Jy ! Component: 2800 - total flux cleaned = -0.00276094 Jy ! Component: 2850 - total flux cleaned = -0.00276118 Jy ! Component: 2900 - total flux cleaned = -0.00281596 Jy ! Component: 2950 - total flux cleaned = -0.00284318 Jy ! Component: 3000 - total flux cleaned = -0.00295093 Jy ! Component: 3050 - total flux cleaned = -0.00289717 Jy ! Component: 3100 - total flux cleaned = -0.00300382 Jy ! Component: 3150 - total flux cleaned = -0.00295084 Jy ! Component: 3200 - total flux cleaned = -0.00289842 Jy ! Component: 3250 - total flux cleaned = -0.00284647 Jy ! Component: 3300 - total flux cleaned = -0.0028469 Jy ! Component: 3350 - total flux cleaned = -0.00287293 Jy ! Component: 3400 - total flux cleaned = -0.00279622 Jy ! Component: 3450 - total flux cleaned = -0.00274548 Jy ! Component: 3500 - total flux cleaned = -0.0027707 Jy ! Component: 3550 - total flux cleaned = -0.00266989 Jy ! Component: 3600 - total flux cleaned = -0.00269504 Jy ! Component: 3650 - total flux cleaned = -0.00271961 Jy ! Component: 3700 - total flux cleaned = -0.00264537 Jy ! Component: 3750 - total flux cleaned = -0.00266978 Jy ! Component: 3800 - total flux cleaned = -0.00247476 Jy ! Component: 3850 - total flux cleaned = -0.00249905 Jy ! Component: 3900 - total flux cleaned = -0.00247479 Jy ! Component: 3950 - total flux cleaned = -0.00245092 Jy ! Component: 4000 - total flux cleaned = -0.00240324 Jy ! Component: 4050 - total flux cleaned = -0.00235584 Jy ! Total flux subtracted in 4096 components = -0.00228516 Jy ! Clean residual min=-0.001831 max=0.001653 Jy/beam ! Clean residual mean=-0.000012 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.261388 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 316 components and 0.261388 Jy ![Exited script file: muppet] wmap "J0216-3247_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.925 x 7.98 at -6.932 degrees (North through East) ! Clean map min=-0.0034527 max=0.2316 Jy/beam ! Writing clean map to FITS file: J0216-3247_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.231601 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00043081 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.558042 0.558042 1.11608 2.23217 4.46433 8.92867 17.8573 35.7147 71.4294 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.231 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.925 x 7.98 at -6.932 degrees (North through East) ! Clean map min=-0.0034527 max=0.2316 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-3247_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:55:16 2019