! Started logfile: J0912+2205_S_2017_01_21_pus_uvs.log on Sun May 5 15:50:57 2019 obs J0912+2205_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0912+2205_S_2017_01_21_pus_uva.fits ! AN table 1: 113 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.8235 visibilities/baseline/integration-bin. ! Found source: J0912+2205 ! ! 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 558 lines of history. ! ! Reading 13400 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 J0912+2205_S_2017_01_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 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917259Jy sigma=0.007909 ! Fit after self-cal, rms=0.904939Jy sigma=0.007824 ! 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.702 mas, bmaj=5.655 mas, bpa=-4.81 degrees ! Estimated noise=1113.82 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.0748079 Jy ! Component: 100 - total flux cleaned = 0.0938151 Jy ! Total flux subtracted in 100 components = 0.0938151 Jy ! Clean residual min=-0.004654 max=0.007900 Jy/beam ! Clean residual mean=-0.000010 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.0938151 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0938151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086783Jy sigma=0.000680 ! Fit after self-cal, rms=0.086748Jy sigma=0.000679 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00892951 Jy ! Component: 100 - total flux cleaned = 0.0133906 Jy ! Total flux subtracted in 100 components = 0.0133906 Jy ! Clean residual min=-0.003728 max=0.005287 Jy/beam ! Clean residual mean=-0.000004 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.107206 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 9 components and 0.107206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085743Jy sigma=0.000669 ! Fit after self-cal, rms=0.085738Jy sigma=0.000669 ! 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.231 mas, bmaj=6.645 mas, bpa=-3.034 degrees ! Estimated noise=772.162 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.00359045 Jy ! Component: 100 - total flux cleaned = 0.00513398 Jy ! Component: 150 - total flux cleaned = 0.00542092 Jy ! Component: 200 - total flux cleaned = 0.00548025 Jy ! Total flux subtracted in 200 components = 0.00548025 Jy ! Clean residual min=-0.003034 max=0.005062 Jy/beam ! Clean residual mean=0.000004 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.112686 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.112686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085617Jy sigma=0.000667 ! Fit after self-cal, rms=0.085617Jy sigma=0.000667 ! Inverting map ! Added new window around map position (-13, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00487256 Jy ! Component: 100 - total flux cleaned = 0.00755395 Jy ! Component: 150 - total flux cleaned = 0.0085268 Jy ! Component: 200 - total flux cleaned = 0.00918678 Jy ! Total flux subtracted in 200 components = 0.00918678 Jy ! Clean residual min=-0.002663 max=0.002752 Jy/beam ! Clean residual mean=0.000006 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.121873 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.121873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085343Jy sigma=0.000664 ! Fit after self-cal, rms=0.085302Jy sigma=0.000664 ! 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.01 FD 0.97 HN 0.99 LA 1.01 ! MK 0.95 NL 0.98 OV 0.99 PT 0.97 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.00 LA 0.99 ! MK 1.03 NL 1.01 OV 1.06 PT 0.97 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 0.98 LA 0.99 ! MK 1.03 NL 1.05 OV 0.94 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.10 HN 1.00 LA 0.99 ! MK 1.22 NL 1.00* OV 1.02 PT 0.96 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.085302Jy sigma=0.000664 ! Fit after self-cal, rms=0.087681Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=6.665 mas, bpa=-2.757 degrees ! Estimated noise=773.433 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.000724897 Jy ! Component: 100 - total flux cleaned = 0.00121301 Jy ! Component: 150 - total flux cleaned = 0.0016192 Jy ! Component: 200 - total flux cleaned = 0.00196567 Jy ! Total flux subtracted in 200 components = 0.00196567 Jy ! Clean residual min=-0.002325 max=0.002301 Jy/beam ! Clean residual mean=0.000006 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.123838 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 57 components and 0.123838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087629Jy sigma=0.000662 ! Fit after self-cal, rms=0.087704Jy sigma=0.000662 ! 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.087704Jy sigma=0.000662 ! Fit after self-cal, rms=0.088959Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=6.643 mas, bpa=-2.753 degrees ! Estimated noise=773.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142219 Jy ! Component: 100 - total flux cleaned = 0.00029223 Jy ! Component: 150 - total flux cleaned = 0.000369629 Jy ! Component: 200 - total flux cleaned = 0.000392348 Jy ! Total flux subtracted in 200 components = 0.000392348 Jy ! Clean residual min=-0.002077 max=0.001924 Jy/beam ! Clean residual mean=0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.124231 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 69 components and 0.124231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088938Jy sigma=0.000659 ! Fit after self-cal, rms=0.088972Jy 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 = -2.818e-05 Jy ! Component: 100 - total flux cleaned = -2.81968e-05 Jy ! Component: 150 - total flux cleaned = -6.61619e-05 Jy ! Component: 200 - total flux cleaned = -0.000100495 Jy ! Total flux subtracted in 200 components = -0.000100495 Jy ! Clean residual min=-0.002064 max=0.001931 Jy/beam ! Clean residual mean=0.000003 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.12413 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 79 components and 0.12413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088962Jy sigma=0.000659 ! Fit after self-cal, rms=0.088959Jy sigma=0.000659 ! 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.088959Jy sigma=0.000659 ! Fit after self-cal, rms=0.089228Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=6.634 mas, bpa=-2.762 degrees ! Estimated noise=773.467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.68252e-05 Jy ! Component: 100 - total flux cleaned = -2.57972e-05 Jy ! Component: 150 - total flux cleaned = -4.43205e-05 Jy ! Component: 200 - total flux cleaned = -7.71282e-05 Jy ! Total flux subtracted in 200 components = -7.71282e-05 Jy ! Clean residual min=-0.002052 max=0.001915 Jy/beam ! Clean residual mean=0.000002 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.124053 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.124053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089218Jy sigma=0.000659 ! Fit after self-cal, rms=0.089220Jy 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 = -5.76125e-05 Jy ! Component: 100 - total flux cleaned = -5.72873e-05 Jy ! Component: 150 - total flux cleaned = -8.53772e-05 Jy ! Component: 200 - total flux cleaned = -8.50944e-05 Jy ! Total flux subtracted in 200 components = -8.50944e-05 Jy ! Clean residual min=-0.002048 max=0.001918 Jy/beam ! Clean residual mean=0.000002 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.123968 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.123968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089215Jy sigma=0.000659 ! Fit after self-cal, rms=0.089212Jy 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.089212Jy sigma=0.000659 ! Fit after self-cal, rms=0.089231Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.838 mas, bmaj=10.09 mas, bpa=-1.992 degrees ! Estimated noise=962.543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00044706 Jy ! Component: 100 - total flux cleaned = 0.000636001 Jy ! Component: 150 - total flux cleaned = 0.000704247 Jy ! Component: 200 - total flux cleaned = 0.000725005 Jy ! Total flux subtracted in 200 components = 0.000725005 Jy ! Clean residual min=-0.001955 max=0.002109 Jy/beam ! Clean residual mean=0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.124693 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 98 components and 0.124693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089233Jy sigma=0.000659 ! Fit after self-cal, rms=0.089230Jy 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.000103478 Jy ! Component: 100 - total flux cleaned = 0.000143001 Jy ! Component: 150 - total flux cleaned = 0.000177418 Jy ! Component: 200 - total flux cleaned = 0.000192998 Jy ! Total flux subtracted in 200 components = 0.000192998 Jy ! Clean residual min=-0.001970 max=0.002097 Jy/beam ! Clean residual mean=0.000004 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.124886 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.124886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089234Jy sigma=0.000659 ! Fit after self-cal, rms=0.089231Jy 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.224 mas, bmaj=6.628 mas, bpa=-2.775 degrees ! Estimated noise=773 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.224 x 6.628 at -2.775 degrees (North through East) ! Clean map min=-0.0019588 max=0.098827 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.701 mas, bmaj=5.614 mas, bpa=-4.489 degrees ! Estimated noise=1111.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0742612 Jy ! Component: 100 - total flux cleaned = 0.0942795 Jy ! Component: 150 - total flux cleaned = 0.103518 Jy ! Component: 200 - total flux cleaned = 0.109043 Jy ! Total flux subtracted in 200 components = 0.109043 Jy ! Clean residual min=-0.003290 max=0.003970 Jy/beam ! Clean residual mean=-0.000006 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.109043 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.109043 Jy ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=6.628 mas, bpa=-2.775 degrees ! Estimated noise=773 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 (-2.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00504713 Jy ! Component: 100 - total flux cleaned = 0.00832874 Jy ! Component: 150 - total flux cleaned = 0.0107697 Jy ! Component: 200 - total flux cleaned = 0.012382 Jy ! Total flux subtracted in 200 components = 0.012382 Jy ! Clean residual min=-0.001941 max=0.002054 Jy/beam ! Clean residual mean=-0.000000 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.121425 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.121425 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=6.838 mas, bmaj=10.09 mas, bpa=-1.992 degrees ! Estimated noise=962.543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210418 Jy ! Component: 100 - total flux cleaned = 0.00265812 Jy ! Component: 150 - total flux cleaned = 0.00286907 Jy ! Component: 200 - total flux cleaned = 0.00307127 Jy ! Total flux subtracted in 200 components = 0.00307127 Jy ! Clean residual min=-0.001968 max=0.002172 Jy/beam ! Clean residual mean=0.000003 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.124497 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 = 8.59696e-05 Jy ! Component: 100 - total flux cleaned = 0.000111094 Jy ! Component: 150 - total flux cleaned = 8.88274e-05 Jy ! Component: 200 - total flux cleaned = 9.01213e-05 Jy ! Total flux subtracted in 200 components = 9.01213e-05 Jy ! Clean residual min=-0.002008 max=0.002116 Jy/beam ! Clean residual mean=0.000003 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.124587 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 94 components and 0.124587 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.224 mas, bmaj=6.628 mas, bpa=-2.775 degrees ! Estimated noise=773 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000271527 Jy ! Component: 100 - total flux cleaned = -0.000402011 Jy ! Component: 150 - total flux cleaned = -0.000402521 Jy ! Component: 200 - total flux cleaned = -0.000437078 Jy ! Total flux subtracted in 200 components = -0.000437078 Jy ! Clean residual min=-0.001746 max=0.001928 Jy/beam ! Clean residual mean=0.000001 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.12415 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 119 components and 0.12415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089229Jy sigma=0.000659 ! Fit after self-cal, rms=0.089231Jy sigma=0.000658 wmodel J0912+2205_S_2017_01_21_pus_map.mod ! Writing 119 model components to file: J0912+2205_S_2017_01_21_pus_map.mod wobs J0912+2205_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0912+2205_S_2017_01_21_pus_uvs.fits wwins J0912+2205_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J0912+2205_S_2017_01_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.000459059 Jy ! Component: 100 - total flux cleaned = 0.000396018 Jy ! Component: 150 - total flux cleaned = 0.000305639 Jy ! Component: 200 - total flux cleaned = 0.000160446 Jy ! Component: 250 - total flux cleaned = -6.4066e-05 Jy ! Component: 300 - total flux cleaned = -0.000200447 Jy ! Component: 350 - total flux cleaned = -0.000359648 Jy ! Component: 400 - total flux cleaned = -0.00053973 Jy ! Component: 450 - total flux cleaned = -0.000564416 Jy ! Component: 500 - total flux cleaned = -0.000613785 Jy ! Component: 550 - total flux cleaned = -0.000685734 Jy ! Component: 600 - total flux cleaned = -0.000732371 Jy ! Component: 650 - total flux cleaned = -0.000731977 Jy ! Component: 700 - total flux cleaned = -0.000822801 Jy ! Component: 750 - total flux cleaned = -0.000912184 Jy ! Component: 800 - total flux cleaned = -0.000978279 Jy ! Component: 850 - total flux cleaned = -0.00106527 Jy ! Component: 900 - total flux cleaned = -0.00117209 Jy ! Component: 950 - total flux cleaned = -0.00123566 Jy ! Component: 1000 - total flux cleaned = -0.00131887 Jy ! Component: 1050 - total flux cleaned = -0.0014009 Jy ! Component: 1100 - total flux cleaned = -0.00150265 Jy ! Component: 1150 - total flux cleaned = -0.00166263 Jy ! Component: 1200 - total flux cleaned = -0.00172189 Jy ! Component: 1250 - total flux cleaned = -0.00185868 Jy ! Component: 1300 - total flux cleaned = -0.00191658 Jy ! Component: 1350 - total flux cleaned = -0.00208792 Jy ! Component: 1400 - total flux cleaned = -0.00210675 Jy ! Component: 1450 - total flux cleaned = -0.00219976 Jy ! Component: 1500 - total flux cleaned = -0.00232837 Jy ! Component: 1550 - total flux cleaned = -0.00241918 Jy ! Component: 1600 - total flux cleaned = -0.002455 Jy ! Component: 1650 - total flux cleaned = -0.0025268 Jy ! Component: 1700 - total flux cleaned = -0.00266768 Jy ! Component: 1750 - total flux cleaned = -0.0027375 Jy ! Component: 1800 - total flux cleaned = -0.00273749 Jy ! Component: 1850 - total flux cleaned = -0.00278901 Jy ! Component: 1900 - total flux cleaned = -0.00285655 Jy ! Component: 1950 - total flux cleaned = -0.00292349 Jy ! Component: 2000 - total flux cleaned = -0.00294004 Jy ! Component: 2050 - total flux cleaned = -0.00295647 Jy ! Component: 2100 - total flux cleaned = -0.00302159 Jy ! Component: 2150 - total flux cleaned = -0.00315067 Jy ! Component: 2200 - total flux cleaned = -0.00313479 Jy ! Component: 2250 - total flux cleaned = -0.00316673 Jy ! Component: 2300 - total flux cleaned = -0.00327683 Jy ! Component: 2350 - total flux cleaned = -0.00327685 Jy ! Component: 2400 - total flux cleaned = -0.00335408 Jy ! Component: 2450 - total flux cleaned = -0.00336908 Jy ! Component: 2500 - total flux cleaned = -0.00336905 Jy ! Component: 2550 - total flux cleaned = -0.00344429 Jy ! Component: 2600 - total flux cleaned = -0.00345907 Jy ! Component: 2650 - total flux cleaned = -0.00347397 Jy ! Component: 2700 - total flux cleaned = -0.00350329 Jy ! Component: 2750 - total flux cleaned = -0.00345954 Jy ! Component: 2800 - total flux cleaned = -0.00348861 Jy ! Component: 2850 - total flux cleaned = -0.00351723 Jy ! Component: 2900 - total flux cleaned = -0.00361684 Jy ! Component: 2950 - total flux cleaned = -0.00361678 Jy ! Component: 3000 - total flux cleaned = -0.00364474 Jy ! Component: 3050 - total flux cleaned = -0.00368672 Jy ! Component: 3100 - total flux cleaned = -0.00372825 Jy ! Component: 3150 - total flux cleaned = -0.00378323 Jy ! Component: 3200 - total flux cleaned = -0.00382422 Jy ! Component: 3250 - total flux cleaned = -0.0039326 Jy ! Component: 3300 - total flux cleaned = -0.00398644 Jy ! Component: 3350 - total flux cleaned = -0.00395965 Jy ! Component: 3400 - total flux cleaned = -0.00402629 Jy ! Component: 3450 - total flux cleaned = -0.0040659 Jy ! Component: 3500 - total flux cleaned = -0.00415781 Jy ! Component: 3550 - total flux cleaned = -0.00415776 Jy ! Component: 3600 - total flux cleaned = -0.00418365 Jy ! Component: 3650 - total flux cleaned = -0.00423518 Jy ! Component: 3700 - total flux cleaned = -0.00429922 Jy ! Component: 3750 - total flux cleaned = -0.00436293 Jy ! Component: 3800 - total flux cleaned = -0.00438819 Jy ! Component: 3850 - total flux cleaned = -0.00443848 Jy ! Component: 3900 - total flux cleaned = -0.00452592 Jy ! Component: 3950 - total flux cleaned = -0.00456322 Jy ! Component: 4000 - total flux cleaned = -0.00464959 Jy ! Component: 4050 - total flux cleaned = -0.00471091 Jy ! Total flux subtracted in 4096 components = -0.00468641 Jy ! Clean residual min=-0.000730 max=0.000788 Jy/beam ! Clean residual mean=0.000002 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.119463 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 436 components and 0.119463 Jy ![Exited script file: muppet] wmap "J0912+2205_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.224 x 6.628 at -2.775 degrees (North through East) ! Clean map min=-0.001571 max=0.098486 Jy/beam ! Writing clean map to FITS file: J0912+2205_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0984856 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000222686 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.678331 0.678331 1.35666 2.71332 5.42664 10.8533 21.7066 43.4132 86.8263 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.224 x 6.628 at -2.775 degrees (North through East) ! Clean map min=-0.001571 max=0.098486 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 J0912+2205_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:51:02 2019