! Started logfile: J1408-0752_S_2017_08_05_pus_uvs.log on Thu May 9 19:30:24 2019 obs J1408-0752_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1408-0752_S_2017_08_05_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.893333 visibilities/baseline/integration-bin. ! Found source: J1408-0752 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 513 lines of history. ! ! Reading 1608 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 J1408-0752_S_2017_08_05_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.543795Jy sigma=0.004863 ! Fit after self-cal, rms=0.535601Jy sigma=0.004792 ! 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.5 mas, bmaj=7.156 mas, bpa=-5.136 degrees ! Estimated noise=2750.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.362528 Jy ! Component: 100 - total flux cleaned = 0.447957 Jy ! Total flux subtracted in 100 components = 0.447957 Jy ! Clean residual min=-0.025067 max=0.053792 Jy/beam ! Clean residual mean=0.000031 rms=0.008198 Jy/beam ! Combined flux in latest and established models = 0.447957 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.447957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142015Jy sigma=0.001192 ! Fit after self-cal, rms=0.141966Jy sigma=0.001192 ! Inverting map ! Added new window around map position (-8, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0503767 Jy ! Component: 100 - total flux cleaned = 0.0813846 Jy ! Total flux subtracted in 100 components = 0.0813846 Jy ! Clean residual min=-0.018796 max=0.021558 Jy/beam ! Clean residual mean=0.000020 rms=0.005333 Jy/beam ! Combined flux in latest and established models = 0.529341 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.529341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115465Jy sigma=0.000950 ! Fit after self-cal, rms=0.114347Jy sigma=0.000938 ! 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=2.919 mas, bmaj=8.005 mas, bpa=-3.779 degrees ! Estimated noise=2452.53 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.035199 Jy ! Component: 100 - total flux cleaned = 0.0579021 Jy ! Component: 150 - total flux cleaned = 0.0738657 Jy ! Component: 200 - total flux cleaned = 0.0853954 Jy ! Total flux subtracted in 200 components = 0.0853954 Jy ! Clean residual min=-0.017907 max=0.015876 Jy/beam ! Clean residual mean=0.000024 rms=0.003924 Jy/beam ! Combined flux in latest and established models = 0.614736 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 62 components and 0.614737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099771Jy sigma=0.000819 ! Fit after self-cal, rms=0.099241Jy sigma=0.000813 ! 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 0.94 FD 0.95 HN 1.01 KP 1.03 ! LA 1.02 MK 1.00 NL 0.90 OV 1.05 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.02 KP 1.00 ! LA 0.97 MK 0.97 NL 1.05 OV 1.09 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.03 KP 0.90 ! LA 0.75 MK 1.01 NL 1.17 OV 0.97 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.05 KP 1.00* ! LA 1.00* MK 1.18 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.099241Jy sigma=0.000813 ! Fit after self-cal, rms=0.080791Jy sigma=0.000698 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.943 mas, bmaj=8.042 mas, bpa=-3.568 degrees ! Estimated noise=2441.91 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 (97, 45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119367 Jy ! Component: 100 - total flux cleaned = 0.0170963 Jy ! Component: 150 - total flux cleaned = 0.0192372 Jy ! Component: 200 - total flux cleaned = 0.0198686 Jy ! Total flux subtracted in 200 components = 0.0198686 Jy ! Clean residual min=-0.006788 max=0.009709 Jy/beam ! Clean residual mean=0.000001 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.634605 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 83 components and 0.634605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079107Jy sigma=0.000683 ! Fit after self-cal, rms=0.079003Jy sigma=0.000682 ! Inverting map ! Added new window around map position (-19.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00765629 Jy ! Component: 100 - total flux cleaned = 0.00859196 Jy ! Component: 150 - total flux cleaned = 0.0090095 Jy ! Component: 200 - total flux cleaned = 0.00972634 Jy ! Total flux subtracted in 200 components = 0.00972634 Jy ! Clean residual min=-0.005570 max=0.006116 Jy/beam ! Clean residual mean=-0.000005 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.644332 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 109 components and 0.644332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077972Jy sigma=0.000673 ! Fit after self-cal, rms=0.077933Jy sigma=0.000673 ! 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.077933Jy sigma=0.000673 ! Fit after self-cal, rms=0.077640Jy sigma=0.000672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.945 mas, bmaj=8.043 mas, bpa=-3.522 degrees ! Estimated noise=2437.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000857774 Jy ! Component: 100 - total flux cleaned = 0.000558864 Jy ! Component: 150 - total flux cleaned = 0.000653171 Jy ! Component: 200 - total flux cleaned = 0.000490959 Jy ! Total flux subtracted in 200 components = 0.000490959 Jy ! Clean residual min=-0.005379 max=0.005494 Jy/beam ! Clean residual mean=-0.000004 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.644822 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.644822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077396Jy sigma=0.000671 ! Fit after self-cal, rms=0.077392Jy sigma=0.000671 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 = 9.16932e-05 Jy ! Component: 100 - total flux cleaned = -6.06737e-05 Jy ! Component: 150 - total flux cleaned = -0.000132677 Jy ! Component: 200 - total flux cleaned = -0.000272991 Jy ! Total flux subtracted in 200 components = -0.000272991 Jy ! Clean residual min=-0.005419 max=0.005189 Jy/beam ! Clean residual mean=-0.000004 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.644549 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 143 components and 0.64455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077262Jy sigma=0.000670 ! Fit after self-cal, rms=0.077262Jy sigma=0.000670 ! 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.077262Jy sigma=0.000670 ! Fit after self-cal, rms=0.077296Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.948 mas, bmaj=8.048 mas, bpa=-3.488 degrees ! Estimated noise=2438.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000351962 Jy ! Component: 100 - total flux cleaned = -0.000491078 Jy ! Component: 150 - total flux cleaned = -0.000492227 Jy ! Component: 200 - total flux cleaned = -0.000618551 Jy ! Total flux subtracted in 200 components = -0.000618551 Jy ! Clean residual min=-0.005338 max=0.005062 Jy/beam ! Clean residual mean=-0.000003 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.643931 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 150 components and 0.643931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077180Jy sigma=0.000669 ! Fit after self-cal, rms=0.077179Jy sigma=0.000669 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 = 6.81174e-05 Jy ! Component: 100 - total flux cleaned = -5.26783e-05 Jy ! Component: 150 - total flux cleaned = -5.27471e-05 Jy ! Component: 200 - total flux cleaned = -0.000223317 Jy ! Total flux subtracted in 200 components = -0.000223317 Jy ! Clean residual min=-0.005364 max=0.004881 Jy/beam ! Clean residual mean=-0.000003 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.643708 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 164 components and 0.643708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077096Jy sigma=0.000668 ! Fit after self-cal, rms=0.077095Jy sigma=0.000668 ! 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.077095Jy sigma=0.000668 ! Fit after self-cal, rms=0.077122Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.313 mas, bmaj=15.36 mas, bpa=-4.709 degrees ! Estimated noise=3166.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000455081 Jy ! Component: 100 - total flux cleaned = 0.000526653 Jy ! Component: 150 - total flux cleaned = 0.000412076 Jy ! Component: 200 - total flux cleaned = 0.000200964 Jy ! Total flux subtracted in 200 components = 0.000200964 Jy ! Clean residual min=-0.005782 max=0.005634 Jy/beam ! Clean residual mean=-0.000008 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.643909 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 176 components and 0.643909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077087Jy sigma=0.000668 ! Fit after self-cal, rms=0.077083Jy sigma=0.000668 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.000369424 Jy ! Component: 100 - total flux cleaned = 0.000113887 Jy ! Component: 150 - total flux cleaned = -7.29333e-05 Jy ! Component: 200 - total flux cleaned = -0.000246702 Jy ! Total flux subtracted in 200 components = -0.000246702 Jy ! Clean residual min=-0.005597 max=0.005439 Jy/beam ! Clean residual mean=-0.000008 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.643662 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 186 components and 0.643662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077064Jy sigma=0.000668 ! Fit after self-cal, rms=0.077060Jy sigma=0.000668 ! 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=2.95 mas, bmaj=8.051 mas, bpa=-3.457 degrees ! Estimated noise=2438.68 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 8.051 at -3.457 degrees (North through East) ! Clean map min=-0.0066018 max=0.45632 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.521 mas, bmaj=7.178 mas, bpa=-4.899 degrees ! Estimated noise=2766.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.361885 Jy ! Component: 100 - total flux cleaned = 0.451742 Jy ! Component: 150 - total flux cleaned = 0.496373 Jy ! Component: 200 - total flux cleaned = 0.527239 Jy ! Total flux subtracted in 200 components = 0.527239 Jy ! Clean residual min=-0.012999 max=0.021830 Jy/beam ! Clean residual mean=0.000018 rms=0.004274 Jy/beam ! Combined flux in latest and established models = 0.527239 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.527239 Jy ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=8.051 mas, bpa=-3.457 degrees ! Estimated noise=2438.68 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 (-11, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0305554 Jy ! Component: 100 - total flux cleaned = 0.0509082 Jy ! Component: 150 - total flux cleaned = 0.0658173 Jy ! Component: 200 - total flux cleaned = 0.0772303 Jy ! Total flux subtracted in 200 components = 0.0772303 Jy ! Clean residual min=-0.007776 max=0.009095 Jy/beam ! Clean residual mean=0.000011 rms=0.002258 Jy/beam ! Combined flux in latest and established models = 0.604469 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 56 components and 0.604469 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.313 mas, bmaj=15.36 mas, bpa=-4.709 degrees ! Estimated noise=3166.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0153492 Jy ! Component: 100 - total flux cleaned = 0.0244934 Jy ! Component: 150 - total flux cleaned = 0.0297434 Jy ! Component: 200 - total flux cleaned = 0.0319494 Jy ! Total flux subtracted in 200 components = 0.0319494 Jy ! Clean residual min=-0.006570 max=0.004817 Jy/beam ! Clean residual mean=-0.000000 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.636419 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.00161236 Jy ! Component: 100 - total flux cleaned = 0.00301925 Jy ! Component: 150 - total flux cleaned = 0.00397519 Jy ! Component: 200 - total flux cleaned = 0.00413931 Jy ! Total flux subtracted in 200 components = 0.00413931 Jy ! Clean residual min=-0.006068 max=0.004783 Jy/beam ! Clean residual mean=-0.000005 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.640558 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 131 components and 0.640558 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=8.051 mas, bpa=-3.457 degrees ! Estimated noise=2438.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122389 Jy ! Component: 100 - total flux cleaned = 0.000375618 Jy ! Component: 150 - total flux cleaned = 0.000492967 Jy ! Component: 200 - total flux cleaned = 0.00049408 Jy ! Total flux subtracted in 200 components = 0.00049408 Jy ! Clean residual min=-0.005203 max=0.005351 Jy/beam ! Clean residual mean=-0.000004 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.641052 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 163 components and 0.641052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077436Jy sigma=0.000670 ! Fit after self-cal, rms=0.077375Jy sigma=0.000670 wmodel J1408-0752_S_2017_08_05_pus_map.mod ! Writing 163 model components to file: J1408-0752_S_2017_08_05_pus_map.mod wobs J1408-0752_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1408-0752_S_2017_08_05_pus_uvs.fits wwins J1408-0752_S_2017_08_05_pus_map.win ! wwins: Wrote 5 windows to J1408-0752_S_2017_08_05_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252572 Jy ! Component: 100 - total flux cleaned = -0.00094107 Jy ! Component: 150 - total flux cleaned = -0.00118066 Jy ! Component: 200 - total flux cleaned = -0.00110629 Jy ! Component: 250 - total flux cleaned = -0.00110697 Jy ! Component: 300 - total flux cleaned = -0.000896344 Jy ! Component: 350 - total flux cleaned = -0.000828931 Jy ! Component: 400 - total flux cleaned = -0.000762679 Jy ! Component: 450 - total flux cleaned = -0.000510327 Jy ! Component: 500 - total flux cleaned = -0.000510574 Jy ! Component: 550 - total flux cleaned = -0.000567392 Jy ! Component: 600 - total flux cleaned = -0.000682468 Jy ! Component: 650 - total flux cleaned = -0.000738893 Jy ! Component: 700 - total flux cleaned = -0.000848248 Jy ! Component: 750 - total flux cleaned = -0.000953593 Jy ! Component: 800 - total flux cleaned = -0.00110848 Jy ! Component: 850 - total flux cleaned = -0.00115917 Jy ! Component: 900 - total flux cleaned = -0.00120861 Jy ! Component: 950 - total flux cleaned = -0.00125688 Jy ! Component: 1000 - total flux cleaned = -0.00135054 Jy ! Component: 1050 - total flux cleaned = -0.00135149 Jy ! Component: 1100 - total flux cleaned = -0.00153117 Jy ! Component: 1150 - total flux cleaned = -0.00148781 Jy ! Component: 1200 - total flux cleaned = -0.00136002 Jy ! Component: 1250 - total flux cleaned = -0.00127542 Jy ! Component: 1300 - total flux cleaned = -0.00110977 Jy ! Component: 1350 - total flux cleaned = -0.000906157 Jy ! Component: 1400 - total flux cleaned = -0.000825436 Jy ! Component: 1450 - total flux cleaned = -0.000706889 Jy ! Component: 1500 - total flux cleaned = -0.000706888 Jy ! Component: 1550 - total flux cleaned = -0.000592222 Jy ! Component: 1600 - total flux cleaned = -0.000591991 Jy ! Component: 1650 - total flux cleaned = -0.000554974 Jy ! Component: 1700 - total flux cleaned = -0.0002992 Jy ! Component: 1750 - total flux cleaned = -0.000227147 Jy ! Component: 1800 - total flux cleaned = -0.000262459 Jy ! Component: 1850 - total flux cleaned = -0.000156907 Jy ! Component: 1900 - total flux cleaned = -5.35049e-05 Jy ! Component: 1950 - total flux cleaned = 4.81152e-05 Jy ! Component: 2000 - total flux cleaned = 4.77416e-05 Jy ! Component: 2050 - total flux cleaned = 4.75828e-05 Jy ! Component: 2100 - total flux cleaned = 7.98072e-05 Jy ! Component: 2150 - total flux cleaned = 0.000176341 Jy ! Component: 2200 - total flux cleaned = 0.000271743 Jy ! Component: 2250 - total flux cleaned = 0.000491674 Jy ! Component: 2300 - total flux cleaned = 0.000553867 Jy ! Component: 2350 - total flux cleaned = 0.000676869 Jy ! Component: 2400 - total flux cleaned = 0.000859102 Jy ! Component: 2450 - total flux cleaned = 0.000949473 Jy ! Component: 2500 - total flux cleaned = 0.00106908 Jy ! Component: 2550 - total flux cleaned = 0.00124593 Jy ! Component: 2600 - total flux cleaned = 0.00136239 Jy ! Component: 2650 - total flux cleaned = 0.00142022 Jy ! Component: 2700 - total flux cleaned = 0.00150625 Jy ! Component: 2750 - total flux cleaned = 0.0016194 Jy ! Component: 2800 - total flux cleaned = 0.00164762 Jy ! Component: 2850 - total flux cleaned = 0.00175868 Jy ! Component: 2900 - total flux cleaned = 0.00173126 Jy ! Component: 2950 - total flux cleaned = 0.00184056 Jy ! Component: 3000 - total flux cleaned = 0.00192204 Jy ! Component: 3050 - total flux cleaned = 0.00202944 Jy ! Component: 3100 - total flux cleaned = 0.00197628 Jy ! Component: 3150 - total flux cleaned = 0.00202913 Jy ! Component: 3200 - total flux cleaned = 0.00202926 Jy ! Component: 3250 - total flux cleaned = 0.00205529 Jy ! Component: 3300 - total flux cleaned = 0.0020816 Jy ! Component: 3350 - total flux cleaned = 0.0021586 Jy ! Component: 3400 - total flux cleaned = 0.0021329 Jy ! Component: 3450 - total flux cleaned = 0.00210725 Jy ! Component: 3500 - total flux cleaned = 0.00208175 Jy ! Component: 3550 - total flux cleaned = 0.00198134 Jy ! Component: 3600 - total flux cleaned = 0.00195642 Jy ! Component: 3650 - total flux cleaned = 0.0018822 Jy ! Component: 3700 - total flux cleaned = 0.0018577 Jy ! Component: 3750 - total flux cleaned = 0.00180848 Jy ! Component: 3800 - total flux cleaned = 0.00168663 Jy ! Component: 3850 - total flux cleaned = 0.00161391 Jy ! Component: 3900 - total flux cleaned = 0.00151778 Jy ! Component: 3950 - total flux cleaned = 0.00154163 Jy ! Component: 4000 - total flux cleaned = 0.00142236 Jy ! Component: 4050 - total flux cleaned = 0.00142237 Jy ! Total flux subtracted in 4096 components = 0.00132779 Jy ! Clean residual min=-0.001466 max=0.001309 Jy/beam ! Clean residual mean=0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.642379 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 428 components and 0.642379 Jy ![Exited script file: muppet] wmap "J1408-0752_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 8.051 at -3.457 degrees (North through East) ! Clean map min=-0.004746 max=0.45756 Jy/beam ! Writing clean map to FITS file: J1408-0752_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.457561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00041132 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.269682 0.269682 0.539364 1.07873 2.15745 4.31491 8.62982 17.2596 34.5193 69.0385 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.457 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 8.051 at -3.457 degrees (North through East) ! Clean map min=-0.004746 max=0.45756 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 J1408-0752_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:30:29 2019