! Started logfile: J0921+1350_S_2017_07_09_pus_uvs.log on Wed May 8 14:46:04 2019 obs J0921+1350_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0921+1350_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963743 visibilities/baseline/integration-bin. ! Found source: J0921+1350 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 594 lines of history. ! ! Reading 19776 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 J0921+1350_S_2017_07_09_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 664 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.913025Jy sigma=0.008416 ! Fit after self-cal, rms=0.901691Jy sigma=0.008321 ! 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=3.054 mas, bmaj=6.614 mas, bpa=-2.065 degrees ! Estimated noise=831.52 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.074601 Jy ! Component: 100 - total flux cleaned = 0.0959465 Jy ! Total flux subtracted in 100 components = 0.0959465 Jy ! Clean residual min=-0.005187 max=0.009573 Jy/beam ! Clean residual mean=-0.000015 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.0959465 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0959465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079772Jy sigma=0.000708 ! Fit after self-cal, rms=0.079720Jy sigma=0.000707 ! Inverting map ! Added new window around map position (0, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116494 Jy ! Component: 100 - total flux cleaned = 0.019229 Jy ! Total flux subtracted in 100 components = 0.019229 Jy ! Clean residual min=-0.004057 max=0.004319 Jy/beam ! Clean residual mean=-0.000005 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.115176 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.115176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077473Jy sigma=0.000684 ! Fit after self-cal, rms=0.077421Jy sigma=0.000684 ! 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.584 mas, bmaj=7.455 mas, bpa=-0.8286 degrees ! Estimated noise=624.001 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.0077024 Jy ! Component: 100 - total flux cleaned = 0.0121874 Jy ! Component: 150 - total flux cleaned = 0.0150475 Jy ! Component: 200 - total flux cleaned = 0.0170224 Jy ! Total flux subtracted in 200 components = 0.0170224 Jy ! Clean residual min=-0.002461 max=0.003394 Jy/beam ! Clean residual mean=0.000007 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.132198 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 67 components and 0.132198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076641Jy sigma=0.000676 ! Fit after self-cal, rms=0.076614Jy sigma=0.000676 ! 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.03 FD 0.96 HN 0.96 KP 1.01 ! LA 1.01 MK 1.15 NL 0.91 OV 1.00 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 0.99 KP 0.98 ! LA 0.96 MK 1.10 NL 1.04 OV 1.00 ! PT 0.96 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.06 HN 0.95 KP 0.97 ! LA 0.96 MK 1.14 NL 1.02 OV 0.96 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.18 HN 0.92 KP 1.00* ! LA 1.05 MK 0.99 NL 1.00* OV 1.00* ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.076614Jy sigma=0.000676 ! Fit after self-cal, rms=0.076417Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=7.537 mas, bpa=-0.287 degrees ! Estimated noise=624.677 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 (-1, -15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349133 Jy ! Component: 100 - total flux cleaned = 0.00486476 Jy ! Component: 150 - total flux cleaned = 0.00536468 Jy ! Component: 200 - total flux cleaned = 0.00557963 Jy ! Total flux subtracted in 200 components = 0.00557963 Jy ! Clean residual min=-0.002233 max=0.002421 Jy/beam ! Clean residual mean=0.000004 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.137778 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 96 components and 0.137778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076261Jy sigma=0.000671 ! Fit after self-cal, rms=0.076254Jy 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.076254Jy sigma=0.000670 ! Fit after self-cal, rms=0.076212Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=7.518 mas, bpa=-0.6207 degrees ! Estimated noise=623.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130296 Jy ! Component: 100 - total flux cleaned = 0.00176652 Jy ! Component: 150 - total flux cleaned = 0.00188996 Jy ! Component: 200 - total flux cleaned = 0.0020235 Jy ! Total flux subtracted in 200 components = 0.0020235 Jy ! Clean residual min=-0.001985 max=0.002270 Jy/beam ! Clean residual mean=0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.139801 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 112 components and 0.139801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076179Jy sigma=0.000669 ! Fit after self-cal, rms=0.076183Jy 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) ! Added new window around map position (-7, -37). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020008 Jy ! Component: 100 - total flux cleaned = 0.00316638 Jy ! Component: 150 - total flux cleaned = 0.00408398 Jy ! Component: 200 - total flux cleaned = 0.00478099 Jy ! Total flux subtracted in 200 components = 0.00478099 Jy ! Clean residual min=-0.001781 max=0.001781 Jy/beam ! Clean residual mean=0.000005 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.144582 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 136 components and 0.144582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076121Jy sigma=0.000669 ! Fit after self-cal, rms=0.076116Jy sigma=0.000668 ! 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.076116Jy sigma=0.000668 ! Fit after self-cal, rms=0.076025Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.649 mas, bmaj=7.515 mas, bpa=-0.6838 degrees ! Estimated noise=620.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00094003 Jy ! Component: 100 - total flux cleaned = 0.00138925 Jy ! Component: 150 - total flux cleaned = 0.00153363 Jy ! Component: 200 - total flux cleaned = 0.00157754 Jy ! Total flux subtracted in 200 components = 0.00157754 Jy ! Clean residual min=-0.001457 max=0.001450 Jy/beam ! Clean residual mean=0.000005 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.14616 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.14616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076008Jy sigma=0.000667 ! Fit after self-cal, rms=0.076017Jy sigma=0.000667 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.000318643 Jy ! Component: 100 - total flux cleaned = 0.00041798 Jy ! Component: 150 - total flux cleaned = 0.000473143 Jy ! Component: 200 - total flux cleaned = 0.000472924 Jy ! Total flux subtracted in 200 components = 0.000472924 Jy ! Clean residual min=-0.001460 max=0.001434 Jy/beam ! Clean residual mean=0.000005 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.146633 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 165 components and 0.146633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076009Jy sigma=0.000666 ! Fit after self-cal, rms=0.076008Jy sigma=0.000666 ! 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.076008Jy sigma=0.000666 ! Fit after self-cal, rms=0.075974Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.417 mas, bmaj=11.17 mas, bpa=-6.029 degrees ! Estimated noise=751.185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120744 Jy ! Component: 100 - total flux cleaned = 0.000279328 Jy ! Component: 150 - total flux cleaned = 0.000411893 Jy ! Component: 200 - total flux cleaned = 0.000460377 Jy ! Total flux subtracted in 200 components = 0.000460377 Jy ! Clean residual min=-0.001770 max=0.001342 Jy/beam ! Clean residual mean=0.000011 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.147093 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 182 components and 0.147093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075970Jy sigma=0.000666 ! Fit after self-cal, rms=0.075969Jy sigma=0.000666 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.06731e-05 Jy ! Component: 100 - total flux cleaned = 7.98794e-05 Jy ! Component: 150 - total flux cleaned = 0.000119335 Jy ! Component: 200 - total flux cleaned = 0.00013162 Jy ! Total flux subtracted in 200 components = 0.00013162 Jy ! Clean residual min=-0.001756 max=0.001346 Jy/beam ! Clean residual mean=0.000011 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.147225 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 193 components and 0.147225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075967Jy sigma=0.000666 ! Fit after self-cal, rms=0.075966Jy sigma=0.000666 ! 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.649 mas, bmaj=7.508 mas, bpa=-0.6738 degrees ! Estimated noise=620.292 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.649 x 7.508 at -0.6738 degrees (North through East) ! Clean map min=-0.001357 max=0.099589 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=3.131 mas, bmaj=6.638 mas, bpa=-1.792 degrees ! Estimated noise=839.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0742766 Jy ! Component: 100 - total flux cleaned = 0.0964822 Jy ! Component: 150 - total flux cleaned = 0.108397 Jy ! Component: 200 - total flux cleaned = 0.115919 Jy ! Total flux subtracted in 200 components = 0.115919 Jy ! Clean residual min=-0.003039 max=0.003949 Jy/beam ! Clean residual mean=-0.000005 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.115919 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.115919 Jy ! Inverting map and beam ! Estimated beam: bmin=3.649 mas, bmaj=7.508 mas, bpa=-0.6738 degrees ! Estimated noise=620.292 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.00694265 Jy ! Component: 100 - total flux cleaned = 0.0114604 Jy ! Component: 150 - total flux cleaned = 0.0147901 Jy ! Component: 200 - total flux cleaned = 0.017379 Jy ! Total flux subtracted in 200 components = 0.017379 Jy ! Clean residual min=-0.001749 max=0.002013 Jy/beam ! Clean residual mean=0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.133298 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 78 components and 0.133298 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.417 mas, bmaj=11.17 mas, bpa=-6.029 degrees ! Estimated noise=751.185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342978 Jy ! Component: 100 - total flux cleaned = 0.00580777 Jy ! Component: 150 - total flux cleaned = 0.00762551 Jy ! Component: 200 - total flux cleaned = 0.00904984 Jy ! Total flux subtracted in 200 components = 0.00904984 Jy ! Clean residual min=-0.001652 max=0.001564 Jy/beam ! Clean residual mean=0.000007 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.142348 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.00113506 Jy ! Component: 100 - total flux cleaned = 0.0020506 Jy ! Component: 150 - total flux cleaned = 0.00271228 Jy ! Component: 200 - total flux cleaned = 0.00314192 Jy ! Total flux subtracted in 200 components = 0.00314192 Jy ! Clean residual min=-0.001706 max=0.001386 Jy/beam ! Clean residual mean=0.000010 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.14549 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 184 components and 0.14549 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.649 mas, bmaj=7.508 mas, bpa=-0.6738 degrees ! Estimated noise=620.292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.53752e-05 Jy ! Component: 100 - total flux cleaned = 0.000255261 Jy ! Component: 150 - total flux cleaned = 0.000512118 Jy ! Component: 200 - total flux cleaned = 0.000694385 Jy ! Total flux subtracted in 200 components = 0.000694385 Jy ! Clean residual min=-0.001488 max=0.001560 Jy/beam ! Clean residual mean=0.000005 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.146184 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 201 components and 0.146184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075982Jy sigma=0.000666 ! Fit after self-cal, rms=0.075972Jy sigma=0.000666 wmodel J0921+1350_S_2017_07_09_pus_map.mod ! Writing 201 model components to file: J0921+1350_S_2017_07_09_pus_map.mod wobs J0921+1350_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0921+1350_S_2017_07_09_pus_uvs.fits wwins J0921+1350_S_2017_07_09_pus_map.win ! wwins: Wrote 4 windows to J0921+1350_S_2017_07_09_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.000137668 Jy ! Component: 100 - total flux cleaned = 0.000310684 Jy ! Component: 150 - total flux cleaned = 0.000429422 Jy ! Component: 200 - total flux cleaned = 0.000544667 Jy ! Component: 250 - total flux cleaned = 0.00067884 Jy ! Component: 300 - total flux cleaned = 0.000809668 Jy ! Component: 350 - total flux cleaned = 0.000979726 Jy ! Component: 400 - total flux cleaned = 0.00114584 Jy ! Component: 450 - total flux cleaned = 0.00128831 Jy ! Component: 500 - total flux cleaned = 0.00144814 Jy ! Component: 550 - total flux cleaned = 0.00164452 Jy ! Component: 600 - total flux cleaned = 0.00181825 Jy ! Component: 650 - total flux cleaned = 0.00195149 Jy ! Component: 700 - total flux cleaned = 0.00215751 Jy ! Component: 750 - total flux cleaned = 0.00221266 Jy ! Component: 800 - total flux cleaned = 0.00232187 Jy ! Component: 850 - total flux cleaned = 0.00234037 Jy ! Component: 900 - total flux cleaned = 0.00253502 Jy ! Component: 950 - total flux cleaned = 0.00256959 Jy ! Component: 1000 - total flux cleaned = 0.00269023 Jy ! Component: 1050 - total flux cleaned = 0.00274129 Jy ! Component: 1100 - total flux cleaned = 0.00285906 Jy ! Component: 1150 - total flux cleaned = 0.0028756 Jy ! Component: 1200 - total flux cleaned = 0.00294133 Jy ! Component: 1250 - total flux cleaned = 0.00295753 Jy ! Component: 1300 - total flux cleaned = 0.00300613 Jy ! Component: 1350 - total flux cleaned = 0.00305416 Jy ! Component: 1400 - total flux cleaned = 0.0030703 Jy ! Component: 1450 - total flux cleaned = 0.00308576 Jy ! Component: 1500 - total flux cleaned = 0.00308592 Jy ! Component: 1550 - total flux cleaned = 0.00310142 Jy ! Component: 1600 - total flux cleaned = 0.0031621 Jy ! Component: 1650 - total flux cleaned = 0.00311694 Jy ! Component: 1700 - total flux cleaned = 0.0030872 Jy ! Component: 1750 - total flux cleaned = 0.00316104 Jy ! Component: 1800 - total flux cleaned = 0.0031464 Jy ! Component: 1850 - total flux cleaned = 0.00314646 Jy ! Component: 1900 - total flux cleaned = 0.00317515 Jy ! Component: 1950 - total flux cleaned = 0.00314695 Jy ! Component: 2000 - total flux cleaned = 0.00313289 Jy ! Component: 2050 - total flux cleaned = 0.00320283 Jy ! Component: 2100 - total flux cleaned = 0.00320278 Jy ! Component: 2150 - total flux cleaned = 0.00321646 Jy ! Component: 2200 - total flux cleaned = 0.00317584 Jy ! Component: 2250 - total flux cleaned = 0.00321643 Jy ! Component: 2300 - total flux cleaned = 0.0032433 Jy ! Component: 2350 - total flux cleaned = 0.00329623 Jy ! Component: 2400 - total flux cleaned = 0.00325685 Jy ! Component: 2450 - total flux cleaned = 0.00329588 Jy ! Component: 2500 - total flux cleaned = 0.00326988 Jy ! Component: 2550 - total flux cleaned = 0.0032827 Jy ! Component: 2600 - total flux cleaned = 0.00330821 Jy ! Component: 2650 - total flux cleaned = 0.00329548 Jy ! Component: 2700 - total flux cleaned = 0.00330795 Jy ! Component: 2750 - total flux cleaned = 0.00330794 Jy ! Component: 2800 - total flux cleaned = 0.00332031 Jy ! Component: 2850 - total flux cleaned = 0.00332024 Jy ! Component: 2900 - total flux cleaned = 0.00329601 Jy ! Component: 2950 - total flux cleaned = 0.00328402 Jy ! Component: 3000 - total flux cleaned = 0.00330814 Jy ! Component: 3050 - total flux cleaned = 0.00329614 Jy ! Component: 3100 - total flux cleaned = 0.00330797 Jy ! Component: 3150 - total flux cleaned = 0.00333157 Jy ! Component: 3200 - total flux cleaned = 0.00333146 Jy ! Component: 3250 - total flux cleaned = 0.00335472 Jy ! Component: 3300 - total flux cleaned = 0.00333159 Jy ! Component: 3350 - total flux cleaned = 0.00330861 Jy ! Component: 3400 - total flux cleaned = 0.00327436 Jy ! Component: 3450 - total flux cleaned = 0.00327444 Jy ! Component: 3500 - total flux cleaned = 0.0032856 Jy ! Component: 3550 - total flux cleaned = 0.0032967 Jy ! Component: 3600 - total flux cleaned = 0.00330769 Jy ! Component: 3650 - total flux cleaned = 0.00326347 Jy ! Component: 3700 - total flux cleaned = 0.00323064 Jy ! Component: 3750 - total flux cleaned = 0.00324163 Jy ! Component: 3800 - total flux cleaned = 0.00321993 Jy ! Component: 3850 - total flux cleaned = 0.00321993 Jy ! Component: 3900 - total flux cleaned = 0.00322003 Jy ! Component: 3950 - total flux cleaned = 0.00320937 Jy ! Component: 4000 - total flux cleaned = 0.00317771 Jy ! Component: 4050 - total flux cleaned = 0.00320925 Jy ! Total flux subtracted in 4096 components = 0.00319881 Jy ! Clean residual min=-0.000584 max=0.000594 Jy/beam ! Clean residual mean=0.000001 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.149383 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 515 components and 0.149383 Jy ![Exited script file: muppet] wmap "J0921+1350_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.649 x 7.508 at -0.6738 degrees (North through East) ! Clean map min=-0.0010091 max=0.10005 Jy/beam ! Writing clean map to FITS file: J0921+1350_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100048 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194713 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.583858 0.583858 1.16772 2.33543 4.67086 9.34173 18.6835 37.3669 74.7338 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.649 x 7.508 at -0.6738 degrees (North through East) ! Clean map min=-0.0010091 max=0.10005 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 J0921+1350_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:46:09 2019