! Started logfile: J0409+0640_S_2017_06_10_pus_uvs.log on Mon May 6 14:45:02 2019 obs J0409+0640_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0409+0640_S_2017_06_10_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.953439 visibilities/baseline/integration-bin. ! Found source: J0409+0640 ! ! 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 1154 lines of history. ! ! Reading 14416 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 J0409+0640_S_2017_06_10_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 459 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.936301Jy sigma=0.008695 ! Fit after self-cal, rms=0.925454Jy sigma=0.008609 ! 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.721 mas, bmaj=6.994 mas, bpa=-4.177 degrees ! Estimated noise=877.469 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.0597125 Jy ! Component: 100 - total flux cleaned = 0.0730043 Jy ! Total flux subtracted in 100 components = 0.0730043 Jy ! Clean residual min=-0.002941 max=0.004580 Jy/beam ! Clean residual mean=-0.000002 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0730043 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0730043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077159Jy sigma=0.000683 ! Fit after self-cal, rms=0.077125Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481899 Jy ! Component: 100 - total flux cleaned = 0.00715936 Jy ! Total flux subtracted in 100 components = 0.00715936 Jy ! Clean residual min=-0.002726 max=0.003049 Jy/beam ! Clean residual mean=-0.000002 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.0801636 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.0801636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076802Jy sigma=0.000679 ! Fit after self-cal, rms=0.076821Jy sigma=0.000679 ! 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.244 mas, bmaj=7.677 mas, bpa=-2.896 degrees ! Estimated noise=724.955 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.00131725 Jy ! Component: 100 - total flux cleaned = 0.0014919 Jy ! Component: 150 - total flux cleaned = 0.00152442 Jy ! Component: 200 - total flux cleaned = 0.00155354 Jy ! Total flux subtracted in 200 components = 0.00155354 Jy ! Clean residual min=-0.002492 max=0.002901 Jy/beam ! Clean residual mean=-0.000003 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.0817172 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.0817172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076768Jy sigma=0.000679 ! Fit after self-cal, rms=0.076764Jy sigma=0.000679 ! 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.95 FD 0.93 HN 0.97 KP 0.97 ! LA 1.01 MK 1.08 NL 0.96 OV 1.01 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.03 KP 0.99 ! LA 0.95 MK 1.00 NL 1.21 OV 1.05 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00 HN 0.97 KP 1.01 ! LA 0.99 MK 1.04 NL 1.13 OV 0.95 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.97 KP 1.00* ! LA 1.02 MK 0.94 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.076764Jy sigma=0.000679 ! Fit after self-cal, rms=0.076308Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.269 mas, bmaj=7.697 mas, bpa=-2.656 degrees ! Estimated noise=723.138 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.000538299 Jy ! Component: 100 - total flux cleaned = -0.000619937 Jy ! Component: 150 - total flux cleaned = -0.000620451 Jy ! Component: 200 - total flux cleaned = -0.000635705 Jy ! Total flux subtracted in 200 components = -0.000635705 Jy ! Clean residual min=-0.002366 max=0.002634 Jy/beam ! Clean residual mean=-0.000003 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0810815 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0810815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076294Jy sigma=0.000677 ! Fit after self-cal, rms=0.076310Jy sigma=0.000676 ! 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.076310Jy sigma=0.000676 ! Fit after self-cal, rms=0.076994Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=7.691 mas, bpa=-2.694 degrees ! Estimated noise=727.582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178365 Jy ! Component: 100 - total flux cleaned = 0.000140131 Jy ! Component: 150 - total flux cleaned = 0.00012623 Jy ! Component: 200 - total flux cleaned = 0.000138943 Jy ! Total flux subtracted in 200 components = 0.000138943 Jy ! Clean residual min=-0.002128 max=0.003023 Jy/beam ! Clean residual mean=-0.000000 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0812204 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0812204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076985Jy sigma=0.000673 ! Fit after self-cal, rms=0.077042Jy sigma=0.000673 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 (28, 34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282889 Jy ! Component: 100 - total flux cleaned = 0.00419049 Jy ! Component: 150 - total flux cleaned = 0.00489204 Jy ! Component: 200 - total flux cleaned = 0.00530278 Jy ! Total flux subtracted in 200 components = 0.00530278 Jy ! Clean residual min=-0.001924 max=0.002131 Jy/beam ! Clean residual mean=0.000000 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0865232 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 67 components and 0.0865232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076946Jy sigma=0.000672 ! Fit after self-cal, rms=0.076935Jy sigma=0.000672 ! 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.076935Jy sigma=0.000672 ! Fit after self-cal, rms=0.078315Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.705 mas, bpa=-2.561 degrees ! Estimated noise=725.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107102 Jy ! Component: 100 - total flux cleaned = 0.00127343 Jy ! Component: 150 - total flux cleaned = 0.00135641 Jy ! Component: 200 - total flux cleaned = 0.00139397 Jy ! Total flux subtracted in 200 components = 0.00139397 Jy ! Clean residual min=-0.001911 max=0.002137 Jy/beam ! Clean residual mean=0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0879172 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.0879172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078296Jy sigma=0.000670 ! Fit after self-cal, rms=0.078338Jy sigma=0.000670 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 (69, 116.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154881 Jy ! Component: 100 - total flux cleaned = 0.00176259 Jy ! Component: 150 - total flux cleaned = 0.00179579 Jy ! Component: 200 - total flux cleaned = 0.00191405 Jy ! Total flux subtracted in 200 components = 0.00191405 Jy ! Clean residual min=-0.001806 max=0.002100 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0898312 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.0898313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078278Jy sigma=0.000670 ! Fit after self-cal, rms=0.078279Jy sigma=0.000670 ! Inverting map ! Added new window around map position (13.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184862 Jy ! Component: 100 - total flux cleaned = 0.00238414 Jy ! Component: 150 - total flux cleaned = 0.00245649 Jy ! Component: 200 - total flux cleaned = 0.00266053 Jy ! Total flux subtracted in 200 components = 0.00266053 Jy ! Clean residual min=-0.001734 max=0.001531 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0924918 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.0924918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078214Jy sigma=0.000669 ! Fit after self-cal, rms=0.078213Jy sigma=0.000669 ! 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.078213Jy sigma=0.000669 ! Fit after self-cal, rms=0.078076Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.511 mas, bmaj=11.55 mas, bpa=-3.191 degrees ! Estimated noise=905.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132992 Jy ! Component: 100 - total flux cleaned = 0.00161721 Jy ! Component: 150 - total flux cleaned = 0.0017268 Jy ! Component: 200 - total flux cleaned = 0.00187718 Jy ! Total flux subtracted in 200 components = 0.00187718 Jy ! Clean residual min=-0.001685 max=0.001615 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.094369 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.094369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078059Jy sigma=0.000669 ! Fit after self-cal, rms=0.078058Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387969 Jy ! Component: 100 - total flux cleaned = 0.00045867 Jy ! Component: 150 - total flux cleaned = 0.000501149 Jy ! Component: 200 - total flux cleaned = 0.000582164 Jy ! Total flux subtracted in 200 components = 0.000582164 Jy ! Clean residual min=-0.001567 max=0.001576 Jy/beam ! Clean residual mean=0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0949511 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 153 components and 0.0949511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078052Jy sigma=0.000669 ! Fit after self-cal, rms=0.078052Jy sigma=0.000669 ! 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.277 mas, bmaj=7.68 mas, bpa=-2.55 degrees ! Estimated noise=724.549 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 7.68 at -2.55 degrees (North through East) ! Clean map min=-0.0016054 max=0.076786 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.751 mas, bmaj=7.005 mas, bpa=-3.918 degrees ! Estimated noise=875.042 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0593764 Jy ! Component: 100 - total flux cleaned = 0.0724939 Jy ! Component: 150 - total flux cleaned = 0.0772347 Jy ! Component: 200 - total flux cleaned = 0.0805761 Jy ! Total flux subtracted in 200 components = 0.0805761 Jy ! Clean residual min=-0.002323 max=0.002510 Jy/beam ! Clean residual mean=0.000000 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0805761 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0805761 Jy ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=7.68 mas, bpa=-2.55 degrees ! Estimated noise=724.549 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 (3, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339432 Jy ! Component: 100 - total flux cleaned = 0.00591353 Jy ! Component: 150 - total flux cleaned = 0.00794411 Jy ! Component: 200 - total flux cleaned = 0.00911836 Jy ! Total flux subtracted in 200 components = 0.00911836 Jy ! Clean residual min=-0.001847 max=0.001691 Jy/beam ! Clean residual mean=0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0896945 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 54 components and 0.0896945 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.511 mas, bmaj=11.55 mas, bpa=-3.191 degrees ! Estimated noise=905.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164521 Jy ! Component: 100 - total flux cleaned = 0.00218827 Jy ! Component: 150 - total flux cleaned = 0.00270388 Jy ! Component: 200 - total flux cleaned = 0.00315203 Jy ! Total flux subtracted in 200 components = 0.00315203 Jy ! Clean residual min=-0.001818 max=0.001804 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0928465 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.000304587 Jy ! Component: 100 - total flux cleaned = 0.000572836 Jy ! Component: 150 - total flux cleaned = 0.000842815 Jy ! Component: 200 - total flux cleaned = 0.0010541 Jy ! Total flux subtracted in 200 components = 0.0010541 Jy ! Clean residual min=-0.001654 max=0.001702 Jy/beam ! Clean residual mean=0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0939006 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 119 components and 0.0939006 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=7.68 mas, bpa=-2.55 degrees ! Estimated noise=724.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000492909 Jy ! Component: 100 - total flux cleaned = 0.000606886 Jy ! Component: 150 - total flux cleaned = 0.000706764 Jy ! Component: 200 - total flux cleaned = 0.000767551 Jy ! Total flux subtracted in 200 components = 0.000767551 Jy ! Clean residual min=-0.001579 max=0.001543 Jy/beam ! Clean residual mean=0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0946682 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.0946682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078060Jy sigma=0.000669 ! Fit after self-cal, rms=0.078045Jy sigma=0.000669 wmodel J0409+0640_S_2017_06_10_pus_map.mod ! Writing 141 model components to file: J0409+0640_S_2017_06_10_pus_map.mod wobs J0409+0640_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0409+0640_S_2017_06_10_pus_uvs.fits wwins J0409+0640_S_2017_06_10_pus_map.win ! wwins: Wrote 5 windows to J0409+0640_S_2017_06_10_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.00023491 Jy ! Component: 100 - total flux cleaned = -0.000262032 Jy ! Component: 150 - total flux cleaned = -0.000287821 Jy ! Component: 200 - total flux cleaned = -0.000363083 Jy ! Component: 250 - total flux cleaned = -0.000461157 Jy ! Component: 300 - total flux cleaned = -0.000532842 Jy ! Component: 350 - total flux cleaned = -0.000672698 Jy ! Component: 400 - total flux cleaned = -0.000764294 Jy ! Component: 450 - total flux cleaned = -0.000876108 Jy ! Component: 500 - total flux cleaned = -0.000898078 Jy ! Component: 550 - total flux cleaned = -0.000940794 Jy ! Component: 600 - total flux cleaned = -0.00100401 Jy ! Component: 650 - total flux cleaned = -0.00108718 Jy ! Component: 700 - total flux cleaned = -0.0011071 Jy ! Component: 750 - total flux cleaned = -0.00118773 Jy ! Component: 800 - total flux cleaned = -0.00120736 Jy ! Component: 850 - total flux cleaned = -0.00126589 Jy ! Component: 900 - total flux cleaned = -0.00124675 Jy ! Component: 950 - total flux cleaned = -0.0013614 Jy ! Component: 1000 - total flux cleaned = -0.00136116 Jy ! Component: 1050 - total flux cleaned = -0.00141688 Jy ! Component: 1100 - total flux cleaned = -0.00139838 Jy ! Component: 1150 - total flux cleaned = -0.00145278 Jy ! Component: 1200 - total flux cleaned = -0.00145285 Jy ! Component: 1250 - total flux cleaned = -0.00150595 Jy ! Component: 1300 - total flux cleaned = -0.00147087 Jy ! Component: 1350 - total flux cleaned = -0.00150568 Jy ! Component: 1400 - total flux cleaned = -0.00155678 Jy ! Component: 1450 - total flux cleaned = -0.00152273 Jy ! Component: 1500 - total flux cleaned = -0.00159006 Jy ! Component: 1550 - total flux cleaned = -0.00162322 Jy ! Component: 1600 - total flux cleaned = -0.00163954 Jy ! Component: 1650 - total flux cleaned = -0.00157413 Jy ! Component: 1700 - total flux cleaned = -0.00162306 Jy ! Component: 1750 - total flux cleaned = -0.00160708 Jy ! Component: 1800 - total flux cleaned = -0.00159133 Jy ! Component: 1850 - total flux cleaned = -0.00165445 Jy ! Component: 1900 - total flux cleaned = -0.00163883 Jy ! Component: 1950 - total flux cleaned = -0.00165432 Jy ! Component: 2000 - total flux cleaned = -0.00165409 Jy ! Component: 2050 - total flux cleaned = -0.00159327 Jy ! Component: 2100 - total flux cleaned = -0.00156323 Jy ! Component: 2150 - total flux cleaned = -0.00156336 Jy ! Component: 2200 - total flux cleaned = -0.00153385 Jy ! Component: 2250 - total flux cleaned = -0.0015485 Jy ! Component: 2300 - total flux cleaned = -0.00159233 Jy ! Component: 2350 - total flux cleaned = -0.00156345 Jy ! Component: 2400 - total flux cleaned = -0.00159218 Jy ! Component: 2450 - total flux cleaned = -0.00156351 Jy ! Component: 2500 - total flux cleaned = -0.00159185 Jy ! Component: 2550 - total flux cleaned = -0.00159174 Jy ! Component: 2600 - total flux cleaned = -0.0015081 Jy ! Component: 2650 - total flux cleaned = -0.00148055 Jy ! Component: 2700 - total flux cleaned = -0.00145308 Jy ! Component: 2750 - total flux cleaned = -0.00145306 Jy ! Component: 2800 - total flux cleaned = -0.00145303 Jy ! Component: 2850 - total flux cleaned = -0.00139915 Jy ! Component: 2900 - total flux cleaned = -0.00142578 Jy ! Component: 2950 - total flux cleaned = -0.001386 Jy ! Component: 3000 - total flux cleaned = -0.00135957 Jy ! Component: 3050 - total flux cleaned = -0.00134641 Jy ! Component: 3100 - total flux cleaned = -0.00135956 Jy ! Component: 3150 - total flux cleaned = -0.00134661 Jy ! Component: 3200 - total flux cleaned = -0.00128228 Jy ! Component: 3250 - total flux cleaned = -0.00130778 Jy ! Component: 3300 - total flux cleaned = -0.00129508 Jy ! Component: 3350 - total flux cleaned = -0.00123208 Jy ! Component: 3400 - total flux cleaned = -0.00129465 Jy ! Component: 3450 - total flux cleaned = -0.00125738 Jy ! Component: 3500 - total flux cleaned = -0.00119556 Jy ! Component: 3550 - total flux cleaned = -0.00117097 Jy ! Component: 3600 - total flux cleaned = -0.00118317 Jy ! Component: 3650 - total flux cleaned = -0.0011467 Jy ! Component: 3700 - total flux cleaned = -0.00111053 Jy ! Component: 3750 - total flux cleaned = -0.00115849 Jy ! Component: 3800 - total flux cleaned = -0.00109876 Jy ! Component: 3850 - total flux cleaned = -0.00107491 Jy ! Component: 3900 - total flux cleaned = -0.0010512 Jy ! Component: 3950 - total flux cleaned = -0.00100421 Jy ! Component: 4000 - total flux cleaned = -0.0010393 Jy ! Component: 4050 - total flux cleaned = -0.000981071 Jy ! Total flux subtracted in 4096 components = -0.000946224 Jy ! Clean residual min=-0.000843 max=0.000744 Jy/beam ! Clean residual mean=0.000002 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 0.0937219 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 447 components and 0.0937219 Jy ![Exited script file: muppet] wmap "J0409+0640_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 7.68 at -2.55 degrees (North through East) ! Clean map min=-0.0016803 max=0.076639 Jy/beam ! Writing clean map to FITS file: J0409+0640_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0766387 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217494 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.851374 0.851374 1.70275 3.4055 6.81099 13.622 27.244 54.4879 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.277 x 7.68 at -2.55 degrees (North through East) ! Clean map min=-0.0016803 max=0.076639 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 J0409+0640_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:45:08 2019