! Started logfile: J1547+2052_S_2017_08_05_pus_uvs.log on Thu May 9 19:33:09 2019 obs J1547+2052_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1547+2052_S_2017_08_05_pus_uva.fits ! AN table 1: 219 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.846372 visibilities/baseline/integration-bin. ! Found source: J1547+2052 ! ! 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 513 lines of history. ! ! Reading 33364 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 J1547+2052_S_2017_08_05_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 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 280 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1559 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993165Jy sigma=0.009538 ! Fit after self-cal, rms=0.960567Jy sigma=0.009250 ! 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=3.024 mas, bmaj=6.455 mas, bpa=-0.4305 degrees ! Estimated noise=814.239 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.0311446 Jy ! Component: 100 - total flux cleaned = 0.0384071 Jy ! Total flux subtracted in 100 components = 0.0384071 Jy ! Clean residual min=-0.002485 max=0.002773 Jy/beam ! Clean residual mean=0.000006 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0384071 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0384071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074639Jy sigma=0.000650 ! Fit after self-cal, rms=0.073831Jy sigma=0.000643 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00429062 Jy ! Component: 100 - total flux cleaned = 0.00632273 Jy ! Total flux subtracted in 100 components = 0.00632273 Jy ! Clean residual min=-0.002157 max=0.002629 Jy/beam ! Clean residual mean=0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0447298 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 22 components and 0.0447298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073533Jy sigma=0.000641 ! Fit after self-cal, rms=0.073520Jy sigma=0.000641 ! 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.598 mas, bmaj=7.507 mas, bpa=-1.812 degrees ! Estimated noise=475.96 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.00129995 Jy ! Component: 100 - total flux cleaned = 0.00196006 Jy ! Component: 150 - total flux cleaned = 0.00220735 Jy ! Component: 200 - total flux cleaned = 0.00222008 Jy ! Total flux subtracted in 200 components = 0.00222008 Jy ! Clean residual min=-0.001688 max=0.001587 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0469499 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.0469499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073481Jy sigma=0.000641 ! Fit after self-cal, rms=0.073480Jy sigma=0.000641 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 0.99 KP 0.99 ! LA 1.00 MK 1.06 NL 0.97 OV 1.01 ! PT 1.08 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.12 HN 1.06 KP 0.96 ! LA 0.93 MK 0.97 NL 1.02 OV 1.05 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.08 HN 0.98 KP 0.86 ! LA 0.84 MK 1.05 NL 1.12 OV 0.98 ! PT 1.08 SC 1.04 ! ! ! Correcting IF 4. ! A total of 351 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.84 KP 1.00* ! LA 1.00* MK 0.78 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.073480Jy sigma=0.000641 ! Fit after self-cal, rms=0.071515Jy sigma=0.000641 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=7.47 mas, bpa=-1.34 degrees ! Estimated noise=482.993 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.000728776 Jy ! Component: 100 - total flux cleaned = 0.000816591 Jy ! Component: 150 - total flux cleaned = 0.000867712 Jy ! Component: 200 - total flux cleaned = 0.000885045 Jy ! Total flux subtracted in 200 components = 0.000885045 Jy ! Clean residual min=-0.001356 max=0.001345 Jy/beam ! Clean residual mean=0.000003 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0478349 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.0478349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071505Jy sigma=0.000641 ! Fit after self-cal, rms=0.071379Jy sigma=0.000640 ! 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.071379Jy sigma=0.000640 ! Fit after self-cal, rms=0.070605Jy sigma=0.000640 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=7.469 mas, bpa=-1.27 degrees ! Estimated noise=483.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000191481 Jy ! Component: 100 - total flux cleaned = 0.000245748 Jy ! Component: 150 - total flux cleaned = 0.000300348 Jy ! Component: 200 - total flux cleaned = 0.000331794 Jy ! Total flux subtracted in 200 components = 0.000331794 Jy ! Clean residual min=-0.001287 max=0.001215 Jy/beam ! Clean residual mean=0.000003 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0481667 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.0481667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070601Jy sigma=0.000640 ! Fit after self-cal, rms=0.070574Jy sigma=0.000639 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 = 9.1747e-05 Jy ! Component: 100 - total flux cleaned = 0.000118799 Jy ! Component: 150 - total flux cleaned = 0.000110515 Jy ! Component: 200 - total flux cleaned = 0.000117679 Jy ! Total flux subtracted in 200 components = 0.000117679 Jy ! Clean residual min=-0.001251 max=0.001258 Jy/beam ! Clean residual mean=0.000003 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.0482844 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.0482844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070570Jy sigma=0.000639 ! Fit after self-cal, rms=0.070565Jy sigma=0.000639 ! 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.070565Jy sigma=0.000639 ! Fit after self-cal, rms=0.070324Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=7.457 mas, bpa=-1.199 degrees ! Estimated noise=482.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.18218e-05 Jy ! Component: 100 - total flux cleaned = 7.07424e-05 Jy ! Component: 150 - total flux cleaned = 7.85789e-05 Jy ! Component: 200 - total flux cleaned = 8.57588e-05 Jy ! Total flux subtracted in 200 components = 8.57588e-05 Jy ! Clean residual min=-0.001267 max=0.001301 Jy/beam ! Clean residual mean=0.000003 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0483701 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 52 components and 0.0483701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070321Jy sigma=0.000639 ! Fit after self-cal, rms=0.070319Jy sigma=0.000639 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 (108.5, 102.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546673 Jy ! Component: 100 - total flux cleaned = 0.000493932 Jy ! Component: 150 - total flux cleaned = 0.000471925 Jy ! Component: 200 - total flux cleaned = 0.000490263 Jy ! Total flux subtracted in 200 components = 0.000490263 Jy ! Clean residual min=-0.001274 max=0.001160 Jy/beam ! Clean residual mean=0.000003 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0488604 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.0488604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070296Jy sigma=0.000639 ! Fit after self-cal, rms=0.070290Jy sigma=0.000639 ! 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.070290Jy sigma=0.000639 ! Fit after self-cal, rms=0.070213Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.599 mas, bmaj=10.93 mas, bpa=-7.181 degrees ! Estimated noise=595.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436166 Jy ! Component: 100 - total flux cleaned = 0.000546325 Jy ! Component: 150 - total flux cleaned = 0.000609495 Jy ! Component: 200 - total flux cleaned = 0.000641991 Jy ! Total flux subtracted in 200 components = 0.000641991 Jy ! Clean residual min=-0.001297 max=0.001453 Jy/beam ! Clean residual mean=0.000006 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0495024 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 88 components and 0.0495024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070207Jy sigma=0.000639 ! Fit after self-cal, rms=0.070204Jy sigma=0.000639 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.00019817 Jy ! Component: 100 - total flux cleaned = 0.000222962 Jy ! Component: 150 - total flux cleaned = 0.000233826 Jy ! Component: 200 - total flux cleaned = 0.00024338 Jy ! Total flux subtracted in 200 components = 0.00024338 Jy ! Clean residual min=-0.001272 max=0.001429 Jy/beam ! Clean residual mean=0.000006 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.0497458 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 91 components and 0.0497458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070201Jy sigma=0.000639 ! Fit after self-cal, rms=0.070200Jy sigma=0.000639 ! 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.56 mas, bmaj=7.444 mas, bpa=-1.065 degrees ! Estimated noise=482.588 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.56 x 7.444 at -1.065 degrees (North through East) ! Clean map min=-0.00123 max=0.042636 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.985 mas, bmaj=6.409 mas, bpa=0.4951 degrees ! Estimated noise=811.647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0322743 Jy ! Component: 100 - total flux cleaned = 0.0402764 Jy ! Component: 150 - total flux cleaned = 0.0440935 Jy ! Component: 200 - total flux cleaned = 0.0455447 Jy ! Total flux subtracted in 200 components = 0.0455447 Jy ! Clean residual min=-0.002067 max=0.002126 Jy/beam ! Clean residual mean=0.000003 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0455447 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0455447 Jy ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.444 mas, bpa=-1.065 degrees ! Estimated noise=482.588 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.00201461 Jy ! Component: 100 - total flux cleaned = 0.00278031 Jy ! Component: 150 - total flux cleaned = 0.00303121 Jy ! Component: 200 - total flux cleaned = 0.00318037 Jy ! Total flux subtracted in 200 components = 0.00318037 Jy ! Clean residual min=-0.001323 max=0.001174 Jy/beam ! Clean residual mean=0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0487251 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 44 components and 0.0487251 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.599 mas, bmaj=10.93 mas, bpa=-7.181 degrees ! Estimated noise=595.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000615896 Jy ! Component: 100 - total flux cleaned = 0.000813217 Jy ! Component: 150 - total flux cleaned = 0.000893431 Jy ! Component: 200 - total flux cleaned = 0.000921205 Jy ! Total flux subtracted in 200 components = 0.000921205 Jy ! Clean residual min=-0.001299 max=0.001477 Jy/beam ! Clean residual mean=0.000006 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0496463 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 = 3.76765e-05 Jy ! Component: 100 - total flux cleaned = 6.0582e-05 Jy ! Component: 150 - total flux cleaned = 9.15628e-05 Jy ! Component: 200 - total flux cleaned = 0.000110036 Jy ! Total flux subtracted in 200 components = 0.000110036 Jy ! Clean residual min=-0.001303 max=0.001452 Jy/beam ! Clean residual mean=0.000006 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0497563 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 75 components and 0.0497563 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.444 mas, bpa=-1.065 degrees ! Estimated noise=482.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000145442 Jy ! Component: 100 - total flux cleaned = -0.000163259 Jy ! Component: 150 - total flux cleaned = -0.000128441 Jy ! Component: 200 - total flux cleaned = -9.72788e-05 Jy ! Total flux subtracted in 200 components = -9.72788e-05 Jy ! Clean residual min=-0.001241 max=0.001159 Jy/beam ! Clean residual mean=0.000003 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.049659 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.049659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070198Jy sigma=0.000639 ! Fit after self-cal, rms=0.070197Jy sigma=0.000639 wmodel J1547+2052_S_2017_08_05_pus_map.mod ! Writing 90 model components to file: J1547+2052_S_2017_08_05_pus_map.mod wobs J1547+2052_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1547+2052_S_2017_08_05_pus_uvs.fits wwins J1547+2052_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J1547+2052_S_2017_08_05_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.000394457 Jy ! Component: 100 - total flux cleaned = -0.000456638 Jy ! Component: 150 - total flux cleaned = -0.000535483 Jy ! Component: 200 - total flux cleaned = -0.000590448 Jy ! Component: 250 - total flux cleaned = -0.000608249 Jy ! Component: 300 - total flux cleaned = -0.000625528 Jy ! Component: 350 - total flux cleaned = -0.000625751 Jy ! Component: 400 - total flux cleaned = -0.000642468 Jy ! Component: 450 - total flux cleaned = -0.000609845 Jy ! Component: 500 - total flux cleaned = -0.000610254 Jy ! Component: 550 - total flux cleaned = -0.000610436 Jy ! Component: 600 - total flux cleaned = -0.000641487 Jy ! Component: 650 - total flux cleaned = -0.000701823 Jy ! Component: 700 - total flux cleaned = -0.000686787 Jy ! Component: 750 - total flux cleaned = -0.000686992 Jy ! Component: 800 - total flux cleaned = -0.000730013 Jy ! Component: 850 - total flux cleaned = -0.000729838 Jy ! Component: 900 - total flux cleaned = -0.000743922 Jy ! Component: 950 - total flux cleaned = -0.000729937 Jy ! Component: 1000 - total flux cleaned = -0.000689287 Jy ! Component: 1050 - total flux cleaned = -0.000729236 Jy ! Component: 1100 - total flux cleaned = -0.000729186 Jy ! Component: 1150 - total flux cleaned = -0.000741942 Jy ! Component: 1200 - total flux cleaned = -0.000678035 Jy ! Component: 1250 - total flux cleaned = -0.000678254 Jy ! Component: 1300 - total flux cleaned = -0.000678248 Jy ! Component: 1350 - total flux cleaned = -0.000665898 Jy ! Component: 1400 - total flux cleaned = -0.000605128 Jy ! Component: 1450 - total flux cleaned = -0.000593273 Jy ! Component: 1500 - total flux cleaned = -0.000581759 Jy ! Component: 1550 - total flux cleaned = -0.00054663 Jy ! Component: 1600 - total flux cleaned = -0.000546606 Jy ! Component: 1650 - total flux cleaned = -0.000501064 Jy ! Component: 1700 - total flux cleaned = -0.000489679 Jy ! Component: 1750 - total flux cleaned = -0.000444996 Jy ! Component: 1800 - total flux cleaned = -0.00044518 Jy ! Component: 1850 - total flux cleaned = -0.000445079 Jy ! Component: 1900 - total flux cleaned = -0.000401803 Jy ! Component: 1950 - total flux cleaned = -0.000327013 Jy ! Component: 2000 - total flux cleaned = -0.000327036 Jy ! Component: 2050 - total flux cleaned = -0.000295668 Jy ! Component: 2100 - total flux cleaned = -0.000285208 Jy ! Component: 2150 - total flux cleaned = -0.000264708 Jy ! Component: 2200 - total flux cleaned = -0.000244327 Jy ! Component: 2250 - total flux cleaned = -0.000204049 Jy ! Component: 2300 - total flux cleaned = -0.00018423 Jy ! Component: 2350 - total flux cleaned = -0.000193938 Jy ! Component: 2400 - total flux cleaned = -0.000164537 Jy ! Component: 2450 - total flux cleaned = -0.000125799 Jy ! Component: 2500 - total flux cleaned = -0.0001547 Jy ! Component: 2550 - total flux cleaned = -0.000145092 Jy ! Component: 2600 - total flux cleaned = -0.000126252 Jy ! Component: 2650 - total flux cleaned = -0.000144915 Jy ! Component: 2700 - total flux cleaned = -9.87157e-05 Jy ! Component: 2750 - total flux cleaned = -0.000107755 Jy ! Component: 2800 - total flux cleaned = -4.42146e-05 Jy ! Component: 2850 - total flux cleaned = -6.23314e-05 Jy ! Component: 2900 - total flux cleaned = -2.66206e-05 Jy ! Component: 2950 - total flux cleaned = -2.66782e-05 Jy ! Component: 3000 - total flux cleaned = -5.30214e-05 Jy ! Component: 3050 - total flux cleaned = -5.71436e-07 Jy ! Component: 3100 - total flux cleaned = -2.65556e-05 Jy ! Component: 3150 - total flux cleaned = -9.39808e-06 Jy ! Component: 3200 - total flux cleaned = -3.49864e-05 Jy ! Component: 3250 - total flux cleaned = -2.64378e-05 Jy ! Component: 3300 - total flux cleaned = -3.4758e-05 Jy ! Component: 3350 - total flux cleaned = -2.63792e-05 Jy ! Component: 3400 - total flux cleaned = -9.78073e-06 Jy ! Component: 3450 - total flux cleaned = 3.95188e-05 Jy ! Component: 3500 - total flux cleaned = 3.13543e-05 Jy ! Component: 3550 - total flux cleaned = 3.12745e-05 Jy ! Component: 3600 - total flux cleaned = 3.9422e-05 Jy ! Component: 3650 - total flux cleaned = 3.13616e-05 Jy ! Component: 3700 - total flux cleaned = 5.51914e-05 Jy ! Component: 3750 - total flux cleaned = 5.50197e-05 Jy ! Component: 3800 - total flux cleaned = 5.49737e-05 Jy ! Component: 3850 - total flux cleaned = 4.71649e-05 Jy ! Component: 3900 - total flux cleaned = 4.71882e-05 Jy ! Component: 3950 - total flux cleaned = 7.79255e-05 Jy ! Component: 4000 - total flux cleaned = 3.98263e-05 Jy ! Component: 4050 - total flux cleaned = 6.25941e-05 Jy ! Total flux subtracted in 4096 components = 6.2549e-05 Jy ! Clean residual min=-0.000430 max=0.000447 Jy/beam ! Clean residual mean=0.000001 rms=0.000138 Jy/beam ! Combined flux in latest and established models = 0.0497216 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 380 components and 0.0497216 Jy ![Exited script file: muppet] wmap "J1547+2052_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.56 x 7.444 at -1.065 degrees (North through East) ! Clean map min=-0.0011098 max=0.042388 Jy/beam ! Writing clean map to FITS file: J1547+2052_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0423883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000136397 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.965338 0.965338 1.93068 3.86135 7.72271 15.4454 30.8908 61.7817 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.56 x 7.444 at -1.065 degrees (North through East) ! Clean map min=-0.0011098 max=0.042388 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 J1547+2052_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:33:15 2019