! Started logfile: J0245-1107_S_2017_07_16_pus_uvs.log on Thu May 9 10:59:37 2019 obs J0245-1107_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0245-1107_S_2017_07_16_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.69152 visibilities/baseline/integration-bin. ! Found source: J0245-1107 ! ! 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 9460 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 J0245-1107_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 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 506 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908744Jy sigma=0.007385 ! Fit after self-cal, rms=0.894081Jy sigma=0.007270 ! 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.388 mas, bmaj=6.841 mas, bpa=-5.258 degrees ! Estimated noise=1433.02 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.0823429 Jy ! Component: 100 - total flux cleaned = 0.105678 Jy ! Total flux subtracted in 100 components = 0.105678 Jy ! Clean residual min=-0.005762 max=0.011559 Jy/beam ! Clean residual mean=-0.000019 rms=0.001916 Jy/beam ! Combined flux in latest and established models = 0.105678 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.105678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087772Jy sigma=0.000687 ! Fit after self-cal, rms=0.087748Jy sigma=0.000687 ! Inverting map ! Added new window around map position (3, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135045 Jy ! Component: 100 - total flux cleaned = 0.0218659 Jy ! Total flux subtracted in 100 components = 0.0218659 Jy ! Clean residual min=-0.004663 max=0.005920 Jy/beam ! Clean residual mean=-0.000010 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.127544 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 0.127544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085246Jy sigma=0.000665 ! Fit after self-cal, rms=0.085217Jy sigma=0.000665 ! 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.732 mas, bmaj=7.378 mas, bpa=-5.168 degrees ! Estimated noise=1105.12 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.0075052 Jy ! Component: 100 - total flux cleaned = 0.0117731 Jy ! Component: 150 - total flux cleaned = 0.0145534 Jy ! Component: 200 - total flux cleaned = 0.0164165 Jy ! Total flux subtracted in 200 components = 0.0164165 Jy ! Clean residual min=-0.003405 max=0.002945 Jy/beam ! Clean residual mean=-0.000001 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.14396 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 62 components and 0.14396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084511Jy sigma=0.000659 ! Fit after self-cal, rms=0.084491Jy sigma=0.000659 ! 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 1.00* HN 0.96 KP 1.04 ! LA 1.05 MK 0.99 NL 0.90 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 0.98 ! LA 0.97 MK 1.02 NL 0.98 OV 1.06 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 0.98 ! LA 0.98 MK 1.05 NL 1.05 OV 0.94 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 1.00* ! LA 0.94 MK 0.98 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Fit before self-cal, rms=0.084491Jy sigma=0.000659 ! Fit after self-cal, rms=0.083628Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=7.417 mas, bpa=-4.468 degrees ! Estimated noise=1105.69 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111028 Jy ! Component: 100 - total flux cleaned = 0.00111128 Jy ! Component: 150 - total flux cleaned = 0.00120563 Jy ! Component: 200 - total flux cleaned = 0.00123126 Jy ! Total flux subtracted in 200 components = 0.00123126 Jy ! Clean residual min=-0.003209 max=0.003003 Jy/beam ! Clean residual mean=-0.000003 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.145192 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 70 components and 0.145192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083588Jy sigma=0.000660 ! Fit after self-cal, rms=0.083592Jy sigma=0.000659 ! 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.083592Jy sigma=0.000659 ! Fit after self-cal, rms=0.083115Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.765 mas, bmaj=7.395 mas, bpa=-4.482 degrees ! Estimated noise=1101.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279586 Jy ! Component: 100 - total flux cleaned = 0.000412672 Jy ! Component: 150 - total flux cleaned = 0.000415218 Jy ! Component: 200 - total flux cleaned = 0.000400893 Jy ! Total flux subtracted in 200 components = 0.000400893 Jy ! Clean residual min=-0.002973 max=0.002776 Jy/beam ! Clean residual mean=-0.000001 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.145592 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.145592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083102Jy sigma=0.000657 ! Fit after self-cal, rms=0.083111Jy 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.000206375 Jy ! Component: 100 - total flux cleaned = 0.000207227 Jy ! Component: 150 - total flux cleaned = 0.00017208 Jy ! Component: 200 - total flux cleaned = 0.000151225 Jy ! Total flux subtracted in 200 components = 0.000151225 Jy ! Clean residual min=-0.002972 max=0.002805 Jy/beam ! Clean residual mean=-0.000001 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.145744 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.145744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083106Jy sigma=0.000657 ! Fit after self-cal, rms=0.083106Jy 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.083106Jy sigma=0.000657 ! Fit after self-cal, rms=0.082824Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=7.387 mas, bpa=-4.412 degrees ! Estimated noise=1098.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.40765e-06 Jy ! Component: 100 - total flux cleaned = 4.52985e-05 Jy ! Component: 150 - total flux cleaned = 9.42684e-05 Jy ! Component: 200 - total flux cleaned = 0.000105019 Jy ! Total flux subtracted in 200 components = 0.000105019 Jy ! Clean residual min=-0.002912 max=0.002795 Jy/beam ! Clean residual mean=-0.000001 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.145849 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.145849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082818Jy sigma=0.000657 ! Fit after self-cal, rms=0.082819Jy 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 = 5.02018e-05 Jy ! Component: 100 - total flux cleaned = 3.0659e-05 Jy ! Component: 150 - total flux cleaned = 1.23148e-05 Jy ! Component: 200 - total flux cleaned = 1.21454e-05 Jy ! Total flux subtracted in 200 components = 1.21454e-05 Jy ! Clean residual min=-0.002909 max=0.002813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.145861 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.145861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082816Jy sigma=0.000657 ! Fit after self-cal, rms=0.082816Jy 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.082816Jy sigma=0.000657 ! Fit after self-cal, rms=0.082619Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.6 mas, bmaj=13.97 mas, bpa=-2.734 degrees ! Estimated noise=1510.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285617 Jy ! Component: 100 - total flux cleaned = 0.000346927 Jy ! Component: 150 - total flux cleaned = 0.000376758 Jy ! Component: 200 - total flux cleaned = 0.000394113 Jy ! Total flux subtracted in 200 components = 0.000394113 Jy ! Clean residual min=-0.003809 max=0.003484 Jy/beam ! Clean residual mean=-0.000001 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.146255 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 91 components and 0.146255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082623Jy sigma=0.000657 ! Fit after self-cal, rms=0.082625Jy 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 = -1.65741e-05 Jy ! Component: 100 - total flux cleaned = -7.57767e-06 Jy ! Component: 150 - total flux cleaned = 8.54861e-06 Jy ! Component: 200 - total flux cleaned = 1.61368e-05 Jy ! Total flux subtracted in 200 components = 1.61368e-05 Jy ! Clean residual min=-0.003807 max=0.003496 Jy/beam ! Clean residual mean=-0.000001 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.146271 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 92 components and 0.146271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082628Jy sigma=0.000657 ! Fit after self-cal, rms=0.082628Jy 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.759 mas, bmaj=7.381 mas, bpa=-4.339 degrees ! Estimated noise=1095.45 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.759 x 7.381 at -4.339 degrees (North through East) ! Clean map min=-0.002755 max=0.10532 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.408 mas, bmaj=6.834 mas, bpa=-4.402 degrees ! Estimated noise=1424.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0807691 Jy ! Component: 100 - total flux cleaned = 0.105368 Jy ! Component: 150 - total flux cleaned = 0.119167 Jy ! Component: 200 - total flux cleaned = 0.127884 Jy ! Total flux subtracted in 200 components = 0.127884 Jy ! Clean residual min=-0.004358 max=0.005201 Jy/beam ! Clean residual mean=-0.000012 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.127884 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.127884 Jy ! Inverting map and beam ! Estimated beam: bmin=2.759 mas, bmaj=7.381 mas, bpa=-4.339 degrees ! Estimated noise=1095.45 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.0070426 Jy ! Component: 100 - total flux cleaned = 0.0111391 Jy ! Component: 150 - total flux cleaned = 0.0137973 Jy ! Component: 200 - total flux cleaned = 0.0152569 Jy ! Total flux subtracted in 200 components = 0.0152569 Jy ! Clean residual min=-0.003198 max=0.002570 Jy/beam ! Clean residual mean=-0.000003 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.143141 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 54 components and 0.143141 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.6 mas, bmaj=13.97 mas, bpa=-2.734 degrees ! Estimated noise=1510.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212368 Jy ! Component: 100 - total flux cleaned = 0.00297672 Jy ! Component: 150 - total flux cleaned = 0.00309554 Jy ! Component: 200 - total flux cleaned = 0.00316992 Jy ! Total flux subtracted in 200 components = 0.00316992 Jy ! Clean residual min=-0.003940 max=0.003543 Jy/beam ! Clean residual mean=-0.000001 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.146311 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 = 4.41662e-05 Jy ! Component: 100 - total flux cleaned = 8.01243e-05 Jy ! Component: 150 - total flux cleaned = 0.00011 Jy ! Component: 200 - total flux cleaned = 0.000134664 Jy ! Total flux subtracted in 200 components = 0.000134664 Jy ! Clean residual min=-0.003851 max=0.003523 Jy/beam ! Clean residual mean=-0.000000 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.146446 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.146446 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.759 mas, bmaj=7.381 mas, bpa=-4.339 degrees ! Estimated noise=1095.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000596124 Jy ! Component: 100 - total flux cleaned = -0.000630625 Jy ! Component: 150 - total flux cleaned = -0.000628585 Jy ! Component: 200 - total flux cleaned = -0.000603187 Jy ! Total flux subtracted in 200 components = -0.000603187 Jy ! Clean residual min=-0.003046 max=0.002672 Jy/beam ! Clean residual mean=-0.000001 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.145843 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.145843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082640Jy sigma=0.000657 ! Fit after self-cal, rms=0.082642Jy sigma=0.000657 wmodel J0245-1107_S_2017_07_16_pus_map.mod ! Writing 78 model components to file: J0245-1107_S_2017_07_16_pus_map.mod wobs J0245-1107_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0245-1107_S_2017_07_16_pus_uvs.fits wwins J0245-1107_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J0245-1107_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.00102698 Jy ! Component: 100 - total flux cleaned = -0.00153979 Jy ! Component: 150 - total flux cleaned = -0.0020563 Jy ! Component: 200 - total flux cleaned = -0.00234039 Jy ! Component: 250 - total flux cleaned = -0.00260922 Jy ! Component: 300 - total flux cleaned = -0.00282875 Jy ! Component: 350 - total flux cleaned = -0.00296931 Jy ! Component: 400 - total flux cleaned = -0.00300458 Jy ! Component: 450 - total flux cleaned = -0.00303775 Jy ! Component: 500 - total flux cleaned = -0.00303777 Jy ! Component: 550 - total flux cleaned = -0.00306795 Jy ! Component: 600 - total flux cleaned = -0.00306789 Jy ! Component: 650 - total flux cleaned = -0.0030685 Jy ! Component: 700 - total flux cleaned = -0.00306811 Jy ! Component: 750 - total flux cleaned = -0.00304 Jy ! Component: 800 - total flux cleaned = -0.00303972 Jy ! Component: 850 - total flux cleaned = -0.00301228 Jy ! Component: 900 - total flux cleaned = -0.00296035 Jy ! Component: 950 - total flux cleaned = -0.00295974 Jy ! Component: 1000 - total flux cleaned = -0.00305932 Jy ! Component: 1050 - total flux cleaned = -0.00308389 Jy ! Component: 1100 - total flux cleaned = -0.00313213 Jy ! Component: 1150 - total flux cleaned = -0.00317895 Jy ! Component: 1200 - total flux cleaned = -0.0032017 Jy ! Component: 1250 - total flux cleaned = -0.00317866 Jy ! Component: 1300 - total flux cleaned = -0.00320102 Jy ! Component: 1350 - total flux cleaned = -0.00326695 Jy ! Component: 1400 - total flux cleaned = -0.00324522 Jy ! Component: 1450 - total flux cleaned = -0.00324542 Jy ! Component: 1500 - total flux cleaned = -0.00324539 Jy ! Component: 1550 - total flux cleaned = -0.00334775 Jy ! Component: 1600 - total flux cleaned = -0.00338792 Jy ! Component: 1650 - total flux cleaned = -0.0033877 Jy ! Component: 1700 - total flux cleaned = -0.00334884 Jy ! Component: 1750 - total flux cleaned = -0.00338759 Jy ! Component: 1800 - total flux cleaned = -0.00334951 Jy ! Component: 1850 - total flux cleaned = -0.00333076 Jy ! Component: 1900 - total flux cleaned = -0.00333108 Jy ! Component: 1950 - total flux cleaned = -0.00336756 Jy ! Component: 2000 - total flux cleaned = -0.00334932 Jy ! Component: 2050 - total flux cleaned = -0.00338505 Jy ! Component: 2100 - total flux cleaned = -0.00336732 Jy ! Component: 2150 - total flux cleaned = -0.00345483 Jy ! Component: 2200 - total flux cleaned = -0.00343728 Jy ! Component: 2250 - total flux cleaned = -0.00343725 Jy ! Component: 2300 - total flux cleaned = -0.00347133 Jy ! Component: 2350 - total flux cleaned = -0.00345437 Jy ! Component: 2400 - total flux cleaned = -0.00352099 Jy ! Component: 2450 - total flux cleaned = -0.00355405 Jy ! Component: 2500 - total flux cleaned = -0.00357054 Jy ! Component: 2550 - total flux cleaned = -0.00361926 Jy ! Component: 2600 - total flux cleaned = -0.00368357 Jy ! Component: 2650 - total flux cleaned = -0.00373139 Jy ! Component: 2700 - total flux cleaned = -0.00379439 Jy ! Component: 2750 - total flux cleaned = -0.00384135 Jy ! Component: 2800 - total flux cleaned = -0.00388791 Jy ! Component: 2850 - total flux cleaned = -0.00393421 Jy ! Component: 2900 - total flux cleaned = -0.00396478 Jy ! Component: 2950 - total flux cleaned = -0.00398001 Jy ! Component: 3000 - total flux cleaned = -0.00404021 Jy ! Component: 3050 - total flux cleaned = -0.00402523 Jy ! Component: 3100 - total flux cleaned = -0.00404 Jy ! Component: 3150 - total flux cleaned = -0.00408422 Jy ! Component: 3200 - total flux cleaned = -0.00411344 Jy ! Component: 3250 - total flux cleaned = -0.0041134 Jy ! Component: 3300 - total flux cleaned = -0.00407012 Jy ! Component: 3350 - total flux cleaned = -0.00408459 Jy ! Component: 3400 - total flux cleaned = -0.00411315 Jy ! Component: 3450 - total flux cleaned = -0.00411315 Jy ! Component: 3500 - total flux cleaned = -0.0041411 Jy ! Component: 3550 - total flux cleaned = -0.00414113 Jy ! Component: 3600 - total flux cleaned = -0.00414105 Jy ! Component: 3650 - total flux cleaned = -0.00412714 Jy ! Component: 3700 - total flux cleaned = -0.00416843 Jy ! Component: 3750 - total flux cleaned = -0.0041959 Jy ! Component: 3800 - total flux cleaned = -0.00423676 Jy ! Component: 3850 - total flux cleaned = -0.00426391 Jy ! Component: 3900 - total flux cleaned = -0.0042235 Jy ! Component: 3950 - total flux cleaned = -0.00422353 Jy ! Component: 4000 - total flux cleaned = -0.00421013 Jy ! Component: 4050 - total flux cleaned = -0.00415704 Jy ! Total flux subtracted in 4096 components = -0.00415706 Jy ! Clean residual min=-0.000690 max=0.000957 Jy/beam ! Clean residual mean=-0.000002 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.141686 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 355 components and 0.141686 Jy ![Exited script file: muppet] wmap "J0245-1107_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.759 x 7.381 at -4.339 degrees (North through East) ! Clean map min=-0.0017749 max=0.10428 Jy/beam ! Writing clean map to FITS file: J0245-1107_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.104284 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022082 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.635245 0.635245 1.27049 2.54098 5.08196 10.1639 20.3278 40.6557 81.3114 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.104 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.759 x 7.381 at -4.339 degrees (North through East) ! Clean map min=-0.0017749 max=0.10428 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 J0245-1107_S_2017_07_16_pus_uvs.log closed on Thu May 9 10:59:41 2019