! Started logfile: J0315-1656_S_2017_08_12_pus_uvs.log on Fri May 10 14:51:09 2019 obs J0315-1656_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0315-1656_S_2017_08_12_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776593 visibilities/baseline/integration-bin. ! Found source: J0315-1656 ! ! 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 10484 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 J0315-1656_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 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 543 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.877727Jy sigma=0.006832 ! Fit after self-cal, rms=0.863914Jy sigma=0.006731 ! 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.355 mas, bmaj=6.635 mas, bpa=-4.94 degrees ! Estimated noise=1487.15 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.1042 Jy ! Component: 100 - total flux cleaned = 0.142894 Jy ! Total flux subtracted in 100 components = 0.142894 Jy ! Clean residual min=-0.009332 max=0.021282 Jy/beam ! Clean residual mean=0.000022 rms=0.003025 Jy/beam ! Combined flux in latest and established models = 0.142894 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.142894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100539Jy sigma=0.000756 ! Fit after self-cal, rms=0.100268Jy sigma=0.000753 ! Inverting map ! Added new window around map position (3, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0246125 Jy ! Component: 100 - total flux cleaned = 0.0395255 Jy ! Total flux subtracted in 100 components = 0.0395255 Jy ! Clean residual min=-0.005953 max=0.009958 Jy/beam ! Clean residual mean=0.000004 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.18242 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.18242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092530Jy sigma=0.000687 ! Fit after self-cal, rms=0.092322Jy sigma=0.000686 ! 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.775 mas, bmaj=7.344 mas, bpa=-5.201 degrees ! Estimated noise=1129.86 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.0144161 Jy ! Component: 100 - total flux cleaned = 0.0227383 Jy ! Component: 150 - total flux cleaned = 0.0276603 Jy ! Component: 200 - total flux cleaned = 0.0306613 Jy ! Total flux subtracted in 200 components = 0.0306613 Jy ! Clean residual min=-0.004432 max=0.004390 Jy/beam ! Clean residual mean=-0.000004 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.213081 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 47 components and 0.213081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090102Jy sigma=0.000666 ! Fit after self-cal, rms=0.090018Jy sigma=0.000666 ! 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.08 FD 1.00* HN 1.00 KP 1.05 ! LA 0.98 MK 1.12 NL 0.88 OV 1.01 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 1.02 ! LA 0.97 MK 1.00 NL 1.10 OV 1.03 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 0.96 ! LA 0.97 MK 0.99 NL 1.00 OV 0.95 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 207 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.090018Jy sigma=0.000666 ! Fit after self-cal, rms=0.089807Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.833 mas, bmaj=7.373 mas, bpa=-3.814 degrees ! Estimated noise=1140.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020596 Jy ! Component: 100 - total flux cleaned = 0.00195522 Jy ! Component: 150 - total flux cleaned = 0.00186523 Jy ! Component: 200 - total flux cleaned = 0.00182472 Jy ! Total flux subtracted in 200 components = 0.00182472 Jy ! Clean residual min=-0.003440 max=0.003540 Jy/beam ! Clean residual mean=0.000000 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.214906 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.214906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089729Jy sigma=0.000663 ! Fit after self-cal, rms=0.089740Jy sigma=0.000663 ! 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.089740Jy sigma=0.000663 ! Fit after self-cal, rms=0.089549Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.819 mas, bmaj=7.392 mas, bpa=-3.729 degrees ! Estimated noise=1135.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000771205 Jy ! Component: 100 - total flux cleaned = 0.000737739 Jy ! Component: 150 - total flux cleaned = 0.000651088 Jy ! Component: 200 - total flux cleaned = 0.000625501 Jy ! Total flux subtracted in 200 components = 0.000625501 Jy ! Clean residual min=-0.003461 max=0.003504 Jy/beam ! Clean residual mean=-0.000004 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.215531 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.215531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089526Jy sigma=0.000660 ! Fit after self-cal, rms=0.089541Jy 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 (10, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296249 Jy ! Component: 100 - total flux cleaned = 0.00317479 Jy ! Component: 150 - total flux cleaned = 0.00312313 Jy ! Component: 200 - total flux cleaned = 0.00307311 Jy ! Total flux subtracted in 200 components = 0.00307311 Jy ! Clean residual min=-0.002979 max=0.002787 Jy/beam ! Clean residual mean=-0.000002 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.218604 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.218604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089408Jy sigma=0.000659 ! Fit after self-cal, rms=0.089396Jy 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.089396Jy sigma=0.000659 ! Fit after self-cal, rms=0.089101Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.811 mas, bmaj=7.379 mas, bpa=-3.769 degrees ! Estimated noise=1130.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137495 Jy ! Component: 100 - total flux cleaned = 0.0014659 Jy ! Component: 150 - total flux cleaned = 0.00150648 Jy ! Component: 200 - total flux cleaned = 0.00154293 Jy ! Total flux subtracted in 200 components = 0.00154293 Jy ! Clean residual min=-0.002757 max=0.002773 Jy/beam ! Clean residual mean=-0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.220147 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 105 components and 0.220147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089057Jy sigma=0.000658 ! Fit after self-cal, rms=0.089056Jy 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.000379461 Jy ! Component: 100 - total flux cleaned = 0.000343677 Jy ! Component: 150 - total flux cleaned = 0.000309376 Jy ! Component: 200 - total flux cleaned = 0.000247752 Jy ! Total flux subtracted in 200 components = 0.000247752 Jy ! Clean residual min=-0.002633 max=0.002699 Jy/beam ! Clean residual mean=-0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.220395 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.220395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089032Jy sigma=0.000658 ! Fit after self-cal, rms=0.089031Jy sigma=0.000658 ! Inverting map ! Added new window around map position (60.5, -47.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191565 Jy ! Component: 100 - total flux cleaned = 0.0021591 Jy ! Component: 150 - total flux cleaned = 0.00232415 Jy ! Component: 200 - total flux cleaned = 0.00232423 Jy ! Total flux subtracted in 200 components = 0.00232423 Jy ! Clean residual min=-0.002598 max=0.002587 Jy/beam ! Clean residual mean=-0.000001 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.222719 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 131 components and 0.222719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088954Jy sigma=0.000657 ! Fit after self-cal, rms=0.088956Jy sigma=0.000657 ! Inverting map ! Added new window around map position (-112, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133951 Jy ! Component: 100 - total flux cleaned = 0.00196038 Jy ! Component: 150 - total flux cleaned = 0.00222671 Jy ! Component: 200 - total flux cleaned = 0.00238013 Jy ! Total flux subtracted in 200 components = 0.00238013 Jy ! Clean residual min=-0.002318 max=0.002147 Jy/beam ! Clean residual mean=-0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.225099 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 149 components and 0.225099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088881Jy sigma=0.000657 ! Fit after self-cal, rms=0.088884Jy sigma=0.000657 ! 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.088884Jy sigma=0.000657 ! Fit after self-cal, rms=0.088511Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.925 mas, bmaj=15.27 mas, bpa=-2.3 degrees ! Estimated noise=1551.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125386 Jy ! Component: 100 - total flux cleaned = 0.00166544 Jy ! Component: 150 - total flux cleaned = 0.00169289 Jy ! Component: 200 - total flux cleaned = 0.00169287 Jy ! Total flux subtracted in 200 components = 0.00169287 Jy ! Clean residual min=-0.002338 max=0.002049 Jy/beam ! Clean residual mean=-0.000005 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.226792 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 171 components and 0.226792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088500Jy sigma=0.000657 ! Fit after self-cal, rms=0.088496Jy sigma=0.000657 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.000442029 Jy ! Component: 100 - total flux cleaned = 0.000464112 Jy ! Component: 150 - total flux cleaned = 0.000484539 Jy ! Component: 200 - total flux cleaned = 0.000521491 Jy ! Total flux subtracted in 200 components = 0.000521491 Jy ! Clean residual min=-0.002191 max=0.002060 Jy/beam ! Clean residual mean=-0.000004 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.227314 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 183 components and 0.227314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088493Jy sigma=0.000657 ! Fit after self-cal, rms=0.088491Jy sigma=0.000657 ! 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.81 mas, bmaj=7.372 mas, bpa=-3.917 degrees ! Estimated noise=1127.15 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.81 x 7.372 at -3.917 degrees (North through East) ! Clean map min=-0.002033 max=0.13671 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.406 mas, bmaj=6.69 mas, bpa=-3.209 degrees ! Estimated noise=1417.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103359 Jy ! Component: 100 - total flux cleaned = 0.144578 Jy ! Component: 150 - total flux cleaned = 0.168204 Jy ! Component: 200 - total flux cleaned = 0.183574 Jy ! Total flux subtracted in 200 components = 0.183574 Jy ! Clean residual min=-0.005345 max=0.008209 Jy/beam ! Clean residual mean=0.000008 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.183574 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.183574 Jy ! Inverting map and beam ! Estimated beam: bmin=2.81 mas, bmaj=7.372 mas, bpa=-3.917 degrees ! Estimated noise=1127.15 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.0134327 Jy ! Component: 100 - total flux cleaned = 0.0214159 Jy ! Component: 150 - total flux cleaned = 0.0267979 Jy ! Component: 200 - total flux cleaned = 0.0307269 Jy ! Total flux subtracted in 200 components = 0.0307269 Jy ! Clean residual min=-0.003668 max=0.003485 Jy/beam ! Clean residual mean=-0.000004 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.214301 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.214301 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=6.925 mas, bmaj=15.27 mas, bpa=-2.3 degrees ! Estimated noise=1551.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0044492 Jy ! Component: 100 - total flux cleaned = 0.0073087 Jy ! Component: 150 - total flux cleaned = 0.00941945 Jy ! Component: 200 - total flux cleaned = 0.0108964 Jy ! Total flux subtracted in 200 components = 0.0108964 Jy ! Clean residual min=-0.002826 max=0.002322 Jy/beam ! Clean residual mean=-0.000007 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.225197 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.000758602 Jy ! Component: 100 - total flux cleaned = 0.000928324 Jy ! Component: 150 - total flux cleaned = 0.00107718 Jy ! Component: 200 - total flux cleaned = 0.00124425 Jy ! Total flux subtracted in 200 components = 0.00124425 Jy ! Clean residual min=-0.002430 max=0.002176 Jy/beam ! Clean residual mean=-0.000006 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.226441 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 80 components and 0.226441 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.81 mas, bmaj=7.372 mas, bpa=-3.917 degrees ! Estimated noise=1127.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170634 Jy ! Component: 100 - total flux cleaned = 0.00037294 Jy ! Component: 150 - total flux cleaned = 0.000554296 Jy ! Component: 200 - total flux cleaned = 0.000610395 Jy ! Total flux subtracted in 200 components = 0.000610395 Jy ! Clean residual min=-0.002488 max=0.002315 Jy/beam ! Clean residual mean=-0.000001 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.227052 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 103 components and 0.227052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088605Jy sigma=0.000657 ! Fit after self-cal, rms=0.088593Jy sigma=0.000657 wmodel J0315-1656_S_2017_08_12_pus_map.mod ! Writing 103 model components to file: J0315-1656_S_2017_08_12_pus_map.mod wobs J0315-1656_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0315-1656_S_2017_08_12_pus_uvs.fits wwins J0315-1656_S_2017_08_12_pus_map.win ! wwins: Wrote 5 windows to J0315-1656_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.000794529 Jy ! Component: 100 - total flux cleaned = -0.000796232 Jy ! Component: 150 - total flux cleaned = -0.000652594 Jy ! Component: 200 - total flux cleaned = -0.000513637 Jy ! Component: 250 - total flux cleaned = -0.00034713 Jy ! Component: 300 - total flux cleaned = -0.000314898 Jy ! Component: 350 - total flux cleaned = -0.000346553 Jy ! Component: 400 - total flux cleaned = -0.000587758 Jy ! Component: 450 - total flux cleaned = -0.000616487 Jy ! Component: 500 - total flux cleaned = -0.000702424 Jy ! Component: 550 - total flux cleaned = -0.000814169 Jy ! Component: 600 - total flux cleaned = -0.000787333 Jy ! Component: 650 - total flux cleaned = -0.000894342 Jy ! Component: 700 - total flux cleaned = -0.000763294 Jy ! Component: 750 - total flux cleaned = -0.000891636 Jy ! Component: 800 - total flux cleaned = -0.000941783 Jy ! Component: 850 - total flux cleaned = -0.00101528 Jy ! Component: 900 - total flux cleaned = -0.00106374 Jy ! Component: 950 - total flux cleaned = -0.00113524 Jy ! Component: 1000 - total flux cleaned = -0.00120494 Jy ! Component: 1050 - total flux cleaned = -0.00125059 Jy ! Component: 1100 - total flux cleaned = -0.00131847 Jy ! Component: 1150 - total flux cleaned = -0.00147328 Jy ! Component: 1200 - total flux cleaned = -0.00151662 Jy ! Component: 1250 - total flux cleaned = -0.00155968 Jy ! Component: 1300 - total flux cleaned = -0.00162331 Jy ! Component: 1350 - total flux cleaned = -0.00168599 Jy ! Component: 1400 - total flux cleaned = -0.00180917 Jy ! Component: 1450 - total flux cleaned = -0.0018295 Jy ! Component: 1500 - total flux cleaned = -0.00186939 Jy ! Component: 1550 - total flux cleaned = -0.00194789 Jy ! Component: 1600 - total flux cleaned = -0.00200631 Jy ! Component: 1650 - total flux cleaned = -0.00204451 Jy ! Component: 1700 - total flux cleaned = -0.00208208 Jy ! Component: 1750 - total flux cleaned = -0.00211917 Jy ! Component: 1800 - total flux cleaned = -0.00210054 Jy ! Component: 1850 - total flux cleaned = -0.00211851 Jy ! Component: 1900 - total flux cleaned = -0.00215421 Jy ! Component: 1950 - total flux cleaned = -0.00218968 Jy ! Component: 2000 - total flux cleaned = -0.00220718 Jy ! Component: 2050 - total flux cleaned = -0.00225927 Jy ! Component: 2100 - total flux cleaned = -0.00229349 Jy ! Component: 2150 - total flux cleaned = -0.00236144 Jy ! Component: 2200 - total flux cleaned = -0.00242847 Jy ! Component: 2250 - total flux cleaned = -0.00242866 Jy ! Component: 2300 - total flux cleaned = -0.00247789 Jy ! Component: 2350 - total flux cleaned = -0.00252656 Jy ! Component: 2400 - total flux cleaned = -0.00251055 Jy ! Component: 2450 - total flux cleaned = -0.00252655 Jy ! Component: 2500 - total flux cleaned = -0.00260576 Jy ! Component: 2550 - total flux cleaned = -0.0026214 Jy ! Component: 2600 - total flux cleaned = -0.00268348 Jy ! Component: 2650 - total flux cleaned = -0.00263731 Jy ! Component: 2700 - total flux cleaned = -0.00266782 Jy ! Component: 2750 - total flux cleaned = -0.00262238 Jy ! Component: 2800 - total flux cleaned = -0.00262248 Jy ! Component: 2850 - total flux cleaned = -0.00263748 Jy ! Component: 2900 - total flux cleaned = -0.00262264 Jy ! Component: 2950 - total flux cleaned = -0.00260796 Jy ! Component: 3000 - total flux cleaned = -0.00260788 Jy ! Component: 3050 - total flux cleaned = -0.00259333 Jy ! Component: 3100 - total flux cleaned = -0.00259337 Jy ! Component: 3150 - total flux cleaned = -0.00256489 Jy ! Component: 3200 - total flux cleaned = -0.00256499 Jy ! Component: 3250 - total flux cleaned = -0.00255122 Jy ! Component: 3300 - total flux cleaned = -0.0025929 Jy ! Component: 3350 - total flux cleaned = -0.00257897 Jy ! Component: 3400 - total flux cleaned = -0.00260628 Jy ! Component: 3450 - total flux cleaned = -0.00255194 Jy ! Component: 3500 - total flux cleaned = -0.00252498 Jy ! Component: 3550 - total flux cleaned = -0.00253862 Jy ! Component: 3600 - total flux cleaned = -0.00252528 Jy ! Component: 3650 - total flux cleaned = -0.00247237 Jy ! Component: 3700 - total flux cleaned = -0.00245917 Jy ! Component: 3750 - total flux cleaned = -0.00243289 Jy ! Component: 3800 - total flux cleaned = -0.00241988 Jy ! Component: 3850 - total flux cleaned = -0.00241986 Jy ! Component: 3900 - total flux cleaned = -0.00238126 Jy ! Component: 3950 - total flux cleaned = -0.00235568 Jy ! Component: 4000 - total flux cleaned = -0.0023048 Jy ! Component: 4050 - total flux cleaned = -0.00230483 Jy ! Total flux subtracted in 4096 components = -0.00229231 Jy ! Clean residual min=-0.000773 max=0.000678 Jy/beam ! Clean residual mean=0.000001 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.224759 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 358 components and 0.224759 Jy ![Exited script file: muppet] wmap "J0315-1656_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.81 x 7.372 at -3.917 degrees (North through East) ! Clean map min=-0.0014451 max=0.13503 Jy/beam ! Writing clean map to FITS file: J0315-1656_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 0.135035 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212584 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.472287 0.472287 0.944575 1.88915 3.7783 7.5566 15.1132 30.2264 60.4528 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 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.81 x 7.372 at -3.917 degrees (North through East) ! Clean map min=-0.0014451 max=0.13503 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 J0315-1656_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:51:14 2019