! Started logfile: J1758+0610_S_2017_08_05_pus_uvs.log on Thu May 9 19:34:50 2019 obs J1758+0610_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1758+0610_S_2017_08_05_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958233 visibilities/baseline/integration-bin. ! Found source: J1758+0610 ! ! 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 513 lines of history. ! ! Reading 14316 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 J1758+0610_S_2017_08_05_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 534 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905477Jy sigma=0.007864 ! Fit after self-cal, rms=0.896622Jy sigma=0.007797 ! 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.718 mas, bmaj=7.092 mas, bpa=-4.388 degrees ! Estimated noise=1037.76 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.0793586 Jy ! Component: 100 - total flux cleaned = 0.0999097 Jy ! Total flux subtracted in 100 components = 0.0999097 Jy ! Clean residual min=-0.004565 max=0.008485 Jy/beam ! Clean residual mean=-0.000010 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.0999097 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0999097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089210Jy sigma=0.000698 ! Fit after self-cal, rms=0.089202Jy sigma=0.000698 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00937954 Jy ! Component: 100 - total flux cleaned = 0.0146938 Jy ! Total flux subtracted in 100 components = 0.0146938 Jy ! Clean residual min=-0.003895 max=0.003990 Jy/beam ! Clean residual mean=-0.000004 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.114604 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.114604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087876Jy sigma=0.000687 ! Fit after self-cal, rms=0.087876Jy sigma=0.000687 ! 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.204 mas, bmaj=7.794 mas, bpa=-4.268 degrees ! Estimated noise=823.901 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.00443647 Jy ! Component: 100 - total flux cleaned = 0.00688088 Jy ! Component: 150 - total flux cleaned = 0.00836228 Jy ! Component: 200 - total flux cleaned = 0.00929356 Jy ! Total flux subtracted in 200 components = 0.00929356 Jy ! Clean residual min=-0.003356 max=0.002861 Jy/beam ! Clean residual mean=-0.000002 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.123897 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 70 components and 0.123897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087573Jy sigma=0.000686 ! Fit after self-cal, rms=0.087579Jy sigma=0.000686 ! 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.04 FD 0.92 HN 0.98 KP 1.10 ! LA 1.04 MK 1.06 NL 0.90 OV 1.06 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.75 HN 0.99 KP 1.01 ! LA 1.04 MK 1.00 NL 1.03 OV 1.04 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.94 HN 1.04 KP 0.91 ! LA 0.76 MK 0.98 NL 1.12 OV 1.02 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.97 KP 1.00* ! LA 1.00* MK 1.36 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.087579Jy sigma=0.000686 ! Fit after self-cal, rms=0.085859Jy sigma=0.000676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=7.889 mas, bpa=-4.205 degrees ! Estimated noise=828.576 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.000994556 Jy ! Component: 100 - total flux cleaned = -0.00128371 Jy ! Component: 150 - total flux cleaned = -0.00133151 Jy ! Component: 200 - total flux cleaned = -0.00138382 Jy ! Total flux subtracted in 200 components = -0.00138382 Jy ! Clean residual min=-0.002412 max=0.002551 Jy/beam ! Clean residual mean=-0.000001 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.122513 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.122513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085843Jy sigma=0.000676 ! Fit after self-cal, rms=0.085839Jy sigma=0.000676 ! 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.085839Jy sigma=0.000676 ! Fit after self-cal, rms=0.086548Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=7.91 mas, bpa=-4.235 degrees ! Estimated noise=828.789 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000664688 Jy ! Component: 100 - total flux cleaned = -0.000747971 Jy ! Component: 150 - total flux cleaned = -0.000788339 Jy ! Component: 200 - total flux cleaned = -0.000823256 Jy ! Total flux subtracted in 200 components = -0.000823256 Jy ! Clean residual min=-0.002479 max=0.002363 Jy/beam ! Clean residual mean=-0.000006 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.12169 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 82 components and 0.12169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086540Jy sigma=0.000674 ! Fit after self-cal, rms=0.086633Jy sigma=0.000674 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.99546e-05 Jy ! Component: 100 - total flux cleaned = -7.11292e-05 Jy ! Component: 150 - total flux cleaned = -8.01767e-05 Jy ! Component: 200 - total flux cleaned = -8.03241e-05 Jy ! Total flux subtracted in 200 components = -8.03241e-05 Jy ! Clean residual min=-0.002476 max=0.002331 Jy/beam ! Clean residual mean=-0.000006 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.12161 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 87 components and 0.12161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086631Jy sigma=0.000674 ! Fit after self-cal, rms=0.086630Jy sigma=0.000674 ! 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.086630Jy sigma=0.000674 ! Fit after self-cal, rms=0.087593Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.928 mas, bpa=-4.261 degrees ! Estimated noise=829.594 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000332297 Jy ! Component: 100 - total flux cleaned = -0.000409191 Jy ! Component: 150 - total flux cleaned = -0.000462912 Jy ! Component: 200 - total flux cleaned = -0.000491576 Jy ! Total flux subtracted in 200 components = -0.000491576 Jy ! Clean residual min=-0.002530 max=0.002389 Jy/beam ! Clean residual mean=-0.000006 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.121118 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 89 components and 0.121118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087590Jy sigma=0.000672 ! Fit after self-cal, rms=0.087635Jy sigma=0.000672 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.85236e-05 Jy ! Component: 100 - total flux cleaned = -5.40018e-05 Jy ! Component: 150 - total flux cleaned = -6.9663e-05 Jy ! Component: 200 - total flux cleaned = -8.46209e-05 Jy ! Total flux subtracted in 200 components = -8.46209e-05 Jy ! Clean residual min=-0.002520 max=0.002381 Jy/beam ! Clean residual mean=-0.000006 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.121034 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.121034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087634Jy sigma=0.000672 ! Fit after self-cal, rms=0.087633Jy sigma=0.000672 ! 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.087633Jy sigma=0.000672 ! Fit after self-cal, rms=0.087906Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.454 mas, bmaj=12.29 mas, bpa=-5.268 degrees ! Estimated noise=1042.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217799 Jy ! Component: 100 - total flux cleaned = -0.000323436 Jy ! Component: 150 - total flux cleaned = -0.000405218 Jy ! Component: 200 - total flux cleaned = -0.000468984 Jy ! Total flux subtracted in 200 components = -0.000468984 Jy ! Clean residual min=-0.002370 max=0.002284 Jy/beam ! Clean residual mean=-0.000012 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.120565 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 91 components and 0.120565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087909Jy sigma=0.000672 ! Fit after self-cal, rms=0.087922Jy sigma=0.000672 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.78545e-05 Jy ! Component: 100 - total flux cleaned = -0.00010511 Jy ! Component: 150 - total flux cleaned = -0.000105392 Jy ! Component: 200 - total flux cleaned = -0.000106268 Jy ! Total flux subtracted in 200 components = -0.000106268 Jy ! Clean residual min=-0.002354 max=0.002248 Jy/beam ! Clean residual mean=-0.000012 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.120458 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.120458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087926Jy sigma=0.000672 ! Fit after self-cal, rms=0.087925Jy sigma=0.000672 ! 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.267 mas, bmaj=7.944 mas, bpa=-4.268 degrees ! Estimated noise=830.327 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.267 x 7.944 at -4.268 degrees (North through East) ! Clean map min=-0.0023718 max=0.104 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.777 mas, bmaj=7.225 mas, bpa=-4.19 degrees ! Estimated noise=1057.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0804966 Jy ! Component: 100 - total flux cleaned = 0.100996 Jy ! Component: 150 - total flux cleaned = 0.10949 Jy ! Component: 200 - total flux cleaned = 0.113741 Jy ! Total flux subtracted in 200 components = 0.113741 Jy ! Clean residual min=-0.002874 max=0.002714 Jy/beam ! Clean residual mean=-0.000004 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.11374 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.11374 Jy ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=7.944 mas, bpa=-4.268 degrees ! Estimated noise=830.327 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) ! Added new window around map position (-4, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362463 Jy ! Component: 100 - total flux cleaned = 0.00578412 Jy ! Component: 150 - total flux cleaned = 0.00725762 Jy ! Component: 200 - total flux cleaned = 0.00827525 Jy ! Total flux subtracted in 200 components = 0.00827525 Jy ! Clean residual min=-0.002429 max=0.001831 Jy/beam ! Clean residual mean=-0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.122016 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 45 components and 0.122016 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.454 mas, bmaj=12.29 mas, bpa=-5.268 degrees ! Estimated noise=1042.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200326 Jy ! Component: 100 - total flux cleaned = 0.000316417 Jy ! Component: 150 - total flux cleaned = 0.000353119 Jy ! Component: 200 - total flux cleaned = 0.00038457 Jy ! Total flux subtracted in 200 components = 0.00038457 Jy ! Clean residual min=-0.002158 max=0.002024 Jy/beam ! Clean residual mean=-0.000008 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.1224 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.4562e-05 Jy ! Component: 100 - total flux cleaned = -2.73202e-05 Jy ! Component: 150 - total flux cleaned = -2.7148e-05 Jy ! Component: 200 - total flux cleaned = -2.70907e-05 Jy ! Total flux subtracted in 200 components = -2.70907e-05 Jy ! Clean residual min=-0.002136 max=0.002014 Jy/beam ! Clean residual mean=-0.000009 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.122373 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 73 components and 0.122373 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=7.944 mas, bpa=-4.268 degrees ! Estimated noise=830.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000346432 Jy ! Component: 100 - total flux cleaned = 0.000392487 Jy ! Component: 150 - total flux cleaned = 0.000451582 Jy ! Component: 200 - total flux cleaned = 0.000469182 Jy ! Total flux subtracted in 200 components = 0.000469182 Jy ! Clean residual min=-0.002311 max=0.001812 Jy/beam ! Clean residual mean=-0.000004 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.122842 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.122842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087866Jy sigma=0.000672 ! Fit after self-cal, rms=0.087845Jy sigma=0.000672 wmodel J1758+0610_S_2017_08_05_pus_map.mod ! Writing 85 model components to file: J1758+0610_S_2017_08_05_pus_map.mod wobs J1758+0610_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1758+0610_S_2017_08_05_pus_uvs.fits wwins J1758+0610_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1758+0610_S_2017_08_05_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.000968485 Jy ! Component: 100 - total flux cleaned = -0.00117339 Jy ! Component: 150 - total flux cleaned = -0.0012385 Jy ! Component: 200 - total flux cleaned = -0.00117613 Jy ! Component: 250 - total flux cleaned = -0.000993717 Jy ! Component: 300 - total flux cleaned = -0.000875185 Jy ! Component: 350 - total flux cleaned = -0.000730305 Jy ! Component: 400 - total flux cleaned = -0.000701725 Jy ! Component: 450 - total flux cleaned = -0.000562607 Jy ! Component: 500 - total flux cleaned = -0.000589964 Jy ! Component: 550 - total flux cleaned = -0.000482253 Jy ! Component: 600 - total flux cleaned = -0.000481735 Jy ! Component: 650 - total flux cleaned = -0.000378383 Jy ! Component: 700 - total flux cleaned = -0.00035319 Jy ! Component: 750 - total flux cleaned = -0.0003032 Jy ! Component: 800 - total flux cleaned = -0.000254795 Jy ! Component: 850 - total flux cleaned = -0.000230349 Jy ! Component: 900 - total flux cleaned = -0.000206523 Jy ! Component: 950 - total flux cleaned = -0.000206326 Jy ! Component: 1000 - total flux cleaned = -0.000113293 Jy ! Component: 1050 - total flux cleaned = -9.01331e-05 Jy ! Component: 1100 - total flux cleaned = -6.73503e-05 Jy ! Component: 1150 - total flux cleaned = 2.17029e-05 Jy ! Component: 1200 - total flux cleaned = 2.12606e-05 Jy ! Component: 1250 - total flux cleaned = -5.61656e-07 Jy ! Component: 1300 - total flux cleaned = -8.68439e-05 Jy ! Component: 1350 - total flux cleaned = -4.39396e-05 Jy ! Component: 1400 - total flux cleaned = -6.47999e-05 Jy ! Component: 1450 - total flux cleaned = -8.54153e-05 Jy ! Component: 1500 - total flux cleaned = -6.4784e-05 Jy ! Component: 1550 - total flux cleaned = -4.42415e-05 Jy ! Component: 1600 - total flux cleaned = 1.58788e-05 Jy ! Component: 1650 - total flux cleaned = -4.40069e-05 Jy ! Component: 1700 - total flux cleaned = 3.51958e-05 Jy ! Component: 1750 - total flux cleaned = 1.56041e-05 Jy ! Component: 1800 - total flux cleaned = 5.42404e-05 Jy ! Component: 1850 - total flux cleaned = 7.33163e-05 Jy ! Component: 1900 - total flux cleaned = 5.41397e-05 Jy ! Component: 1950 - total flux cleaned = -2.13551e-06 Jy ! Component: 2000 - total flux cleaned = 1.66608e-05 Jy ! Component: 2050 - total flux cleaned = -1.86793e-06 Jy ! Component: 2100 - total flux cleaned = -5.68074e-05 Jy ! Component: 2150 - total flux cleaned = -5.65802e-05 Jy ! Component: 2200 - total flux cleaned = -0.00011027 Jy ! Component: 2250 - total flux cleaned = -0.000110441 Jy ! Component: 2300 - total flux cleaned = -0.000110368 Jy ! Component: 2350 - total flux cleaned = -9.27973e-05 Jy ! Component: 2400 - total flux cleaned = -0.000127478 Jy ! Component: 2450 - total flux cleaned = -9.2982e-05 Jy ! Component: 2500 - total flux cleaned = -0.000144464 Jy ! Component: 2550 - total flux cleaned = -0.000110366 Jy ! Component: 2600 - total flux cleaned = -0.000110416 Jy ! Component: 2650 - total flux cleaned = -9.35474e-05 Jy ! Component: 2700 - total flux cleaned = -2.68619e-05 Jy ! Component: 2750 - total flux cleaned = -0.00012605 Jy ! Component: 2800 - total flux cleaned = -0.000125869 Jy ! Component: 2850 - total flux cleaned = -7.68646e-05 Jy ! Component: 2900 - total flux cleaned = -9.30229e-05 Jy ! Component: 2950 - total flux cleaned = -6.07969e-05 Jy ! Component: 3000 - total flux cleaned = -6.10065e-05 Jy ! Component: 3050 - total flux cleaned = -4.51619e-05 Jy ! Component: 3100 - total flux cleaned = -9.23764e-05 Jy ! Component: 3150 - total flux cleaned = -4.53268e-05 Jy ! Component: 3200 - total flux cleaned = -0.000107625 Jy ! Component: 3250 - total flux cleaned = -0.000107652 Jy ! Component: 3300 - total flux cleaned = -0.000138469 Jy ! Component: 3350 - total flux cleaned = -7.74831e-05 Jy ! Component: 3400 - total flux cleaned = -0.000107948 Jy ! Component: 3450 - total flux cleaned = -0.000123112 Jy ! Component: 3500 - total flux cleaned = -7.83723e-05 Jy ! Component: 3550 - total flux cleaned = -0.000108329 Jy ! Component: 3600 - total flux cleaned = -6.3998e-05 Jy ! Component: 3650 - total flux cleaned = -0.000108124 Jy ! Component: 3700 - total flux cleaned = -9.35395e-05 Jy ! Component: 3750 - total flux cleaned = -0.000122605 Jy ! Component: 3800 - total flux cleaned = -0.000136859 Jy ! Component: 3850 - total flux cleaned = -6.5129e-05 Jy ! Component: 3900 - total flux cleaned = -9.37401e-05 Jy ! Component: 3950 - total flux cleaned = -3.70748e-05 Jy ! Component: 4000 - total flux cleaned = -6.52375e-05 Jy ! Component: 4050 - total flux cleaned = -5.12466e-05 Jy ! Total flux subtracted in 4096 components = -2.33095e-05 Jy ! Clean residual min=-0.000866 max=0.000872 Jy/beam ! Clean residual mean=-0.000002 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.122819 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 357 components and 0.122819 Jy ![Exited script file: muppet] wmap "J1758+0610_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.267 x 7.944 at -4.268 degrees (North through East) ! Clean map min=-0.0014437 max=0.1048 Jy/beam ! Writing clean map to FITS file: J1758+0610_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.104798 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000252515 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.722862 0.722862 1.44572 2.89145 5.7829 11.5658 23.1316 46.2632 92.5263 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.267 x 7.944 at -4.268 degrees (North through East) ! Clean map min=-0.0014437 max=0.1048 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 J1758+0610_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:34:55 2019