! Started logfile: J2359-3133_S_2017_07_16_pus_uvs.log on Thu May 9 11:21:37 2019 obs J2359-3133_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2359-3133_S_2017_07_16_pus_uva.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.408696 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2359-3133 ! ! 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 815 lines of history. ! ! Reading 1692 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 J2359-3133_S_2017_07_16_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.571774Jy sigma=0.003366 ! Fit after self-cal, rms=0.552725Jy sigma=0.003253 ! 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.342 mas, bmaj=8.091 mas, bpa=1.666 degrees ! Estimated noise=4373.03 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.380376 Jy ! Component: 100 - total flux cleaned = 0.473351 Jy ! Total flux subtracted in 100 components = 0.473351 Jy ! Clean residual min=-0.043930 max=0.088889 Jy/beam ! Clean residual mean=0.000100 rms=0.014921 Jy/beam ! Combined flux in latest and established models = 0.473351 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.473351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198902Jy sigma=0.001164 ! Fit after self-cal, rms=0.198898Jy sigma=0.001164 ! Inverting map ! Added new window around map position (-4, 15.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0712273 Jy ! Component: 100 - total flux cleaned = 0.0808826 Jy ! Total flux subtracted in 100 components = 0.0808826 Jy ! Clean residual min=-0.044929 max=0.064228 Jy/beam ! Clean residual mean=0.000042 rms=0.011309 Jy/beam ! Combined flux in latest and established models = 0.554234 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.554234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168542Jy sigma=0.000968 ! Fit after self-cal, rms=0.164177Jy sigma=0.000929 ! 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.606 mas, bmaj=8.602 mas, bpa=2.589 degrees ! Estimated noise=3517.14 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.0340801 Jy ! Component: 100 - total flux cleaned = 0.0405292 Jy ! Component: 150 - total flux cleaned = 0.0462166 Jy ! Component: 200 - total flux cleaned = 0.0489099 Jy ! Total flux subtracted in 200 components = 0.0489099 Jy ! Clean residual min=-0.033985 max=0.043195 Jy/beam ! Clean residual mean=0.000003 rms=0.008564 Jy/beam ! Combined flux in latest and established models = 0.603144 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.603144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149664Jy sigma=0.000834 ! Fit after self-cal, rms=0.148910Jy sigma=0.000826 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.48 KP 1.00 ! LA 1.01 MK 1.01 NL 1.00* OV 0.94 ! PT 1.02 SC 0.90 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.46 KP 0.99 ! LA 0.94 MK 1.01 NL 1.00* OV 0.97 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.42 KP 0.95 ! LA 1.00* MK 1.02 NL 1.05 OV 0.89 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! A total of 30 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.148910Jy sigma=0.000826 ! Fit after self-cal, rms=0.158708Jy sigma=0.000728 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.637 mas, bmaj=8.655 mas, bpa=4.094 degrees ! Estimated noise=3656.33 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.00558171 Jy ! Component: 100 - total flux cleaned = -0.00508114 Jy ! Component: 150 - total flux cleaned = -0.00468198 Jy ! Component: 200 - total flux cleaned = -0.00467348 Jy ! Total flux subtracted in 200 components = -0.00467348 Jy ! Clean residual min=-0.025878 max=0.023096 Jy/beam ! Clean residual mean=-0.000052 rms=0.005642 Jy/beam ! Combined flux in latest and established models = 0.59847 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 52 components and 0.59847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153357Jy sigma=0.000718 ! Fit after self-cal, rms=0.153660Jy sigma=0.000716 ! 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.153660Jy sigma=0.000716 ! Fit after self-cal, rms=0.188448Jy sigma=0.000646 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.673 mas, bmaj=8.688 mas, bpa=4.314 degrees ! Estimated noise=3764.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0018402 Jy ! Component: 100 - total flux cleaned = -0.0010168 Jy ! Component: 150 - total flux cleaned = -0.000640539 Jy ! Component: 200 - total flux cleaned = -0.000113907 Jy ! Total flux subtracted in 200 components = -0.000113907 Jy ! Clean residual min=-0.011138 max=0.009614 Jy/beam ! Clean residual mean=-0.000013 rms=0.002739 Jy/beam ! Combined flux in latest and established models = 0.598356 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.598356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187150Jy sigma=0.000644 ! Fit after self-cal, rms=0.187259Jy sigma=0.000643 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.00127946 Jy ! Component: 100 - total flux cleaned = -0.000777721 Jy ! Component: 150 - total flux cleaned = -0.000321757 Jy ! Component: 200 - total flux cleaned = -4.43484e-05 Jy ! Total flux subtracted in 200 components = -4.43484e-05 Jy ! Clean residual min=-0.010651 max=0.009467 Jy/beam ! Clean residual mean=-0.000013 rms=0.002646 Jy/beam ! Combined flux in latest and established models = 0.598312 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 75 components and 0.598312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186426Jy sigma=0.000642 ! Fit after self-cal, rms=0.186321Jy sigma=0.000642 ! 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.186321Jy sigma=0.000642 ! Fit after self-cal, rms=0.190139Jy sigma=0.000641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.674 mas, bmaj=8.689 mas, bpa=4.314 degrees ! Estimated noise=3760.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116217 Jy ! Component: 100 - total flux cleaned = -0.000872488 Jy ! Component: 150 - total flux cleaned = -0.00045514 Jy ! Component: 200 - total flux cleaned = -0.000193956 Jy ! Total flux subtracted in 200 components = -0.000193956 Jy ! Clean residual min=-0.010110 max=0.008738 Jy/beam ! Clean residual mean=-0.000006 rms=0.002527 Jy/beam ! Combined flux in latest and established models = 0.598118 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.598118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189346Jy sigma=0.000640 ! Fit after self-cal, rms=0.189261Jy sigma=0.000640 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.000977399 Jy ! Component: 100 - total flux cleaned = -0.000581982 Jy ! Component: 150 - total flux cleaned = -0.000114868 Jy ! Component: 200 - total flux cleaned = 0.00010476 Jy ! Total flux subtracted in 200 components = 0.00010476 Jy ! Clean residual min=-0.009829 max=0.008575 Jy/beam ! Clean residual mean=-0.000007 rms=0.002471 Jy/beam ! Combined flux in latest and established models = 0.598223 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.598223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188736Jy sigma=0.000639 ! Fit after self-cal, rms=0.188656Jy sigma=0.000639 ! 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.188656Jy sigma=0.000639 ! Fit after self-cal, rms=0.192119Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.541 mas, bmaj=19.86 mas, bpa=1.143 degrees ! Estimated noise=5096.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000637877 Jy ! Component: 100 - total flux cleaned = -0.000354976 Jy ! Component: 150 - total flux cleaned = -9.71782e-05 Jy ! Component: 200 - total flux cleaned = 0.000145703 Jy ! Total flux subtracted in 200 components = 0.000145703 Jy ! Clean residual min=-0.009386 max=0.008945 Jy/beam ! Clean residual mean=-0.000007 rms=0.002603 Jy/beam ! Combined flux in latest and established models = 0.598368 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 88 components and 0.598368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191876Jy sigma=0.000639 ! Fit after self-cal, rms=0.191927Jy sigma=0.000639 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 = 2.52272e-07 Jy ! Component: 100 - total flux cleaned = 0.000152694 Jy ! Component: 150 - total flux cleaned = 0.000299559 Jy ! Component: 200 - total flux cleaned = 0.00036999 Jy ! Total flux subtracted in 200 components = 0.00036999 Jy ! Clean residual min=-0.009294 max=0.009016 Jy/beam ! Clean residual mean=-0.000009 rms=0.002597 Jy/beam ! Combined flux in latest and established models = 0.598738 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 0.598738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191748Jy sigma=0.000639 ! Fit after self-cal, rms=0.191772Jy sigma=0.000639 ! 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.675 mas, bmaj=8.692 mas, bpa=4.316 degrees ! Estimated noise=3756.8 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.675 x 8.692 at 4.316 degrees (North through East) ! Clean map min=-0.026561 max=0.4514 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.431 mas, bmaj=8.119 mas, bpa=4.522 degrees ! Estimated noise=4705.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.415135 Jy ! Component: 100 - total flux cleaned = 0.52034 Jy ! Component: 150 - total flux cleaned = 0.561842 Jy ! Component: 200 - total flux cleaned = 0.58195 Jy ! Total flux subtracted in 200 components = 0.58195 Jy ! Clean residual min=-0.014669 max=0.013800 Jy/beam ! Clean residual mean=0.000009 rms=0.003531 Jy/beam ! Combined flux in latest and established models = 0.581951 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.581951 Jy ! Inverting map and beam ! Estimated beam: bmin=2.675 mas, bmaj=8.692 mas, bpa=4.316 degrees ! Estimated noise=3756.8 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.0128027 Jy ! Component: 100 - total flux cleaned = 0.015998 Jy ! Component: 150 - total flux cleaned = 0.017266 Jy ! Component: 200 - total flux cleaned = 0.0179111 Jy ! Total flux subtracted in 200 components = 0.0179111 Jy ! Clean residual min=-0.009975 max=0.010599 Jy/beam ! Clean residual mean=-0.000008 rms=0.002632 Jy/beam ! Combined flux in latest and established models = 0.599862 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 44 components and 0.599862 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.541 mas, bmaj=19.86 mas, bpa=1.143 degrees ! Estimated noise=5096.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161321 Jy ! Component: 100 - total flux cleaned = 0.00158209 Jy ! Component: 150 - total flux cleaned = 0.00159639 Jy ! Component: 200 - total flux cleaned = 0.00159485 Jy ! Total flux subtracted in 200 components = 0.00159485 Jy ! Clean residual min=-0.010442 max=0.009710 Jy/beam ! Clean residual mean=-0.000022 rms=0.002819 Jy/beam ! Combined flux in latest and established models = 0.601457 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.000120754 Jy ! Component: 100 - total flux cleaned = -0.000124578 Jy ! Component: 150 - total flux cleaned = -0.000126562 Jy ! Component: 200 - total flux cleaned = -0.000225718 Jy ! Total flux subtracted in 200 components = -0.000225718 Jy ! Clean residual min=-0.009996 max=0.009440 Jy/beam ! Clean residual mean=-0.000020 rms=0.002741 Jy/beam ! Combined flux in latest and established models = 0.601231 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.601231 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.675 mas, bmaj=8.692 mas, bpa=4.316 degrees ! Estimated noise=3756.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000807948 Jy ! Component: 100 - total flux cleaned = -0.000641509 Jy ! Component: 150 - total flux cleaned = -0.000644943 Jy ! Component: 200 - total flux cleaned = -0.000517566 Jy ! Total flux subtracted in 200 components = -0.000517566 Jy ! Clean residual min=-0.009447 max=0.009298 Jy/beam ! Clean residual mean=-0.000008 rms=0.002427 Jy/beam ! Combined flux in latest and established models = 0.600713 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.600713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192173Jy sigma=0.000638 ! Fit after self-cal, rms=0.191788Jy sigma=0.000638 wmodel J2359-3133_S_2017_07_16_pus_map.mod ! Writing 64 model components to file: J2359-3133_S_2017_07_16_pus_map.mod wobs J2359-3133_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2359-3133_S_2017_07_16_pus_uvs.fits wwins J2359-3133_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J2359-3133_S_2017_07_16_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.000947861 Jy ! Component: 100 - total flux cleaned = -0.000479484 Jy ! Component: 150 - total flux cleaned = -0.00032798 Jy ! Component: 200 - total flux cleaned = -0.000325164 Jy ! Component: 250 - total flux cleaned = -0.000323978 Jy ! Component: 300 - total flux cleaned = -6.95043e-05 Jy ! Component: 350 - total flux cleaned = -0.000191771 Jy ! Component: 400 - total flux cleaned = 4.39433e-05 Jy ! Component: 450 - total flux cleaned = 4.06277e-05 Jy ! Component: 500 - total flux cleaned = 4.25166e-05 Jy ! Component: 550 - total flux cleaned = -0.000170481 Jy ! Component: 600 - total flux cleaned = -0.000484448 Jy ! Component: 650 - total flux cleaned = -0.000586927 Jy ! Component: 700 - total flux cleaned = -0.000887926 Jy ! Component: 750 - total flux cleaned = -0.00127957 Jy ! Component: 800 - total flux cleaned = -0.00156537 Jy ! Component: 850 - total flux cleaned = -0.00184501 Jy ! Component: 900 - total flux cleaned = -0.00202741 Jy ! Component: 950 - total flux cleaned = -0.002476 Jy ! Component: 1000 - total flux cleaned = -0.00265226 Jy ! Component: 1050 - total flux cleaned = -0.00291043 Jy ! Component: 1100 - total flux cleaned = -0.0031636 Jy ! Component: 1150 - total flux cleaned = -0.00333074 Jy ! Component: 1200 - total flux cleaned = -0.00365836 Jy ! Component: 1250 - total flux cleaned = -0.00381944 Jy ! Component: 1300 - total flux cleaned = -0.00397838 Jy ! Component: 1350 - total flux cleaned = -0.00436658 Jy ! Component: 1400 - total flux cleaned = -0.00451892 Jy ! Component: 1450 - total flux cleaned = -0.00474503 Jy ! Component: 1500 - total flux cleaned = -0.0051172 Jy ! Component: 1550 - total flux cleaned = -0.00541037 Jy ! Component: 1600 - total flux cleaned = -0.00569937 Jy ! Component: 1650 - total flux cleaned = -0.00598551 Jy ! Component: 1700 - total flux cleaned = -0.00626741 Jy ! Component: 1750 - total flux cleaned = -0.00668601 Jy ! Component: 1800 - total flux cleaned = -0.00703067 Jy ! Component: 1850 - total flux cleaned = -0.00743882 Jy ! Component: 1900 - total flux cleaned = -0.00757433 Jy ! Component: 1950 - total flux cleaned = -0.00777496 Jy ! Component: 2000 - total flux cleaned = -0.00810744 Jy ! Component: 2050 - total flux cleaned = -0.00837278 Jy ! Component: 2100 - total flux cleaned = -0.00870371 Jy ! Component: 2150 - total flux cleaned = -0.00909896 Jy ! Component: 2200 - total flux cleaned = -0.00929671 Jy ! Component: 2250 - total flux cleaned = -0.00969115 Jy ! Component: 2300 - total flux cleaned = -0.0100192 Jy ! Component: 2350 - total flux cleaned = -0.0103476 Jy ! Component: 2400 - total flux cleaned = -0.0106752 Jy ! Component: 2450 - total flux cleaned = -0.0110687 Jy ! Component: 2500 - total flux cleaned = -0.0113314 Jy ! Component: 2550 - total flux cleaned = -0.0117252 Jy ! Component: 2600 - total flux cleaned = -0.0119879 Jy ! Component: 2650 - total flux cleaned = -0.012317 Jy ! Component: 2700 - total flux cleaned = -0.0126463 Jy ! Component: 2750 - total flux cleaned = -0.0129104 Jy ! Component: 2800 - total flux cleaned = -0.013241 Jy ! Component: 2850 - total flux cleaned = -0.0135716 Jy ! Component: 2900 - total flux cleaned = -0.0138375 Jy ! Component: 2950 - total flux cleaned = -0.0141044 Jy ! Component: 3000 - total flux cleaned = -0.0143719 Jy ! Component: 3050 - total flux cleaned = -0.0146406 Jy ! Component: 3100 - total flux cleaned = -0.0149771 Jy ! Component: 3150 - total flux cleaned = -0.0152476 Jy ! Component: 3200 - total flux cleaned = -0.0155192 Jy ! Component: 3250 - total flux cleaned = -0.0157919 Jy ! Component: 3300 - total flux cleaned = -0.0160663 Jy ! Component: 3350 - total flux cleaned = -0.0162734 Jy ! Component: 3400 - total flux cleaned = -0.0165511 Jy ! Component: 3450 - total flux cleaned = -0.0166909 Jy ! Component: 3500 - total flux cleaned = -0.0169724 Jy ! Component: 3550 - total flux cleaned = -0.0170437 Jy ! Component: 3600 - total flux cleaned = -0.0173292 Jy ! Component: 3650 - total flux cleaned = -0.0174735 Jy ! Component: 3700 - total flux cleaned = -0.0176911 Jy ! Component: 3750 - total flux cleaned = -0.017985 Jy ! Component: 3800 - total flux cleaned = -0.0182066 Jy ! Component: 3850 - total flux cleaned = -0.0185054 Jy ! Component: 3900 - total flux cleaned = -0.0188081 Jy ! Component: 3950 - total flux cleaned = -0.019037 Jy ! Component: 4000 - total flux cleaned = -0.0192674 Jy ! Component: 4050 - total flux cleaned = -0.0195786 Jy ! Total flux subtracted in 4096 components = -0.0198142 Jy ! Clean residual min=-0.005200 max=0.004157 Jy/beam ! Clean residual mean=0.000001 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.580899 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 312 components and 0.580899 Jy ![Exited script file: muppet] wmap "J2359-3133_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.675 x 8.692 at 4.316 degrees (North through East) ! Clean map min=-0.010716 max=0.46777 Jy/beam ! Writing clean map to FITS file: J2359-3133_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.467772 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00136738 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.876951 0.876951 1.7539 3.5078 7.01561 14.0312 28.0624 56.1249 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0041 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.467 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.675 x 8.692 at 4.316 degrees (North through East) ! Clean map min=-0.010716 max=0.46777 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 J2359-3133_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:21:42 2019