! Started logfile: J0342+3859_S_2017_01_21_pus_uvs.log on Sun May 5 15:45:14 2019 obs J0342+3859_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0342+3859_S_2017_01_21_pus_uva.fits ! AN table 1: 114 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.820906 visibilities/baseline/integration-bin. ! Found source: J0342+3859 ! ! 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 13476 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 J0342+3859_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 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 370 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947943Jy sigma=0.008362 ! Fit after self-cal, rms=0.932675Jy sigma=0.008241 ! 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.742 mas, bmaj=5.454 mas, bpa=-1.329 degrees ! Estimated noise=1153.37 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.0518948 Jy ! Component: 100 - total flux cleaned = 0.0677722 Jy ! Total flux subtracted in 100 components = 0.0677722 Jy ! Clean residual min=-0.005077 max=0.007238 Jy/beam ! Clean residual mean=0.000017 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.0677723 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0677723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083948Jy sigma=0.000682 ! Fit after self-cal, rms=0.083848Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00858862 Jy ! Component: 100 - total flux cleaned = 0.0134712 Jy ! Total flux subtracted in 100 components = 0.0134712 Jy ! Clean residual min=-0.004624 max=0.004544 Jy/beam ! Clean residual mean=0.000011 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.0812434 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.0812434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082815Jy sigma=0.000670 ! Fit after self-cal, rms=0.082839Jy sigma=0.000670 ! 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.382 mas, bmaj=6.341 mas, bpa=0.6962 degrees ! Estimated noise=756.715 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.00453678 Jy ! Component: 100 - total flux cleaned = 0.00689604 Jy ! Component: 150 - total flux cleaned = 0.00830033 Jy ! Component: 200 - total flux cleaned = 0.00869843 Jy ! Total flux subtracted in 200 components = 0.00869843 Jy ! Clean residual min=-0.002963 max=0.003088 Jy/beam ! Clean residual mean=0.000015 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0899418 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 31 components and 0.0899419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082628Jy sigma=0.000667 ! Fit after self-cal, rms=0.082635Jy sigma=0.000667 ! 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.44 FD 0.90 HN 1.05 LA 1.02 ! MK 1.05 NL 0.99 OV 1.03 PT 0.97 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.47 FD 0.98 HN 1.05 LA 1.03 ! MK 1.05 NL 1.01 OV 0.98 PT 1.00 ! SC 0.91 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.97 HN 0.99 LA 1.02 ! MK 0.99 NL 0.96 OV 0.96 PT 0.99 ! SC 1.03 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 HN 0.95 LA 1.06 ! MK 0.93 NL 1.00* OV 0.96 PT 0.90 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.082635Jy sigma=0.000667 ! Fit after self-cal, rms=0.087906Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=6.398 mas, bpa=0.6548 degrees ! Estimated noise=763.159 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.0010866 Jy ! Component: 100 - total flux cleaned = 0.00124878 Jy ! Component: 150 - total flux cleaned = 0.00127496 Jy ! Component: 200 - total flux cleaned = 0.00125034 Jy ! Total flux subtracted in 200 components = 0.00125034 Jy ! Clean residual min=-0.002431 max=0.002664 Jy/beam ! Clean residual mean=0.000013 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0911922 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0911922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087880Jy sigma=0.000664 ! Fit after self-cal, rms=0.088095Jy sigma=0.000664 ! 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.088095Jy sigma=0.000664 ! Fit after self-cal, rms=0.091283Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.366 mas, bmaj=6.402 mas, bpa=0.635 degrees ! Estimated noise=765.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00047955 Jy ! Component: 100 - total flux cleaned = 0.000590906 Jy ! Component: 150 - total flux cleaned = 0.000685366 Jy ! Component: 200 - total flux cleaned = 0.000751339 Jy ! Total flux subtracted in 200 components = 0.000751339 Jy ! Clean residual min=-0.002077 max=0.002243 Jy/beam ! Clean residual mean=0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0919435 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0919435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091275Jy sigma=0.000660 ! Fit after self-cal, rms=0.091377Jy sigma=0.000660 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 (35.5, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000971728 Jy ! Component: 100 - total flux cleaned = 0.000965489 Jy ! Component: 150 - total flux cleaned = 0.000963822 Jy ! Component: 200 - total flux cleaned = 0.00099402 Jy ! Total flux subtracted in 200 components = 0.00099402 Jy ! Clean residual min=-0.002038 max=0.002106 Jy/beam ! Clean residual mean=0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0929376 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.0929376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091308Jy sigma=0.000660 ! Fit after self-cal, rms=0.091321Jy sigma=0.000660 ! Inverting map ! Added new window around map position (46, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159389 Jy ! Component: 100 - total flux cleaned = 0.00164095 Jy ! Component: 150 - total flux cleaned = 0.00182743 Jy ! Component: 200 - total flux cleaned = 0.00192479 Jy ! Total flux subtracted in 200 components = 0.00192479 Jy ! Clean residual min=-0.001901 max=0.001746 Jy/beam ! Clean residual mean=0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0948623 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.0948623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091270Jy sigma=0.000659 ! Fit after self-cal, rms=0.091276Jy 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.091276Jy sigma=0.000659 ! Fit after self-cal, rms=0.091642Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=6.381 mas, bpa=0.2087 degrees ! Estimated noise=763.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000911972 Jy ! Component: 100 - total flux cleaned = 0.00101294 Jy ! Component: 150 - total flux cleaned = 0.00110365 Jy ! Component: 200 - total flux cleaned = 0.00113083 Jy ! Total flux subtracted in 200 components = 0.00113083 Jy ! Clean residual min=-0.001910 max=0.001741 Jy/beam ! Clean residual mean=0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0959932 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 81 components and 0.0959932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091616Jy sigma=0.000659 ! Fit after self-cal, rms=0.091625Jy 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.000303895 Jy ! Component: 100 - total flux cleaned = 0.000275945 Jy ! Component: 150 - total flux cleaned = 0.000250023 Jy ! Component: 200 - total flux cleaned = 0.000250551 Jy ! Total flux subtracted in 200 components = 0.000250551 Jy ! Clean residual min=-0.001897 max=0.001681 Jy/beam ! Clean residual mean=0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0962437 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 87 components and 0.0962437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091608Jy sigma=0.000659 ! Fit after self-cal, rms=0.091612Jy 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.091612Jy sigma=0.000659 ! Fit after self-cal, rms=0.091446Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.179 mas, bmaj=9.247 mas, bpa=-6.376 degrees ! Estimated noise=954.302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00073315 Jy ! Component: 100 - total flux cleaned = 0.00104016 Jy ! Component: 150 - total flux cleaned = 0.00120471 Jy ! Component: 200 - total flux cleaned = 0.00134339 Jy ! Total flux subtracted in 200 components = 0.00134339 Jy ! Clean residual min=-0.001675 max=0.001703 Jy/beam ! Clean residual mean=0.000005 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0975871 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.0975871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091447Jy sigma=0.000659 ! Fit after self-cal, rms=0.091442Jy sigma=0.000658 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.000289977 Jy ! Component: 100 - total flux cleaned = 0.000357435 Jy ! Component: 150 - total flux cleaned = 0.000388319 Jy ! Component: 200 - total flux cleaned = 0.000417085 Jy ! Total flux subtracted in 200 components = 0.000417085 Jy ! Clean residual min=-0.001630 max=0.001710 Jy/beam ! Clean residual mean=0.000005 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0980042 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.0980042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091444Jy sigma=0.000658 ! Fit after self-cal, rms=0.091444Jy sigma=0.000658 ! 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.338 mas, bmaj=6.359 mas, bpa=0.0728 degrees ! Estimated noise=762.753 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.338 x 6.359 at 0.0728 degrees (North through East) ! Clean map min=-0.0017754 max=0.070116 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.706 mas, bmaj=5.474 mas, bpa=-1.63 degrees ! Estimated noise=1140.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0505888 Jy ! Component: 100 - total flux cleaned = 0.0681963 Jy ! Component: 150 - total flux cleaned = 0.0770824 Jy ! Component: 200 - total flux cleaned = 0.0820068 Jy ! Total flux subtracted in 200 components = 0.0820068 Jy ! Clean residual min=-0.004075 max=0.003934 Jy/beam ! Clean residual mean=0.000007 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.0820068 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.0820068 Jy ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=6.359 mas, bpa=0.0728 degrees ! Estimated noise=762.753 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 (3, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00542994 Jy ! Component: 100 - total flux cleaned = 0.00879802 Jy ! Component: 150 - total flux cleaned = 0.0109539 Jy ! Component: 200 - total flux cleaned = 0.0120454 Jy ! Total flux subtracted in 200 components = 0.0120454 Jy ! Clean residual min=-0.002233 max=0.001798 Jy/beam ! Clean residual mean=0.000005 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0940522 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 51 components and 0.0940522 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.179 mas, bmaj=9.247 mas, bpa=-6.376 degrees ! Estimated noise=954.302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188743 Jy ! Component: 100 - total flux cleaned = 0.0023828 Jy ! Component: 150 - total flux cleaned = 0.00278076 Jy ! Component: 200 - total flux cleaned = 0.00309027 Jy ! Total flux subtracted in 200 components = 0.00309027 Jy ! Clean residual min=-0.001766 max=0.001616 Jy/beam ! Clean residual mean=0.000005 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0971425 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.000210442 Jy ! Component: 100 - total flux cleaned = 0.000396108 Jy ! Component: 150 - total flux cleaned = 0.000467334 Jy ! Component: 200 - total flux cleaned = 0.000512389 Jy ! Total flux subtracted in 200 components = 0.000512389 Jy ! Clean residual min=-0.001652 max=0.001645 Jy/beam ! Clean residual mean=0.000004 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0976548 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 105 components and 0.0976548 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=6.359 mas, bpa=0.0728 degrees ! Estimated noise=762.753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000377021 Jy ! Component: 100 - total flux cleaned = -0.000331902 Jy ! Component: 150 - total flux cleaned = -0.000253945 Jy ! Component: 200 - total flux cleaned = -0.000149825 Jy ! Total flux subtracted in 200 components = -0.000149825 Jy ! Clean residual min=-0.001780 max=0.001668 Jy/beam ! Clean residual mean=0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.097505 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.097505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091465Jy sigma=0.000659 ! Fit after self-cal, rms=0.091471Jy sigma=0.000658 wmodel J0342+3859_S_2017_01_21_pus_map.mod ! Writing 126 model components to file: J0342+3859_S_2017_01_21_pus_map.mod wobs J0342+3859_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0342+3859_S_2017_01_21_pus_uvs.fits wwins J0342+3859_S_2017_01_21_pus_map.win ! wwins: Wrote 4 windows to J0342+3859_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.000469409 Jy ! Component: 100 - total flux cleaned = -0.000618655 Jy ! Component: 150 - total flux cleaned = -0.000618113 Jy ! Component: 200 - total flux cleaned = -0.000701129 Jy ! Component: 250 - total flux cleaned = -0.000781271 Jy ! Component: 300 - total flux cleaned = -0.000885341 Jy ! Component: 350 - total flux cleaned = -0.000987081 Jy ! Component: 400 - total flux cleaned = -0.00101206 Jy ! Component: 450 - total flux cleaned = -0.00111046 Jy ! Component: 500 - total flux cleaned = -0.00118251 Jy ! Component: 550 - total flux cleaned = -0.00123 Jy ! Component: 600 - total flux cleaned = -0.00125314 Jy ! Component: 650 - total flux cleaned = -0.00127591 Jy ! Component: 700 - total flux cleaned = -0.00127554 Jy ! Component: 750 - total flux cleaned = -0.0013202 Jy ! Component: 800 - total flux cleaned = -0.00131987 Jy ! Component: 850 - total flux cleaned = -0.00131936 Jy ! Component: 900 - total flux cleaned = -0.00127637 Jy ! Component: 950 - total flux cleaned = -0.00127622 Jy ! Component: 1000 - total flux cleaned = -0.00125523 Jy ! Component: 1050 - total flux cleaned = -0.00117326 Jy ! Component: 1100 - total flux cleaned = -0.00111276 Jy ! Component: 1150 - total flux cleaned = -0.00107295 Jy ! Component: 1200 - total flux cleaned = -0.000994317 Jy ! Component: 1250 - total flux cleaned = -0.000936119 Jy ! Component: 1300 - total flux cleaned = -0.000916849 Jy ! Component: 1350 - total flux cleaned = -0.000822009 Jy ! Component: 1400 - total flux cleaned = -0.000747534 Jy ! Component: 1450 - total flux cleaned = -0.000803237 Jy ! Component: 1500 - total flux cleaned = -0.000692687 Jy ! Component: 1550 - total flux cleaned = -0.000656246 Jy ! Component: 1600 - total flux cleaned = -0.00062014 Jy ! Component: 1650 - total flux cleaned = -0.00054859 Jy ! Component: 1700 - total flux cleaned = -0.000477931 Jy ! Component: 1750 - total flux cleaned = -0.000425602 Jy ! Component: 1800 - total flux cleaned = -0.000321651 Jy ! Component: 1850 - total flux cleaned = -0.000321638 Jy ! Component: 1900 - total flux cleaned = -0.000287436 Jy ! Component: 1950 - total flux cleaned = -0.000237029 Jy ! Component: 2000 - total flux cleaned = -0.000170133 Jy ! Component: 2050 - total flux cleaned = -0.000170314 Jy ! Component: 2100 - total flux cleaned = -0.000170326 Jy ! Component: 2150 - total flux cleaned = -0.000138064 Jy ! Component: 2200 - total flux cleaned = -8.96076e-05 Jy ! Component: 2250 - total flux cleaned = -7.35885e-05 Jy ! Component: 2300 - total flux cleaned = -4.1934e-05 Jy ! Component: 2350 - total flux cleaned = 5.17558e-06 Jy ! Component: 2400 - total flux cleaned = -1.05494e-05 Jy ! Component: 2450 - total flux cleaned = 6.66441e-05 Jy ! Component: 2500 - total flux cleaned = 8.16972e-05 Jy ! Component: 2550 - total flux cleaned = 8.19045e-05 Jy ! Component: 2600 - total flux cleaned = 0.000157687 Jy ! Component: 2650 - total flux cleaned = 0.000187806 Jy ! Component: 2700 - total flux cleaned = 0.000232434 Jy ! Component: 2750 - total flux cleaned = 0.000232253 Jy ! Component: 2800 - total flux cleaned = 0.00024706 Jy ! Component: 2850 - total flux cleaned = 0.000290875 Jy ! Component: 2900 - total flux cleaned = 0.00030523 Jy ! Component: 2950 - total flux cleaned = 0.000377221 Jy ! Component: 3000 - total flux cleaned = 0.000391374 Jy ! Component: 3050 - total flux cleaned = 0.000405699 Jy ! Component: 3100 - total flux cleaned = 0.000462173 Jy ! Component: 3150 - total flux cleaned = 0.00050409 Jy ! Component: 3200 - total flux cleaned = 0.000531925 Jy ! Component: 3250 - total flux cleaned = 0.000559482 Jy ! Component: 3300 - total flux cleaned = 0.000531876 Jy ! Component: 3350 - total flux cleaned = 0.000559158 Jy ! Component: 3400 - total flux cleaned = 0.000572655 Jy ! Component: 3450 - total flux cleaned = 0.000572695 Jy ! Component: 3500 - total flux cleaned = 0.000572692 Jy ! Component: 3550 - total flux cleaned = 0.000585935 Jy ! Component: 3600 - total flux cleaned = 0.000625484 Jy ! Component: 3650 - total flux cleaned = 0.00069097 Jy ! Component: 3700 - total flux cleaned = 0.000690976 Jy ! Component: 3750 - total flux cleaned = 0.000691213 Jy ! Component: 3800 - total flux cleaned = 0.00067829 Jy ! Component: 3850 - total flux cleaned = 0.000703956 Jy ! Component: 3900 - total flux cleaned = 0.000767632 Jy ! Component: 3950 - total flux cleaned = 0.000729593 Jy ! Component: 4000 - total flux cleaned = 0.000742237 Jy ! Component: 4050 - total flux cleaned = 0.000804758 Jy ! Total flux subtracted in 4096 components = 0.000804783 Jy ! Clean residual min=-0.000811 max=0.000700 Jy/beam ! Clean residual mean=0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0983098 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 395 components and 0.0983099 Jy ![Exited script file: muppet] wmap "J0342+3859_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.338 x 6.359 at 0.0728 degrees (North through East) ! Clean map min=-0.001832 max=0.070216 Jy/beam ! Writing clean map to FITS file: J0342+3859_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.0702164 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022195 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.948283 0.948283 1.89657 3.79313 7.58627 15.1725 30.3451 60.6901 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.338 x 6.359 at 0.0728 degrees (North through East) ! Clean map min=-0.001832 max=0.070216 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 J0342+3859_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:45:19 2019