! Started logfile: J0730-1141_S_2017_08_12_pus_uvs.log on Fri May 10 14:54:56 2019 obs J0730-1141_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0730-1141_S_2017_08_12_pus_uva.fits ! AN table 1: 64 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.902083 visibilities/baseline/integration-bin. ! Found source: J0730-1141 ! ! 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 10392 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 J0730-1141_S_2017_08_12_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 426 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.343693Jy sigma=0.018551 ! Fit after self-cal, rms=2.316497Jy sigma=0.018330 ! 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.58 mas, bmaj=6.659 mas, bpa=-4.727 degrees ! Estimated noise=1316 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 = 2.40139 Jy ! Component: 100 - total flux cleaned = 2.96383 Jy ! Total flux subtracted in 100 components = 2.96383 Jy ! Clean residual min=-0.093111 max=0.224196 Jy/beam ! Clean residual mean=-0.000334 rms=0.022728 Jy/beam ! Combined flux in latest and established models = 2.96383 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 2.96383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.661936Jy sigma=0.005150 ! Fit after self-cal, rms=0.661808Jy sigma=0.005149 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.253322 Jy ! Component: 100 - total flux cleaned = 0.39484 Jy ! Total flux subtracted in 100 components = 0.39484 Jy ! Clean residual min=-0.069564 max=0.081677 Jy/beam ! Clean residual mean=-0.000174 rms=0.016957 Jy/beam ! Combined flux in latest and established models = 3.35867 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 3.35867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.515749Jy sigma=0.003912 ! Fit after self-cal, rms=0.514732Jy sigma=0.003906 ! 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.207 mas, bmaj=7.801 mas, bpa=-3.761 degrees ! Estimated noise=1027.63 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.129583 Jy ! Component: 100 - total flux cleaned = 0.194412 Jy ! Component: 150 - total flux cleaned = 0.22917 Jy ! Component: 200 - total flux cleaned = 0.248371 Jy ! Total flux subtracted in 200 components = 0.248371 Jy ! Clean residual min=-0.062772 max=0.084445 Jy/beam ! Clean residual mean=-0.000028 rms=0.016443 Jy/beam ! Combined flux in latest and established models = 3.60704 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 47 components and 3.60704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.485091Jy sigma=0.003645 ! Fit after self-cal, rms=0.484885Jy sigma=0.003644 ! 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.05 FD 0.98 HN 1.01 KP 1.04 ! LA 0.98 MK 1.02 NL 0.91 OV 1.00 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.05 KP 0.99 ! LA 0.95 MK 1.01 NL 1.11 OV 1.00 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.04 KP 0.97 ! LA 0.96 MK 1.03 NL 1.08 OV 0.94 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.00 KP 1.00* ! LA 1.00* MK 1.03 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.484885Jy sigma=0.003644 ! Fit after self-cal, rms=0.451673Jy sigma=0.003263 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=7.822 mas, bpa=-3.275 degrees ! Estimated noise=1029.69 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.0226999 Jy ! Component: 100 - total flux cleaned = -0.0271319 Jy ! Component: 150 - total flux cleaned = -0.028762 Jy ! Component: 200 - total flux cleaned = -0.0300864 Jy ! Total flux subtracted in 200 components = -0.0300864 Jy ! Clean residual min=-0.061804 max=0.069674 Jy/beam ! Clean residual mean=-0.000016 rms=0.014693 Jy/beam ! Combined flux in latest and established models = 3.57696 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 53 components and 3.57696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.449455Jy sigma=0.003243 ! Fit after self-cal, rms=0.449348Jy sigma=0.003242 ! 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.449348Jy sigma=0.003242 ! Fit after self-cal, rms=0.349054Jy sigma=0.002171 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=7.816 mas, bpa=-3.282 degrees ! Estimated noise=1029.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00682336 Jy ! Component: 100 - total flux cleaned = 0.00763502 Jy ! Component: 150 - total flux cleaned = 0.00836373 Jy ! Component: 200 - total flux cleaned = 0.00880605 Jy ! Total flux subtracted in 200 components = 0.00880605 Jy ! Clean residual min=-0.031589 max=0.035003 Jy/beam ! Clean residual mean=0.000005 rms=0.008170 Jy/beam ! Combined flux in latest and established models = 3.58576 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 3.58576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.348671Jy sigma=0.002168 ! Fit after self-cal, rms=0.348608Jy sigma=0.002167 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 (53.5, -82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273118 Jy ! Component: 100 - total flux cleaned = 0.0289071 Jy ! Component: 150 - total flux cleaned = 0.0302156 Jy ! Component: 200 - total flux cleaned = 0.0318014 Jy ! Total flux subtracted in 200 components = 0.0318014 Jy ! Clean residual min=-0.032052 max=0.033137 Jy/beam ! Clean residual mean=0.000005 rms=0.007909 Jy/beam ! Combined flux in latest and established models = 3.61757 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 3.61757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343384Jy sigma=0.002142 ! Fit after self-cal, rms=0.343048Jy sigma=0.002139 ! 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.343048Jy sigma=0.002139 ! Fit after self-cal, rms=0.127808Jy sigma=0.000911 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=7.809 mas, bpa=-3.276 degrees ! Estimated noise=1029.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00367212 Jy ! Component: 100 - total flux cleaned = 0.00601003 Jy ! Component: 150 - total flux cleaned = 0.00743732 Jy ! Component: 200 - total flux cleaned = 0.00818101 Jy ! Total flux subtracted in 200 components = 0.00818101 Jy ! Clean residual min=-0.011266 max=0.035791 Jy/beam ! Clean residual mean=-0.000001 rms=0.003076 Jy/beam ! Combined flux in latest and established models = 3.62575 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 3.62575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126362Jy sigma=0.000899 ! Fit after self-cal, rms=0.126284Jy sigma=0.000898 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 (-7, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0292712 Jy ! Component: 100 - total flux cleaned = 0.0376039 Jy ! Component: 150 - total flux cleaned = 0.0387367 Jy ! Component: 200 - total flux cleaned = 0.0387428 Jy ! Total flux subtracted in 200 components = 0.0387428 Jy ! Clean residual min=-0.011839 max=0.010337 Jy/beam ! Clean residual mean=0.000003 rms=0.002013 Jy/beam ! Combined flux in latest and established models = 3.66449 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 120 components and 3.66449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119523Jy sigma=0.000836 ! Fit after self-cal, rms=0.118765Jy sigma=0.000830 ! 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.118765Jy sigma=0.000830 ! Fit after self-cal, rms=0.117292Jy sigma=0.000820 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.559 mas, bmaj=14.27 mas, bpa=-0.3545 degrees ! Estimated noise=1304.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150795 Jy ! Component: 100 - total flux cleaned = 0.0176128 Jy ! Component: 150 - total flux cleaned = 0.0179239 Jy ! Component: 200 - total flux cleaned = 0.0183783 Jy ! Total flux subtracted in 200 components = 0.0183783 Jy ! Clean residual min=-0.006815 max=0.008553 Jy/beam ! Clean residual mean=-0.000007 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 3.68287 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 150 components and 3.68287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115926Jy sigma=0.000808 ! Fit after self-cal, rms=0.115501Jy sigma=0.000805 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.00144798 Jy ! Component: 100 - total flux cleaned = 0.00190626 Jy ! Component: 150 - total flux cleaned = 0.00226281 Jy ! Component: 200 - total flux cleaned = 0.00284757 Jy ! Total flux subtracted in 200 components = 0.00284757 Jy ! Clean residual min=-0.007770 max=0.008217 Jy/beam ! Clean residual mean=-0.000006 rms=0.001820 Jy/beam ! Combined flux in latest and established models = 3.68571 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 174 components and 3.68571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115197Jy sigma=0.000802 ! Fit after self-cal, rms=0.115001Jy sigma=0.000801 ! 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.222 mas, bmaj=7.799 mas, bpa=-3.276 degrees ! Estimated noise=1028.88 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 7.799 at -3.276 degrees (North through East) ! Clean map min=-0.0070566 max=3.1917 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.115001Jy sigma=0.000801 ! Fit after self-cal, rms=0.095743Jy sigma=0.000669 ! Inverting map and beam ! Estimated beam: bmin=3.22 mas, bmaj=7.797 mas, bpa=-3.348 degrees ! Estimated noise=1028.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00756637 Jy ! Component: 100 - total flux cleaned = 0.00662814 Jy ! Component: 150 - total flux cleaned = 0.00580537 Jy ! Component: 200 - total flux cleaned = 0.00544096 Jy ! Total flux subtracted in 200 components = 0.00544096 Jy ! Clean residual min=-0.007050 max=0.007614 Jy/beam ! Clean residual mean=-0.000000 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 3.69116 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 189 components and 3.69116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094424Jy sigma=0.000659 ! Fit after self-cal, rms=0.094355Jy sigma=0.000659 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013924 Jy ! Component: 100 - total flux cleaned = 0.00123328 Jy ! Component: 150 - total flux cleaned = 0.00123529 Jy ! Component: 200 - total flux cleaned = 0.00152656 Jy ! Total flux subtracted in 200 components = 0.00152656 Jy ! Clean residual min=-0.007896 max=0.007416 Jy/beam ! Clean residual mean=0.000001 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 3.69268 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 199 components and 3.69268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093815Jy sigma=0.000655 ! Fit after self-cal, rms=0.093800Jy sigma=0.000655 ! 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.093800Jy sigma=0.000655 ! Fit after self-cal, rms=0.093533Jy sigma=0.000653 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.589 mas, bmaj=6.643 mas, bpa=-4.439 degrees ! Estimated noise=1324.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.41305 Jy ! Component: 100 - total flux cleaned = 2.97505 Jy ! Component: 150 - total flux cleaned = 3.2262 Jy ! Component: 200 - total flux cleaned = 3.36488 Jy ! Total flux subtracted in 200 components = 3.36488 Jy ! Clean residual min=-0.018591 max=0.069189 Jy/beam ! Clean residual mean=-0.000121 rms=0.006086 Jy/beam ! Combined flux in latest and established models = 3.36488 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 13 model components to the UV plane model. ! The established model now contains 13 components and 3.36488 Jy ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=7.796 mas, bpa=-3.372 degrees ! Estimated noise=1028.3 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.123815 Jy ! Component: 100 - total flux cleaned = 0.188708 Jy ! Component: 150 - total flux cleaned = 0.228744 Jy ! Component: 200 - total flux cleaned = 0.255196 Jy ! Total flux subtracted in 200 components = 0.255196 Jy ! Clean residual min=-0.007304 max=0.015014 Jy/beam ! Clean residual mean=-0.000005 rms=0.002903 Jy/beam ! Combined flux in latest and established models = 3.62007 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 73 components and 3.62007 Jy ! Inverting map ! Added new window around map position (-1.5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.018617 Jy ! Component: 100 - total flux cleaned = 0.032383 Jy ! Component: 150 - total flux cleaned = 0.0432407 Jy ! Component: 200 - total flux cleaned = 0.051972 Jy ! Total flux subtracted in 200 components = 0.051972 Jy ! Clean residual min=-0.004603 max=0.007584 Jy/beam ! Clean residual mean=0.000001 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 3.67205 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 126 components and 3.67205 Jy ! Inverting map ! Added new window around map position (-14.5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00816035 Jy ! Component: 100 - total flux cleaned = 0.0144404 Jy ! Component: 150 - total flux cleaned = 0.0196448 Jy ! Component: 200 - total flux cleaned = 0.0239732 Jy ! Total flux subtracted in 200 components = 0.0239732 Jy ! Clean residual min=-0.003790 max=0.004780 Jy/beam ! Clean residual mean=-0.000001 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 3.69602 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 150 components and 3.69602 Jy ! Inverting map ! Added new window around map position (-2.5, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00467223 Jy ! Component: 100 - total flux cleaned = 0.00796649 Jy ! Component: 150 - total flux cleaned = 0.0101244 Jy ! Component: 200 - total flux cleaned = 0.0120553 Jy ! Total flux subtracted in 200 components = 0.0120553 Jy ! Clean residual min=-0.003521 max=0.003597 Jy/beam ! Clean residual mean=-0.000003 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 3.70808 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 181 components and 3.70808 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.55 mas, bmaj=14.26 mas, bpa=-0.3968 degrees ! Estimated noise=1305.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00332665 Jy ! Component: 100 - total flux cleaned = 0.00575668 Jy ! Component: 150 - total flux cleaned = 0.00717283 Jy ! Component: 200 - total flux cleaned = 0.00804939 Jy ! Total flux subtracted in 200 components = 0.00804939 Jy ! Clean residual min=-0.003283 max=0.003475 Jy/beam ! Clean residual mean=-0.000011 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 3.71612 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.000542246 Jy ! Component: 100 - total flux cleaned = 0.0010369 Jy ! Component: 150 - total flux cleaned = 0.00148811 Jy ! Component: 200 - total flux cleaned = 0.00185736 Jy ! Total flux subtracted in 200 components = 0.00185736 Jy ! Clean residual min=-0.003244 max=0.003486 Jy/beam ! Clean residual mean=-0.000011 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 3.71798 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 232 components and 3.71798 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=7.796 mas, bpa=-3.372 degrees ! Estimated noise=1028.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110899 Jy ! Component: 100 - total flux cleaned = -0.00118596 Jy ! Component: 150 - total flux cleaned = -0.00111275 Jy ! Component: 200 - total flux cleaned = -0.000979886 Jy ! Total flux subtracted in 200 components = -0.000979886 Jy ! Clean residual min=-0.003640 max=0.003820 Jy/beam ! Clean residual mean=-0.000004 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 3.717 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 246 components and 3.717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090181Jy sigma=0.000629 ! Fit after self-cal, rms=0.089874Jy sigma=0.000626 wmodel J0730-1141_S_2017_08_12_pus_map.mod ! Writing 246 model components to file: J0730-1141_S_2017_08_12_pus_map.mod wobs J0730-1141_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0730-1141_S_2017_08_12_pus_uvs.fits wwins J0730-1141_S_2017_08_12_pus_map.win ! wwins: Wrote 6 windows to J0730-1141_S_2017_08_12_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.000546972 Jy ! Component: 100 - total flux cleaned = 0.00037519 Jy ! Component: 150 - total flux cleaned = 0.000157532 Jy ! Component: 200 - total flux cleaned = -5.16624e-05 Jy ! Component: 250 - total flux cleaned = -0.000153319 Jy ! Component: 300 - total flux cleaned = -0.000152728 Jy ! Component: 350 - total flux cleaned = -0.00024859 Jy ! Component: 400 - total flux cleaned = -0.000249732 Jy ! Component: 450 - total flux cleaned = -0.000482523 Jy ! Component: 500 - total flux cleaned = -0.000619762 Jy ! Component: 550 - total flux cleaned = -0.000843954 Jy ! Component: 600 - total flux cleaned = -0.000976 Jy ! Component: 650 - total flux cleaned = -0.00119413 Jy ! Component: 700 - total flux cleaned = -0.00140909 Jy ! Component: 750 - total flux cleaned = -0.00153638 Jy ! Component: 800 - total flux cleaned = -0.0017048 Jy ! Component: 850 - total flux cleaned = -0.00195469 Jy ! Component: 900 - total flux cleaned = -0.00220188 Jy ! Component: 950 - total flux cleaned = -0.00248639 Jy ! Component: 1000 - total flux cleaned = -0.00268827 Jy ! Component: 1050 - total flux cleaned = -0.00284771 Jy ! Component: 1100 - total flux cleaned = -0.00288737 Jy ! Component: 1150 - total flux cleaned = -0.00312241 Jy ! Component: 1200 - total flux cleaned = -0.00312216 Jy ! Component: 1250 - total flux cleaned = -0.00335317 Jy ! Component: 1300 - total flux cleaned = -0.00339141 Jy ! Component: 1350 - total flux cleaned = -0.00361821 Jy ! Component: 1400 - total flux cleaned = -0.00361784 Jy ! Component: 1450 - total flux cleaned = -0.00354344 Jy ! Component: 1500 - total flux cleaned = -0.00369044 Jy ! Component: 1550 - total flux cleaned = -0.00358141 Jy ! Component: 1600 - total flux cleaned = -0.00369063 Jy ! Component: 1650 - total flux cleaned = -0.00365449 Jy ! Component: 1700 - total flux cleaned = -0.00376207 Jy ! Component: 1750 - total flux cleaned = -0.00376166 Jy ! Component: 1800 - total flux cleaned = -0.00379686 Jy ! Component: 1850 - total flux cleaned = -0.00383126 Jy ! Component: 1900 - total flux cleaned = -0.00386581 Jy ! Component: 1950 - total flux cleaned = -0.00383171 Jy ! Component: 2000 - total flux cleaned = -0.00396883 Jy ! Component: 2050 - total flux cleaned = -0.00383318 Jy ! Component: 2100 - total flux cleaned = -0.00393403 Jy ! Component: 2150 - total flux cleaned = -0.00393406 Jy ! Component: 2200 - total flux cleaned = -0.00383433 Jy ! Component: 2250 - total flux cleaned = -0.00390042 Jy ! Component: 2300 - total flux cleaned = -0.00380211 Jy ! Component: 2350 - total flux cleaned = -0.00383509 Jy ! Component: 2400 - total flux cleaned = -0.00383484 Jy ! Component: 2450 - total flux cleaned = -0.0038348 Jy ! Component: 2500 - total flux cleaned = -0.00389864 Jy ! Component: 2550 - total flux cleaned = -0.0039616 Jy ! Component: 2600 - total flux cleaned = -0.00399315 Jy ! Component: 2650 - total flux cleaned = -0.00393049 Jy ! Component: 2700 - total flux cleaned = -0.00386824 Jy ! Component: 2750 - total flux cleaned = -0.00386854 Jy ! Component: 2800 - total flux cleaned = -0.0039301 Jy ! Component: 2850 - total flux cleaned = -0.00396072 Jy ! Component: 2900 - total flux cleaned = -0.00411235 Jy ! Component: 2950 - total flux cleaned = -0.00411257 Jy ! Component: 3000 - total flux cleaned = -0.00417244 Jy ! Component: 3050 - total flux cleaned = -0.00405316 Jy ! Component: 3100 - total flux cleaned = -0.00417169 Jy ! Component: 3150 - total flux cleaned = -0.00417206 Jy ! Component: 3200 - total flux cleaned = -0.00405476 Jy ! Component: 3250 - total flux cleaned = -0.00411305 Jy ! Component: 3300 - total flux cleaned = -0.00417094 Jy ! Component: 3350 - total flux cleaned = -0.00414211 Jy ! Component: 3400 - total flux cleaned = -0.00417056 Jy ! Component: 3450 - total flux cleaned = -0.00425607 Jy ! Component: 3500 - total flux cleaned = -0.00419907 Jy ! Component: 3550 - total flux cleaned = -0.0041708 Jy ! Component: 3600 - total flux cleaned = -0.00411482 Jy ! Component: 3650 - total flux cleaned = -0.00425466 Jy ! Component: 3700 - total flux cleaned = -0.00425478 Jy ! Component: 3750 - total flux cleaned = -0.00428224 Jy ! Component: 3800 - total flux cleaned = -0.00436447 Jy ! Component: 3850 - total flux cleaned = -0.00420061 Jy ! Component: 3900 - total flux cleaned = -0.00414627 Jy ! Component: 3950 - total flux cleaned = -0.00414657 Jy ! Component: 4000 - total flux cleaned = -0.00417356 Jy ! Component: 4050 - total flux cleaned = -0.00425377 Jy ! Total flux subtracted in 4096 components = -0.00422697 Jy ! Clean residual min=-0.001527 max=0.001541 Jy/beam ! Clean residual mean=0.000001 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 3.71278 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 548 components and 3.71278 Jy ![Exited script file: muppet] wmap "J0730-1141_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 7.796 at -3.372 degrees (North through East) ! Clean map min=-0.0027431 max=3.1973 Jy/beam ! Writing clean map to FITS file: J0730-1141_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 3.19728 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000508586 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0477205 0.0477205 0.0954409 0.190882 0.381764 0.763527 1.52705 3.05411 6.10822 12.2164 24.4329 48.8658 97.7315 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 3.197 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.219 x 7.796 at -3.372 degrees (North through East) ! Clean map min=-0.0027431 max=3.1973 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 J0730-1141_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:55:01 2019