! Started logfile: J0112+2244_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:31:43 2019 obs J0112+2244_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0112+2244_S_2017_05_31_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879259 visibilities/baseline/integration-bin. ! Found source: J0112+2244 ! ! 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 703 lines of history. ! ! Reading 4748 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 J0112+2244_S_2017_05_31_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.779583Jy sigma=0.007452 ! Fit after self-cal, rms=0.777209Jy sigma=0.007432 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.018 mas, bmaj=6.229 mas, bpa=-3.803 degrees ! Estimated noise=1547.04 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.170351 Jy ! Component: 100 - total flux cleaned = 0.212405 Jy ! Total flux subtracted in 100 components = 0.212405 Jy ! Clean residual min=-0.007179 max=0.017302 Jy/beam ! Clean residual mean=-0.000031 rms=0.002091 Jy/beam ! Combined flux in latest and established models = 0.212405 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.212405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105086Jy sigma=0.000752 ! Fit after self-cal, rms=0.105065Jy sigma=0.000751 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0190009 Jy ! Component: 100 - total flux cleaned = 0.028455 Jy ! Total flux subtracted in 100 components = 0.028455 Jy ! Clean residual min=-0.006512 max=0.007130 Jy/beam ! Clean residual mean=-0.000008 rms=0.001637 Jy/beam ! Combined flux in latest and established models = 0.24086 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.24086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100462Jy sigma=0.000715 ! Fit after self-cal, rms=0.100423Jy sigma=0.000715 ! 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.558 mas, bmaj=7.089 mas, bpa=-1.117 degrees ! Estimated noise=1250 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.00527659 Jy ! Component: 100 - total flux cleaned = 0.005935 Jy ! Component: 150 - total flux cleaned = 0.00624142 Jy ! Component: 200 - total flux cleaned = 0.00641064 Jy ! Total flux subtracted in 200 components = 0.00641064 Jy ! Clean residual min=-0.005120 max=0.005321 Jy/beam ! Clean residual mean=-0.000004 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.247271 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.247271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099728Jy sigma=0.000713 ! Fit after self-cal, rms=0.099721Jy sigma=0.000713 ! 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.05 FD 0.94 HN 0.98 KP 1.03 ! LA 1.00 MK 1.04 NL 0.96 OV 1.06 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.97 HN 1.02 KP 1.00 ! LA 0.97 MK 1.06 NL 1.06 OV 1.07 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.73 FD 1.03 HN 0.99 KP 0.99 ! LA 0.98 MK 1.07 NL 1.00 OV 0.96 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.97 KP 1.00* ! LA 0.99 MK 1.19 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.099721Jy sigma=0.000713 ! Fit after self-cal, rms=0.084816Jy sigma=0.000691 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.608 mas, bmaj=7.094 mas, bpa=-0.6253 degrees ! Estimated noise=1261.11 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.00100507 Jy ! Component: 100 - total flux cleaned = 0.000932677 Jy ! Component: 150 - total flux cleaned = 0.000867059 Jy ! Component: 200 - total flux cleaned = 0.000811483 Jy ! Total flux subtracted in 200 components = 0.000811483 Jy ! Clean residual min=-0.004655 max=0.004795 Jy/beam ! Clean residual mean=-0.000003 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.248082 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.248082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084652Jy sigma=0.000691 ! Fit after self-cal, rms=0.084630Jy sigma=0.000691 ! 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.084630Jy sigma=0.000691 ! Fit after self-cal, rms=0.076830Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=7.089 mas, bpa=-1.227 degrees ! Estimated noise=1258.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386242 Jy ! Component: 100 - total flux cleaned = 0.000418691 Jy ! Component: 150 - total flux cleaned = 0.000393821 Jy ! Component: 200 - total flux cleaned = 0.000372381 Jy ! Total flux subtracted in 200 components = 0.000372381 Jy ! Clean residual min=-0.003554 max=0.004356 Jy/beam ! Clean residual mean=-0.000001 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.248455 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.248455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076803Jy sigma=0.000665 ! Fit after self-cal, rms=0.076784Jy sigma=0.000665 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) ! Added new window around map position (10, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00389378 Jy ! Component: 100 - total flux cleaned = 0.00571219 Jy ! Component: 150 - total flux cleaned = 0.00605962 Jy ! Component: 200 - total flux cleaned = 0.00611738 Jy ! Total flux subtracted in 200 components = 0.00611738 Jy ! Clean residual min=-0.003439 max=0.003537 Jy/beam ! Clean residual mean=0.000003 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.254572 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.254572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076556Jy sigma=0.000662 ! Fit after self-cal, rms=0.076535Jy sigma=0.000662 ! Inverting map ! Added new window around map position (67, -76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183585 Jy ! Component: 100 - total flux cleaned = 0.00222771 Jy ! Component: 150 - total flux cleaned = 0.00229683 Jy ! Component: 200 - total flux cleaned = 0.00235543 Jy ! Total flux subtracted in 200 components = 0.00235543 Jy ! Clean residual min=-0.003284 max=0.003155 Jy/beam ! Clean residual mean=0.000000 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.256927 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.256927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076343Jy sigma=0.000661 ! Fit after self-cal, rms=0.076335Jy sigma=0.000661 ! 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.076335Jy sigma=0.000661 ! Fit after self-cal, rms=0.075977Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=7.066 mas, bpa=-1.176 degrees ! Estimated noise=1257.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142951 Jy ! Component: 100 - total flux cleaned = 0.00210783 Jy ! Component: 150 - total flux cleaned = 0.00243105 Jy ! Component: 200 - total flux cleaned = 0.00258045 Jy ! Total flux subtracted in 200 components = 0.00258045 Jy ! Clean residual min=-0.003319 max=0.003094 Jy/beam ! Clean residual mean=-0.000001 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.259508 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 111 components and 0.259508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075889Jy sigma=0.000659 ! Fit after self-cal, rms=0.075882Jy sigma=0.000659 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.000523452 Jy ! Component: 100 - total flux cleaned = 0.000662558 Jy ! Component: 150 - total flux cleaned = 0.000748579 Jy ! Component: 200 - total flux cleaned = 0.000789855 Jy ! Total flux subtracted in 200 components = 0.000789855 Jy ! Clean residual min=-0.003311 max=0.003077 Jy/beam ! Clean residual mean=-0.000001 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.260298 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 122 components and 0.260298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075832Jy sigma=0.000659 ! Fit after self-cal, rms=0.075831Jy sigma=0.000659 ! 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.075831Jy sigma=0.000659 ! Fit after self-cal, rms=0.075762Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.721 mas, bmaj=10.78 mas, bpa=-4.029 degrees ! Estimated noise=1517.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014228 Jy ! Component: 100 - total flux cleaned = 0.00174753 Jy ! Component: 150 - total flux cleaned = 0.00198604 Jy ! Component: 200 - total flux cleaned = 0.00218522 Jy ! Total flux subtracted in 200 components = 0.00218522 Jy ! Clean residual min=-0.003363 max=0.003263 Jy/beam ! Clean residual mean=0.000001 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.262483 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 146 components and 0.262483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075742Jy sigma=0.000659 ! Fit after self-cal, rms=0.075737Jy sigma=0.000659 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.000293981 Jy ! Component: 100 - total flux cleaned = 0.000444906 Jy ! Component: 150 - total flux cleaned = 0.000525454 Jy ! Component: 200 - total flux cleaned = 0.000574055 Jy ! Total flux subtracted in 200 components = 0.000574055 Jy ! Clean residual min=-0.003336 max=0.003195 Jy/beam ! Clean residual mean=0.000001 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.263057 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 163 components and 0.263057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075730Jy sigma=0.000659 ! Fit after self-cal, rms=0.075730Jy sigma=0.000659 ! 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.592 mas, bmaj=7.06 mas, bpa=-1.175 degrees ! Estimated noise=1257.54 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.592 x 7.06 at -1.175 degrees (North through East) ! Clean map min=-0.003097 max=0.22127 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=6.199 mas, bpa=-3.835 degrees ! Estimated noise=1548.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170335 Jy ! Component: 100 - total flux cleaned = 0.211787 Jy ! Component: 150 - total flux cleaned = 0.229823 Jy ! Component: 200 - total flux cleaned = 0.23864 Jy ! Total flux subtracted in 200 components = 0.23864 Jy ! Clean residual min=-0.004559 max=0.005232 Jy/beam ! Clean residual mean=-0.000011 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.23864 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.23864 Jy ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=7.06 mas, bpa=-1.175 degrees ! Estimated noise=1257.54 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, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00753357 Jy ! Component: 100 - total flux cleaned = 0.0121429 Jy ! Component: 150 - total flux cleaned = 0.0142526 Jy ! Component: 200 - total flux cleaned = 0.0160581 Jy ! Total flux subtracted in 200 components = 0.0160581 Jy ! Clean residual min=-0.003732 max=0.003279 Jy/beam ! Clean residual mean=-0.000004 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.254698 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 50 components and 0.254698 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.721 mas, bmaj=10.78 mas, bpa=-4.029 degrees ! Estimated noise=1517.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00341149 Jy ! Component: 100 - total flux cleaned = 0.00486343 Jy ! Component: 150 - total flux cleaned = 0.0055602 Jy ! Component: 200 - total flux cleaned = 0.00615531 Jy ! Total flux subtracted in 200 components = 0.00615531 Jy ! Clean residual min=-0.003531 max=0.003491 Jy/beam ! Clean residual mean=-0.000002 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.260853 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 = 0.000401554 Jy ! Component: 100 - total flux cleaned = 0.000657443 Jy ! Component: 150 - total flux cleaned = 0.000932152 Jy ! Component: 200 - total flux cleaned = 0.00113829 Jy ! Total flux subtracted in 200 components = 0.00113829 Jy ! Clean residual min=-0.003451 max=0.003342 Jy/beam ! Clean residual mean=-0.000000 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.261991 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 116 components and 0.261991 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=7.06 mas, bpa=-1.175 degrees ! Estimated noise=1257.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0003356 Jy ! Component: 100 - total flux cleaned = -0.000451442 Jy ! Component: 150 - total flux cleaned = -0.000450342 Jy ! Component: 200 - total flux cleaned = -0.000401729 Jy ! Total flux subtracted in 200 components = -0.000401729 Jy ! Clean residual min=-0.003418 max=0.003182 Jy/beam ! Clean residual mean=-0.000001 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.26159 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 142 components and 0.26159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075770Jy sigma=0.000659 ! Fit after self-cal, rms=0.075760Jy sigma=0.000659 wmodel J0112+2244_S_2017_05_31_pus_map.mod ! Writing 142 model components to file: J0112+2244_S_2017_05_31_pus_map.mod wobs J0112+2244_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0112+2244_S_2017_05_31_pus_uvs.fits wwins J0112+2244_S_2017_05_31_pus_map.win ! wwins: Wrote 4 windows to J0112+2244_S_2017_05_31_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.000122134 Jy ! Component: 100 - total flux cleaned = 0.000651279 Jy ! Component: 150 - total flux cleaned = 0.000652733 Jy ! Component: 200 - total flux cleaned = 0.000508093 Jy ! Component: 250 - total flux cleaned = 0.00036929 Jy ! Component: 300 - total flux cleaned = 0.000323656 Jy ! Component: 350 - total flux cleaned = 0.000148988 Jy ! Component: 400 - total flux cleaned = 6.39307e-05 Jy ! Component: 450 - total flux cleaned = -6.11995e-05 Jy ! Component: 500 - total flux cleaned = -0.000223363 Jy ! Component: 550 - total flux cleaned = -0.000262708 Jy ! Component: 600 - total flux cleaned = -0.000339813 Jy ! Component: 650 - total flux cleaned = -0.000415468 Jy ! Component: 700 - total flux cleaned = -0.00049019 Jy ! Component: 750 - total flux cleaned = -0.00045306 Jy ! Component: 800 - total flux cleaned = -0.000453673 Jy ! Component: 850 - total flux cleaned = -0.000490426 Jy ! Component: 900 - total flux cleaned = -0.000525948 Jy ! Component: 950 - total flux cleaned = -0.000560919 Jy ! Component: 1000 - total flux cleaned = -0.000526414 Jy ! Component: 1050 - total flux cleaned = -0.00056061 Jy ! Component: 1100 - total flux cleaned = -0.000527677 Jy ! Component: 1150 - total flux cleaned = -0.000561345 Jy ! Component: 1200 - total flux cleaned = -0.000561474 Jy ! Component: 1250 - total flux cleaned = -0.000561527 Jy ! Component: 1300 - total flux cleaned = -0.000433061 Jy ! Component: 1350 - total flux cleaned = -0.000306188 Jy ! Component: 1400 - total flux cleaned = -0.00036925 Jy ! Component: 1450 - total flux cleaned = -0.000275805 Jy ! Component: 1500 - total flux cleaned = -0.00024496 Jy ! Component: 1550 - total flux cleaned = -0.000213842 Jy ! Component: 1600 - total flux cleaned = -0.000274007 Jy ! Component: 1650 - total flux cleaned = -0.000154222 Jy ! Component: 1700 - total flux cleaned = -0.000213447 Jy ! Component: 1750 - total flux cleaned = -0.000212991 Jy ! Component: 1800 - total flux cleaned = -0.00015525 Jy ! Component: 1850 - total flux cleaned = -0.000212705 Jy ! Component: 1900 - total flux cleaned = -0.000184689 Jy ! Component: 1950 - total flux cleaned = -0.000297849 Jy ! Component: 2000 - total flux cleaned = -0.000297962 Jy ! Component: 2050 - total flux cleaned = -0.000353228 Jy ! Component: 2100 - total flux cleaned = -0.000435971 Jy ! Component: 2150 - total flux cleaned = -0.000518291 Jy ! Component: 2200 - total flux cleaned = -0.000572679 Jy ! Component: 2250 - total flux cleaned = -0.000545265 Jy ! Component: 2300 - total flux cleaned = -0.000545385 Jy ! Component: 2350 - total flux cleaned = -0.000625637 Jy ! Component: 2400 - total flux cleaned = -0.000652108 Jy ! Component: 2450 - total flux cleaned = -0.000756815 Jy ! Component: 2500 - total flux cleaned = -0.000730985 Jy ! Component: 2550 - total flux cleaned = -0.000808616 Jy ! Component: 2600 - total flux cleaned = -0.000834256 Jy ! Component: 2650 - total flux cleaned = -0.000910366 Jy ! Component: 2700 - total flux cleaned = -0.0009104 Jy ! Component: 2750 - total flux cleaned = -0.000885227 Jy ! Component: 2800 - total flux cleaned = -0.000860139 Jy ! Component: 2850 - total flux cleaned = -0.000761536 Jy ! Component: 2900 - total flux cleaned = -0.000835053 Jy ! Component: 2950 - total flux cleaned = -0.000713226 Jy ! Component: 3000 - total flux cleaned = -0.000713533 Jy ! Component: 3050 - total flux cleaned = -0.000641274 Jy ! Component: 3100 - total flux cleaned = -0.000593479 Jy ! Component: 3150 - total flux cleaned = -0.000688323 Jy ! Component: 3200 - total flux cleaned = -0.000593936 Jy ! Component: 3250 - total flux cleaned = -0.000640829 Jy ! Component: 3300 - total flux cleaned = -0.000664387 Jy ! Component: 3350 - total flux cleaned = -0.000733615 Jy ! Component: 3400 - total flux cleaned = -0.00066479 Jy ! Component: 3450 - total flux cleaned = -0.000687736 Jy ! Component: 3500 - total flux cleaned = -0.000778636 Jy ! Component: 3550 - total flux cleaned = -0.000711123 Jy ! Component: 3600 - total flux cleaned = -0.000755772 Jy ! Component: 3650 - total flux cleaned = -0.000733337 Jy ! Component: 3700 - total flux cleaned = -0.000644786 Jy ! Component: 3750 - total flux cleaned = -0.000688924 Jy ! Component: 3800 - total flux cleaned = -0.000710799 Jy ! Component: 3850 - total flux cleaned = -0.000645261 Jy ! Component: 3900 - total flux cleaned = -0.000602126 Jy ! Component: 3950 - total flux cleaned = -0.000645196 Jy ! Component: 4000 - total flux cleaned = -0.000538273 Jy ! Component: 4050 - total flux cleaned = -0.000559521 Jy ! Total flux subtracted in 4096 components = -0.000581012 Jy ! Clean residual min=-0.001133 max=0.001276 Jy/beam ! Clean residual mean=0.000002 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.261009 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 455 components and 0.261009 Jy ![Exited script file: muppet] wmap "J0112+2244_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.592 x 7.06 at -1.175 degrees (North through East) ! Clean map min=-0.0027561 max=0.22106 Jy/beam ! Writing clean map to FITS file: J0112+2244_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.22106 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000398724 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541108 0.541108 1.08222 2.16443 4.32887 8.65773 17.3155 34.6309 69.2618 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.221 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.592 x 7.06 at -1.175 degrees (North through East) ! Clean map min=-0.0027561 max=0.22106 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 J0112+2244_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:31:51 2019