! Started logfile: J2350+0227_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:52:21 2019 obs J2350+0227_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2350+0227_S_2017_03_27_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958206 visibilities/baseline/integration-bin. ! Found source: J2350+0227 ! ! 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 1684 lines of history. ! ! Reading 37600 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 J2350+0227_S_2017_03_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 931 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002772Jy sigma=0.008051 ! Fit after self-cal, rms=0.956622Jy sigma=0.007703 ! 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.816 mas, bmaj=7.031 mas, bpa=-3.333 degrees ! Estimated noise=794.903 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.0365157 Jy ! Component: 100 - total flux cleaned = 0.0444803 Jy ! Total flux subtracted in 100 components = 0.0444803 Jy ! Clean residual min=-0.002603 max=0.003372 Jy/beam ! Clean residual mean=-0.000000 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0444803 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0444803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089022Jy sigma=0.000659 ! Fit after self-cal, rms=0.087503Jy sigma=0.000646 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00425608 Jy ! Component: 100 - total flux cleaned = 0.00471616 Jy ! Total flux subtracted in 100 components = 0.00471616 Jy ! Clean residual min=-0.002476 max=0.003249 Jy/beam ! Clean residual mean=0.000001 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0491965 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0491965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087294Jy sigma=0.000645 ! Fit after self-cal, rms=0.087270Jy sigma=0.000645 ! 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.415 mas, bmaj=7.873 mas, bpa=-1.016 degrees ! Estimated noise=511.763 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.000434014 Jy ! Component: 100 - total flux cleaned = 0.000411135 Jy ! Component: 150 - total flux cleaned = 0.000363696 Jy ! Component: 200 - total flux cleaned = 0.000280294 Jy ! Total flux subtracted in 200 components = 0.000280294 Jy ! Clean residual min=-0.001791 max=0.001946 Jy/beam ! Clean residual mean=0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0494768 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.0494768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087251Jy sigma=0.000645 ! Fit after self-cal, rms=0.087251Jy sigma=0.000645 ! 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.03 FD 1.01 HN 1.02 KP 1.05 ! LA 1.02 MK 1.11 NL 0.99 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.00 KP 1.00 ! LA 1.00 MK 1.06 NL 0.99 OV 1.07 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 1.08 KP 1.04 ! LA 1.00 MK 1.06 NL 1.01 OV 0.94 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 0.81 KP 1.00* ! LA 1.00* MK 0.82 NL 1.00* OV 0.81 ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.087251Jy sigma=0.000645 ! Fit after self-cal, rms=0.087041Jy sigma=0.000644 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=7.853 mas, bpa=-1.117 degrees ! Estimated noise=515.632 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.000228787 Jy ! Component: 100 - total flux cleaned = 0.000293094 Jy ! Component: 150 - total flux cleaned = 0.000242313 Jy ! Component: 200 - total flux cleaned = 0.000213443 Jy ! Total flux subtracted in 200 components = 0.000213443 Jy ! Clean residual min=-0.001650 max=0.001727 Jy/beam ! Clean residual mean=0.000000 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0496902 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0496902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087029Jy sigma=0.000644 ! Fit after self-cal, rms=0.087012Jy sigma=0.000644 ! 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.087012Jy sigma=0.000644 ! Fit after self-cal, rms=0.085566Jy sigma=0.000642 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.834 mas, bpa=-1.029 degrees ! Estimated noise=517.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.57003e-05 Jy ! Component: 100 - total flux cleaned = 7.43054e-05 Jy ! Component: 150 - total flux cleaned = 4.6352e-05 Jy ! Component: 200 - total flux cleaned = 3.81543e-05 Jy ! Total flux subtracted in 200 components = 3.81543e-05 Jy ! Clean residual min=-0.001384 max=0.001289 Jy/beam ! Clean residual mean=0.000001 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0497284 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 39 components and 0.0497284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085562Jy sigma=0.000642 ! Fit after self-cal, rms=0.085544Jy sigma=0.000642 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.000124624 Jy ! Component: 100 - total flux cleaned = -0.000180806 Jy ! Component: 150 - total flux cleaned = -0.000196677 Jy ! Component: 200 - total flux cleaned = -0.000210937 Jy ! Total flux subtracted in 200 components = -0.000210937 Jy ! Clean residual min=-0.001386 max=0.001339 Jy/beam ! Clean residual mean=0.000002 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0495175 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0495175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085541Jy sigma=0.000642 ! Fit after self-cal, rms=0.085534Jy sigma=0.000642 ! 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.085534Jy sigma=0.000642 ! Fit after self-cal, rms=0.085425Jy sigma=0.000642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.817 mas, bpa=-0.9635 degrees ! Estimated noise=517.198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.13676e-05 Jy ! Component: 100 - total flux cleaned = 2.43676e-05 Jy ! Component: 150 - total flux cleaned = 1.84278e-05 Jy ! Component: 200 - total flux cleaned = 1.26754e-05 Jy ! Total flux subtracted in 200 components = 1.26754e-05 Jy ! Clean residual min=-0.001450 max=0.001299 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0495301 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 51 components and 0.0495301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085424Jy sigma=0.000642 ! Fit after self-cal, rms=0.085418Jy sigma=0.000642 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 = -4.76612e-05 Jy ! Component: 100 - total flux cleaned = -5.3668e-05 Jy ! Component: 150 - total flux cleaned = -6.99061e-05 Jy ! Component: 200 - total flux cleaned = -7.50254e-05 Jy ! Total flux subtracted in 200 components = -7.50254e-05 Jy ! Clean residual min=-0.001414 max=0.001295 Jy/beam ! Clean residual mean=0.000002 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0494551 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.0494551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085417Jy sigma=0.000642 ! Fit after self-cal, rms=0.085416Jy sigma=0.000642 ! 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.085416Jy sigma=0.000642 ! Fit after self-cal, rms=0.085477Jy sigma=0.000642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.535 mas, bmaj=11.7 mas, bpa=3.667 degrees ! Estimated noise=630.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.56024e-05 Jy ! Component: 100 - total flux cleaned = 5.92147e-05 Jy ! Component: 150 - total flux cleaned = 5.07263e-05 Jy ! Component: 200 - total flux cleaned = 4.32833e-05 Jy ! Total flux subtracted in 200 components = 4.32833e-05 Jy ! Clean residual min=-0.001485 max=0.001302 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0494984 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 58 components and 0.0494984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085477Jy sigma=0.000642 ! Fit after self-cal, rms=0.085481Jy sigma=0.000642 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.92042e-05 Jy ! Component: 100 - total flux cleaned = -4.36053e-05 Jy ! Component: 150 - total flux cleaned = -5.29538e-05 Jy ! Component: 200 - total flux cleaned = -5.90212e-05 Jy ! Total flux subtracted in 200 components = -5.90212e-05 Jy ! Clean residual min=-0.001485 max=0.001318 Jy/beam ! Clean residual mean=0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0494394 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.0494394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085481Jy sigma=0.000642 ! Fit after self-cal, rms=0.085481Jy sigma=0.000642 ! 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.446 mas, bmaj=7.806 mas, bpa=-0.8412 degrees ! Estimated noise=517.12 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.446 x 7.806 at -0.8412 degrees (North through East) ! Clean map min=-0.0013386 max=0.050181 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.819 mas, bmaj=6.938 mas, bpa=-3.715 degrees ! Estimated noise=786.061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0386662 Jy ! Component: 100 - total flux cleaned = 0.0471979 Jy ! Component: 150 - total flux cleaned = 0.0488918 Jy ! Component: 200 - total flux cleaned = 0.0491294 Jy ! Total flux subtracted in 200 components = 0.0491294 Jy ! Clean residual min=-0.001911 max=0.001899 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.0491294 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0491294 Jy ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.806 mas, bpa=-0.8412 degrees ! Estimated noise=517.12 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.000717662 Jy ! Component: 100 - total flux cleaned = 0.000826654 Jy ! Component: 150 - total flux cleaned = 0.000829716 Jy ! Component: 200 - total flux cleaned = 0.000784317 Jy ! Total flux subtracted in 200 components = 0.000784317 Jy ! Clean residual min=-0.001453 max=0.001342 Jy/beam ! Clean residual mean=0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0499137 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 29 components and 0.0499137 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.535 mas, bmaj=11.7 mas, bpa=3.667 degrees ! Estimated noise=630.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.0435e-05 Jy ! Component: 100 - total flux cleaned = -8.71003e-05 Jy ! Component: 150 - total flux cleaned = -0.000127225 Jy ! Component: 200 - total flux cleaned = -0.000173937 Jy ! Total flux subtracted in 200 components = -0.000173937 Jy ! Clean residual min=-0.001503 max=0.001308 Jy/beam ! Clean residual mean=0.000004 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0497398 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.05148e-05 Jy ! Component: 100 - total flux cleaned = -5.80057e-05 Jy ! Component: 150 - total flux cleaned = -8.24745e-05 Jy ! Component: 200 - total flux cleaned = -0.000104666 Jy ! Total flux subtracted in 200 components = -0.000104666 Jy ! Clean residual min=-0.001484 max=0.001313 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0496351 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 49 components and 0.0496351 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.806 mas, bpa=-0.8412 degrees ! Estimated noise=517.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.61045e-05 Jy ! Component: 100 - total flux cleaned = -5.90476e-05 Jy ! Component: 150 - total flux cleaned = -8.26535e-05 Jy ! Component: 200 - total flux cleaned = -0.000103219 Jy ! Total flux subtracted in 200 components = -0.000103219 Jy ! Clean residual min=-0.001398 max=0.001300 Jy/beam ! Clean residual mean=0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0495319 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.0495319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085483Jy sigma=0.000642 ! Fit after self-cal, rms=0.085484Jy sigma=0.000642 wmodel J2350+0227_S_2017_03_27_pus_map.mod ! Writing 55 model components to file: J2350+0227_S_2017_03_27_pus_map.mod wobs J2350+0227_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2350+0227_S_2017_03_27_pus_uvs.fits wwins J2350+0227_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J2350+0227_S_2017_03_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.000417888 Jy ! Component: 100 - total flux cleaned = -0.000535632 Jy ! Component: 150 - total flux cleaned = -0.000689198 Jy ! Component: 200 - total flux cleaned = -0.000814517 Jy ! Component: 250 - total flux cleaned = -0.000954843 Jy ! Component: 300 - total flux cleaned = -0.00105179 Jy ! Component: 350 - total flux cleaned = -0.00114589 Jy ! Component: 400 - total flux cleaned = -0.00116437 Jy ! Component: 450 - total flux cleaned = -0.00118281 Jy ! Component: 500 - total flux cleaned = -0.00118318 Jy ! Component: 550 - total flux cleaned = -0.00114869 Jy ! Component: 600 - total flux cleaned = -0.00116602 Jy ! Component: 650 - total flux cleaned = -0.00109904 Jy ! Component: 700 - total flux cleaned = -0.00104957 Jy ! Component: 750 - total flux cleaned = -0.000984695 Jy ! Component: 800 - total flux cleaned = -0.000888856 Jy ! Component: 850 - total flux cleaned = -0.000841791 Jy ! Component: 900 - total flux cleaned = -0.000795108 Jy ! Component: 950 - total flux cleaned = -0.000672795 Jy ! Component: 1000 - total flux cleaned = -0.000597601 Jy ! Component: 1050 - total flux cleaned = -0.000553068 Jy ! Component: 1100 - total flux cleaned = -0.000464899 Jy ! Component: 1150 - total flux cleaned = -0.00037786 Jy ! Component: 1200 - total flux cleaned = -0.000334957 Jy ! Component: 1250 - total flux cleaned = -0.000264164 Jy ! Component: 1300 - total flux cleaned = -0.000236094 Jy ! Component: 1350 - total flux cleaned = -0.000208124 Jy ! Component: 1400 - total flux cleaned = -0.000166993 Jy ! Component: 1450 - total flux cleaned = -9.93788e-05 Jy ! Component: 1500 - total flux cleaned = -0.000126303 Jy ! Component: 1550 - total flux cleaned = -8.65154e-05 Jy ! Component: 1600 - total flux cleaned = -8.63246e-05 Jy ! Component: 1650 - total flux cleaned = -4.72418e-05 Jy ! Component: 1700 - total flux cleaned = -2.13659e-05 Jy ! Component: 1750 - total flux cleaned = -4.67705e-05 Jy ! Component: 1800 - total flux cleaned = 1.67397e-05 Jy ! Component: 1850 - total flux cleaned = 1.67088e-05 Jy ! Component: 1900 - total flux cleaned = -2.05625e-05 Jy ! Component: 1950 - total flux cleaned = 2.87952e-05 Jy ! Component: 2000 - total flux cleaned = 5.32654e-05 Jy ! Component: 2050 - total flux cleaned = 5.30811e-05 Jy ! Component: 2100 - total flux cleaned = 5.30785e-05 Jy ! Component: 2150 - total flux cleaned = 5.30648e-05 Jy ! Component: 2200 - total flux cleaned = 4.09707e-05 Jy ! Component: 2250 - total flux cleaned = 6.06059e-06 Jy ! Component: 2300 - total flux cleaned = -1.72947e-05 Jy ! Component: 2350 - total flux cleaned = 1.71851e-05 Jy ! Component: 2400 - total flux cleaned = -2.86657e-05 Jy ! Component: 2450 - total flux cleaned = -6.27495e-05 Jy ! Component: 2500 - total flux cleaned = -2.89957e-05 Jy ! Component: 2550 - total flux cleaned = -6.24826e-05 Jy ! Component: 2600 - total flux cleaned = -9.57689e-05 Jy ! Component: 2650 - total flux cleaned = -9.56487e-05 Jy ! Component: 2700 - total flux cleaned = -6.27959e-05 Jy ! Component: 2750 - total flux cleaned = -8.46367e-05 Jy ! Component: 2800 - total flux cleaned = -0.000117176 Jy ! Component: 2850 - total flux cleaned = -0.000138583 Jy ! Component: 2900 - total flux cleaned = -0.000159768 Jy ! Component: 2950 - total flux cleaned = -0.000170243 Jy ! Component: 3000 - total flux cleaned = -0.000149205 Jy ! Component: 3050 - total flux cleaned = -0.000170213 Jy ! Component: 3100 - total flux cleaned = -0.000139204 Jy ! Component: 3150 - total flux cleaned = -0.000169976 Jy ! Component: 3200 - total flux cleaned = -0.000180132 Jy ! Component: 3250 - total flux cleaned = -0.000169951 Jy ! Component: 3300 - total flux cleaned = -0.000190061 Jy ! Component: 3350 - total flux cleaned = -0.000180054 Jy ! Component: 3400 - total flux cleaned = -0.000180172 Jy ! Component: 3450 - total flux cleaned = -0.000170312 Jy ! Component: 3500 - total flux cleaned = -0.000170381 Jy ! Component: 3550 - total flux cleaned = -0.000238832 Jy ! Component: 3600 - total flux cleaned = -0.000209621 Jy ! Component: 3650 - total flux cleaned = -0.000267573 Jy ! Component: 3700 - total flux cleaned = -0.000257967 Jy ! Component: 3750 - total flux cleaned = -0.000296162 Jy ! Component: 3800 - total flux cleaned = -0.000305637 Jy ! Component: 3850 - total flux cleaned = -0.000333842 Jy ! Component: 3900 - total flux cleaned = -0.000343193 Jy ! Component: 3950 - total flux cleaned = -0.000361834 Jy ! Component: 4000 - total flux cleaned = -0.000371089 Jy ! Component: 4050 - total flux cleaned = -0.000324856 Jy ! Total flux subtracted in 4096 components = -0.00038909 Jy ! Clean residual min=-0.000572 max=0.000610 Jy/beam ! Clean residual mean=0.000000 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0491428 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 367 components and 0.0491428 Jy ![Exited script file: muppet] wmap "J2350+0227_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.446 x 7.806 at -0.8412 degrees (North through East) ! Clean map min=-0.0010013 max=0.049842 Jy/beam ! Writing clean map to FITS file: J2350+0227_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0498422 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170705 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02747 1.02747 2.05494 4.10989 8.21978 16.4396 32.8791 65.7582 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 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.446 x 7.806 at -0.8412 degrees (North through East) ! Clean map min=-0.0010013 max=0.049842 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 J2350+0227_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:52:28 2019