! Started logfile: J0230+4032_S_2017_07_09_pus_uvs.log on Wed May 8 14:40:08 2019 obs J0230+4032_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0230+4032_S_2017_07_09_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911882 visibilities/baseline/integration-bin. ! Found source: J0230+4032 ! ! 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 28396 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 J0230+4032_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 933 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646108Jy sigma=0.006610 ! Fit after self-cal, rms=0.524413Jy sigma=0.005386 ! 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.883 mas, bmaj=5.018 mas, bpa=-2.356 degrees ! Estimated noise=744.906 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.362274 Jy ! Component: 100 - total flux cleaned = 0.454803 Jy ! Total flux subtracted in 100 components = 0.454803 Jy ! Clean residual min=-0.013782 max=0.037533 Jy/beam ! Clean residual mean=0.000011 rms=0.003885 Jy/beam ! Combined flux in latest and established models = 0.454803 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.454803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118016Jy sigma=0.001053 ! Fit after self-cal, rms=0.117994Jy sigma=0.001053 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.041904 Jy ! Component: 100 - total flux cleaned = 0.0657001 Jy ! Total flux subtracted in 100 components = 0.0657001 Jy ! Clean residual min=-0.011223 max=0.011972 Jy/beam ! Clean residual mean=-0.000005 rms=0.002513 Jy/beam ! Combined flux in latest and established models = 0.520504 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 23 components and 0.520504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098265Jy sigma=0.000861 ! Fit after self-cal, rms=0.098199Jy sigma=0.000860 ! 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.553 mas, bmaj=5.907 mas, bpa=-2.002 degrees ! Estimated noise=464.846 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.0141908 Jy ! Component: 100 - total flux cleaned = 0.0206837 Jy ! Component: 150 - total flux cleaned = 0.0229645 Jy ! Component: 200 - total flux cleaned = 0.0234095 Jy ! Total flux subtracted in 200 components = 0.0234095 Jy ! Clean residual min=-0.007397 max=0.005969 Jy/beam ! Clean residual mean=0.000003 rms=0.001568 Jy/beam ! Combined flux in latest and established models = 0.543913 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.543913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095329Jy sigma=0.000846 ! Fit after self-cal, rms=0.095296Jy sigma=0.000845 ! 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.99 FD 0.98 HN 0.96 KP 1.02 ! LA 1.01 MK 1.04 NL 0.90 OV 0.96 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.01 HN 1.00 KP 0.99 ! LA 0.98 MK 1.03 NL 1.04 OV 1.07 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.05 HN 0.99 KP 0.98 ! LA 0.99 MK 1.06 NL 1.02 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00 KP 1.00* ! LA 1.05 MK 1.30 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.095296Jy sigma=0.000845 ! Fit after self-cal, rms=0.085397Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=5.904 mas, bpa=-1.455 degrees ! Estimated noise=467.463 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.00113425 Jy ! Component: 100 - total flux cleaned = 0.00113315 Jy ! Component: 150 - total flux cleaned = 0.00113054 Jy ! Component: 200 - total flux cleaned = 0.00121639 Jy ! Total flux subtracted in 200 components = 0.00121639 Jy ! Clean residual min=-0.005627 max=0.005482 Jy/beam ! Clean residual mean=0.000004 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.54513 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.54513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085049Jy sigma=0.000765 ! Fit after self-cal, rms=0.085045Jy sigma=0.000765 ! 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.085045Jy sigma=0.000765 ! Fit after self-cal, rms=0.074165Jy sigma=0.000703 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=5.937 mas, bpa=-1.583 degrees ! Estimated noise=468.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000663109 Jy ! Component: 100 - total flux cleaned = -0.000465852 Jy ! Component: 150 - total flux cleaned = -0.000408217 Jy ! Component: 200 - total flux cleaned = -0.000409536 Jy ! Total flux subtracted in 200 components = -0.000409536 Jy ! Clean residual min=-0.002185 max=0.003759 Jy/beam ! Clean residual mean=0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.54472 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.54472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074055Jy sigma=0.000702 ! Fit after self-cal, rms=0.074048Jy sigma=0.000701 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 (5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265637 Jy ! Component: 100 - total flux cleaned = 0.00298223 Jy ! Component: 150 - total flux cleaned = 0.00302886 Jy ! Component: 200 - total flux cleaned = 0.00307556 Jy ! Total flux subtracted in 200 components = 0.00307556 Jy ! Clean residual min=-0.001794 max=0.001645 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.547796 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.547796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073843Jy sigma=0.000700 ! Fit after self-cal, rms=0.073818Jy sigma=0.000699 ! 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.073818Jy sigma=0.000699 ! Fit after self-cal, rms=0.073909Jy sigma=0.000699 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=5.943 mas, bpa=-1.714 degrees ! Estimated noise=468.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502183 Jy ! Component: 100 - total flux cleaned = 0.000651658 Jy ! Component: 150 - total flux cleaned = 0.000877493 Jy ! Component: 200 - total flux cleaned = 0.00100101 Jy ! Total flux subtracted in 200 components = 0.00100101 Jy ! Clean residual min=-0.001567 max=0.001423 Jy/beam ! Clean residual mean=0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.548797 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.548797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073827Jy sigma=0.000699 ! Fit after self-cal, rms=0.073821Jy sigma=0.000698 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.000147326 Jy ! Component: 100 - total flux cleaned = 0.000298464 Jy ! Component: 150 - total flux cleaned = 0.000369113 Jy ! Component: 200 - total flux cleaned = 0.000436225 Jy ! Total flux subtracted in 200 components = 0.000436225 Jy ! Clean residual min=-0.001516 max=0.001328 Jy/beam ! Clean residual mean=0.000001 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.549233 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 68 components and 0.549233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073780Jy sigma=0.000698 ! Fit after self-cal, rms=0.073777Jy sigma=0.000698 ! 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.073777Jy sigma=0.000698 ! Fit after self-cal, rms=0.073884Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.79 mas, bmaj=9.427 mas, bpa=-2.727 degrees ! Estimated noise=582.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010168 Jy ! Component: 100 - total flux cleaned = 0.00119793 Jy ! Component: 150 - total flux cleaned = 0.00132335 Jy ! Component: 200 - total flux cleaned = 0.00138328 Jy ! Total flux subtracted in 200 components = 0.00138328 Jy ! Clean residual min=-0.001529 max=0.001446 Jy/beam ! Clean residual mean=0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.550616 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.550616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073878Jy sigma=0.000698 ! Fit after self-cal, rms=0.073877Jy sigma=0.000698 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.000300462 Jy ! Component: 100 - total flux cleaned = 0.000323268 Jy ! Component: 150 - total flux cleaned = 0.000332333 Jy ! Component: 200 - total flux cleaned = 0.000332318 Jy ! Total flux subtracted in 200 components = 0.000332318 Jy ! Clean residual min=-0.001497 max=0.001345 Jy/beam ! Clean residual mean=0.000002 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.550949 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.550949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073875Jy sigma=0.000698 ! Fit after self-cal, rms=0.073875Jy sigma=0.000698 ! 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.584 mas, bmaj=5.947 mas, bpa=-1.785 degrees ! Estimated noise=469.243 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.584 x 5.947 at -1.785 degrees (North through East) ! Clean map min=-0.0014406 max=0.48334 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.92 mas, bmaj=5.089 mas, bpa=-1.405 degrees ! Estimated noise=757.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.368197 Jy ! Component: 100 - total flux cleaned = 0.461503 Jy ! Component: 150 - total flux cleaned = 0.500012 Jy ! Component: 200 - total flux cleaned = 0.520145 Jy ! Total flux subtracted in 200 components = 0.520145 Jy ! Clean residual min=-0.004984 max=0.009771 Jy/beam ! Clean residual mean=0.000009 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.520145 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.520145 Jy ! Inverting map and beam ! Estimated beam: bmin=3.584 mas, bmaj=5.947 mas, bpa=-1.785 degrees ! Estimated noise=469.243 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.0135899 Jy ! Component: 100 - total flux cleaned = 0.0210883 Jy ! Component: 150 - total flux cleaned = 0.0257504 Jy ! Component: 200 - total flux cleaned = 0.0276641 Jy ! Total flux subtracted in 200 components = 0.0276641 Jy ! Clean residual min=-0.001998 max=0.002311 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.547809 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 36 components and 0.547809 Jy ! Inverting map ! Added new window around map position (11, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176871 Jy ! Component: 100 - total flux cleaned = 0.00228222 Jy ! Component: 150 - total flux cleaned = 0.00251726 Jy ! Component: 200 - total flux cleaned = 0.00266016 Jy ! Total flux subtracted in 200 components = 0.00266016 Jy ! Clean residual min=-0.001747 max=0.001834 Jy/beam ! Clean residual mean=0.000000 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.550469 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 51 components and 0.550469 Jy ! Inverting map ! Added new window around map position (-23, -28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000844247 Jy ! Component: 100 - total flux cleaned = 0.000980754 Jy ! Component: 150 - total flux cleaned = 0.00110995 Jy ! Component: 200 - total flux cleaned = 0.00123358 Jy ! Total flux subtracted in 200 components = 0.00123358 Jy ! Clean residual min=-0.001678 max=0.001708 Jy/beam ! Clean residual mean=0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.551703 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 66 components and 0.551703 Jy ! Inverting map ! Added new window around map position (22.5, -18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107828 Jy ! Component: 100 - total flux cleaned = 0.00113568 Jy ! Component: 150 - total flux cleaned = 0.00124201 Jy ! Component: 200 - total flux cleaned = 0.00129364 Jy ! Total flux subtracted in 200 components = 0.00129364 Jy ! Clean residual min=-0.001607 max=0.001551 Jy/beam ! Clean residual mean=0.000001 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.552996 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 76 components and 0.552996 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.79 mas, bmaj=9.427 mas, bpa=-2.727 degrees ! Estimated noise=582.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000659552 Jy ! Component: 100 - total flux cleaned = 0.000910838 Jy ! Component: 150 - total flux cleaned = 0.00110773 Jy ! Component: 200 - total flux cleaned = 0.00120464 Jy ! Total flux subtracted in 200 components = 0.00120464 Jy ! Clean residual min=-0.001468 max=0.001190 Jy/beam ! Clean residual mean=0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.554201 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.000103603 Jy ! Component: 100 - total flux cleaned = 0.000166186 Jy ! Component: 150 - total flux cleaned = 0.000195382 Jy ! Component: 200 - total flux cleaned = 0.000235991 Jy ! Total flux subtracted in 200 components = 0.000235991 Jy ! Clean residual min=-0.001481 max=0.001182 Jy/beam ! Clean residual mean=0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.554437 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 119 components and 0.554437 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.584 mas, bmaj=5.947 mas, bpa=-1.785 degrees ! Estimated noise=469.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000452465 Jy ! Component: 100 - total flux cleaned = -0.000452868 Jy ! Component: 150 - total flux cleaned = -0.000407079 Jy ! Component: 200 - total flux cleaned = -0.000360868 Jy ! Total flux subtracted in 200 components = -0.000360868 Jy ! Clean residual min=-0.001491 max=0.001492 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.554076 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 126 components and 0.554076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073974Jy sigma=0.000699 ! Fit after self-cal, rms=0.073962Jy sigma=0.000699 wmodel J0230+4032_S_2017_07_09_pus_map.mod ! Writing 126 model components to file: J0230+4032_S_2017_07_09_pus_map.mod wobs J0230+4032_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0230+4032_S_2017_07_09_pus_uvs.fits wwins J0230+4032_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J0230+4032_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.000249943 Jy ! Component: 100 - total flux cleaned = -0.000558101 Jy ! Component: 150 - total flux cleaned = -0.000825211 Jy ! Component: 200 - total flux cleaned = -0.000964799 Jy ! Component: 250 - total flux cleaned = -0.00107788 Jy ! Component: 300 - total flux cleaned = -0.00116547 Jy ! Component: 350 - total flux cleaned = -0.00118652 Jy ! Component: 400 - total flux cleaned = -0.00127098 Jy ! Component: 450 - total flux cleaned = -0.00137432 Jy ! Component: 500 - total flux cleaned = -0.00137432 Jy ! Component: 550 - total flux cleaned = -0.00149413 Jy ! Component: 600 - total flux cleaned = -0.00143531 Jy ! Component: 650 - total flux cleaned = -0.00160966 Jy ! Component: 700 - total flux cleaned = -0.00166609 Jy ! Component: 750 - total flux cleaned = -0.00166571 Jy ! Component: 800 - total flux cleaned = -0.00174025 Jy ! Component: 850 - total flux cleaned = -0.00181375 Jy ! Component: 900 - total flux cleaned = -0.00184989 Jy ! Component: 950 - total flux cleaned = -0.001939 Jy ! Component: 1000 - total flux cleaned = -0.00197417 Jy ! Component: 1050 - total flux cleaned = -0.00207875 Jy ! Component: 1100 - total flux cleaned = -0.00206144 Jy ! Component: 1150 - total flux cleaned = -0.00207867 Jy ! Component: 1200 - total flux cleaned = -0.00206159 Jy ! Component: 1250 - total flux cleaned = -0.00204496 Jy ! Component: 1300 - total flux cleaned = -0.00204464 Jy ! Component: 1350 - total flux cleaned = -0.00201171 Jy ! Component: 1400 - total flux cleaned = -0.00202798 Jy ! Component: 1450 - total flux cleaned = -0.00194765 Jy ! Component: 1500 - total flux cleaned = -0.00196359 Jy ! Component: 1550 - total flux cleaned = -0.00196379 Jy ! Component: 1600 - total flux cleaned = -0.00204192 Jy ! Component: 1650 - total flux cleaned = -0.00194912 Jy ! Component: 1700 - total flux cleaned = -0.0020106 Jy ! Component: 1750 - total flux cleaned = -0.00202595 Jy ! Component: 1800 - total flux cleaned = -0.00208637 Jy ! Component: 1850 - total flux cleaned = -0.00208624 Jy ! Component: 1900 - total flux cleaned = -0.00208622 Jy ! Component: 1950 - total flux cleaned = -0.00211589 Jy ! Component: 2000 - total flux cleaned = -0.00213047 Jy ! Component: 2050 - total flux cleaned = -0.00213055 Jy ! Component: 2100 - total flux cleaned = -0.00213049 Jy ! Component: 2150 - total flux cleaned = -0.00214479 Jy ! Component: 2200 - total flux cleaned = -0.00214482 Jy ! Component: 2250 - total flux cleaned = -0.00222884 Jy ! Component: 2300 - total flux cleaned = -0.00220102 Jy ! Component: 2350 - total flux cleaned = -0.0022148 Jy ! Component: 2400 - total flux cleaned = -0.00225579 Jy ! Component: 2450 - total flux cleaned = -0.00226938 Jy ! Component: 2500 - total flux cleaned = -0.00226953 Jy ! Component: 2550 - total flux cleaned = -0.00229629 Jy ! Component: 2600 - total flux cleaned = -0.00228292 Jy ! Component: 2650 - total flux cleaned = -0.00228305 Jy ! Component: 2700 - total flux cleaned = -0.00234887 Jy ! Component: 2750 - total flux cleaned = -0.00238787 Jy ! Component: 2800 - total flux cleaned = -0.00233595 Jy ! Component: 2850 - total flux cleaned = -0.00234896 Jy ! Component: 2900 - total flux cleaned = -0.00240002 Jy ! Component: 2950 - total flux cleaned = -0.00241278 Jy ! Component: 3000 - total flux cleaned = -0.00238756 Jy ! Component: 3050 - total flux cleaned = -0.00238756 Jy ! Component: 3100 - total flux cleaned = -0.00248696 Jy ! Component: 3150 - total flux cleaned = -0.00246213 Jy ! Component: 3200 - total flux cleaned = -0.00251125 Jy ! Component: 3250 - total flux cleaned = -0.00249907 Jy ! Component: 3300 - total flux cleaned = -0.00248706 Jy ! Component: 3350 - total flux cleaned = -0.002535 Jy ! Component: 3400 - total flux cleaned = -0.00255901 Jy ! Component: 3450 - total flux cleaned = -0.00253538 Jy ! Component: 3500 - total flux cleaned = -0.00257075 Jy ! Component: 3550 - total flux cleaned = -0.00259428 Jy ! Component: 3600 - total flux cleaned = -0.00257083 Jy ! Component: 3650 - total flux cleaned = -0.00257091 Jy ! Component: 3700 - total flux cleaned = -0.00254777 Jy ! Component: 3750 - total flux cleaned = -0.00260499 Jy ! Component: 3800 - total flux cleaned = -0.00259365 Jy ! Component: 3850 - total flux cleaned = -0.00259355 Jy ! Component: 3900 - total flux cleaned = -0.00259345 Jy ! Component: 3950 - total flux cleaned = -0.00259359 Jy ! Component: 4000 - total flux cleaned = -0.00262702 Jy ! Component: 4050 - total flux cleaned = -0.00256069 Jy ! Total flux subtracted in 4096 components = -0.00258279 Jy ! Clean residual min=-0.000625 max=0.000582 Jy/beam ! Clean residual mean=0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.551493 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 410 components and 0.551494 Jy ![Exited script file: muppet] wmap "J0230+4032_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.584 x 5.947 at -1.785 degrees (North through East) ! Clean map min=-0.00096698 max=0.48374 Jy/beam ! Writing clean map to FITS file: J0230+4032_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.483737 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189947 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.1178 0.1178 0.2356 0.471199 0.942398 1.8848 3.76959 7.53919 15.0784 30.1567 60.3135 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.483 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.584 x 5.947 at -1.785 degrees (North through East) ! Clean map min=-0.00096698 max=0.48374 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 J0230+4032_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:40:15 2019