! Started logfile: J0922-3959_S_2017_02_24_pus_uvs.log on Sat May 4 11:23:01 2019 obs J0922-3959_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0922-3959_S_2017_02_24_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.430556 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0922-3959 ! ! 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 1240 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 J0922-3959_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.475265Jy sigma=0.002368 ! Fit after self-cal, rms=0.466190Jy sigma=0.002318 ! 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.531 mas, bmaj=6.263 mas, bpa=2.574 degrees ! Estimated noise=5219.36 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.79473 Jy ! Component: 100 - total flux cleaned = 1.06745 Jy ! Total flux subtracted in 100 components = 1.06745 Jy ! Clean residual min=-0.047684 max=0.120060 Jy/beam ! Clean residual mean=-0.000314 rms=0.018969 Jy/beam ! Combined flux in latest and established models = 1.06745 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 1.06745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.391857Jy sigma=0.001860 ! Fit after self-cal, rms=0.391829Jy sigma=0.001860 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1396 Jy ! Component: 100 - total flux cleaned = 0.220966 Jy ! Total flux subtracted in 100 components = 0.220966 Jy ! Clean residual min=-0.036947 max=0.055299 Jy/beam ! Clean residual mean=-0.000143 rms=0.012204 Jy/beam ! Combined flux in latest and established models = 1.28842 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 1.28842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.297138Jy sigma=0.001199 ! Fit after self-cal, rms=0.297126Jy sigma=0.001199 ! 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.137 mas, bmaj=7.773 mas, bpa=2.674 degrees ! Estimated noise=4060.82 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.0876648 Jy ! Component: 100 - total flux cleaned = 0.129339 Jy ! Component: 150 - total flux cleaned = 0.149227 Jy ! Component: 200 - total flux cleaned = 0.15872 Jy ! Total flux subtracted in 200 components = 0.15872 Jy ! Clean residual min=-0.035926 max=0.045511 Jy/beam ! Clean residual mean=-0.000235 rms=0.011846 Jy/beam ! Combined flux in latest and established models = 1.44714 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 55 components and 1.44714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269830Jy sigma=0.001006 ! Fit after self-cal, rms=0.269835Jy sigma=0.001006 ! 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.00* FD 0.99 HN 1.00* KP 0.98 ! LA 0.98 MK 0.98 NL 1.13 OV 1.04 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 HN 1.00* KP 0.93 ! LA 0.94 MK 1.00 NL 1.16 OV 1.07 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00* KP 1.02 ! LA 1.00 MK 1.02 NL 1.28 OV 0.98 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 1.00* ! LA 0.75 MK 0.98 NL 1.00* OV 1.01 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.269835Jy sigma=0.001006 ! Fit after self-cal, rms=0.137336Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.111 mas, bmaj=7.696 mas, bpa=2.704 degrees ! Estimated noise=4110.26 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.000533932 Jy ! Component: 100 - total flux cleaned = -0.000671875 Jy ! Component: 150 - total flux cleaned = -0.000805184 Jy ! Component: 200 - total flux cleaned = -0.000688681 Jy ! Total flux subtracted in 200 components = -0.000688681 Jy ! Clean residual min=-0.013876 max=0.015266 Jy/beam ! Clean residual mean=0.000056 rms=0.003888 Jy/beam ! Combined flux in latest and established models = 1.44645 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 1.44645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137129Jy sigma=0.000662 ! Fit after self-cal, rms=0.137347Jy sigma=0.000661 ! 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.137347Jy sigma=0.000661 ! Fit after self-cal, rms=0.136933Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=7.69 mas, bpa=2.738 degrees ! Estimated noise=4106.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.4937e-05 Jy ! Component: 100 - total flux cleaned = -9.16358e-05 Jy ! Component: 150 - total flux cleaned = -0.000204634 Jy ! Component: 200 - total flux cleaned = -0.000212821 Jy ! Total flux subtracted in 200 components = -0.000212821 Jy ! Clean residual min=-0.013431 max=0.015271 Jy/beam ! Clean residual mean=0.000069 rms=0.003811 Jy/beam ! Combined flux in latest and established models = 1.44624 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 1.44624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136781Jy sigma=0.000658 ! Fit after self-cal, rms=0.136766Jy 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 = 1.54283e-06 Jy ! Component: 100 - total flux cleaned = -3.92249e-06 Jy ! Component: 150 - total flux cleaned = -1.1978e-06 Jy ! Component: 200 - total flux cleaned = 6.63734e-06 Jy ! Total flux subtracted in 200 components = 6.63734e-06 Jy ! Clean residual min=-0.013415 max=0.015296 Jy/beam ! Clean residual mean=0.000069 rms=0.003793 Jy/beam ! Combined flux in latest and established models = 1.44624 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 1.44624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136645Jy sigma=0.000657 ! Fit after self-cal, rms=0.136640Jy sigma=0.000657 ! 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.136640Jy sigma=0.000657 ! Fit after self-cal, rms=0.135862Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=7.665 mas, bpa=2.911 degrees ! Estimated noise=4095.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000966899 Jy ! Component: 100 - total flux cleaned = 0.000676554 Jy ! Component: 150 - total flux cleaned = 0.00050179 Jy ! Component: 200 - total flux cleaned = 0.000340263 Jy ! Total flux subtracted in 200 components = 0.000340263 Jy ! Clean residual min=-0.012650 max=0.015850 Jy/beam ! Clean residual mean=0.000123 rms=0.003703 Jy/beam ! Combined flux in latest and established models = 1.44658 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 1.44658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135740Jy sigma=0.000651 ! Fit after self-cal, rms=0.135736Jy sigma=0.000651 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 (-95, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0142961 Jy ! Component: 100 - total flux cleaned = 0.0203228 Jy ! Component: 150 - total flux cleaned = 0.0238425 Jy ! Component: 200 - total flux cleaned = 0.0264389 Jy ! Total flux subtracted in 200 components = 0.0264389 Jy ! Clean residual min=-0.010170 max=0.011224 Jy/beam ! Clean residual mean=0.000024 rms=0.002964 Jy/beam ! Combined flux in latest and established models = 1.47302 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 1.47302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134224Jy sigma=0.000643 ! Fit after self-cal, rms=0.134179Jy sigma=0.000642 ! 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.134179Jy sigma=0.000642 ! Fit after self-cal, rms=0.134054Jy sigma=0.000642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.967 mas, bmaj=28.88 mas, bpa=4.819 degrees ! Estimated noise=5169.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00567009 Jy ! Component: 100 - total flux cleaned = 0.00705491 Jy ! Component: 150 - total flux cleaned = 0.00732953 Jy ! Component: 200 - total flux cleaned = 0.00754949 Jy ! Total flux subtracted in 200 components = 0.00754949 Jy ! Clean residual min=-0.009424 max=0.011483 Jy/beam ! Clean residual mean=0.000084 rms=0.003996 Jy/beam ! Combined flux in latest and established models = 1.48057 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 111 components and 1.48057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133875Jy sigma=0.000642 ! Fit after self-cal, rms=0.133879Jy sigma=0.000641 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.000639325 Jy ! Component: 100 - total flux cleaned = 0.000637466 Jy ! Component: 150 - total flux cleaned = 0.000601349 Jy ! Component: 200 - total flux cleaned = 0.000567754 Jy ! Total flux subtracted in 200 components = 0.000567754 Jy ! Clean residual min=-0.009486 max=0.011309 Jy/beam ! Clean residual mean=0.000085 rms=0.003884 Jy/beam ! Combined flux in latest and established models = 1.48114 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 116 components and 1.48114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133840Jy sigma=0.000641 ! Fit after self-cal, rms=0.133840Jy sigma=0.000641 ! 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.105 mas, bmaj=7.656 mas, bpa=2.936 degrees ! Estimated noise=4087.93 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.105 x 7.656 at 2.936 degrees (North through East) ! Clean map min=-0.008762 max=1.0722 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.133840Jy sigma=0.000641 ! Fit after self-cal, rms=0.122233Jy sigma=0.000576 ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=7.652 mas, bpa=2.923 degrees ! Estimated noise=4089.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000148938 Jy ! Component: 100 - total flux cleaned = 0.000291991 Jy ! Component: 150 - total flux cleaned = 0.000105986 Jy ! Component: 200 - total flux cleaned = 1.99995e-05 Jy ! Total flux subtracted in 200 components = 1.99995e-05 Jy ! Clean residual min=-0.009744 max=0.010282 Jy/beam ! Clean residual mean=0.000054 rms=0.002679 Jy/beam ! Combined flux in latest and established models = 1.48116 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 1.48116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122071Jy sigma=0.000575 ! Fit after self-cal, rms=0.122061Jy sigma=0.000575 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.69711e-05 Jy ! Component: 100 - total flux cleaned = -5.80468e-05 Jy ! Component: 150 - total flux cleaned = -5.86071e-05 Jy ! Component: 200 - total flux cleaned = -0.000127536 Jy ! Total flux subtracted in 200 components = -0.000127536 Jy ! Clean residual min=-0.009683 max=0.010180 Jy/beam ! Clean residual mean=0.000052 rms=0.002661 Jy/beam ! Combined flux in latest and established models = 1.48103 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 128 components and 1.48103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121988Jy sigma=0.000575 ! Fit after self-cal, rms=0.121987Jy sigma=0.000575 ! 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.121987Jy sigma=0.000575 ! Fit after self-cal, rms=0.121802Jy sigma=0.000574 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.51 mas, bmaj=6.181 mas, bpa=2.938 degrees ! Estimated noise=5239.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.793494 Jy ! Component: 100 - total flux cleaned = 1.07243 Jy ! Component: 150 - total flux cleaned = 1.21847 Jy ! Component: 200 - total flux cleaned = 1.30434 Jy ! Total flux subtracted in 200 components = 1.30434 Jy ! Clean residual min=-0.026640 max=0.043509 Jy/beam ! Clean residual mean=-0.000022 rms=0.007168 Jy/beam ! Combined flux in latest and established models = 1.30434 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 31 model components to the UV plane model. ! The established model now contains 31 components and 1.30434 Jy ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=7.646 mas, bpa=2.952 degrees ! Estimated noise=4084.97 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.0743377 Jy ! Component: 100 - total flux cleaned = 0.106847 Jy ! Component: 150 - total flux cleaned = 0.124812 Jy ! Component: 200 - total flux cleaned = 0.137256 Jy ! Total flux subtracted in 200 components = 0.137256 Jy ! Clean residual min=-0.011826 max=0.011500 Jy/beam ! Clean residual mean=0.000037 rms=0.003314 Jy/beam ! Combined flux in latest and established models = 1.4416 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 79 components and 1.4416 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.968 mas, bmaj=28.84 mas, bpa=4.835 degrees ! Estimated noise=5170.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140976 Jy ! Component: 100 - total flux cleaned = 0.0219192 Jy ! Component: 150 - total flux cleaned = 0.026549 Jy ! Component: 200 - total flux cleaned = 0.0293905 Jy ! Total flux subtracted in 200 components = 0.0293905 Jy ! Clean residual min=-0.010358 max=0.011164 Jy/beam ! Clean residual mean=0.000043 rms=0.003907 Jy/beam ! Combined flux in latest and established models = 1.47099 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.00122048 Jy ! Component: 100 - total flux cleaned = 0.00139504 Jy ! Component: 150 - total flux cleaned = 0.00155857 Jy ! Component: 200 - total flux cleaned = 0.00169077 Jy ! Total flux subtracted in 200 components = 0.00169077 Jy ! Clean residual min=-0.010176 max=0.011208 Jy/beam ! Clean residual mean=0.000044 rms=0.003863 Jy/beam ! Combined flux in latest and established models = 1.47268 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 105 components and 1.47268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=7.646 mas, bpa=2.952 degrees ! Estimated noise=4084.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000964978 Jy ! Component: 100 - total flux cleaned = -0.000949344 Jy ! Component: 150 - total flux cleaned = -0.000825125 Jy ! Component: 200 - total flux cleaned = -0.000818406 Jy ! Total flux subtracted in 200 components = -0.000818406 Jy ! Clean residual min=-0.009593 max=0.010407 Jy/beam ! Clean residual mean=0.000028 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 1.47186 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 1.47186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122187Jy sigma=0.000576 ! Fit after self-cal, rms=0.122166Jy sigma=0.000576 wmodel J0922-3959_S_2017_02_24_pus_map.mod ! Writing 121 model components to file: J0922-3959_S_2017_02_24_pus_map.mod wobs J0922-3959_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0922-3959_S_2017_02_24_pus_uvs.fits wwins J0922-3959_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0922-3959_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.00366311 Jy ! Component: 100 - total flux cleaned = 0.00367283 Jy ! Component: 150 - total flux cleaned = 0.00336116 Jy ! Component: 200 - total flux cleaned = 0.00306545 Jy ! Component: 250 - total flux cleaned = 0.00236648 Jy ! Component: 300 - total flux cleaned = 0.00131332 Jy ! Component: 350 - total flux cleaned = 0.000565841 Jy ! Component: 400 - total flux cleaned = 0.000562725 Jy ! Component: 450 - total flux cleaned = 0.000560754 Jy ! Component: 500 - total flux cleaned = 0.000342364 Jy ! Component: 550 - total flux cleaned = 2.43312e-05 Jy ! Component: 600 - total flux cleaned = -0.000388666 Jy ! Component: 650 - total flux cleaned = -0.000789533 Jy ! Component: 700 - total flux cleaned = -0.00108036 Jy ! Component: 750 - total flux cleaned = -0.00145751 Jy ! Component: 800 - total flux cleaned = -0.00182441 Jy ! Component: 850 - total flux cleaned = -0.00226956 Jy ! Component: 900 - total flux cleaned = -0.00244184 Jy ! Component: 950 - total flux cleaned = -0.00269622 Jy ! Component: 1000 - total flux cleaned = -0.00302706 Jy ! Component: 1050 - total flux cleaned = -0.00343112 Jy ! Component: 1100 - total flux cleaned = -0.00374636 Jy ! Component: 1150 - total flux cleaned = -0.00413063 Jy ! Component: 1200 - total flux cleaned = -0.00428237 Jy ! Component: 1250 - total flux cleaned = -0.00494527 Jy ! Component: 1300 - total flux cleaned = -0.00537726 Jy ! Component: 1350 - total flux cleaned = -0.005729 Jy ! Component: 1400 - total flux cleaned = -0.00614419 Jy ! Component: 1450 - total flux cleaned = -0.00654935 Jy ! Component: 1500 - total flux cleaned = -0.00661579 Jy ! Component: 1550 - total flux cleaned = -0.00700738 Jy ! Component: 1600 - total flux cleaned = -0.00700663 Jy ! Component: 1650 - total flux cleaned = -0.00700554 Jy ! Component: 1700 - total flux cleaned = -0.00706788 Jy ! Component: 1750 - total flux cleaned = -0.00706675 Jy ! Component: 1800 - total flux cleaned = -0.00694685 Jy ! Component: 1850 - total flux cleaned = -0.00724309 Jy ! Component: 1900 - total flux cleaned = -0.00730128 Jy ! Component: 1950 - total flux cleaned = -0.00764506 Jy ! Component: 2000 - total flux cleaned = -0.00781484 Jy ! Component: 2050 - total flux cleaned = -0.00809352 Jy ! Component: 2100 - total flux cleaned = -0.0082037 Jy ! Component: 2150 - total flux cleaned = -0.0085294 Jy ! Component: 2200 - total flux cleaned = -0.00863739 Jy ! Component: 2250 - total flux cleaned = -0.00885026 Jy ! Component: 2300 - total flux cleaned = -0.00916488 Jy ! Component: 2350 - total flux cleaned = -0.00937218 Jy ! Component: 2400 - total flux cleaned = -0.00942351 Jy ! Component: 2450 - total flux cleaned = -0.00957653 Jy ! Component: 2500 - total flux cleaned = -0.00962698 Jy ! Component: 2550 - total flux cleaned = -0.00977693 Jy ! Component: 2600 - total flux cleaned = -0.00982581 Jy ! Component: 2650 - total flux cleaned = -0.00972722 Jy ! Component: 2700 - total flux cleaned = -0.00987395 Jy ! Component: 2750 - total flux cleaned = -0.00982507 Jy ! Component: 2800 - total flux cleaned = -0.00987342 Jy ! Component: 2850 - total flux cleaned = -0.00996975 Jy ! Component: 2900 - total flux cleaned = -0.0100173 Jy ! Component: 2950 - total flux cleaned = -0.0100175 Jy ! Component: 3000 - total flux cleaned = -0.0100175 Jy ! Component: 3050 - total flux cleaned = -0.0099235 Jy ! Component: 3100 - total flux cleaned = -0.00992342 Jy ! Component: 3150 - total flux cleaned = -0.00978318 Jy ! Component: 3200 - total flux cleaned = -0.0095968 Jy ! Component: 3250 - total flux cleaned = -0.00945729 Jy ! Component: 3300 - total flux cleaned = -0.00936432 Jy ! Component: 3350 - total flux cleaned = -0.00922488 Jy ! Component: 3400 - total flux cleaned = -0.00913197 Jy ! Component: 3450 - total flux cleaned = -0.00894551 Jy ! Component: 3500 - total flux cleaned = -0.00889881 Jy ! Component: 3550 - total flux cleaned = -0.00875843 Jy ! Component: 3600 - total flux cleaned = -0.00861739 Jy ! Component: 3650 - total flux cleaned = -0.00861727 Jy ! Component: 3700 - total flux cleaned = -0.00857026 Jy ! Component: 3750 - total flux cleaned = -0.00857081 Jy ! Component: 3800 - total flux cleaned = -0.00852319 Jy ! Component: 3850 - total flux cleaned = -0.00847542 Jy ! Component: 3900 - total flux cleaned = -0.00842688 Jy ! Component: 3950 - total flux cleaned = -0.00842724 Jy ! Component: 4000 - total flux cleaned = -0.00842742 Jy ! Component: 4050 - total flux cleaned = -0.00842733 Jy ! Total flux subtracted in 4096 components = -0.00837851 Jy ! Clean residual min=-0.003737 max=0.002766 Jy/beam ! Clean residual mean=0.000039 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 1.46348 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 366 components and 1.46348 Jy ![Exited script file: muppet] wmap "J0922-3959_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.104 x 7.646 at 2.952 degrees (North through East) ! Clean map min=-0.0060798 max=1.098 Jy/beam ! Writing clean map to FITS file: J0922-3959_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 1.09798 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00089187 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.243686 0.243686 0.487371 0.974743 1.94949 3.89897 7.79794 15.5959 31.1918 62.3835 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.097 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.104 x 7.646 at 2.952 degrees (North through East) ! Clean map min=-0.0060798 max=1.098 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 J0922-3959_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:23:06 2019