! Started logfile: J0223+4259_S_2017_06_15_pus_uvs.log on Tue May 7 15:09:33 2019 obs J0223+4259_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0223+4259_S_2017_06_15_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.910345 visibilities/baseline/integration-bin. ! Found source: J0223+4259 ! ! 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 28512 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 J0223+4259_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 952 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893472Jy sigma=0.008800 ! Fit after self-cal, rms=0.885009Jy sigma=0.008730 ! 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.931 mas, bmaj=4.807 mas, bpa=-5.11 degrees ! Estimated noise=1011.84 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.0886403 Jy ! Component: 100 - total flux cleaned = 0.114132 Jy ! Total flux subtracted in 100 components = 0.114132 Jy ! Clean residual min=-0.004705 max=0.010564 Jy/beam ! Clean residual mean=0.000006 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.114132 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.114132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078202Jy sigma=0.000716 ! Fit after self-cal, rms=0.078183Jy sigma=0.000716 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115348 Jy ! Component: 100 - total flux cleaned = 0.0173749 Jy ! Total flux subtracted in 100 components = 0.0173749 Jy ! Clean residual min=-0.004406 max=0.006910 Jy/beam ! Clean residual mean=0.000001 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.131507 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.131507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076324Jy sigma=0.000697 ! Fit after self-cal, rms=0.076306Jy sigma=0.000697 ! 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.619 mas, bmaj=5.766 mas, bpa=-5.218 degrees ! Estimated noise=490.673 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 (8, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0083212 Jy ! Component: 100 - total flux cleaned = 0.0130666 Jy ! Component: 150 - total flux cleaned = 0.0160104 Jy ! Component: 200 - total flux cleaned = 0.017319 Jy ! Total flux subtracted in 200 components = 0.017319 Jy ! Clean residual min=-0.002872 max=0.003436 Jy/beam ! Clean residual mean=-0.000004 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.148826 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.148826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075366Jy sigma=0.000687 ! Fit after self-cal, rms=0.075252Jy sigma=0.000686 ! 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.95 HN 0.96 KP 1.02 ! LA 0.98 MK 1.06 NL 0.90 OV 1.08 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.02 HN 0.99 KP 0.96 ! LA 0.95 MK 1.01 NL 1.03 OV 1.18 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.04 HN 0.98 KP 1.00 ! LA 0.97 MK 1.06 NL 0.99 OV 1.03 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.99 KP 1.00* ! LA 0.97 MK 1.10 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.075252Jy sigma=0.000686 ! Fit after self-cal, rms=0.073509Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.654 mas, bmaj=5.756 mas, bpa=-4.723 degrees ! Estimated noise=486.903 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.00275279 Jy ! Component: 100 - total flux cleaned = 0.00295512 Jy ! Component: 150 - total flux cleaned = 0.00289872 Jy ! Component: 200 - total flux cleaned = 0.00289961 Jy ! Total flux subtracted in 200 components = 0.00289961 Jy ! Clean residual min=-0.002540 max=0.002328 Jy/beam ! Clean residual mean=-0.000006 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.151726 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 67 components and 0.151726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073375Jy sigma=0.000678 ! Fit after self-cal, rms=0.073338Jy sigma=0.000678 ! 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.073338Jy sigma=0.000678 ! Fit after self-cal, rms=0.074871Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.637 mas, bmaj=5.702 mas, bpa=-4.704 degrees ! Estimated noise=486.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111763 Jy ! Component: 100 - total flux cleaned = 0.00131908 Jy ! Component: 150 - total flux cleaned = 0.00134403 Jy ! Component: 200 - total flux cleaned = 0.00134564 Jy ! Total flux subtracted in 200 components = 0.00134564 Jy ! Clean residual min=-0.001223 max=0.001345 Jy/beam ! Clean residual mean=-0.000003 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.153072 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.153072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074840Jy sigma=0.000671 ! Fit after self-cal, rms=0.074867Jy sigma=0.000671 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 (-78.5, 82.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000816446 Jy ! Component: 100 - total flux cleaned = 0.000966303 Jy ! Component: 150 - total flux cleaned = 0.00109361 Jy ! Component: 200 - total flux cleaned = 0.00109337 Jy ! Total flux subtracted in 200 components = 0.00109337 Jy ! Clean residual min=-0.001107 max=0.001234 Jy/beam ! Clean residual mean=-0.000003 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.154165 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 107 components and 0.154165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074840Jy sigma=0.000670 ! Fit after self-cal, rms=0.074841Jy sigma=0.000670 ! 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.074841Jy sigma=0.000670 ! Fit after self-cal, rms=0.074852Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.635 mas, bmaj=5.697 mas, bpa=-4.602 degrees ! Estimated noise=486.422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000477232 Jy ! Component: 100 - total flux cleaned = 0.000589544 Jy ! Component: 150 - total flux cleaned = 0.000610004 Jy ! Component: 200 - total flux cleaned = 0.000610258 Jy ! Total flux subtracted in 200 components = 0.000610258 Jy ! Clean residual min=-0.001102 max=0.001226 Jy/beam ! Clean residual mean=-0.000003 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.154775 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 118 components and 0.154775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074840Jy sigma=0.000670 ! Fit after self-cal, rms=0.074840Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.26012e-05 Jy ! Component: 100 - total flux cleaned = 2.62027e-05 Jy ! Component: 150 - total flux cleaned = 4.21877e-05 Jy ! Component: 200 - total flux cleaned = 2.69877e-05 Jy ! Total flux subtracted in 200 components = 2.69877e-05 Jy ! Clean residual min=-0.001109 max=0.001218 Jy/beam ! Clean residual mean=-0.000003 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.154802 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 124 components and 0.154802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074833Jy sigma=0.000670 ! Fit after self-cal, rms=0.074834Jy sigma=0.000670 ! 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.074834Jy sigma=0.000670 ! Fit after self-cal, rms=0.074834Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.714 mas, bmaj=9.209 mas, bpa=-4.773 degrees ! Estimated noise=599.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000448021 Jy ! Component: 100 - total flux cleaned = 0.000482119 Jy ! Component: 150 - total flux cleaned = 0.000398139 Jy ! Component: 200 - total flux cleaned = 0.000362276 Jy ! Total flux subtracted in 200 components = 0.000362276 Jy ! Clean residual min=-0.001334 max=0.001268 Jy/beam ! Clean residual mean=-0.000005 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.155164 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 145 components and 0.155165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074831Jy sigma=0.000670 ! Fit after self-cal, rms=0.074829Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.71802e-05 Jy ! Component: 100 - total flux cleaned = 7.53452e-05 Jy ! Component: 150 - total flux cleaned = 4.32589e-05 Jy ! Component: 200 - total flux cleaned = 1.49974e-05 Jy ! Total flux subtracted in 200 components = 1.49974e-05 Jy ! Clean residual min=-0.001303 max=0.001263 Jy/beam ! Clean residual mean=-0.000005 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.15518 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 153 components and 0.15518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074828Jy sigma=0.000670 ! Fit after self-cal, rms=0.074827Jy sigma=0.000670 ! 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.633 mas, bmaj=5.695 mas, bpa=-4.548 degrees ! Estimated noise=486.39 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.633 x 5.695 at -4.548 degrees (North through East) ! Clean map min=-0.0010999 max=0.11407 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.956 mas, bmaj=4.772 mas, bpa=-4.495 degrees ! Estimated noise=997.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0870567 Jy ! Component: 100 - total flux cleaned = 0.112056 Jy ! Component: 150 - total flux cleaned = 0.123655 Jy ! Component: 200 - total flux cleaned = 0.131645 Jy ! Total flux subtracted in 200 components = 0.131645 Jy ! Clean residual min=-0.003439 max=0.004480 Jy/beam ! Clean residual mean=0.000005 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.131645 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.131645 Jy ! Inverting map and beam ! Estimated beam: bmin=3.633 mas, bmaj=5.695 mas, bpa=-4.548 degrees ! Estimated noise=486.39 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.00774117 Jy ! Component: 100 - total flux cleaned = 0.01274 Jy ! Component: 150 - total flux cleaned = 0.0161115 Jy ! Component: 200 - total flux cleaned = 0.0184622 Jy ! Total flux subtracted in 200 components = 0.0184622 Jy ! Clean residual min=-0.001448 max=0.002041 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.150107 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 59 components and 0.150107 Jy ! Inverting map ! Added new window around map position (15, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201065 Jy ! Component: 100 - total flux cleaned = 0.00343774 Jy ! Component: 150 - total flux cleaned = 0.00420999 Jy ! Component: 200 - total flux cleaned = 0.00485106 Jy ! Total flux subtracted in 200 components = 0.00485106 Jy ! Clean residual min=-0.001275 max=0.001331 Jy/beam ! Clean residual mean=-0.000002 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.154958 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 86 components and 0.154958 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.714 mas, bmaj=9.209 mas, bpa=-4.773 degrees ! Estimated noise=599.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337096 Jy ! Component: 100 - total flux cleaned = 0.000435164 Jy ! Component: 150 - total flux cleaned = 0.000543156 Jy ! Component: 200 - total flux cleaned = 0.000635015 Jy ! Total flux subtracted in 200 components = 0.000635015 Jy ! Clean residual min=-0.001414 max=0.001151 Jy/beam ! Clean residual mean=-0.000005 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.155593 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 = 8.12344e-05 Jy ! Component: 100 - total flux cleaned = 9.94861e-05 Jy ! Component: 150 - total flux cleaned = 0.00011588 Jy ! Component: 200 - total flux cleaned = 0.000130767 Jy ! Total flux subtracted in 200 components = 0.000130767 Jy ! Clean residual min=-0.001330 max=0.001174 Jy/beam ! Clean residual mean=-0.000005 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.155724 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 144 components and 0.155724 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.633 mas, bmaj=5.695 mas, bpa=-4.548 degrees ! Estimated noise=486.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000204577 Jy ! Component: 100 - total flux cleaned = -0.000178836 Jy ! Component: 150 - total flux cleaned = -0.000108087 Jy ! Component: 200 - total flux cleaned = -6.37101e-05 Jy ! Total flux subtracted in 200 components = -6.37101e-05 Jy ! Clean residual min=-0.001156 max=0.001216 Jy/beam ! Clean residual mean=-0.000003 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.15566 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 168 components and 0.15566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074839Jy sigma=0.000670 ! Fit after self-cal, rms=0.074833Jy sigma=0.000670 wmodel J0223+4259_S_2017_06_15_pus_map.mod ! Writing 168 model components to file: J0223+4259_S_2017_06_15_pus_map.mod wobs J0223+4259_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0223+4259_S_2017_06_15_pus_uvs.fits wwins J0223+4259_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J0223+4259_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 = 4.3889e-05 Jy ! Component: 100 - total flux cleaned = 0.000101877 Jy ! Component: 150 - total flux cleaned = 0.000232415 Jy ! Component: 200 - total flux cleaned = 0.000359305 Jy ! Component: 250 - total flux cleaned = 0.000429808 Jy ! Component: 300 - total flux cleaned = 0.000584781 Jy ! Component: 350 - total flux cleaned = 0.000635372 Jy ! Component: 400 - total flux cleaned = 0.000701545 Jy ! Component: 450 - total flux cleaned = 0.000766379 Jy ! Component: 500 - total flux cleaned = 0.000814346 Jy ! Component: 550 - total flux cleaned = 0.000908642 Jy ! Component: 600 - total flux cleaned = 0.000985759 Jy ! Component: 650 - total flux cleaned = 0.00107688 Jy ! Component: 700 - total flux cleaned = 0.00113649 Jy ! Component: 750 - total flux cleaned = 0.00121026 Jy ! Component: 800 - total flux cleaned = 0.0012541 Jy ! Component: 850 - total flux cleaned = 0.00134042 Jy ! Component: 900 - total flux cleaned = 0.00146814 Jy ! Component: 950 - total flux cleaned = 0.00151013 Jy ! Component: 1000 - total flux cleaned = 0.00160676 Jy ! Component: 1050 - total flux cleaned = 0.00163405 Jy ! Component: 1100 - total flux cleaned = 0.00168805 Jy ! Component: 1150 - total flux cleaned = 0.00172801 Jy ! Component: 1200 - total flux cleaned = 0.00175422 Jy ! Component: 1250 - total flux cleaned = 0.00181937 Jy ! Component: 1300 - total flux cleaned = 0.00184482 Jy ! Component: 1350 - total flux cleaned = 0.00192134 Jy ! Component: 1400 - total flux cleaned = 0.00195894 Jy ! Component: 1450 - total flux cleaned = 0.00198378 Jy ! Component: 1500 - total flux cleaned = 0.00202081 Jy ! Component: 1550 - total flux cleaned = 0.00208183 Jy ! Component: 1600 - total flux cleaned = 0.00211808 Jy ! Component: 1650 - total flux cleaned = 0.00211824 Jy ! Component: 1700 - total flux cleaned = 0.00217758 Jy ! Component: 1750 - total flux cleaned = 0.0022364 Jy ! Component: 1800 - total flux cleaned = 0.0022829 Jy ! Component: 1850 - total flux cleaned = 0.00234045 Jy ! Component: 1900 - total flux cleaned = 0.00236329 Jy ! Component: 1950 - total flux cleaned = 0.0023748 Jy ! Component: 2000 - total flux cleaned = 0.00241988 Jy ! Component: 2050 - total flux cleaned = 0.00250881 Jy ! Component: 2100 - total flux cleaned = 0.00251998 Jy ! Component: 2150 - total flux cleaned = 0.00258553 Jy ! Component: 2200 - total flux cleaned = 0.00265038 Jy ! Component: 2250 - total flux cleaned = 0.00269339 Jy ! Component: 2300 - total flux cleaned = 0.00273582 Jy ! Component: 2350 - total flux cleaned = 0.00275702 Jy ! Component: 2400 - total flux cleaned = 0.00283034 Jy ! Component: 2450 - total flux cleaned = 0.0028823 Jy ! Component: 2500 - total flux cleaned = 0.00291323 Jy ! Component: 2550 - total flux cleaned = 0.00297456 Jy ! Component: 2600 - total flux cleaned = 0.00298473 Jy ! Component: 2650 - total flux cleaned = 0.00303508 Jy ! Component: 2700 - total flux cleaned = 0.00308506 Jy ! Component: 2750 - total flux cleaned = 0.00316448 Jy ! Component: 2800 - total flux cleaned = 0.00320376 Jy ! Component: 2850 - total flux cleaned = 0.00327211 Jy ! Component: 2900 - total flux cleaned = 0.00330123 Jy ! Component: 2950 - total flux cleaned = 0.00336864 Jy ! Component: 3000 - total flux cleaned = 0.00337815 Jy ! Component: 3050 - total flux cleaned = 0.00343517 Jy ! Component: 3100 - total flux cleaned = 0.00349181 Jy ! Component: 3150 - total flux cleaned = 0.00351989 Jy ! Component: 3200 - total flux cleaned = 0.00359423 Jy ! Component: 3250 - total flux cleaned = 0.00361264 Jy ! Component: 3300 - total flux cleaned = 0.00365852 Jy ! Component: 3350 - total flux cleaned = 0.00370413 Jy ! Component: 3400 - total flux cleaned = 0.00378562 Jy ! Component: 3450 - total flux cleaned = 0.00383057 Jy ! Component: 3500 - total flux cleaned = 0.00383952 Jy ! Component: 3550 - total flux cleaned = 0.00391056 Jy ! Component: 3600 - total flux cleaned = 0.0039547 Jy ! Component: 3650 - total flux cleaned = 0.00398985 Jy ! Component: 3700 - total flux cleaned = 0.00400718 Jy ! Component: 3750 - total flux cleaned = 0.00404182 Jy ! Component: 3800 - total flux cleaned = 0.00407621 Jy ! Component: 3850 - total flux cleaned = 0.00413609 Jy ! Component: 3900 - total flux cleaned = 0.00422102 Jy ! Component: 3950 - total flux cleaned = 0.00420413 Jy ! Component: 4000 - total flux cleaned = 0.00424616 Jy ! Component: 4050 - total flux cleaned = 0.00426285 Jy ! Total flux subtracted in 4096 components = 0.00427945 Jy ! Clean residual min=-0.000540 max=0.000594 Jy/beam ! Clean residual mean=-0.000002 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.159939 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 469 components and 0.15994 Jy ![Exited script file: muppet] wmap "J0223+4259_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.633 x 5.695 at -4.548 degrees (North through East) ! Clean map min=-0.00096818 max=0.11353 Jy/beam ! Writing clean map to FITS file: J0223+4259_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.113532 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148731 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.39301 0.39301 0.78602 1.57204 3.14408 6.28816 12.5763 25.1526 50.3053 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.113 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.633 x 5.695 at -4.548 degrees (North through East) ! Clean map min=-0.00096818 max=0.11353 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 J0223+4259_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:09:38 2019