! Started logfile: J1847+0810_S_2017_02_24_pus_uvs.log on Sat May 4 11:33:14 2019 obs J1847+0810_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1847+0810_S_2017_02_24_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975 visibilities/baseline/integration-bin. ! Found source: J1847+0810 ! ! 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 823 lines of history. ! ! Reading 25272 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 J1847+0810_S_2017_02_24_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 452 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861100Jy sigma=0.007504 ! Fit after self-cal, rms=0.853547Jy sigma=0.007441 ! 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.882 mas, bmaj=6.849 mas, bpa=-4.652 degrees ! Estimated noise=773.309 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.112928 Jy ! Component: 100 - total flux cleaned = 0.139503 Jy ! Total flux subtracted in 100 components = 0.139503 Jy ! Clean residual min=-0.003805 max=0.010221 Jy/beam ! Clean residual mean=-0.000025 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.139503 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.139503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088467Jy sigma=0.000706 ! Fit after self-cal, rms=0.088470Jy sigma=0.000706 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105352 Jy ! Component: 100 - total flux cleaned = 0.0151875 Jy ! Total flux subtracted in 100 components = 0.0151875 Jy ! Clean residual min=-0.003532 max=0.003493 Jy/beam ! Clean residual mean=-0.000015 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.15469 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.15469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086774Jy sigma=0.000695 ! Fit after self-cal, rms=0.086779Jy sigma=0.000695 ! 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.411 mas, bmaj=7.684 mas, bpa=-3.583 degrees ! Estimated noise=560.625 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.00409008 Jy ! Component: 100 - total flux cleaned = 0.0058736 Jy ! Component: 150 - total flux cleaned = 0.00683917 Jy ! Component: 200 - total flux cleaned = 0.00717 Jy ! Total flux subtracted in 200 components = 0.00717 Jy ! Clean residual min=-0.002182 max=0.002490 Jy/beam ! Clean residual mean=-0.000008 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.16186 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.16186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086526Jy sigma=0.000694 ! Fit after self-cal, rms=0.086532Jy sigma=0.000694 ! 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.03 HN 1.06 KP 0.98 ! LA 0.94 MK 0.98 NL 1.01 OV 1.04 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.95 HN 1.04 KP 0.94 ! LA 0.93 MK 0.95 NL 1.04 OV 1.08 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.02 KP 1.03 ! LA 1.03 MK 0.98 NL 1.11 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.96 KP 1.00* ! LA 1.26 MK 1.05 NL 1.00* OV 1.00 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.086532Jy sigma=0.000694 ! Fit after self-cal, rms=0.090346Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=7.658 mas, bpa=-3.437 degrees ! Estimated noise=564.9 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.00163528 Jy ! Component: 100 - total flux cleaned = 0.00242321 Jy ! Component: 150 - total flux cleaned = 0.00260983 Jy ! Component: 200 - total flux cleaned = 0.00263771 Jy ! Total flux subtracted in 200 components = 0.00263771 Jy ! Clean residual min=-0.001967 max=0.002139 Jy/beam ! Clean residual mean=-0.000005 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.164498 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 34 components and 0.164498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090270Jy sigma=0.000684 ! Fit after self-cal, rms=0.090312Jy sigma=0.000684 ! 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.090312Jy sigma=0.000684 ! Fit after self-cal, rms=0.100623Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=7.63 mas, bpa=-3.345 degrees ! Estimated noise=571.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186217 Jy ! Component: 100 - total flux cleaned = 0.00276274 Jy ! Component: 150 - total flux cleaned = 0.00329088 Jy ! Component: 200 - total flux cleaned = 0.00354527 Jy ! Total flux subtracted in 200 components = 0.00354527 Jy ! Clean residual min=-0.002092 max=0.002169 Jy/beam ! Clean residual mean=0.000005 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.168043 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 46 components and 0.168043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100486Jy sigma=0.000681 ! Fit after self-cal, rms=0.100539Jy sigma=0.000681 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.34336e-05 Jy ! Component: 100 - total flux cleaned = 9.38984e-05 Jy ! Component: 150 - total flux cleaned = 0.0001077 Jy ! Component: 200 - total flux cleaned = 0.000120677 Jy ! Total flux subtracted in 200 components = 0.000120677 Jy ! Clean residual min=-0.002080 max=0.002148 Jy/beam ! Clean residual mean=0.000005 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.168164 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.168164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100533Jy sigma=0.000681 ! Fit after self-cal, rms=0.100533Jy sigma=0.000681 ! 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.100533Jy sigma=0.000681 ! Fit after self-cal, rms=0.098621Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.373 mas, bmaj=7.616 mas, bpa=-3.26 degrees ! Estimated noise=574.099 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000802431 Jy ! Component: 100 - total flux cleaned = 0.00117856 Jy ! Component: 150 - total flux cleaned = 0.00140514 Jy ! Component: 200 - total flux cleaned = 0.00152079 Jy ! Total flux subtracted in 200 components = 0.00152079 Jy ! Clean residual min=-0.001501 max=0.001666 Jy/beam ! Clean residual mean=0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.169685 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 56 components and 0.169685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098587Jy sigma=0.000676 ! Fit after self-cal, rms=0.098581Jy sigma=0.000676 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.03737e-05 Jy ! Component: 100 - total flux cleaned = 6.5532e-05 Jy ! Component: 150 - total flux cleaned = 7.44889e-05 Jy ! Component: 200 - total flux cleaned = 7.88277e-05 Jy ! Total flux subtracted in 200 components = 7.88277e-05 Jy ! Clean residual min=-0.001498 max=0.001684 Jy/beam ! Clean residual mean=0.000005 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.169764 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.169764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098579Jy sigma=0.000676 ! Fit after self-cal, rms=0.098579Jy sigma=0.000676 ! 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.098579Jy sigma=0.000676 ! Fit after self-cal, rms=0.099128Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.599 mas, bmaj=11.15 mas, bpa=-0.4258 degrees ! Estimated noise=723.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112628 Jy ! Component: 100 - total flux cleaned = 0.00148676 Jy ! Component: 150 - total flux cleaned = 0.00164728 Jy ! Component: 200 - total flux cleaned = 0.00171438 Jy ! Total flux subtracted in 200 components = 0.00171438 Jy ! Clean residual min=-0.001792 max=0.001751 Jy/beam ! Clean residual mean=0.000010 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.171478 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.171478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099100Jy sigma=0.000676 ! Fit after self-cal, rms=0.099099Jy sigma=0.000676 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 = 5.31883e-05 Jy ! Component: 100 - total flux cleaned = 5.73338e-05 Jy ! Component: 150 - total flux cleaned = 5.15744e-05 Jy ! Component: 200 - total flux cleaned = 5.14959e-05 Jy ! Total flux subtracted in 200 components = 5.14959e-05 Jy ! Clean residual min=-0.001782 max=0.001754 Jy/beam ! Clean residual mean=0.000010 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.171529 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 0.171529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099099Jy sigma=0.000676 ! Fit after self-cal, rms=0.099099Jy sigma=0.000676 ! 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.367 mas, bmaj=7.603 mas, bpa=-3.204 degrees ! Estimated noise=576.698 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.367 x 7.603 at -3.204 degrees (North through East) ! Clean map min=-0.0014675 max=0.15171 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.841 mas, bmaj=6.785 mas, bpa=-4.275 degrees ! Estimated noise=802.497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116157 Jy ! Component: 100 - total flux cleaned = 0.144577 Jy ! Component: 150 - total flux cleaned = 0.156539 Jy ! Component: 200 - total flux cleaned = 0.162372 Jy ! Total flux subtracted in 200 components = 0.162372 Jy ! Clean residual min=-0.002195 max=0.002746 Jy/beam ! Clean residual mean=-0.000004 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.162372 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.162372 Jy ! Inverting map and beam ! Estimated beam: bmin=3.367 mas, bmaj=7.603 mas, bpa=-3.204 degrees ! Estimated noise=576.698 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.00385328 Jy ! Component: 100 - total flux cleaned = 0.00583106 Jy ! Component: 150 - total flux cleaned = 0.007003 Jy ! Component: 200 - total flux cleaned = 0.00773827 Jy ! Total flux subtracted in 200 components = 0.00773827 Jy ! Clean residual min=-0.001537 max=0.001737 Jy/beam ! Clean residual mean=0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.17011 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 54 components and 0.17011 Jy ! Inverting map ! Added new window around map position (-84, 123.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148107 Jy ! Component: 100 - total flux cleaned = 0.00180035 Jy ! Component: 150 - total flux cleaned = 0.00186099 Jy ! Component: 200 - total flux cleaned = 0.00187765 Jy ! Total flux subtracted in 200 components = 0.00187765 Jy ! Clean residual min=-0.001570 max=0.001554 Jy/beam ! Clean residual mean=0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.171988 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.171988 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=11.15 mas, bpa=-0.4258 degrees ! Estimated noise=723.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000396568 Jy ! Component: 100 - total flux cleaned = 0.000352422 Jy ! Component: 150 - total flux cleaned = 0.000352396 Jy ! Component: 200 - total flux cleaned = 0.000371478 Jy ! Total flux subtracted in 200 components = 0.000371478 Jy ! Clean residual min=-0.001708 max=0.001694 Jy/beam ! Clean residual mean=0.000005 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.172359 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.92685e-06 Jy ! Component: 100 - total flux cleaned = 2.59026e-05 Jy ! Component: 150 - total flux cleaned = 4.19507e-05 Jy ! Component: 200 - total flux cleaned = 4.92709e-05 Jy ! Total flux subtracted in 200 components = 4.92709e-05 Jy ! Clean residual min=-0.001714 max=0.001689 Jy/beam ! Clean residual mean=0.000005 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.172408 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.172408 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.367 mas, bmaj=7.603 mas, bpa=-3.204 degrees ! Estimated noise=576.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115923 Jy ! Component: 100 - total flux cleaned = -0.000169051 Jy ! Component: 150 - total flux cleaned = -0.000184476 Jy ! Component: 200 - total flux cleaned = -0.000199151 Jy ! Total flux subtracted in 200 components = -0.000199151 Jy ! Clean residual min=-0.001553 max=0.001556 Jy/beam ! Clean residual mean=0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.172209 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 99 components and 0.172209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099052Jy sigma=0.000675 ! Fit after self-cal, rms=0.099047Jy sigma=0.000675 wmodel J1847+0810_S_2017_02_24_pus_map.mod ! Writing 99 model components to file: J1847+0810_S_2017_02_24_pus_map.mod wobs J1847+0810_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1847+0810_S_2017_02_24_pus_uvs.fits wwins J1847+0810_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1847+0810_S_2017_02_24_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 = 9.23267e-05 Jy ! Component: 100 - total flux cleaned = 3.88901e-05 Jy ! Component: 150 - total flux cleaned = 1.37557e-05 Jy ! Component: 200 - total flux cleaned = -1.0722e-05 Jy ! Component: 250 - total flux cleaned = -5.78218e-05 Jy ! Component: 300 - total flux cleaned = -3.53247e-05 Jy ! Component: 350 - total flux cleaned = -1.38147e-05 Jy ! Component: 400 - total flux cleaned = -7.98132e-05 Jy ! Component: 450 - total flux cleaned = -3.64333e-05 Jy ! Component: 500 - total flux cleaned = -5.74828e-05 Jy ! Component: 550 - total flux cleaned = -1.59757e-05 Jy ! Component: 600 - total flux cleaned = -3.69064e-05 Jy ! Component: 650 - total flux cleaned = -0.000117899 Jy ! Component: 700 - total flux cleaned = -0.00021691 Jy ! Component: 750 - total flux cleaned = -0.000197236 Jy ! Component: 800 - total flux cleaned = -0.000216753 Jy ! Component: 850 - total flux cleaned = -0.000274187 Jy ! Component: 900 - total flux cleaned = -0.000254913 Jy ! Component: 950 - total flux cleaned = -0.000236092 Jy ! Component: 1000 - total flux cleaned = -0.000198839 Jy ! Component: 1050 - total flux cleaned = -0.000125817 Jy ! Component: 1100 - total flux cleaned = -0.000107651 Jy ! Component: 1150 - total flux cleaned = -7.18579e-05 Jy ! Component: 1200 - total flux cleaned = -1.1488e-06 Jy ! Component: 1250 - total flux cleaned = 8.62245e-05 Jy ! Component: 1300 - total flux cleaned = 8.61473e-05 Jy ! Component: 1350 - total flux cleaned = 0.000240766 Jy ! Component: 1400 - total flux cleaned = 0.000359684 Jy ! Component: 1450 - total flux cleaned = 0.000393405 Jy ! Component: 1500 - total flux cleaned = 0.000476995 Jy ! Component: 1550 - total flux cleaned = 0.000493545 Jy ! Component: 1600 - total flux cleaned = 0.000559355 Jy ! Component: 1650 - total flux cleaned = 0.000640648 Jy ! Component: 1700 - total flux cleaned = 0.000737727 Jy ! Component: 1750 - total flux cleaned = 0.000753723 Jy ! Component: 1800 - total flux cleaned = 0.00078557 Jy ! Component: 1850 - total flux cleaned = 0.000817386 Jy ! Component: 1900 - total flux cleaned = 0.000926852 Jy ! Component: 1950 - total flux cleaned = 0.000973277 Jy ! Component: 2000 - total flux cleaned = 0.000988749 Jy ! Component: 2050 - total flux cleaned = 0.00104987 Jy ! Component: 2100 - total flux cleaned = 0.0010802 Jy ! Component: 2150 - total flux cleaned = 0.0011403 Jy ! Component: 2200 - total flux cleaned = 0.0011701 Jy ! Component: 2250 - total flux cleaned = 0.00119996 Jy ! Component: 2300 - total flux cleaned = 0.00118535 Jy ! Component: 2350 - total flux cleaned = 0.00131703 Jy ! Component: 2400 - total flux cleaned = 0.00130245 Jy ! Component: 2450 - total flux cleaned = 0.00133138 Jy ! Component: 2500 - total flux cleaned = 0.00138881 Jy ! Component: 2550 - total flux cleaned = 0.00134602 Jy ! Component: 2600 - total flux cleaned = 0.00134596 Jy ! Component: 2650 - total flux cleaned = 0.00141641 Jy ! Component: 2700 - total flux cleaned = 0.00147222 Jy ! Component: 2750 - total flux cleaned = 0.00152769 Jy ! Component: 2800 - total flux cleaned = 0.00148628 Jy ! Component: 2850 - total flux cleaned = 0.0015962 Jy ! Component: 2900 - total flux cleaned = 0.00159626 Jy ! Component: 2950 - total flux cleaned = 0.00163709 Jy ! Component: 3000 - total flux cleaned = 0.00166413 Jy ! Component: 3050 - total flux cleaned = 0.0017177 Jy ! Component: 3100 - total flux cleaned = 0.00175778 Jy ! Component: 3150 - total flux cleaned = 0.00179755 Jy ! Component: 3200 - total flux cleaned = 0.00186354 Jy ! Component: 3250 - total flux cleaned = 0.00191596 Jy ! Component: 3300 - total flux cleaned = 0.00200728 Jy ! Component: 3350 - total flux cleaned = 0.00202015 Jy ! Component: 3400 - total flux cleaned = 0.00203308 Jy ! Component: 3450 - total flux cleaned = 0.00208448 Jy ! Component: 3500 - total flux cleaned = 0.00207172 Jy ! Component: 3550 - total flux cleaned = 0.00208458 Jy ! Component: 3600 - total flux cleaned = 0.00212262 Jy ! Component: 3650 - total flux cleaned = 0.00223583 Jy ! Component: 3700 - total flux cleaned = 0.00223576 Jy ! Component: 3750 - total flux cleaned = 0.00221089 Jy ! Component: 3800 - total flux cleaned = 0.00232243 Jy ! Component: 3850 - total flux cleaned = 0.00230997 Jy ! Component: 3900 - total flux cleaned = 0.00234669 Jy ! Component: 3950 - total flux cleaned = 0.00235888 Jy ! Component: 4000 - total flux cleaned = 0.0023467 Jy ! Component: 4050 - total flux cleaned = 0.00243139 Jy ! Total flux subtracted in 4096 components = 0.00243126 Jy ! Clean residual min=-0.000695 max=0.000832 Jy/beam ! Clean residual mean=0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.17464 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 400 components and 0.17464 Jy ![Exited script file: muppet] wmap "J1847+0810_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.367 x 7.603 at -3.204 degrees (North through East) ! Clean map min=-0.0012714 max=0.15211 Jy/beam ! Writing clean map to FITS file: J1847+0810_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.152114 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023499 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.46345 0.46345 0.9269 1.8538 3.7076 7.4152 14.8304 29.6608 59.3216 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.152 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.367 x 7.603 at -3.204 degrees (North through East) ! Clean map min=-0.0012714 max=0.15211 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 J1847+0810_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:33:20 2019