! Started logfile: J2354-1513_S_2017_04_28_pus_uvs.log on Thu May 2 16:36:26 2019 obs J2354-1513_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J2354-1513_S_2017_04_28_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.859722 visibilities/baseline/integration-bin. ! Found source: J2354-1513 ! ! 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 671 lines of history. ! ! Reading 2476 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 J2354-1513_S_2017_04_28_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.312734Jy sigma=0.002090 ! Fit after self-cal, rms=0.298267Jy sigma=0.001987 ! 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.608 mas, bmaj=6.824 mas, bpa=-4.946 degrees ! Estimated noise=2828.85 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.570651 Jy ! Component: 100 - total flux cleaned = 0.696517 Jy ! Total flux subtracted in 100 components = 0.696517 Jy ! Clean residual min=-0.021933 max=0.040664 Jy/beam ! Clean residual mean=0.000032 rms=0.006181 Jy/beam ! Combined flux in latest and established models = 0.696517 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.696517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178418Jy sigma=0.001035 ! Fit after self-cal, rms=0.178419Jy sigma=0.001034 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0459111 Jy ! Component: 100 - total flux cleaned = 0.0723257 Jy ! Total flux subtracted in 100 components = 0.0723257 Jy ! Clean residual min=-0.019013 max=0.028216 Jy/beam ! Clean residual mean=0.000024 rms=0.004680 Jy/beam ! Combined flux in latest and established models = 0.768843 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.768843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160666Jy sigma=0.000891 ! Fit after self-cal, rms=0.160716Jy sigma=0.000890 ! 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.214 mas, bmaj=7.835 mas, bpa=-3.183 degrees ! Estimated noise=2274.29 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 (-5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0305929 Jy ! Component: 100 - total flux cleaned = 0.0473993 Jy ! Component: 150 - total flux cleaned = 0.0586608 Jy ! Component: 200 - total flux cleaned = 0.0664424 Jy ! Total flux subtracted in 200 components = 0.0664424 Jy ! Clean residual min=-0.014163 max=0.015153 Jy/beam ! Clean residual mean=0.000020 rms=0.003592 Jy/beam ! Combined flux in latest and established models = 0.835285 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 52 components and 0.835285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153564Jy sigma=0.000838 ! Fit after self-cal, rms=0.153208Jy sigma=0.000835 ! 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.95 FD 1.01 HN 1.02 KP 0.98 ! LA 1.07 MK 0.97 NL 0.91 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.06 KP 0.94 ! LA 1.04 MK 0.95 NL 1.08 OV 1.02 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 1.03 KP 1.00 ! LA 1.04 MK 1.00 NL 1.05 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00 HN 0.99 KP 1.00* ! LA 0.65 MK 1.27 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.153208Jy sigma=0.000835 ! Fit after self-cal, rms=0.117889Jy sigma=0.000728 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=7.863 mas, bpa=-3.051 degrees ! Estimated noise=2265.21 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.00725682 Jy ! Component: 100 - total flux cleaned = 0.00686568 Jy ! Component: 150 - total flux cleaned = 0.00618161 Jy ! Component: 200 - total flux cleaned = 0.00544034 Jy ! Total flux subtracted in 200 components = 0.00544034 Jy ! Clean residual min=-0.009543 max=0.011295 Jy/beam ! Clean residual mean=0.000005 rms=0.002541 Jy/beam ! Combined flux in latest and established models = 0.840725 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 74 components and 0.840725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117101Jy sigma=0.000723 ! Fit after self-cal, rms=0.116958Jy sigma=0.000722 ! 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.116958Jy sigma=0.000722 ! Fit after self-cal, rms=0.107987Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.871 mas, bpa=-2.989 degrees ! Estimated noise=2267.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00509378 Jy ! Component: 100 - total flux cleaned = 0.00509367 Jy ! Component: 150 - total flux cleaned = 0.00499002 Jy ! Component: 200 - total flux cleaned = 0.00499002 Jy ! Total flux subtracted in 200 components = 0.00499002 Jy ! Clean residual min=-0.006967 max=0.006753 Jy/beam ! Clean residual mean=0.000006 rms=0.001683 Jy/beam ! Combined flux in latest and established models = 0.845715 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.845715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107484Jy sigma=0.000672 ! Fit after self-cal, rms=0.107431Jy sigma=0.000672 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.000821331 Jy ! Component: 100 - total flux cleaned = 0.000643294 Jy ! Component: 150 - total flux cleaned = 0.000566492 Jy ! Component: 200 - total flux cleaned = 0.000496523 Jy ! Total flux subtracted in 200 components = 0.000496523 Jy ! Clean residual min=-0.007326 max=0.006554 Jy/beam ! Clean residual mean=0.000006 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 0.846212 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.846212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107293Jy sigma=0.000671 ! Fit after self-cal, rms=0.107272Jy sigma=0.000671 ! 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.107272Jy sigma=0.000671 ! Fit after self-cal, rms=0.107165Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=7.875 mas, bpa=-2.99 degrees ! Estimated noise=2266.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022432 Jy ! Component: 100 - total flux cleaned = 0.00225906 Jy ! Component: 150 - total flux cleaned = 0.0021864 Jy ! Component: 200 - total flux cleaned = 0.00212491 Jy ! Total flux subtracted in 200 components = 0.00212491 Jy ! Clean residual min=-0.006622 max=0.006394 Jy/beam ! Clean residual mean=0.000006 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.848337 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 107 components and 0.848337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107006Jy sigma=0.000669 ! Fit after self-cal, rms=0.106976Jy 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 = 0.000578704 Jy ! Component: 100 - total flux cleaned = 0.000524872 Jy ! Component: 150 - total flux cleaned = 0.000578137 Jy ! Component: 200 - total flux cleaned = 0.0005289 Jy ! Total flux subtracted in 200 components = 0.0005289 Jy ! Clean residual min=-0.006548 max=0.006378 Jy/beam ! Clean residual mean=0.000006 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 0.848866 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.848866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106908Jy sigma=0.000668 ! Fit after self-cal, rms=0.106895Jy 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.106895Jy sigma=0.000668 ! Fit after self-cal, rms=0.106874Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.778 mas, bmaj=15.28 mas, bpa=4.151 degrees ! Estimated noise=2818.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000679734 Jy ! Component: 100 - total flux cleaned = 0.00111832 Jy ! Component: 150 - total flux cleaned = 0.00116872 Jy ! Component: 200 - total flux cleaned = 0.00120786 Jy ! Total flux subtracted in 200 components = 0.00120786 Jy ! Clean residual min=-0.006556 max=0.007625 Jy/beam ! Clean residual mean=0.000007 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.850074 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 130 components and 0.850074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106845Jy sigma=0.000668 ! Fit after self-cal, rms=0.106804Jy 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 = -9.46219e-05 Jy ! Component: 100 - total flux cleaned = 2.58017e-06 Jy ! Component: 150 - total flux cleaned = 7.83984e-05 Jy ! Component: 200 - total flux cleaned = 0.000114733 Jy ! Total flux subtracted in 200 components = 0.000114733 Jy ! Clean residual min=-0.006471 max=0.007641 Jy/beam ! Clean residual mean=0.000008 rms=0.001888 Jy/beam ! Combined flux in latest and established models = 0.850188 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.850188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106797Jy sigma=0.000667 ! Fit after self-cal, rms=0.106769Jy sigma=0.000667 ! 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.232 mas, bmaj=7.877 mas, bpa=-3.001 degrees ! Estimated noise=2266.73 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.232 x 7.877 at -3.001 degrees (North through East) ! Clean map min=-0.006239 max=0.73192 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106769Jy sigma=0.000667 ! Fit after self-cal, rms=0.101647Jy sigma=0.000627 ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=7.88 mas, bpa=-3.046 degrees ! Estimated noise=2266.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.35746e-05 Jy ! Component: 100 - total flux cleaned = -0.000300781 Jy ! Component: 150 - total flux cleaned = -0.000402674 Jy ! Component: 200 - total flux cleaned = -0.000495453 Jy ! Total flux subtracted in 200 components = -0.000495453 Jy ! Clean residual min=-0.005970 max=0.006214 Jy/beam ! Clean residual mean=0.000005 rms=0.001473 Jy/beam ! Combined flux in latest and established models = 0.849693 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 153 components and 0.849693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101579Jy sigma=0.000626 ! Fit after self-cal, rms=0.101565Jy sigma=0.000626 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400496 Jy ! Component: 100 - total flux cleaned = 0.000256345 Jy ! Component: 150 - total flux cleaned = 0.000212798 Jy ! Component: 200 - total flux cleaned = 0.000212449 Jy ! Total flux subtracted in 200 components = 0.000212449 Jy ! Clean residual min=-0.005902 max=0.006184 Jy/beam ! Clean residual mean=0.000005 rms=0.001466 Jy/beam ! Combined flux in latest and established models = 0.849905 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 158 components and 0.849905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101521Jy sigma=0.000626 ! Fit after self-cal, rms=0.101514Jy sigma=0.000626 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101514Jy sigma=0.000626 ! Fit after self-cal, rms=0.101540Jy sigma=0.000626 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.628 mas, bmaj=6.855 mas, bpa=-4.676 degrees ! Estimated noise=2818.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.568134 Jy ! Component: 100 - total flux cleaned = 0.695306 Jy ! Component: 150 - total flux cleaned = 0.742413 Jy ! Component: 200 - total flux cleaned = 0.77111 Jy ! Total flux subtracted in 200 components = 0.77111 Jy ! Clean residual min=-0.009857 max=0.015540 Jy/beam ! Clean residual mean=0.000011 rms=0.002875 Jy/beam ! Combined flux in latest and established models = 0.77111 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.77111 Jy ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=7.883 mas, bpa=-3.055 degrees ! Estimated noise=2266.19 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.0285796 Jy ! Component: 100 - total flux cleaned = 0.0458274 Jy ! Component: 150 - total flux cleaned = 0.0572256 Jy ! Component: 200 - total flux cleaned = 0.064887 Jy ! Total flux subtracted in 200 components = 0.064887 Jy ! Clean residual min=-0.006182 max=0.007138 Jy/beam ! Clean residual mean=0.000003 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.835997 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 98 components and 0.835997 Jy ! Inverting map ! Added new window around map position (84, 125.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00646161 Jy ! Component: 100 - total flux cleaned = 0.00933514 Jy ! Component: 150 - total flux cleaned = 0.0106721 Jy ! Component: 200 - total flux cleaned = 0.0116686 Jy ! Total flux subtracted in 200 components = 0.0116686 Jy ! Clean residual min=-0.005523 max=0.006051 Jy/beam ! Clean residual mean=0.000002 rms=0.001434 Jy/beam ! Combined flux in latest and established models = 0.847666 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 121 components and 0.847666 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.781 mas, bmaj=15.28 mas, bpa=4.168 degrees ! Estimated noise=2815.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021675 Jy ! Component: 100 - total flux cleaned = 0.00280832 Jy ! Component: 150 - total flux cleaned = 0.00338281 Jy ! Component: 200 - total flux cleaned = 0.00362325 Jy ! Total flux subtracted in 200 components = 0.00362325 Jy ! Clean residual min=-0.005883 max=0.006537 Jy/beam ! Clean residual mean=0.000003 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.851289 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.000164495 Jy ! Component: 100 - total flux cleaned = 0.000312171 Jy ! Component: 150 - total flux cleaned = 0.000442377 Jy ! Component: 200 - total flux cleaned = 0.000559183 Jy ! Total flux subtracted in 200 components = 0.000559183 Jy ! Clean residual min=-0.005902 max=0.006601 Jy/beam ! Clean residual mean=0.000004 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.851848 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 165 components and 0.851848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=7.883 mas, bpa=-3.055 degrees ! Estimated noise=2266.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000741814 Jy ! Component: 100 - total flux cleaned = -0.000807491 Jy ! Component: 150 - total flux cleaned = -0.000807849 Jy ! Component: 200 - total flux cleaned = -0.000808748 Jy ! Total flux subtracted in 200 components = -0.000808748 Jy ! Clean residual min=-0.005739 max=0.006015 Jy/beam ! Clean residual mean=0.000004 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.851039 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 183 components and 0.851039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101236Jy sigma=0.000624 ! Fit after self-cal, rms=0.101153Jy sigma=0.000623 wmodel J2354-1513_S_2017_04_28_pus_map.mod ! Writing 183 model components to file: J2354-1513_S_2017_04_28_pus_map.mod wobs J2354-1513_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J2354-1513_S_2017_04_28_pus_uvs.fits wwins J2354-1513_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J2354-1513_S_2017_04_28_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.000526624 Jy ! Component: 100 - total flux cleaned = -0.000812218 Jy ! Component: 150 - total flux cleaned = -0.00144532 Jy ! Component: 200 - total flux cleaned = -0.00187389 Jy ! Component: 250 - total flux cleaned = -0.00237285 Jy ! Component: 300 - total flux cleaned = -0.00269615 Jy ! Component: 350 - total flux cleaned = -0.00324618 Jy ! Component: 400 - total flux cleaned = -0.0034767 Jy ! Component: 450 - total flux cleaned = -0.00377446 Jy ! Component: 500 - total flux cleaned = -0.00392111 Jy ! Component: 550 - total flux cleaned = -0.00413512 Jy ! Component: 600 - total flux cleaned = -0.00434349 Jy ! Component: 650 - total flux cleaned = -0.0044112 Jy ! Component: 700 - total flux cleaned = -0.00454507 Jy ! Component: 750 - total flux cleaned = -0.00454379 Jy ! Component: 800 - total flux cleaned = -0.00447785 Jy ! Component: 850 - total flux cleaned = -0.00441457 Jy ! Component: 900 - total flux cleaned = -0.00460243 Jy ! Component: 950 - total flux cleaned = -0.00454161 Jy ! Component: 1000 - total flux cleaned = -0.00460164 Jy ! Component: 1050 - total flux cleaned = -0.00454251 Jy ! Component: 1100 - total flux cleaned = -0.00454294 Jy ! Component: 1150 - total flux cleaned = -0.00465916 Jy ! Component: 1200 - total flux cleaned = -0.00471572 Jy ! Component: 1250 - total flux cleaned = -0.00482688 Jy ! Component: 1300 - total flux cleaned = -0.00465893 Jy ! Component: 1350 - total flux cleaned = -0.00454979 Jy ! Component: 1400 - total flux cleaned = -0.00438897 Jy ! Component: 1450 - total flux cleaned = -0.00454885 Jy ! Component: 1500 - total flux cleaned = -0.0043916 Jy ! Component: 1550 - total flux cleaned = -0.00459894 Jy ! Component: 1600 - total flux cleaned = -0.00429212 Jy ! Component: 1650 - total flux cleaned = -0.00424276 Jy ! Component: 1700 - total flux cleaned = -0.00429241 Jy ! Component: 1750 - total flux cleaned = -0.00414473 Jy ! Component: 1800 - total flux cleaned = -0.00419321 Jy ! Component: 1850 - total flux cleaned = -0.00400046 Jy ! Component: 1900 - total flux cleaned = -0.00399983 Jy ! Component: 1950 - total flux cleaned = -0.00395344 Jy ! Component: 2000 - total flux cleaned = -0.00409459 Jy ! Component: 2050 - total flux cleaned = -0.00409472 Jy ! Component: 2100 - total flux cleaned = -0.00418661 Jy ! Component: 2150 - total flux cleaned = -0.00423283 Jy ! Component: 2200 - total flux cleaned = -0.00436751 Jy ! Component: 2250 - total flux cleaned = -0.00445639 Jy ! Component: 2300 - total flux cleaned = -0.00472115 Jy ! Component: 2350 - total flux cleaned = -0.00476497 Jy ! Component: 2400 - total flux cleaned = -0.00485156 Jy ! Component: 2450 - total flux cleaned = -0.00489495 Jy ! Component: 2500 - total flux cleaned = -0.00515035 Jy ! Component: 2550 - total flux cleaned = -0.00506506 Jy ! Component: 2600 - total flux cleaned = -0.00510727 Jy ! Component: 2650 - total flux cleaned = -0.00510789 Jy ! Component: 2700 - total flux cleaned = -0.00523181 Jy ! Component: 2750 - total flux cleaned = -0.00523181 Jy ! Component: 2800 - total flux cleaned = -0.00527271 Jy ! Component: 2850 - total flux cleaned = -0.00523329 Jy ! Component: 2900 - total flux cleaned = -0.00531337 Jy ! Component: 2950 - total flux cleaned = -0.00551125 Jy ! Component: 3000 - total flux cleaned = -0.00551067 Jy ! Component: 3050 - total flux cleaned = -0.00554954 Jy ! Component: 3100 - total flux cleaned = -0.00554909 Jy ! Component: 3150 - total flux cleaned = -0.00558759 Jy ! Component: 3200 - total flux cleaned = -0.005588 Jy ! Component: 3250 - total flux cleaned = -0.0056262 Jy ! Component: 3300 - total flux cleaned = -0.00581422 Jy ! Component: 3350 - total flux cleaned = -0.00577648 Jy ! Component: 3400 - total flux cleaned = -0.00577639 Jy ! Component: 3450 - total flux cleaned = -0.00585025 Jy ! Component: 3500 - total flux cleaned = -0.00588742 Jy ! Component: 3550 - total flux cleaned = -0.00585076 Jy ! Component: 3600 - total flux cleaned = -0.00614017 Jy ! Component: 3650 - total flux cleaned = -0.00621208 Jy ! Component: 3700 - total flux cleaned = -0.00642653 Jy ! Component: 3750 - total flux cleaned = -0.00649759 Jy ! Component: 3800 - total flux cleaned = -0.0067099 Jy ! Component: 3850 - total flux cleaned = -0.00670947 Jy ! Component: 3900 - total flux cleaned = -0.00681415 Jy ! Component: 3950 - total flux cleaned = -0.006814 Jy ! Component: 4000 - total flux cleaned = -0.00691794 Jy ! Component: 4050 - total flux cleaned = -0.00702117 Jy ! Total flux subtracted in 4096 components = -0.00715815 Jy ! Clean residual min=-0.001909 max=0.002426 Jy/beam ! Clean residual mean=0.000000 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.843881 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 461 components and 0.843882 Jy ![Exited script file: muppet] wmap "J2354-1513_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.234 x 7.883 at -3.055 degrees (North through East) ! Clean map min=-0.0043853 max=0.72659 Jy/beam ! Writing clean map to FITS file: J2354-1513_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.726591 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000610867 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.252219 0.252219 0.504439 1.00888 2.01775 4.03551 8.07102 16.142 32.2841 64.5681 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.726 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.234 x 7.883 at -3.055 degrees (North through East) ! Clean map min=-0.0043853 max=0.72659 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 J2354-1513_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:36:31 2019