! Started logfile: J0325-2415_S_2017_02_24_pus_uvs.log on Sat May 4 11:16:32 2019 obs J0325-2415_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0325-2415_S_2017_02_24_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.86963 visibilities/baseline/integration-bin. ! Found source: J0325-2415 ! ! 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 823 lines of history. ! ! Reading 11740 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 J0325-2415_S_2017_02_24_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 278 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.860723Jy sigma=0.005880 ! Fit after self-cal, rms=0.850926Jy sigma=0.005819 ! 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.804 mas, bmaj=8.152 mas, bpa=-1.957 degrees ! Estimated noise=1373.55 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.115588 Jy ! Component: 100 - total flux cleaned = 0.145158 Jy ! Total flux subtracted in 100 components = 0.145158 Jy ! Clean residual min=-0.005917 max=0.012253 Jy/beam ! Clean residual mean=0.000025 rms=0.001715 Jy/beam ! Combined flux in latest and established models = 0.145158 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.145158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107844Jy sigma=0.000695 ! Fit after self-cal, rms=0.107848Jy sigma=0.000695 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136377 Jy ! Component: 100 - total flux cleaned = 0.0209838 Jy ! Total flux subtracted in 100 components = 0.0209838 Jy ! Clean residual min=-0.004782 max=0.006346 Jy/beam ! Clean residual mean=0.000022 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.166142 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.166142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105655Jy sigma=0.000679 ! Fit after self-cal, rms=0.105657Jy sigma=0.000679 ! 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.385 mas, bmaj=9.693 mas, bpa=-1.034 degrees ! Estimated noise=1041.94 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, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00796794 Jy ! Component: 100 - total flux cleaned = 0.0123614 Jy ! Component: 150 - total flux cleaned = 0.0139426 Jy ! Component: 200 - total flux cleaned = 0.0146303 Jy ! Total flux subtracted in 200 components = 0.0146303 Jy ! Clean residual min=-0.003338 max=0.003692 Jy/beam ! Clean residual mean=0.000020 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.180772 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 0.180772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104997Jy sigma=0.000675 ! Fit after self-cal, rms=0.104972Jy sigma=0.000674 ! 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.89 FD 1.00 HN 1.10 KP 0.97 ! LA 0.99 MK 0.98 NL 0.99 OV 1.06 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 1.15 KP 0.92 ! LA 0.95 MK 0.97 NL 0.97 OV 1.07 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.07 KP 1.04 ! LA 1.00 MK 1.03 NL 1.03 OV 1.00 ! PT 1.00 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.00 FD 0.99 HN 0.96 KP 1.00* ! LA 0.96 MK 1.00 NL 1.00* OV 1.02 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.104972Jy sigma=0.000674 ! Fit after self-cal, rms=0.104048Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=9.664 mas, bpa=-0.7677 degrees ! Estimated noise=1037.23 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.000834843 Jy ! Component: 100 - total flux cleaned = 0.000831922 Jy ! Component: 150 - total flux cleaned = 0.000882658 Jy ! Component: 200 - total flux cleaned = 0.000926736 Jy ! Total flux subtracted in 200 components = 0.000926736 Jy ! Clean residual min=-0.003097 max=0.002511 Jy/beam ! Clean residual mean=0.000009 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.181699 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.181699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103979Jy sigma=0.000670 ! Fit after self-cal, rms=0.103968Jy sigma=0.000670 ! 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.103968Jy sigma=0.000670 ! Fit after self-cal, rms=0.104050Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=9.649 mas, bpa=-0.6804 degrees ! Estimated noise=1036.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000375001 Jy ! Component: 100 - total flux cleaned = 0.000503218 Jy ! Component: 150 - total flux cleaned = 0.000466303 Jy ! Component: 200 - total flux cleaned = 0.000465996 Jy ! Total flux subtracted in 200 components = 0.000465996 Jy ! Clean residual min=-0.002627 max=0.002331 Jy/beam ! Clean residual mean=0.000003 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.182165 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.182165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104020Jy sigma=0.000669 ! Fit after self-cal, rms=0.104022Jy 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.000105573 Jy ! Component: 100 - total flux cleaned = 0.000104835 Jy ! Component: 150 - total flux cleaned = 7.70091e-05 Jy ! Component: 200 - total flux cleaned = 0.000102686 Jy ! Total flux subtracted in 200 components = 0.000102686 Jy ! Clean residual min=-0.002569 max=0.002291 Jy/beam ! Clean residual mean=0.000003 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.182268 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.182268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104007Jy sigma=0.000669 ! Fit after self-cal, rms=0.104005Jy sigma=0.000669 ! 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.104005Jy sigma=0.000669 ! Fit after self-cal, rms=0.104158Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=9.635 mas, bpa=-0.6195 degrees ! Estimated noise=1035.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.17897e-05 Jy ! Component: 100 - total flux cleaned = 0.000174534 Jy ! Component: 150 - total flux cleaned = 0.000199817 Jy ! Component: 200 - total flux cleaned = 0.00022342 Jy ! Total flux subtracted in 200 components = 0.00022342 Jy ! Clean residual min=-0.002476 max=0.002254 Jy/beam ! Clean residual mean=0.000001 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.182491 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.182491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104145Jy sigma=0.000669 ! Fit after self-cal, rms=0.104147Jy 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 = 4.52744e-05 Jy ! Component: 100 - total flux cleaned = 6.75608e-05 Jy ! Component: 150 - total flux cleaned = 8.8271e-05 Jy ! Component: 200 - total flux cleaned = 0.000108199 Jy ! Total flux subtracted in 200 components = 0.000108199 Jy ! Clean residual min=-0.002442 max=0.002258 Jy/beam ! Clean residual mean=0.000001 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.182599 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 102 components and 0.182599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104139Jy sigma=0.000669 ! Fit after self-cal, rms=0.104137Jy sigma=0.000669 ! 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.104137Jy sigma=0.000669 ! Fit after self-cal, rms=0.104212Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.053 mas, bmaj=18.84 mas, bpa=0.2523 degrees ! Estimated noise=1258.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00076171 Jy ! Component: 100 - total flux cleaned = 0.000691599 Jy ! Component: 150 - total flux cleaned = 0.000651151 Jy ! Component: 200 - total flux cleaned = 0.000599166 Jy ! Total flux subtracted in 200 components = 0.000599166 Jy ! Clean residual min=-0.002588 max=0.002508 Jy/beam ! Clean residual mean=-0.000004 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.183198 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 110 components and 0.183198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104212Jy sigma=0.000669 ! Fit after self-cal, rms=0.104210Jy 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 = 9.96482e-05 Jy ! Component: 100 - total flux cleaned = 8.48808e-05 Jy ! Component: 150 - total flux cleaned = 8.50769e-05 Jy ! Component: 200 - total flux cleaned = 9.79032e-05 Jy ! Total flux subtracted in 200 components = 9.79032e-05 Jy ! Clean residual min=-0.002564 max=0.002540 Jy/beam ! Clean residual mean=-0.000004 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.183296 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 118 components and 0.183296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104211Jy sigma=0.000669 ! Fit after self-cal, rms=0.104210Jy sigma=0.000669 ! 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.401 mas, bmaj=9.623 mas, bpa=-0.5764 degrees ! Estimated noise=1035.24 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.401 x 9.623 at -0.5764 degrees (North through East) ! Clean map min=-0.002259 max=0.15007 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.813 mas, bmaj=8.077 mas, bpa=-1.431 degrees ! Estimated noise=1368.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114907 Jy ! Component: 100 - total flux cleaned = 0.144281 Jy ! Component: 150 - total flux cleaned = 0.157846 Jy ! Component: 200 - total flux cleaned = 0.165869 Jy ! Total flux subtracted in 200 components = 0.165869 Jy ! Clean residual min=-0.003832 max=0.004273 Jy/beam ! Clean residual mean=0.000011 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.16587 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.16587 Jy ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=9.623 mas, bpa=-0.5764 degrees ! Estimated noise=1035.24 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.00682471 Jy ! Component: 100 - total flux cleaned = 0.0109761 Jy ! Component: 150 - total flux cleaned = 0.0136022 Jy ! Component: 200 - total flux cleaned = 0.0148913 Jy ! Total flux subtracted in 200 components = 0.0148913 Jy ! Clean residual min=-0.002749 max=0.002450 Jy/beam ! Clean residual mean=0.000003 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.180761 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.180761 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=8.053 mas, bmaj=18.84 mas, bpa=0.2523 degrees ! Estimated noise=1258.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184885 Jy ! Component: 100 - total flux cleaned = 0.00254519 Jy ! Component: 150 - total flux cleaned = 0.00261098 Jy ! Component: 200 - total flux cleaned = 0.00259143 Jy ! Total flux subtracted in 200 components = 0.00259143 Jy ! Clean residual min=-0.002584 max=0.002531 Jy/beam ! Clean residual mean=-0.000000 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.183352 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 = -1.84361e-05 Jy ! Component: 100 - total flux cleaned = -3.59716e-05 Jy ! Component: 150 - total flux cleaned = -5.18215e-05 Jy ! Component: 200 - total flux cleaned = -8.14248e-05 Jy ! Total flux subtracted in 200 components = -8.14248e-05 Jy ! Clean residual min=-0.002565 max=0.002517 Jy/beam ! Clean residual mean=-0.000002 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.183271 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.183271 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=9.623 mas, bpa=-0.5764 degrees ! Estimated noise=1035.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000988807 Jy ! Component: 100 - total flux cleaned = -0.000908736 Jy ! Component: 150 - total flux cleaned = -0.00087315 Jy ! Component: 200 - total flux cleaned = -0.000873134 Jy ! Total flux subtracted in 200 components = -0.000873134 Jy ! Clean residual min=-0.002521 max=0.002274 Jy/beam ! Clean residual mean=0.000001 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.182398 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.182398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104255Jy sigma=0.000669 ! Fit after self-cal, rms=0.104242Jy sigma=0.000669 wmodel J0325-2415_S_2017_02_24_pus_map.mod ! Writing 90 model components to file: J0325-2415_S_2017_02_24_pus_map.mod wobs J0325-2415_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0325-2415_S_2017_02_24_pus_uvs.fits wwins J0325-2415_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0325-2415_S_2017_02_24_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.000785295 Jy ! Component: 100 - total flux cleaned = -0.00099379 Jy ! Component: 150 - total flux cleaned = -0.0011116 Jy ! Component: 200 - total flux cleaned = -0.00137503 Jy ! Component: 250 - total flux cleaned = -0.0017378 Jy ! Component: 300 - total flux cleaned = -0.00201925 Jy ! Component: 350 - total flux cleaned = -0.00229242 Jy ! Component: 400 - total flux cleaned = -0.00242597 Jy ! Component: 450 - total flux cleaned = -0.0027177 Jy ! Component: 500 - total flux cleaned = -0.0028759 Jy ! Component: 550 - total flux cleaned = -0.00309373 Jy ! Component: 600 - total flux cleaned = -0.00333695 Jy ! Component: 650 - total flux cleaned = -0.00357441 Jy ! Component: 700 - total flux cleaned = -0.00386511 Jy ! Component: 750 - total flux cleaned = -0.00400807 Jy ! Component: 800 - total flux cleaned = -0.00420484 Jy ! Component: 850 - total flux cleaned = -0.00458843 Jy ! Component: 900 - total flux cleaned = -0.00474948 Jy ! Component: 950 - total flux cleaned = -0.0049606 Jy ! Component: 1000 - total flux cleaned = -0.00511639 Jy ! Component: 1050 - total flux cleaned = -0.00532072 Jy ! Component: 1100 - total flux cleaned = -0.00549664 Jy ! Component: 1150 - total flux cleaned = -0.00564527 Jy ! Component: 1200 - total flux cleaned = -0.00581599 Jy ! Component: 1250 - total flux cleaned = -0.00598369 Jy ! Component: 1300 - total flux cleaned = -0.00605458 Jy ! Component: 1350 - total flux cleaned = -0.00619494 Jy ! Component: 1400 - total flux cleaned = -0.00631059 Jy ! Component: 1450 - total flux cleaned = -0.00649193 Jy ! Component: 1500 - total flux cleaned = -0.00658164 Jy ! Component: 1550 - total flux cleaned = -0.00671393 Jy ! Component: 1600 - total flux cleaned = -0.00680122 Jy ! Component: 1650 - total flux cleaned = -0.00690852 Jy ! Component: 1700 - total flux cleaned = -0.00703585 Jy ! Component: 1750 - total flux cleaned = -0.00709863 Jy ! Component: 1800 - total flux cleaned = -0.00718167 Jy ! Component: 1850 - total flux cleaned = -0.00730509 Jy ! Component: 1900 - total flux cleaned = -0.0074468 Jy ! Component: 1950 - total flux cleaned = -0.0075268 Jy ! Component: 2000 - total flux cleaned = -0.00764576 Jy ! Component: 2050 - total flux cleaned = -0.00776335 Jy ! Component: 2100 - total flux cleaned = -0.00786007 Jy ! Component: 2150 - total flux cleaned = -0.00797517 Jy ! Component: 2200 - total flux cleaned = -0.00814576 Jy ! Component: 2250 - total flux cleaned = -0.00822089 Jy ! Component: 2300 - total flux cleaned = -0.00831358 Jy ! Component: 2350 - total flux cleaned = -0.00847898 Jy ! Component: 2400 - total flux cleaned = -0.00858855 Jy ! Component: 2450 - total flux cleaned = -0.00873258 Jy ! Component: 2500 - total flux cleaned = -0.00882213 Jy ! Component: 2550 - total flux cleaned = -0.00887507 Jy ! Component: 2600 - total flux cleaned = -0.00898029 Jy ! Component: 2650 - total flux cleaned = -0.00913661 Jy ! Component: 2700 - total flux cleaned = -0.00925699 Jy ! Component: 2750 - total flux cleaned = -0.00932553 Jy ! Component: 2800 - total flux cleaned = -0.00946076 Jy ! Component: 2850 - total flux cleaned = -0.00952801 Jy ! Component: 2900 - total flux cleaned = -0.00961134 Jy ! Component: 2950 - total flux cleaned = -0.00972674 Jy ! Component: 3000 - total flux cleaned = -0.00979229 Jy ! Component: 3050 - total flux cleaned = -0.00988988 Jy ! Component: 3100 - total flux cleaned = -0.0100186 Jy ! Component: 3150 - total flux cleaned = -0.0100826 Jy ! Component: 3200 - total flux cleaned = -0.0102571 Jy ! Component: 3250 - total flux cleaned = -0.01032 Jy ! Component: 3300 - total flux cleaned = -0.0103826 Jy ! Component: 3350 - total flux cleaned = -0.0104293 Jy ! Component: 3400 - total flux cleaned = -0.0105217 Jy ! Component: 3450 - total flux cleaned = -0.0105675 Jy ! Component: 3500 - total flux cleaned = -0.0106282 Jy ! Component: 3550 - total flux cleaned = -0.0106883 Jy ! Component: 3600 - total flux cleaned = -0.0107332 Jy ! Component: 3650 - total flux cleaned = -0.0107926 Jy ! Component: 3700 - total flux cleaned = -0.010822 Jy ! Component: 3750 - total flux cleaned = -0.0108513 Jy ! Component: 3800 - total flux cleaned = -0.0108951 Jy ! Component: 3850 - total flux cleaned = -0.010953 Jy ! Component: 3900 - total flux cleaned = -0.0110104 Jy ! Component: 3950 - total flux cleaned = -0.010982 Jy ! Component: 4000 - total flux cleaned = -0.0110957 Jy ! Component: 4050 - total flux cleaned = -0.0111238 Jy ! Total flux subtracted in 4096 components = -0.0111238 Jy ! Clean residual min=-0.000780 max=0.001127 Jy/beam ! Clean residual mean=0.000000 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.171274 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 379 components and 0.171274 Jy ![Exited script file: muppet] wmap "J0325-2415_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.401 x 9.623 at -0.5764 degrees (North through East) ! Clean map min=-0.00192 max=0.15056 Jy/beam ! Writing clean map to FITS file: J0325-2415_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00026087 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.519796 0.519796 1.03959 2.07918 4.15837 8.31673 16.6335 33.2669 66.5339 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.15 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.401 x 9.623 at -0.5764 degrees (North through East) ! Clean map min=-0.00192 max=0.15056 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 J0325-2415_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:16:37 2019