! Started logfile: J0208-1739_S_2017_10_21_pus_uvs.log on Sat May 11 20:48:27 2019 obs J0208-1739_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J0208-1739_S_2017_10_21_pus_uva.fits ! AN table 1: 116 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.977251 visibilities/baseline/integration-bin. ! Found source: J0208-1739 ! ! 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 644 lines of history. ! ! Reading 16324 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 J0208-1739_S_2017_10_21_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 509 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915138Jy sigma=0.007888 ! Fit after self-cal, rms=0.894099Jy sigma=0.007695 ! 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.694 mas, bmaj=14.36 mas, bpa=-19.49 degrees ! Estimated noise=1287.55 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.0829064 Jy ! Component: 100 - total flux cleaned = 0.109473 Jy ! Total flux subtracted in 100 components = 0.109473 Jy ! Clean residual min=-0.006651 max=0.010423 Jy/beam ! Clean residual mean=-0.000009 rms=0.001891 Jy/beam ! Combined flux in latest and established models = 0.109473 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.109473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095363Jy sigma=0.000735 ! Fit after self-cal, rms=0.095281Jy sigma=0.000734 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011098 Jy ! Component: 100 - total flux cleaned = 0.0160416 Jy ! Total flux subtracted in 100 components = 0.0160416 Jy ! Clean residual min=-0.005932 max=0.005838 Jy/beam ! Clean residual mean=-0.000003 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.125515 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 26 components and 0.125515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094124Jy sigma=0.000724 ! Fit after self-cal, rms=0.094117Jy sigma=0.000724 ! 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.251 mas, bmaj=16.43 mas, bpa=-19.09 degrees ! Estimated noise=787.696 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.00295462 Jy ! Component: 100 - total flux cleaned = 0.00322013 Jy ! Component: 150 - total flux cleaned = 0.00321875 Jy ! Component: 200 - total flux cleaned = 0.00322043 Jy ! Total flux subtracted in 200 components = 0.00322043 Jy ! Clean residual min=-0.003301 max=0.003517 Jy/beam ! Clean residual mean=0.000005 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.128735 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 48 components and 0.128735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093941Jy sigma=0.000723 ! Fit after self-cal, rms=0.093961Jy sigma=0.000723 ! 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 0.91 FD 0.97 HN 1.00 KP 1.08 ! LA 1.03 MK 0.95 NL 0.95 OV 0.98 ! PT 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.06 KP 1.08 ! LA 0.97 MK 0.98 NL 1.01 OV 0.96 ! PT 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00 KP 1.04 ! LA 0.75 MK 1.02 NL 1.19 OV 0.91 ! PT 0.93 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 0.93 KP 1.00* ! LA 1.33 MK 1.05 NL 1.00* OV 1.00* ! PT 0.90 ! ! ! Fit before self-cal, rms=0.093961Jy sigma=0.000723 ! Fit after self-cal, rms=0.091295Jy sigma=0.000716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=16.26 mas, bpa=-19.1 degrees ! Estimated noise=779.785 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.00034913 Jy ! Component: 100 - total flux cleaned = -0.000454411 Jy ! Component: 150 - total flux cleaned = -0.000586213 Jy ! Component: 200 - total flux cleaned = -0.000698484 Jy ! Total flux subtracted in 200 components = -0.000698484 Jy ! Clean residual min=-0.002648 max=0.002334 Jy/beam ! Clean residual mean=-0.000007 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.128037 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.128037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091243Jy sigma=0.000715 ! Fit after self-cal, rms=0.091325Jy sigma=0.000715 ! 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.091325Jy sigma=0.000715 ! Fit after self-cal, rms=0.092108Jy sigma=0.000713 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=16.59 mas, bpa=-18.6 degrees ! Estimated noise=788.622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000278201 Jy ! Component: 100 - total flux cleaned = -0.000392879 Jy ! Component: 150 - total flux cleaned = -0.000492513 Jy ! Component: 200 - total flux cleaned = -0.000606332 Jy ! Total flux subtracted in 200 components = -0.000606332 Jy ! Clean residual min=-0.002493 max=0.002290 Jy/beam ! Clean residual mean=-0.000002 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.12743 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.12743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092081Jy sigma=0.000713 ! Fit after self-cal, rms=0.092124Jy sigma=0.000713 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.000187161 Jy ! Component: 100 - total flux cleaned = -0.000282066 Jy ! Component: 150 - total flux cleaned = -0.000345146 Jy ! Component: 200 - total flux cleaned = -0.000421027 Jy ! Total flux subtracted in 200 components = -0.000421027 Jy ! Clean residual min=-0.002500 max=0.002307 Jy/beam ! Clean residual mean=-0.000002 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.127009 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.127009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092115Jy sigma=0.000713 ! Fit after self-cal, rms=0.092112Jy sigma=0.000713 ! 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.092112Jy sigma=0.000713 ! Fit after self-cal, rms=0.093175Jy sigma=0.000713 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=16.77 mas, bpa=-18.31 degrees ! Estimated noise=793.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259725 Jy ! Component: 100 - total flux cleaned = -0.000390944 Jy ! Component: 150 - total flux cleaned = -0.000475336 Jy ! Component: 200 - total flux cleaned = -0.00057335 Jy ! Total flux subtracted in 200 components = -0.00057335 Jy ! Clean residual min=-0.002527 max=0.002265 Jy/beam ! Clean residual mean=-0.000002 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.126436 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.126436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093154Jy sigma=0.000713 ! Fit after self-cal, rms=0.093169Jy sigma=0.000713 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.000102724 Jy ! Component: 100 - total flux cleaned = -0.000179519 Jy ! Component: 150 - total flux cleaned = -0.000245862 Jy ! Component: 200 - total flux cleaned = -0.000275879 Jy ! Total flux subtracted in 200 components = -0.000275879 Jy ! Clean residual min=-0.002522 max=0.002266 Jy/beam ! Clean residual mean=-0.000003 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.12616 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.12616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093162Jy sigma=0.000712 ! Fit after self-cal, rms=0.093158Jy sigma=0.000712 ! 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.093158Jy sigma=0.000712 ! Fit after self-cal, rms=0.094115Jy sigma=0.000712 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.964 mas, bmaj=23.17 mas, bpa=-9.194 degrees ! Estimated noise=946.712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448829 Jy ! Component: 100 - total flux cleaned = -0.000511299 Jy ! Component: 150 - total flux cleaned = -0.000534796 Jy ! Component: 200 - total flux cleaned = -0.000556255 Jy ! Total flux subtracted in 200 components = -0.000556255 Jy ! Clean residual min=-0.002437 max=0.002004 Jy/beam ! Clean residual mean=-0.000005 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.125604 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 107 components and 0.125604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094115Jy sigma=0.000712 ! Fit after self-cal, rms=0.094124Jy sigma=0.000712 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 = -9.10471e-05 Jy ! Component: 100 - total flux cleaned = -6.81858e-05 Jy ! Component: 150 - total flux cleaned = -6.16464e-05 Jy ! Component: 200 - total flux cleaned = -7.86761e-05 Jy ! Total flux subtracted in 200 components = -7.86761e-05 Jy ! Clean residual min=-0.002448 max=0.002005 Jy/beam ! Clean residual mean=-0.000005 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.125525 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 111 components and 0.125525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094124Jy sigma=0.000712 ! Fit after self-cal, rms=0.094123Jy sigma=0.000712 ! 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.33 mas, bmaj=16.93 mas, bpa=-18.07 degrees ! Estimated noise=797.168 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.33 x 16.93 at -18.07 degrees (North through East) ! Clean map min=-0.0024973 max=0.10989 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.756 mas, bmaj=14.83 mas, bpa=-18.32 degrees ! Estimated noise=1333.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0842257 Jy ! Component: 100 - total flux cleaned = 0.109218 Jy ! Component: 150 - total flux cleaned = 0.118822 Jy ! Component: 200 - total flux cleaned = 0.123569 Jy ! Total flux subtracted in 200 components = 0.123569 Jy ! Clean residual min=-0.005054 max=0.004208 Jy/beam ! Clean residual mean=-0.000007 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.123569 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.123569 Jy ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=16.93 mas, bpa=-18.07 degrees ! Estimated noise=797.168 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.000911554 Jy ! Component: 100 - total flux cleaned = 0.00148881 Jy ! Component: 150 - total flux cleaned = 0.00196147 Jy ! Component: 200 - total flux cleaned = 0.00205835 Jy ! Total flux subtracted in 200 components = 0.00205835 Jy ! Clean residual min=-0.002500 max=0.002051 Jy/beam ! Clean residual mean=-0.000003 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.125627 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 41 components and 0.125627 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.964 mas, bmaj=23.17 mas, bpa=-9.194 degrees ! Estimated noise=946.712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253256 Jy ! Component: 100 - total flux cleaned = 0.000205744 Jy ! Component: 150 - total flux cleaned = 0.000184115 Jy ! Component: 200 - total flux cleaned = 0.000145366 Jy ! Total flux subtracted in 200 components = 0.000145366 Jy ! Clean residual min=-0.002410 max=0.001925 Jy/beam ! Clean residual mean=-0.000005 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.125772 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.45455e-05 Jy ! Component: 100 - total flux cleaned = -5.04323e-05 Jy ! Component: 150 - total flux cleaned = -7.93721e-05 Jy ! Component: 200 - total flux cleaned = -0.00010443 Jy ! Total flux subtracted in 200 components = -0.00010443 Jy ! Clean residual min=-0.002427 max=0.001948 Jy/beam ! Clean residual mean=-0.000005 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.125668 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.125668 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=16.93 mas, bpa=-18.07 degrees ! Estimated noise=797.168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.99832e-05 Jy ! Component: 100 - total flux cleaned = -0.000100488 Jy ! Component: 150 - total flux cleaned = -0.000156517 Jy ! Component: 200 - total flux cleaned = -0.000183242 Jy ! Total flux subtracted in 200 components = -0.000183242 Jy ! Clean residual min=-0.002576 max=0.002187 Jy/beam ! Clean residual mean=-0.000003 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.125485 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.125485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094122Jy sigma=0.000712 ! Fit after self-cal, rms=0.094089Jy sigma=0.000712 wmodel J0208-1739_S_2017_10_21_pus_map.mod ! Writing 60 model components to file: J0208-1739_S_2017_10_21_pus_map.mod wobs J0208-1739_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J0208-1739_S_2017_10_21_pus_uvs.fits wwins J0208-1739_S_2017_10_21_pus_map.win ! wwins: Wrote 1 windows to J0208-1739_S_2017_10_21_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.000623189 Jy ! Component: 100 - total flux cleaned = -0.00110343 Jy ! Component: 150 - total flux cleaned = -0.00158419 Jy ! Component: 200 - total flux cleaned = -0.00193814 Jy ! Component: 250 - total flux cleaned = -0.00215325 Jy ! Component: 300 - total flux cleaned = -0.00227135 Jy ! Component: 350 - total flux cleaned = -0.00241376 Jy ! Component: 400 - total flux cleaned = -0.00255147 Jy ! Component: 450 - total flux cleaned = -0.00273832 Jy ! Component: 500 - total flux cleaned = -0.00291952 Jy ! Component: 550 - total flux cleaned = -0.0030958 Jy ! Component: 600 - total flux cleaned = -0.00319399 Jy ! Component: 650 - total flux cleaned = -0.00329048 Jy ! Component: 700 - total flux cleaned = -0.00331403 Jy ! Component: 750 - total flux cleaned = -0.00338319 Jy ! Component: 800 - total flux cleaned = -0.00340599 Jy ! Component: 850 - total flux cleaned = -0.00340579 Jy ! Component: 900 - total flux cleaned = -0.00340579 Jy ! Component: 950 - total flux cleaned = -0.00338506 Jy ! Component: 1000 - total flux cleaned = -0.00336413 Jy ! Component: 1050 - total flux cleaned = -0.00328258 Jy ! Component: 1100 - total flux cleaned = -0.00330285 Jy ! Component: 1150 - total flux cleaned = -0.00328296 Jy ! Component: 1200 - total flux cleaned = -0.00320575 Jy ! Component: 1250 - total flux cleaned = -0.00322487 Jy ! Component: 1300 - total flux cleaned = -0.00315022 Jy ! Component: 1350 - total flux cleaned = -0.00309522 Jy ! Component: 1400 - total flux cleaned = -0.00305873 Jy ! Component: 1450 - total flux cleaned = -0.00300503 Jy ! Component: 1500 - total flux cleaned = -0.00298717 Jy ! Component: 1550 - total flux cleaned = -0.00288261 Jy ! Component: 1600 - total flux cleaned = -0.00276297 Jy ! Component: 1650 - total flux cleaned = -0.00269559 Jy ! Component: 1700 - total flux cleaned = -0.00259583 Jy ! Component: 1750 - total flux cleaned = -0.00249767 Jy ! Component: 1800 - total flux cleaned = -0.00243332 Jy ! Component: 1850 - total flux cleaned = -0.00235387 Jy ! Component: 1900 - total flux cleaned = -0.00225958 Jy ! Component: 1950 - total flux cleaned = -0.00219738 Jy ! Component: 2000 - total flux cleaned = -0.00209023 Jy ! Component: 2050 - total flux cleaned = -0.00199966 Jy ! Component: 2100 - total flux cleaned = -0.00188054 Jy ! Component: 2150 - total flux cleaned = -0.00179209 Jy ! Component: 2200 - total flux cleaned = -0.00170485 Jy ! Component: 2250 - total flux cleaned = -0.00163261 Jy ! Component: 2300 - total flux cleaned = -0.00147625 Jy ! Component: 2350 - total flux cleaned = -0.00142026 Jy ! Component: 2400 - total flux cleaned = -0.00130911 Jy ! Component: 2450 - total flux cleaned = -0.00130917 Jy ! Component: 2500 - total flux cleaned = -0.00120012 Jy ! Component: 2550 - total flux cleaned = -0.00114633 Jy ! Component: 2600 - total flux cleaned = -0.00105302 Jy ! Component: 2650 - total flux cleaned = -0.00100047 Jy ! Component: 2700 - total flux cleaned = -0.000922225 Jy ! Component: 2750 - total flux cleaned = -0.000870743 Jy ! Component: 2800 - total flux cleaned = -0.000807169 Jy ! Component: 2850 - total flux cleaned = -0.000794574 Jy ! Component: 2900 - total flux cleaned = -0.000769545 Jy ! Component: 2950 - total flux cleaned = -0.000720114 Jy ! Component: 3000 - total flux cleaned = -0.000695772 Jy ! Component: 3050 - total flux cleaned = -0.000695856 Jy ! Component: 3100 - total flux cleaned = -0.000683593 Jy ! Component: 3150 - total flux cleaned = -0.000635677 Jy ! Component: 3200 - total flux cleaned = -0.000611885 Jy ! Component: 3250 - total flux cleaned = -0.000600126 Jy ! Component: 3300 - total flux cleaned = -0.000600173 Jy ! Component: 3350 - total flux cleaned = -0.000553967 Jy ! Component: 3400 - total flux cleaned = -0.000554005 Jy ! Component: 3450 - total flux cleaned = -0.00056545 Jy ! Component: 3500 - total flux cleaned = -0.000542936 Jy ! Component: 3550 - total flux cleaned = -0.000542927 Jy ! Component: 3600 - total flux cleaned = -0.000509572 Jy ! Component: 3650 - total flux cleaned = -0.000520667 Jy ! Component: 3700 - total flux cleaned = -0.000520613 Jy ! Component: 3750 - total flux cleaned = -0.000542371 Jy ! Component: 3800 - total flux cleaned = -0.000542385 Jy ! Component: 3850 - total flux cleaned = -0.000531749 Jy ! Component: 3900 - total flux cleaned = -0.000531748 Jy ! Component: 3950 - total flux cleaned = -0.000521188 Jy ! Component: 4000 - total flux cleaned = -0.000531793 Jy ! Component: 4050 - total flux cleaned = -0.000552622 Jy ! Total flux subtracted in 4096 components = -0.000583802 Jy ! Clean residual min=-0.000658 max=0.000633 Jy/beam ! Clean residual mean=-0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.124901 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 331 components and 0.124901 Jy ![Exited script file: muppet] wmap "J0208-1739_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.33 x 16.93 at -18.07 degrees (North through East) ! Clean map min=-0.0015623 max=0.11047 Jy/beam ! Writing clean map to FITS file: J0208-1739_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110473 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190047 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.516091 0.516091 1.03218 2.06436 4.12873 8.25746 16.5149 33.0298 66.0597 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.33 x 16.93 at -18.07 degrees (North through East) ! Clean map min=-0.0015623 max=0.11047 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 J0208-1739_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:48:32 2019