! Started logfile: J1005+4805_S_2017_01_21_pus_uvs.log on Sun May 5 15:51:54 2019 obs J1005+4805_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1005+4805_S_2017_01_21_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.792686 visibilities/baseline/integration-bin. ! Found source: J1005+4805 ! ! 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 558 lines of history. ! ! Reading 24884 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 J1005+4805_S_2017_01_21_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 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 600 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000954Jy sigma=0.008735 ! Fit after self-cal, rms=0.959906Jy sigma=0.008398 ! 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.814 mas, bmaj=4.222 mas, bpa=-3.297 degrees ! Estimated noise=1075.27 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.0340066 Jy ! Component: 100 - total flux cleaned = 0.0414452 Jy ! Total flux subtracted in 100 components = 0.0414452 Jy ! Clean residual min=-0.002669 max=0.002992 Jy/beam ! Clean residual mean=0.000006 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0414452 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0414452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079665Jy sigma=0.000633 ! Fit after self-cal, rms=0.078122Jy sigma=0.000620 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328177 Jy ! Component: 100 - total flux cleaned = 0.00373629 Jy ! Total flux subtracted in 100 components = 0.00373629 Jy ! Clean residual min=-0.002519 max=0.002759 Jy/beam ! Clean residual mean=0.000006 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.0451815 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0451815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077968Jy sigma=0.000619 ! Fit after self-cal, rms=0.077944Jy sigma=0.000619 ! 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.606 mas, bmaj=5.211 mas, bpa=-3.991 degrees ! Estimated noise=553.956 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.000374344 Jy ! Component: 100 - total flux cleaned = 0.000373581 Jy ! Component: 150 - total flux cleaned = 0.000371686 Jy ! Component: 200 - total flux cleaned = 0.00040506 Jy ! Total flux subtracted in 200 components = 0.00040506 Jy ! Clean residual min=-0.002070 max=0.001876 Jy/beam ! Clean residual mean=0.000017 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0455865 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0455865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077925Jy sigma=0.000619 ! Fit after self-cal, rms=0.077918Jy sigma=0.000619 ! 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.91 FD 1.10 HN 1.03 LA 1.01 ! MK 0.97 NL 0.95 OV 1.08 PT 1.05 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.10 HN 1.02 LA 0.99 ! MK 0.96 NL 1.05 OV 1.06 PT 1.04 ! SC 1.14 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.06 HN 1.04 LA 1.01 ! MK 0.95 NL 1.07 OV 1.03 PT 1.04 ! SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.09 HN 0.91 LA 0.95 ! MK 0.92 NL 1.00* OV 0.95 PT 0.95 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.077918Jy sigma=0.000619 ! Fit after self-cal, rms=0.076116Jy sigma=0.000618 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.574 mas, bmaj=5.191 mas, bpa=-4.871 degrees ! Estimated noise=554.104 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.000633008 Jy ! Component: 100 - total flux cleaned = 0.000901078 Jy ! Component: 150 - total flux cleaned = 0.000996317 Jy ! Component: 200 - total flux cleaned = 0.00106733 Jy ! Total flux subtracted in 200 components = 0.00106733 Jy ! Clean residual min=-0.001673 max=0.001708 Jy/beam ! Clean residual mean=0.000015 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0466539 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 21 components and 0.0466539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076109Jy sigma=0.000618 ! Fit after self-cal, rms=0.076021Jy sigma=0.000618 ! 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.076021Jy sigma=0.000618 ! Fit after self-cal, rms=0.074983Jy sigma=0.000617 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=5.191 mas, bpa=-4.754 degrees ! Estimated noise=554.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000214908 Jy ! Component: 100 - total flux cleaned = 0.000216641 Jy ! Component: 150 - total flux cleaned = 0.000227327 Jy ! Component: 200 - total flux cleaned = 0.00023553 Jy ! Total flux subtracted in 200 components = 0.00023553 Jy ! Clean residual min=-0.001596 max=0.001706 Jy/beam ! Clean residual mean=0.000007 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0468894 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.0468894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074978Jy sigma=0.000617 ! Fit after self-cal, rms=0.074966Jy sigma=0.000616 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 (-34.5, 39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115689 Jy ! Component: 100 - total flux cleaned = 0.00159117 Jy ! Component: 150 - total flux cleaned = 0.00193498 Jy ! Component: 200 - total flux cleaned = 0.00210749 Jy ! Total flux subtracted in 200 components = 0.00210749 Jy ! Clean residual min=-0.001402 max=0.001550 Jy/beam ! Clean residual mean=0.000010 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0489969 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.0489969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074932Jy sigma=0.000616 ! Fit after self-cal, rms=0.074920Jy sigma=0.000616 ! Inverting map ! Added new window around map position (116.5, 44). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001457 Jy ! Component: 100 - total flux cleaned = 0.00217058 Jy ! Component: 150 - total flux cleaned = 0.00237228 Jy ! Component: 200 - total flux cleaned = 0.00257855 Jy ! Total flux subtracted in 200 components = 0.00257855 Jy ! Clean residual min=-0.001393 max=0.001308 Jy/beam ! Clean residual mean=0.000009 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0515754 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 66 components and 0.0515754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074884Jy sigma=0.000616 ! Fit after self-cal, rms=0.074871Jy sigma=0.000616 ! 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.074871Jy sigma=0.000616 ! Fit after self-cal, rms=0.074489Jy sigma=0.000615 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=5.176 mas, bpa=-4.349 degrees ! Estimated noise=553.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117613 Jy ! Component: 100 - total flux cleaned = 0.00162125 Jy ! Component: 150 - total flux cleaned = 0.00177696 Jy ! Component: 200 - total flux cleaned = 0.00194091 Jy ! Total flux subtracted in 200 components = 0.00194091 Jy ! Clean residual min=-0.001240 max=0.001369 Jy/beam ! Clean residual mean=0.000007 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0535163 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 70 components and 0.0535163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074464Jy sigma=0.000615 ! Fit after self-cal, rms=0.074452Jy sigma=0.000615 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.000793486 Jy ! Component: 100 - total flux cleaned = 0.000919285 Jy ! Component: 150 - total flux cleaned = 0.00100944 Jy ! Component: 200 - total flux cleaned = 0.00115641 Jy ! Total flux subtracted in 200 components = 0.00115641 Jy ! Clean residual min=-0.001225 max=0.001372 Jy/beam ! Clean residual mean=0.000008 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0546727 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 76 components and 0.0546727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074434Jy sigma=0.000615 ! Fit after self-cal, rms=0.074423Jy sigma=0.000615 ! Inverting map ! Added new window around map position (90.5, -83). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121552 Jy ! Component: 100 - total flux cleaned = 0.00162291 Jy ! Component: 150 - total flux cleaned = 0.00171749 Jy ! Component: 200 - total flux cleaned = 0.00180463 Jy ! Total flux subtracted in 200 components = 0.00180463 Jy ! Clean residual min=-0.001211 max=0.001103 Jy/beam ! Clean residual mean=0.000006 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0564774 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 90 components and 0.0564774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074396Jy sigma=0.000615 ! Fit after self-cal, rms=0.074384Jy sigma=0.000614 ! 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.074384Jy sigma=0.000614 ! Fit after self-cal, rms=0.073911Jy sigma=0.000614 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.102 mas, bmaj=8.491 mas, bpa=7.685 degrees ! Estimated noise=690.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106808 Jy ! Component: 100 - total flux cleaned = 0.00163063 Jy ! Component: 150 - total flux cleaned = 0.00200834 Jy ! Component: 200 - total flux cleaned = 0.00234634 Jy ! Total flux subtracted in 200 components = 0.00234634 Jy ! Clean residual min=-0.001376 max=0.001255 Jy/beam ! Clean residual mean=0.000013 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0588237 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.0588237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073898Jy sigma=0.000614 ! Fit after self-cal, rms=0.073883Jy sigma=0.000614 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.000726579 Jy ! Component: 100 - total flux cleaned = 0.00111552 Jy ! Component: 150 - total flux cleaned = 0.00141136 Jy ! Component: 200 - total flux cleaned = 0.00160801 Jy ! Total flux subtracted in 200 components = 0.00160801 Jy ! Clean residual min=-0.001381 max=0.001268 Jy/beam ! Clean residual mean=0.000012 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0604317 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.0604317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073876Jy sigma=0.000614 ! Fit after self-cal, rms=0.073873Jy sigma=0.000614 ! 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.581 mas, bmaj=5.168 mas, bpa=-4.207 degrees ! Estimated noise=550.643 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.581 x 5.168 at -4.207 degrees (North through East) ! Clean map min=-0.0012001 max=0.045407 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.805 mas, bmaj=4.193 mas, bpa=-3.391 degrees ! Estimated noise=1045.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.034927 Jy ! Component: 100 - total flux cleaned = 0.0428436 Jy ! Component: 150 - total flux cleaned = 0.0466852 Jy ! Component: 200 - total flux cleaned = 0.0487733 Jy ! Total flux subtracted in 200 components = 0.0487733 Jy ! Clean residual min=-0.002559 max=0.002631 Jy/beam ! Clean residual mean=0.000001 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.0487733 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0487733 Jy ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=5.168 mas, bpa=-4.207 degrees ! Estimated noise=550.643 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.00301801 Jy ! Component: 100 - total flux cleaned = 0.00518856 Jy ! Component: 150 - total flux cleaned = 0.00665169 Jy ! Component: 200 - total flux cleaned = 0.00779897 Jy ! Total flux subtracted in 200 components = 0.00779897 Jy ! Clean residual min=-0.001628 max=0.001295 Jy/beam ! Clean residual mean=0.000003 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.0565723 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.0565723 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.102 mas, bmaj=8.491 mas, bpa=7.685 degrees ! Estimated noise=690.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142549 Jy ! Component: 100 - total flux cleaned = 0.00243038 Jy ! Component: 150 - total flux cleaned = 0.00304906 Jy ! Component: 200 - total flux cleaned = 0.00354968 Jy ! Total flux subtracted in 200 components = 0.00354968 Jy ! Clean residual min=-0.001474 max=0.001340 Jy/beam ! Clean residual mean=0.000011 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.060122 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.000388059 Jy ! Component: 100 - total flux cleaned = 0.000542473 Jy ! Component: 150 - total flux cleaned = 0.000705783 Jy ! Component: 200 - total flux cleaned = 0.00080086 Jy ! Total flux subtracted in 200 components = 0.00080086 Jy ! Clean residual min=-0.001470 max=0.001286 Jy/beam ! Clean residual mean=0.000010 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0609228 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 69 components and 0.0609229 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=5.168 mas, bpa=-4.207 degrees ! Estimated noise=550.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0007723 Jy ! Component: 100 - total flux cleaned = -0.000883495 Jy ! Component: 150 - total flux cleaned = -0.000915799 Jy ! Component: 200 - total flux cleaned = -0.000885512 Jy ! Total flux subtracted in 200 components = -0.000885512 Jy ! Clean residual min=-0.001280 max=0.001181 Jy/beam ! Clean residual mean=0.000005 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0600373 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 89 components and 0.0600373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073897Jy sigma=0.000614 ! Fit after self-cal, rms=0.073894Jy sigma=0.000614 wmodel J1005+4805_S_2017_01_21_pus_map.mod ! Writing 89 model components to file: J1005+4805_S_2017_01_21_pus_map.mod wobs J1005+4805_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1005+4805_S_2017_01_21_pus_uvs.fits wwins J1005+4805_S_2017_01_21_pus_map.win ! wwins: Wrote 4 windows to J1005+4805_S_2017_01_21_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.000387885 Jy ! Component: 100 - total flux cleaned = -0.000706875 Jy ! Component: 150 - total flux cleaned = -0.000951788 Jy ! Component: 200 - total flux cleaned = -0.00114802 Jy ! Component: 250 - total flux cleaned = -0.001375 Jy ! Component: 300 - total flux cleaned = -0.00150405 Jy ! Component: 350 - total flux cleaned = -0.00155809 Jy ! Component: 400 - total flux cleaned = -0.00166325 Jy ! Component: 450 - total flux cleaned = -0.00171449 Jy ! Component: 500 - total flux cleaned = -0.00171477 Jy ! Component: 550 - total flux cleaned = -0.00181395 Jy ! Component: 600 - total flux cleaned = -0.00181377 Jy ! Component: 650 - total flux cleaned = -0.00186131 Jy ! Component: 700 - total flux cleaned = -0.00190808 Jy ! Component: 750 - total flux cleaned = -0.00190803 Jy ! Component: 800 - total flux cleaned = -0.00195324 Jy ! Component: 850 - total flux cleaned = -0.00196795 Jy ! Component: 900 - total flux cleaned = -0.00195332 Jy ! Component: 950 - total flux cleaned = -0.00192469 Jy ! Component: 1000 - total flux cleaned = -0.00193903 Jy ! Component: 1050 - total flux cleaned = -0.00191118 Jy ! Component: 1100 - total flux cleaned = -0.00185621 Jy ! Component: 1150 - total flux cleaned = -0.00184283 Jy ! Component: 1200 - total flux cleaned = -0.00181611 Jy ! Component: 1250 - total flux cleaned = -0.00176361 Jy ! Component: 1300 - total flux cleaned = -0.00176359 Jy ! Component: 1350 - total flux cleaned = -0.00175039 Jy ! Component: 1400 - total flux cleaned = -0.00168678 Jy ! Component: 1450 - total flux cleaned = -0.00166184 Jy ! Component: 1500 - total flux cleaned = -0.00163726 Jy ! Component: 1550 - total flux cleaned = -0.00164969 Jy ! Component: 1600 - total flux cleaned = -0.00161326 Jy ! Component: 1650 - total flux cleaned = -0.00162547 Jy ! Component: 1700 - total flux cleaned = -0.00160178 Jy ! Component: 1750 - total flux cleaned = -0.00155471 Jy ! Component: 1800 - total flux cleaned = -0.00155474 Jy ! Component: 1850 - total flux cleaned = -0.0015546 Jy ! Component: 1900 - total flux cleaned = -0.00154304 Jy ! Component: 1950 - total flux cleaned = -0.00152044 Jy ! Component: 2000 - total flux cleaned = -0.00149794 Jy ! Component: 2050 - total flux cleaned = -0.00149788 Jy ! Component: 2100 - total flux cleaned = -0.00148694 Jy ! Component: 2150 - total flux cleaned = -0.00149779 Jy ! Component: 2200 - total flux cleaned = -0.00146557 Jy ! Component: 2250 - total flux cleaned = -0.00152972 Jy ! Component: 2300 - total flux cleaned = -0.00150851 Jy ! Component: 2350 - total flux cleaned = -0.00152947 Jy ! Component: 2400 - total flux cleaned = -0.00155026 Jy ! Component: 2450 - total flux cleaned = -0.00149846 Jy ! Component: 2500 - total flux cleaned = -0.0015498 Jy ! Component: 2550 - total flux cleaned = -0.00153951 Jy ! Component: 2600 - total flux cleaned = -0.00153946 Jy ! Component: 2650 - total flux cleaned = -0.00154942 Jy ! Component: 2700 - total flux cleaned = -0.00154946 Jy ! Component: 2750 - total flux cleaned = -0.00153946 Jy ! Component: 2800 - total flux cleaned = -0.00153954 Jy ! Component: 2850 - total flux cleaned = -0.00155893 Jy ! Component: 2900 - total flux cleaned = -0.00155899 Jy ! Component: 2950 - total flux cleaned = -0.00153023 Jy ! Component: 3000 - total flux cleaned = -0.00152069 Jy ! Component: 3050 - total flux cleaned = -0.00153012 Jy ! Component: 3100 - total flux cleaned = -0.00155829 Jy ! Component: 3150 - total flux cleaned = -0.00156767 Jy ! Component: 3200 - total flux cleaned = -0.0015398 Jy ! Component: 3250 - total flux cleaned = -0.00151222 Jy ! Component: 3300 - total flux cleaned = -0.00149393 Jy ! Component: 3350 - total flux cleaned = -0.00147576 Jy ! Component: 3400 - total flux cleaned = -0.00149378 Jy ! Component: 3450 - total flux cleaned = -0.00143986 Jy ! Component: 3500 - total flux cleaned = -0.00137733 Jy ! Component: 3550 - total flux cleaned = -0.00137731 Jy ! Component: 3600 - total flux cleaned = -0.00135082 Jy ! Component: 3650 - total flux cleaned = -0.00132443 Jy ! Component: 3700 - total flux cleaned = -0.00127207 Jy ! Component: 3750 - total flux cleaned = -0.00123733 Jy ! Component: 3800 - total flux cleaned = -0.00122869 Jy ! Component: 3850 - total flux cleaned = -0.00118573 Jy ! Component: 3900 - total flux cleaned = -0.0011431 Jy ! Component: 3950 - total flux cleaned = -0.0011262 Jy ! Component: 4000 - total flux cleaned = -0.00106702 Jy ! Component: 4050 - total flux cleaned = -0.00101665 Jy ! Total flux subtracted in 4096 components = -0.00100834 Jy ! Clean residual min=-0.000509 max=0.000551 Jy/beam ! Clean residual mean=0.000002 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.059029 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 395 components and 0.059029 Jy ![Exited script file: muppet] wmap "J1005+4805_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.581 x 5.168 at -4.207 degrees (North through East) ! Clean map min=-0.0010063 max=0.04526 Jy/beam ! Writing clean map to FITS file: J1005+4805_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0452604 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148784 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.986188 0.986188 1.97238 3.94475 7.8895 15.779 31.558 63.116 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.581 x 5.168 at -4.207 degrees (North through East) ! Clean map min=-0.0010063 max=0.04526 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 J1005+4805_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:52:00 2019