! Started logfile: J1438+3710_S_2017_07_09_pus_uvs.log on Wed May 8 14:51:10 2019 obs J1438+3710_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1438+3710_S_2017_07_09_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.895503 visibilities/baseline/integration-bin. ! Found source: J1438+3710 ! ! 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 594 lines of history. ! ! Reading 13540 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 J1438+3710_S_2017_07_09_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 495 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.707615Jy sigma=0.007074 ! Fit after self-cal, rms=0.698086Jy sigma=0.006996 ! 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.984 mas, bmaj=5.313 mas, bpa=-3.099 degrees ! Estimated noise=1006.83 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.229798 Jy ! Component: 100 - total flux cleaned = 0.285558 Jy ! Total flux subtracted in 100 components = 0.285558 Jy ! Clean residual min=-0.009483 max=0.025535 Jy/beam ! Clean residual mean=0.000030 rms=0.002948 Jy/beam ! Combined flux in latest and established models = 0.285558 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.285558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100259Jy sigma=0.000896 ! Fit after self-cal, rms=0.100189Jy sigma=0.000895 ! Inverting map ! Added new window around map position (-3.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0278008 Jy ! Component: 100 - total flux cleaned = 0.0433972 Jy ! Total flux subtracted in 100 components = 0.0433972 Jy ! Clean residual min=-0.007954 max=0.010419 Jy/beam ! Clean residual mean=0.000019 rms=0.002095 Jy/beam ! Combined flux in latest and established models = 0.328956 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.328956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089750Jy sigma=0.000791 ! Fit after self-cal, rms=0.089492Jy sigma=0.000788 ! 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.523 mas, bmaj=6.018 mas, bpa=-2.798 degrees ! Estimated noise=695.7 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.0153638 Jy ! Component: 100 - total flux cleaned = 0.0231907 Jy ! Component: 150 - total flux cleaned = 0.0276415 Jy ! Component: 200 - total flux cleaned = 0.0287543 Jy ! Total flux subtracted in 200 components = 0.0287543 Jy ! Clean residual min=-0.006615 max=0.007027 Jy/beam ! Clean residual mean=0.000023 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.35771 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.35771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086499Jy sigma=0.000764 ! Fit after self-cal, rms=0.086336Jy sigma=0.000762 ! 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.00 FD 0.97 HN 0.97 KP 1.02 ! LA 1.01 MK 1.01 NL 0.92 OV 1.03 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.99 HN 0.99 KP 1.00 ! LA 0.98 MK 1.01 NL 1.08 OV 1.08 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.03 HN 1.00 KP 1.02 ! LA 1.00 MK 1.04 NL 1.03 OV 0.96 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.98 KP 1.00* ! LA 0.99 MK 1.56 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.086336Jy sigma=0.000762 ! Fit after self-cal, rms=0.079443Jy sigma=0.000726 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=6.015 mas, bpa=-2.54 degrees ! Estimated noise=694.094 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 (-9.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0057185 Jy ! Component: 100 - total flux cleaned = 0.00704804 Jy ! Component: 150 - total flux cleaned = 0.0071971 Jy ! Component: 200 - total flux cleaned = 0.00690034 Jy ! Total flux subtracted in 200 components = 0.00690034 Jy ! Clean residual min=-0.004295 max=0.004794 Jy/beam ! Clean residual mean=0.000013 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.36461 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 0.36461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078768Jy sigma=0.000719 ! Fit after self-cal, rms=0.078728Jy sigma=0.000719 ! 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.078728Jy sigma=0.000719 ! Fit after self-cal, rms=0.076165Jy sigma=0.000686 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=6.003 mas, bpa=-2.451 degrees ! Estimated noise=693.018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00268366 Jy ! Component: 100 - total flux cleaned = 0.00366191 Jy ! Component: 150 - total flux cleaned = 0.00426929 Jy ! Component: 200 - total flux cleaned = 0.00445567 Jy ! Total flux subtracted in 200 components = 0.00445567 Jy ! Clean residual min=-0.001977 max=0.002428 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.369066 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 80 components and 0.369066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076057Jy sigma=0.000685 ! Fit after self-cal, rms=0.076038Jy sigma=0.000685 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 (-21.5, -17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259438 Jy ! Component: 100 - total flux cleaned = 0.00368346 Jy ! Component: 150 - total flux cleaned = 0.00398085 Jy ! Component: 200 - total flux cleaned = 0.00415163 Jy ! Total flux subtracted in 200 components = 0.00415163 Jy ! Clean residual min=-0.001732 max=0.001903 Jy/beam ! Clean residual mean=-0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.373218 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.373218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075937Jy sigma=0.000684 ! Fit after self-cal, rms=0.075926Jy sigma=0.000684 ! Inverting map ! Added new window around map position (68, 90.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015685 Jy ! Component: 100 - total flux cleaned = 0.00174246 Jy ! Component: 150 - total flux cleaned = 0.00189572 Jy ! Component: 200 - total flux cleaned = 0.00189563 Jy ! Total flux subtracted in 200 components = 0.00189563 Jy ! Clean residual min=-0.001568 max=0.001749 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.375113 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 123 components and 0.375113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075874Jy sigma=0.000683 ! Fit after self-cal, rms=0.075871Jy sigma=0.000683 ! 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.075871Jy sigma=0.000683 ! Fit after self-cal, rms=0.076014Jy sigma=0.000683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=5.998 mas, bpa=-2.47 degrees ! Estimated noise=693.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000942165 Jy ! Component: 100 - total flux cleaned = 0.00119972 Jy ! Component: 150 - total flux cleaned = 0.00133372 Jy ! Component: 200 - total flux cleaned = 0.00145881 Jy ! Total flux subtracted in 200 components = 0.00145881 Jy ! Clean residual min=-0.001514 max=0.001607 Jy/beam ! Clean residual mean=-0.000003 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.376572 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 138 components and 0.376572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075986Jy sigma=0.000683 ! Fit after self-cal, rms=0.075984Jy sigma=0.000683 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.000126987 Jy ! Component: 100 - total flux cleaned = 0.000184721 Jy ! Component: 150 - total flux cleaned = 0.000212001 Jy ! Component: 200 - total flux cleaned = 0.000238181 Jy ! Total flux subtracted in 200 components = 0.000238181 Jy ! Clean residual min=-0.001447 max=0.001581 Jy/beam ! Clean residual mean=-0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.37681 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 147 components and 0.37681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075967Jy sigma=0.000682 ! Fit after self-cal, rms=0.075966Jy sigma=0.000682 ! 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.075966Jy sigma=0.000682 ! Fit after self-cal, rms=0.076025Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.44 mas, bmaj=9.343 mas, bpa=-1.756 degrees ! Estimated noise=863.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256519 Jy ! Component: 100 - total flux cleaned = -0.000137632 Jy ! Component: 150 - total flux cleaned = -1.4142e-05 Jy ! Component: 200 - total flux cleaned = 0.000112176 Jy ! Total flux subtracted in 200 components = 0.000112176 Jy ! Clean residual min=-0.001687 max=0.001468 Jy/beam ! Clean residual mean=-0.000005 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.376922 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 163 components and 0.376922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076017Jy sigma=0.000682 ! Fit after self-cal, rms=0.076015Jy sigma=0.000682 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.87328e-05 Jy ! Component: 100 - total flux cleaned = 0.000125968 Jy ! Component: 150 - total flux cleaned = 0.000194972 Jy ! Component: 200 - total flux cleaned = 0.000241214 Jy ! Total flux subtracted in 200 components = 0.000241214 Jy ! Clean residual min=-0.001694 max=0.001513 Jy/beam ! Clean residual mean=-0.000005 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.377164 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 184 components and 0.377164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076013Jy sigma=0.000682 ! Fit after self-cal, rms=0.076012Jy sigma=0.000682 ! 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.545 mas, bmaj=5.997 mas, bpa=-2.474 degrees ! Estimated noise=694.226 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.545 x 5.997 at -2.474 degrees (North through East) ! Clean map min=-0.001431 max=0.2961 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.02 mas, bmaj=5.334 mas, bpa=-2.358 degrees ! Estimated noise=1018.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.231861 Jy ! Component: 100 - total flux cleaned = 0.290181 Jy ! Component: 150 - total flux cleaned = 0.317479 Jy ! Component: 200 - total flux cleaned = 0.33267 Jy ! Total flux subtracted in 200 components = 0.33267 Jy ! Clean residual min=-0.004114 max=0.007797 Jy/beam ! Clean residual mean=0.000010 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.33267 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.33267 Jy ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=5.997 mas, bpa=-2.474 degrees ! Estimated noise=694.226 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.0129829 Jy ! Component: 100 - total flux cleaned = 0.0210318 Jy ! Component: 150 - total flux cleaned = 0.0265393 Jy ! Component: 200 - total flux cleaned = 0.0306288 Jy ! Total flux subtracted in 200 components = 0.0306288 Jy ! Clean residual min=-0.002113 max=0.002483 Jy/beam ! Clean residual mean=0.000005 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.363298 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 54 components and 0.363298 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.44 mas, bmaj=9.343 mas, bpa=-1.756 degrees ! Estimated noise=863.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00506179 Jy ! Component: 100 - total flux cleaned = 0.00817368 Jy ! Component: 150 - total flux cleaned = 0.00993945 Jy ! Component: 200 - total flux cleaned = 0.011241 Jy ! Total flux subtracted in 200 components = 0.011241 Jy ! Clean residual min=-0.001896 max=0.001820 Jy/beam ! Clean residual mean=-0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.374539 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.000980222 Jy ! Component: 100 - total flux cleaned = 0.00150864 Jy ! Component: 150 - total flux cleaned = 0.00167291 Jy ! Component: 200 - total flux cleaned = 0.00181987 Jy ! Total flux subtracted in 200 components = 0.00181987 Jy ! Clean residual min=-0.001643 max=0.001690 Jy/beam ! Clean residual mean=-0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.376359 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 144 components and 0.376359 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=5.997 mas, bpa=-2.474 degrees ! Estimated noise=694.226 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337733 Jy ! Component: 100 - total flux cleaned = 0.000429909 Jy ! Component: 150 - total flux cleaned = 0.00047102 Jy ! Component: 200 - total flux cleaned = 0.000545187 Jy ! Total flux subtracted in 200 components = 0.000545187 Jy ! Clean residual min=-0.001457 max=0.001590 Jy/beam ! Clean residual mean=-0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.376905 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 169 components and 0.376905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076048Jy sigma=0.000683 ! Fit after self-cal, rms=0.076027Jy sigma=0.000682 wmodel J1438+3710_S_2017_07_09_pus_map.mod ! Writing 169 model components to file: J1438+3710_S_2017_07_09_pus_map.mod wobs J1438+3710_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1438+3710_S_2017_07_09_pus_uvs.fits wwins J1438+3710_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J1438+3710_S_2017_07_09_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.000618264 Jy ! Component: 100 - total flux cleaned = 0.000910217 Jy ! Component: 150 - total flux cleaned = 0.00111206 Jy ! Component: 200 - total flux cleaned = 0.00133162 Jy ! Component: 250 - total flux cleaned = 0.00140258 Jy ! Component: 300 - total flux cleaned = 0.00149482 Jy ! Component: 350 - total flux cleaned = 0.00147284 Jy ! Component: 400 - total flux cleaned = 0.0015173 Jy ! Component: 450 - total flux cleaned = 0.00153862 Jy ! Component: 500 - total flux cleaned = 0.00151717 Jy ! Component: 550 - total flux cleaned = 0.00157986 Jy ! Component: 600 - total flux cleaned = 0.00157969 Jy ! Component: 650 - total flux cleaned = 0.00157986 Jy ! Component: 700 - total flux cleaned = 0.0015403 Jy ! Component: 750 - total flux cleaned = 0.00163872 Jy ! Component: 800 - total flux cleaned = 0.00163858 Jy ! Component: 850 - total flux cleaned = 0.00161963 Jy ! Component: 900 - total flux cleaned = 0.00167648 Jy ! Component: 950 - total flux cleaned = 0.00162058 Jy ! Component: 1000 - total flux cleaned = 0.00156539 Jy ! Component: 1050 - total flux cleaned = 0.00158359 Jy ! Component: 1100 - total flux cleaned = 0.00151171 Jy ! Component: 1150 - total flux cleaned = 0.00149392 Jy ! Component: 1200 - total flux cleaned = 0.00144123 Jy ! Component: 1250 - total flux cleaned = 0.00142383 Jy ! Component: 1300 - total flux cleaned = 0.00140663 Jy ! Component: 1350 - total flux cleaned = 0.00138935 Jy ! Component: 1400 - total flux cleaned = 0.00133867 Jy ! Component: 1450 - total flux cleaned = 0.00130547 Jy ! Component: 1500 - total flux cleaned = 0.00127256 Jy ! Component: 1550 - total flux cleaned = 0.00122356 Jy ! Component: 1600 - total flux cleaned = 0.00119109 Jy ! Component: 1650 - total flux cleaned = 0.00114297 Jy ! Component: 1700 - total flux cleaned = 0.00104759 Jy ! Component: 1750 - total flux cleaned = 0.00100025 Jy ! Component: 1800 - total flux cleaned = 0.000922289 Jy ! Component: 1850 - total flux cleaned = 0.000860386 Jy ! Component: 1900 - total flux cleaned = 0.000783845 Jy ! Component: 1950 - total flux cleaned = 0.000738106 Jy ! Component: 2000 - total flux cleaned = 0.000662916 Jy ! Component: 2050 - total flux cleaned = 0.000633368 Jy ! Component: 2100 - total flux cleaned = 0.000588736 Jy ! Component: 2150 - total flux cleaned = 0.000544485 Jy ! Component: 2200 - total flux cleaned = 0.000500679 Jy ! Component: 2250 - total flux cleaned = 0.000486149 Jy ! Component: 2300 - total flux cleaned = 0.000414107 Jy ! Component: 2350 - total flux cleaned = 0.000399866 Jy ! Component: 2400 - total flux cleaned = 0.000300545 Jy ! Component: 2450 - total flux cleaned = 0.00027245 Jy ! Component: 2500 - total flux cleaned = 0.000258607 Jy ! Component: 2550 - total flux cleaned = 0.000217014 Jy ! Component: 2600 - total flux cleaned = 0.000175894 Jy ! Component: 2650 - total flux cleaned = 0.000148554 Jy ! Component: 2700 - total flux cleaned = 9.44411e-05 Jy ! Component: 2750 - total flux cleaned = 8.1063e-05 Jy ! Component: 2800 - total flux cleaned = 8.10537e-05 Jy ! Component: 2850 - total flux cleaned = 6.78143e-05 Jy ! Component: 2900 - total flux cleaned = 2.80949e-05 Jy ! Component: 2950 - total flux cleaned = -1.10424e-05 Jy ! Component: 3000 - total flux cleaned = -5.01064e-05 Jy ! Component: 3050 - total flux cleaned = -8.87439e-05 Jy ! Component: 3100 - total flux cleaned = -0.000114261 Jy ! Component: 3150 - total flux cleaned = -0.00015254 Jy ! Component: 3200 - total flux cleaned = -0.000152366 Jy ! Component: 3250 - total flux cleaned = -0.000127375 Jy ! Component: 3300 - total flux cleaned = -0.000177402 Jy ! Component: 3350 - total flux cleaned = -0.000252 Jy ! Component: 3400 - total flux cleaned = -0.000288917 Jy ! Component: 3450 - total flux cleaned = -0.000325594 Jy ! Component: 3500 - total flux cleaned = -0.000301157 Jy ! Component: 3550 - total flux cleaned = -0.000349541 Jy ! Component: 3600 - total flux cleaned = -0.000349469 Jy ! Component: 3650 - total flux cleaned = -0.000409222 Jy ! Component: 3700 - total flux cleaned = -0.000456636 Jy ! Component: 3750 - total flux cleaned = -0.000456454 Jy ! Component: 3800 - total flux cleaned = -0.000456359 Jy ! Component: 3850 - total flux cleaned = -0.000526212 Jy ! Component: 3900 - total flux cleaned = -0.000549376 Jy ! Component: 3950 - total flux cleaned = -0.000526397 Jy ! Component: 4000 - total flux cleaned = -0.000606753 Jy ! Component: 4050 - total flux cleaned = -0.000618205 Jy ! Total flux subtracted in 4096 components = -0.000606953 Jy ! Clean residual min=-0.000654 max=0.000680 Jy/beam ! Clean residual mean=-0.000001 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.376298 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 439 components and 0.376298 Jy ![Exited script file: muppet] wmap "J1438+3710_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.545 x 5.997 at -2.474 degrees (North through East) ! Clean map min=-0.0011423 max=0.29642 Jy/beam ! Writing clean map to FITS file: J1438+3710_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.29642 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201823 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.20426 0.20426 0.408521 0.817041 1.63408 3.26816 6.53633 13.0727 26.1453 52.2906 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.296 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.545 x 5.997 at -2.474 degrees (North through East) ! Clean map min=-0.0011423 max=0.29642 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 J1438+3710_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:51:15 2019