! Started logfile: J0009+7603_S_2017_06_15_pus_uvs.log on Tue May 7 15:05:58 2019 obs J0009+7603_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0009+7603_S_2017_06_15_pus_uva.fits ! AN table 1: 291 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.795953 visibilities/baseline/integration-bin. ! Found source: J0009+7603 ! ! 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 603 lines of history. ! ! Reading 41692 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 J0009+7603_S_2017_06_15_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 318 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 347 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 333 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1628 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996248Jy sigma=0.008976 ! Fit after self-cal, rms=0.961320Jy sigma=0.008682 ! 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.737 mas, bmaj=4.336 mas, bpa=76.66 degrees ! Estimated noise=851.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0330074 Jy ! Component: 100 - total flux cleaned = 0.0402098 Jy ! Total flux subtracted in 100 components = 0.0402098 Jy ! Clean residual min=-0.002467 max=0.003147 Jy/beam ! Clean residual mean=-0.000001 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0402098 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0402098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077026Jy sigma=0.000659 ! Fit after self-cal, rms=0.075779Jy sigma=0.000648 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314444 Jy ! Component: 100 - total flux cleaned = 0.00270087 Jy ! Total flux subtracted in 100 components = 0.00270087 Jy ! Clean residual min=-0.002232 max=0.002634 Jy/beam ! Clean residual mean=0.000001 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0429107 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 6 components and 0.0429107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075660Jy sigma=0.000647 ! Fit after self-cal, rms=0.075630Jy sigma=0.000647 ! 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.509 mas, bmaj=5.1 mas, bpa=75.46 degrees ! Estimated noise=434.703 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 = -5.35299e-05 Jy ! Component: 100 - total flux cleaned = -5.39419e-05 Jy ! Component: 150 - total flux cleaned = -5.4514e-05 Jy ! Component: 200 - total flux cleaned = -5.43013e-05 Jy ! Total flux subtracted in 200 components = -5.43013e-05 Jy ! Clean residual min=-0.001913 max=0.001857 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0428564 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.0428564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075600Jy sigma=0.000647 ! Fit after self-cal, rms=0.075575Jy sigma=0.000647 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.08 HN 1.01 KP 1.04 ! LA 0.92 MK 1.07 NL 1.00 OV 1.05 ! PT 1.09 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.08 HN 1.08 KP 0.99 ! LA 0.97 MK 1.02 NL 1.06 OV 1.06 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.12 HN 1.05 KP 1.06 ! LA 0.96 MK 1.03 NL 0.96 OV 0.99 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.86 KP 1.00* ! LA 0.91 MK 0.82 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.075575Jy sigma=0.000647 ! Fit after self-cal, rms=0.074965Jy sigma=0.000645 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=5.086 mas, bpa=75.64 degrees ! Estimated noise=435.889 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.000546116 Jy ! Component: 100 - total flux cleaned = 0.000640827 Jy ! Component: 150 - total flux cleaned = 0.000683381 Jy ! Component: 200 - total flux cleaned = 0.000722021 Jy ! Total flux subtracted in 200 components = 0.000722021 Jy ! Clean residual min=-0.001485 max=0.001535 Jy/beam ! Clean residual mean=0.000005 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0435784 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.0435784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074956Jy sigma=0.000645 ! Fit after self-cal, rms=0.074919Jy sigma=0.000645 ! 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.074919Jy sigma=0.000645 ! Fit after self-cal, rms=0.074147Jy sigma=0.000644 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.482 mas, bmaj=5.076 mas, bpa=76.34 degrees ! Estimated noise=436.113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289544 Jy ! Component: 100 - total flux cleaned = 0.000308317 Jy ! Component: 150 - total flux cleaned = 0.000342805 Jy ! Component: 200 - total flux cleaned = 0.000366554 Jy ! Total flux subtracted in 200 components = 0.000366554 Jy ! Clean residual min=-0.001412 max=0.001255 Jy/beam ! Clean residual mean=0.000002 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.043945 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 21 components and 0.043945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074144Jy sigma=0.000644 ! Fit after self-cal, rms=0.074186Jy 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.000231683 Jy ! Component: 100 - total flux cleaned = 0.000257907 Jy ! Component: 150 - total flux cleaned = 0.000281496 Jy ! Component: 200 - total flux cleaned = 0.000302889 Jy ! Total flux subtracted in 200 components = 0.000302889 Jy ! Clean residual min=-0.001340 max=0.001342 Jy/beam ! Clean residual mean=0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0442478 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.0442479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074184Jy sigma=0.000643 ! Fit after self-cal, rms=0.074184Jy sigma=0.000643 ! 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.074184Jy sigma=0.000643 ! Fit after self-cal, rms=0.074627Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=5.075 mas, bpa=75.91 degrees ! Estimated noise=435.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000191461 Jy ! Component: 100 - total flux cleaned = 0.000226303 Jy ! Component: 150 - total flux cleaned = 0.000240707 Jy ! Component: 200 - total flux cleaned = 0.000247184 Jy ! Total flux subtracted in 200 components = 0.000247184 Jy ! Clean residual min=-0.001330 max=0.001292 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.044495 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.044495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074626Jy sigma=0.000643 ! Fit after self-cal, rms=0.074680Jy 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 = 8.86626e-05 Jy ! Component: 100 - total flux cleaned = 0.000102258 Jy ! Component: 150 - total flux cleaned = 0.000126268 Jy ! Component: 200 - total flux cleaned = 0.00013166 Jy ! Total flux subtracted in 200 components = 0.00013166 Jy ! Clean residual min=-0.001306 max=0.001313 Jy/beam ! Clean residual mean=0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0446267 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0446267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074679Jy sigma=0.000643 ! Fit after self-cal, rms=0.074681Jy sigma=0.000643 ! 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.074681Jy sigma=0.000643 ! Fit after self-cal, rms=0.074993Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.566 mas, bmaj=10.22 mas, bpa=67.28 degrees ! Estimated noise=557.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197147 Jy ! Component: 100 - total flux cleaned = 0.000207543 Jy ! Component: 150 - total flux cleaned = 0.000220279 Jy ! Component: 200 - total flux cleaned = 0.000232091 Jy ! Total flux subtracted in 200 components = 0.000232091 Jy ! Clean residual min=-0.001527 max=0.001489 Jy/beam ! Clean residual mean=0.000005 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0448588 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.0448588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074993Jy sigma=0.000643 ! Fit after self-cal, rms=0.075023Jy 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 = -1.86407e-05 Jy ! Component: 100 - total flux cleaned = -1.89147e-05 Jy ! Component: 150 - total flux cleaned = -1.88589e-05 Jy ! Component: 200 - total flux cleaned = -1.13086e-05 Jy ! Total flux subtracted in 200 components = -1.13086e-05 Jy ! Clean residual min=-0.001496 max=0.001469 Jy/beam ! Clean residual mean=0.000004 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0448475 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 36 components and 0.0448475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075023Jy sigma=0.000643 ! Fit after self-cal, rms=0.075023Jy sigma=0.000643 ! 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.473 mas, bmaj=5.071 mas, bpa=75.63 degrees ! Estimated noise=435.75 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.473 x 5.071 at 75.63 degrees (North through East) ! Clean map min=-0.0012487 max=0.043122 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.715 mas, bmaj=4.334 mas, bpa=76.65 degrees ! Estimated noise=844.292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0349125 Jy ! Component: 100 - total flux cleaned = 0.0425258 Jy ! Component: 150 - total flux cleaned = 0.0430078 Jy ! Component: 200 - total flux cleaned = 0.0429367 Jy ! Total flux subtracted in 200 components = 0.0429367 Jy ! Clean residual min=-0.002279 max=0.002312 Jy/beam ! Clean residual mean=-0.000002 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0429367 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 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0429367 Jy ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=5.071 mas, bpa=75.63 degrees ! Estimated noise=435.75 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) ! Added new window around map position (4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126488 Jy ! Component: 100 - total flux cleaned = 0.00129915 Jy ! Component: 150 - total flux cleaned = 0.00132918 Jy ! Component: 200 - total flux cleaned = 0.0013775 Jy ! Total flux subtracted in 200 components = 0.0013775 Jy ! Clean residual min=-0.001283 max=0.001325 Jy/beam ! Clean residual mean=0.000001 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0443142 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.0443142 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.566 mas, bmaj=10.22 mas, bpa=67.28 degrees ! Estimated noise=557.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446654 Jy ! Component: 100 - total flux cleaned = 0.000527131 Jy ! Component: 150 - total flux cleaned = 0.000540351 Jy ! Component: 200 - total flux cleaned = 0.000551561 Jy ! Total flux subtracted in 200 components = 0.000551561 Jy ! Clean residual min=-0.001466 max=0.001467 Jy/beam ! Clean residual mean=0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0448658 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.79374e-07 Jy ! Component: 100 - total flux cleaned = -8.11123e-07 Jy ! Component: 150 - total flux cleaned = -1.08309e-06 Jy ! Component: 200 - total flux cleaned = -1.77066e-06 Jy ! Total flux subtracted in 200 components = -1.77066e-06 Jy ! Clean residual min=-0.001441 max=0.001455 Jy/beam ! Clean residual mean=0.000004 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.044864 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 53 components and 0.044864 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=5.071 mas, bpa=75.63 degrees ! Estimated noise=435.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00016378 Jy ! Component: 100 - total flux cleaned = -0.000163719 Jy ! Component: 150 - total flux cleaned = -0.000231555 Jy ! Component: 200 - total flux cleaned = -0.000261974 Jy ! Total flux subtracted in 200 components = -0.000261974 Jy ! Clean residual min=-0.001338 max=0.001246 Jy/beam ! Clean residual mean=0.000001 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0446021 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.0446021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075020Jy sigma=0.000643 ! Fit after self-cal, rms=0.075020Jy sigma=0.000643 wmodel J0009+7603_S_2017_06_15_pus_map.mod ! Writing 63 model components to file: J0009+7603_S_2017_06_15_pus_map.mod wobs J0009+7603_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0009+7603_S_2017_06_15_pus_uvs.fits wwins J0009+7603_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0009+7603_S_2017_06_15_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.000150198 Jy ! Component: 100 - total flux cleaned = -0.000195879 Jy ! Component: 150 - total flux cleaned = -0.000173821 Jy ! Component: 200 - total flux cleaned = -0.000131855 Jy ! Component: 250 - total flux cleaned = -9.14883e-05 Jy ! Component: 300 - total flux cleaned = -0.000169759 Jy ! Component: 350 - total flux cleaned = -0.000208068 Jy ! Component: 400 - total flux cleaned = -0.000264472 Jy ! Component: 450 - total flux cleaned = -0.000337609 Jy ! Component: 500 - total flux cleaned = -0.000373139 Jy ! Component: 550 - total flux cleaned = -0.000373157 Jy ! Component: 600 - total flux cleaned = -0.000407807 Jy ! Component: 650 - total flux cleaned = -0.000357176 Jy ! Component: 700 - total flux cleaned = -0.000340828 Jy ! Component: 750 - total flux cleaned = -0.000373644 Jy ! Component: 800 - total flux cleaned = -0.00039005 Jy ! Component: 850 - total flux cleaned = -0.000389838 Jy ! Component: 900 - total flux cleaned = -0.000342692 Jy ! Component: 950 - total flux cleaned = -0.000327069 Jy ! Component: 1000 - total flux cleaned = -0.00029638 Jy ! Component: 1050 - total flux cleaned = -0.000326819 Jy ! Component: 1100 - total flux cleaned = -0.00029652 Jy ! Component: 1150 - total flux cleaned = -0.000266871 Jy ! Component: 1200 - total flux cleaned = -0.000325658 Jy ! Component: 1250 - total flux cleaned = -0.000325452 Jy ! Component: 1300 - total flux cleaned = -0.000368531 Jy ! Component: 1350 - total flux cleaned = -0.0003259 Jy ! Component: 1400 - total flux cleaned = -0.000396365 Jy ! Component: 1450 - total flux cleaned = -0.000382495 Jy ! Component: 1500 - total flux cleaned = -0.00046549 Jy ! Component: 1550 - total flux cleaned = -0.00049273 Jy ! Component: 1600 - total flux cleaned = -0.000560408 Jy ! Component: 1650 - total flux cleaned = -0.000587356 Jy ! Component: 1700 - total flux cleaned = -0.000666948 Jy ! Component: 1750 - total flux cleaned = -0.000693199 Jy ! Component: 1800 - total flux cleaned = -0.000732219 Jy ! Component: 1850 - total flux cleaned = -0.000758088 Jy ! Component: 1900 - total flux cleaned = -0.000809371 Jy ! Component: 1950 - total flux cleaned = -0.00083484 Jy ! Component: 2000 - total flux cleaned = -0.000897777 Jy ! Component: 2050 - total flux cleaned = -0.000960444 Jy ! Component: 2100 - total flux cleaned = -0.00103472 Jy ! Component: 2150 - total flux cleaned = -0.00110846 Jy ! Component: 2200 - total flux cleaned = -0.0011572 Jy ! Component: 2250 - total flux cleaned = -0.00119352 Jy ! Component: 2300 - total flux cleaned = -0.00121739 Jy ! Component: 2350 - total flux cleaned = -0.0012531 Jy ! Component: 2400 - total flux cleaned = -0.00132406 Jy ! Component: 2450 - total flux cleaned = -0.00135924 Jy ! Component: 2500 - total flux cleaned = -0.00138262 Jy ! Component: 2550 - total flux cleaned = -0.00141728 Jy ! Component: 2600 - total flux cleaned = -0.00144026 Jy ! Component: 2650 - total flux cleaned = -0.00146316 Jy ! Component: 2700 - total flux cleaned = -0.00147452 Jy ! Component: 2750 - total flux cleaned = -0.00148576 Jy ! Component: 2800 - total flux cleaned = -0.00150797 Jy ! Component: 2850 - total flux cleaned = -0.0015191 Jy ! Component: 2900 - total flux cleaned = -0.00153016 Jy ! Component: 2950 - total flux cleaned = -0.00156299 Jy ! Component: 3000 - total flux cleaned = -0.00160632 Jy ! Component: 3050 - total flux cleaned = -0.00159557 Jy ! Component: 3100 - total flux cleaned = -0.00164907 Jy ! Component: 3150 - total flux cleaned = -0.00163848 Jy ! Component: 3200 - total flux cleaned = -0.0016808 Jy ! Component: 3250 - total flux cleaned = -0.00165979 Jy ! Component: 3300 - total flux cleaned = -0.00175383 Jy ! Component: 3350 - total flux cleaned = -0.0018057 Jy ! Component: 3400 - total flux cleaned = -0.00177466 Jy ! Component: 3450 - total flux cleaned = -0.00182591 Jy ! Component: 3500 - total flux cleaned = -0.00187697 Jy ! Component: 3550 - total flux cleaned = -0.00185668 Jy ! Component: 3600 - total flux cleaned = -0.00192733 Jy ! Component: 3650 - total flux cleaned = -0.00191724 Jy ! Component: 3700 - total flux cleaned = -0.0019771 Jy ! Component: 3750 - total flux cleaned = -0.00198695 Jy ! Component: 3800 - total flux cleaned = -0.00201663 Jy ! Component: 3850 - total flux cleaned = -0.00204594 Jy ! Component: 3900 - total flux cleaned = -0.00207518 Jy ! Component: 3950 - total flux cleaned = -0.002114 Jy ! Component: 4000 - total flux cleaned = -0.00209473 Jy ! Component: 4050 - total flux cleaned = -0.00210444 Jy ! Total flux subtracted in 4096 components = -0.00217123 Jy ! Clean residual min=-0.000544 max=0.000630 Jy/beam ! Clean residual mean=0.000001 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0424308 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 381 components and 0.0424309 Jy ![Exited script file: muppet] wmap "J0009+7603_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.473 x 5.071 at 75.63 degrees (North through East) ! Clean map min=-0.0012069 max=0.043313 Jy/beam ! Writing clean map to FITS file: J0009+7603_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0433133 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177604 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23014 1.23014 2.46027 4.92055 9.8411 19.6822 39.3644 78.7288 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.473 x 5.071 at 75.63 degrees (North through East) ! Clean map min=-0.0012069 max=0.043313 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 J0009+7603_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:06:04 2019