! Started logfile: J1547+4937_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:03:09 2016 obs J1547+4937_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1547+4937_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881543 visibilities/baseline/integration-bin. ! Found source: J1547+4937 ! ! 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 330 lines of history. ! ! Reading 19200 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+4937_S_2015_03_17_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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995899Jy sigma=0.012582 ! Fit after self-cal, rms=0.967466Jy sigma=0.012236 ! 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.928 mas, bmaj=4.264 mas, bpa=-15.65 degrees ! Estimated noise=692.798 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.0238884 Jy ! Component: 100 - total flux cleaned = 0.0298294 Jy ! Total flux subtracted in 100 components = 0.0298294 Jy ! Clean residual min=-0.003027 max=0.004122 Jy/beam ! Clean residual mean=0.000009 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.0298294 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0298294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070410Jy sigma=0.000818 ! Fit after self-cal, rms=0.069267Jy sigma=0.000803 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00527604 Jy ! Component: 100 - total flux cleaned = 0.00864873 Jy ! Total flux subtracted in 100 components = 0.00864873 Jy ! Clean residual min=-0.003043 max=0.003919 Jy/beam ! Clean residual mean=0.000006 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.0384782 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.0384782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068407Jy sigma=0.000793 ! Fit after self-cal, rms=0.068373Jy sigma=0.000793 ! 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.653 mas, bmaj=5.17 mas, bpa=-15.89 degrees ! Estimated noise=411.364 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.00643045 Jy ! Component: 100 - total flux cleaned = 0.0104637 Jy ! Component: 150 - total flux cleaned = 0.0130283 Jy ! Component: 200 - total flux cleaned = 0.0146614 Jy ! Total flux subtracted in 200 components = 0.0146614 Jy ! Clean residual min=-0.004004 max=0.005128 Jy/beam ! Clean residual mean=0.000008 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.0531396 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.0531395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067605Jy sigma=0.000785 ! Fit after self-cal, rms=0.067482Jy sigma=0.000784 ! 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 1.28 FD 0.77 HN 0.87 KP 0.99 ! LA 0.80 MK 1.18 NL 1.45 OV 1.38 ! PT 0.78 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.81 HN 0.95 KP 0.98 ! LA 0.81 MK 1.16 NL 1.49 OV 1.45 ! PT 0.78 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.79 HN 0.97 KP 0.91 ! LA 0.72 MK 1.24 NL 1.64 OV 1.29 ! PT 0.75 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 0.82 HN 0.91 KP 0.90 ! LA 0.75 MK 1.15 NL 1.42 OV 1.37 ! PT 0.81 SC 1.03 ! ! ! Fit before self-cal, rms=0.067482Jy sigma=0.000784 ! Fit after self-cal, rms=0.071032Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.832 mas, bmaj=5.319 mas, bpa=-15.14 degrees ! Estimated noise=429.919 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.000143533 Jy ! Component: 100 - total flux cleaned = 0.000229809 Jy ! Component: 150 - total flux cleaned = 0.000306057 Jy ! Component: 200 - total flux cleaned = 0.00039641 Jy ! Total flux subtracted in 200 components = 0.00039641 Jy ! Clean residual min=-0.003665 max=0.004463 Jy/beam ! Clean residual mean=-0.000025 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.053536 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0535359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071015Jy sigma=0.000770 ! Fit after self-cal, rms=0.071626Jy sigma=0.000765 ! 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.071626Jy sigma=0.000765 ! Fit after self-cal, rms=0.081261Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.901 mas, bmaj=5.339 mas, bpa=-16.03 degrees ! Estimated noise=439.745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266854 Jy ! Component: 100 - total flux cleaned = 0.000353985 Jy ! Component: 150 - total flux cleaned = 0.000391595 Jy ! Component: 200 - total flux cleaned = 0.000408518 Jy ! Total flux subtracted in 200 components = 0.000408518 Jy ! Clean residual min=-0.003138 max=0.003954 Jy/beam ! Clean residual mean=-0.000015 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.0539445 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.0539445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081244Jy sigma=0.000760 ! Fit after self-cal, rms=0.081829Jy sigma=0.000758 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 (5.5, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00398147 Jy ! Component: 100 - total flux cleaned = 0.00632649 Jy ! Component: 150 - total flux cleaned = 0.00786047 Jy ! Component: 200 - total flux cleaned = 0.00848665 Jy ! Total flux subtracted in 200 components = 0.00848665 Jy ! Clean residual min=-0.002654 max=0.003179 Jy/beam ! Clean residual mean=-0.000016 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0624311 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 67 components and 0.0624311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081656Jy sigma=0.000754 ! Fit after self-cal, rms=0.081524Jy sigma=0.000753 ! 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.081524Jy sigma=0.000753 ! Fit after self-cal, rms=0.083439Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=5.336 mas, bpa=-17.1 degrees ! Estimated noise=435.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246348 Jy ! Component: 100 - total flux cleaned = 0.0037311 Jy ! Component: 150 - total flux cleaned = 0.0042262 Jy ! Component: 200 - total flux cleaned = 0.00453098 Jy ! Total flux subtracted in 200 components = 0.00453098 Jy ! Clean residual min=-0.002433 max=0.002633 Jy/beam ! Clean residual mean=-0.000012 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0669621 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 77 components and 0.0669621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083366Jy sigma=0.000751 ! Fit after self-cal, rms=0.083363Jy sigma=0.000750 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.00142929 Jy ! Component: 100 - total flux cleaned = 0.00187898 Jy ! Component: 150 - total flux cleaned = 0.00208192 Jy ! Component: 200 - total flux cleaned = 0.002258 Jy ! Total flux subtracted in 200 components = 0.002258 Jy ! Clean residual min=-0.002428 max=0.002254 Jy/beam ! Clean residual mean=-0.000014 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0692201 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 85 components and 0.0692201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083328Jy sigma=0.000749 ! Fit after self-cal, rms=0.083260Jy sigma=0.000749 ! 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.083260Jy sigma=0.000749 ! Fit after self-cal, rms=0.083577Jy sigma=0.000749 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.942 mas, bmaj=9.761 mas, bpa=-61.5 degrees ! Estimated noise=498.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181291 Jy ! Component: 100 - total flux cleaned = 0.0020596 Jy ! Component: 150 - total flux cleaned = 0.00212331 Jy ! Component: 200 - total flux cleaned = 0.0021731 Jy ! Total flux subtracted in 200 components = 0.0021731 Jy ! Clean residual min=-0.002938 max=0.002882 Jy/beam ! Clean residual mean=-0.000018 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.0713932 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 112 components and 0.0713932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083572Jy sigma=0.000748 ! Fit after self-cal, rms=0.083533Jy sigma=0.000748 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.000671523 Jy ! Component: 100 - total flux cleaned = 0.000814361 Jy ! Component: 150 - total flux cleaned = 0.000837377 Jy ! Component: 200 - total flux cleaned = 0.00087444 Jy ! Total flux subtracted in 200 components = 0.00087444 Jy ! Clean residual min=-0.002848 max=0.002681 Jy/beam ! Clean residual mean=-0.000020 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.0722676 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 118 components and 0.0722676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083535Jy sigma=0.000748 ! Fit after self-cal, rms=0.083524Jy sigma=0.000748 ! 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.955 mas, bmaj=5.328 mas, bpa=-16.99 degrees ! Estimated noise=432.85 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.955 x 5.328 at -16.99 degrees (North through East) ! Clean map min=-0.0028884 max=0.03295 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=3.104 mas, bmaj=4.354 mas, bpa=-15.94 degrees ! Estimated noise=779.065 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0268978 Jy ! Component: 100 - total flux cleaned = 0.0361663 Jy ! Component: 150 - total flux cleaned = 0.0427287 Jy ! Component: 200 - total flux cleaned = 0.0477802 Jy ! Total flux subtracted in 200 components = 0.0477802 Jy ! Clean residual min=-0.003708 max=0.004008 Jy/beam ! Clean residual mean=0.000002 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.0477802 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.0477802 Jy ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=5.328 mas, bpa=-16.99 degrees ! Estimated noise=432.85 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.00584459 Jy ! Component: 100 - total flux cleaned = 0.0102472 Jy ! Component: 150 - total flux cleaned = 0.0136999 Jy ! Component: 200 - total flux cleaned = 0.0160261 Jy ! Total flux subtracted in 200 components = 0.0160261 Jy ! Clean residual min=-0.002744 max=0.002275 Jy/beam ! Clean residual mean=-0.000004 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.0638063 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.0638063 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=8.942 mas, bmaj=9.761 mas, bpa=-61.5 degrees ! Estimated noise=498.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343761 Jy ! Component: 100 - total flux cleaned = 0.00489071 Jy ! Component: 150 - total flux cleaned = 0.00577204 Jy ! Component: 200 - total flux cleaned = 0.00641227 Jy ! Total flux subtracted in 200 components = 0.00641227 Jy ! Clean residual min=-0.003010 max=0.002769 Jy/beam ! Clean residual mean=-0.000017 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.0702186 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.000512937 Jy ! Component: 100 - total flux cleaned = 0.000892971 Jy ! Component: 150 - total flux cleaned = 0.00117693 Jy ! Component: 200 - total flux cleaned = 0.0013409 Jy ! Total flux subtracted in 200 components = 0.0013409 Jy ! Clean residual min=-0.002822 max=0.002717 Jy/beam ! Clean residual mean=-0.000019 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.0715595 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 110 components and 0.0715595 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=5.328 mas, bpa=-16.99 degrees ! Estimated noise=432.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000457564 Jy ! Component: 100 - total flux cleaned = 0.000494497 Jy ! Component: 150 - total flux cleaned = 0.000496259 Jy ! Component: 200 - total flux cleaned = 0.000525429 Jy ! Total flux subtracted in 200 components = 0.000525429 Jy ! Clean residual min=-0.002148 max=0.002142 Jy/beam ! Clean residual mean=-0.000010 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0720849 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 120 components and 0.0720849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083532Jy sigma=0.000748 ! Fit after self-cal, rms=0.083528Jy sigma=0.000748 wmodel J1547+4937_S_2015_03_17_pus_map.mod ! Writing 120 model components to file: J1547+4937_S_2015_03_17_pus_map.mod wobs J1547+4937_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1547+4937_S_2015_03_17_pus_uvs.fits wwins J1547+4937_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1547+4937_S_2015_03_17_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.00044859 Jy ! Component: 100 - total flux cleaned = -0.000584699 Jy ! Component: 150 - total flux cleaned = -0.00045722 Jy ! Component: 200 - total flux cleaned = -0.000273917 Jy ! Component: 250 - total flux cleaned = -0.000127485 Jy ! Component: 300 - total flux cleaned = -1.38412e-05 Jy ! Component: 350 - total flux cleaned = 0.000123326 Jy ! Component: 400 - total flux cleaned = 0.00025605 Jy ! Component: 450 - total flux cleaned = 0.00041023 Jy ! Component: 500 - total flux cleaned = 0.000559918 Jy ! Component: 550 - total flux cleaned = 0.00068152 Jy ! Component: 600 - total flux cleaned = 0.000776714 Jy ! Component: 650 - total flux cleaned = 0.00089214 Jy ! Component: 700 - total flux cleaned = 0.00093702 Jy ! Component: 750 - total flux cleaned = 0.00106861 Jy ! Component: 800 - total flux cleaned = 0.00113254 Jy ! Component: 850 - total flux cleaned = 0.00125857 Jy ! Component: 900 - total flux cleaned = 0.00140197 Jy ! Component: 950 - total flux cleaned = 0.00152252 Jy ! Component: 1000 - total flux cleaned = 0.00168065 Jy ! Component: 1050 - total flux cleaned = 0.0018162 Jy ! Component: 1100 - total flux cleaned = 0.00194991 Jy ! Component: 1150 - total flux cleaned = 0.0020622 Jy ! Component: 1200 - total flux cleaned = 0.00215458 Jy ! Component: 1250 - total flux cleaned = 0.00226314 Jy ! Component: 1300 - total flux cleaned = 0.00235222 Jy ! Component: 1350 - total flux cleaned = 0.00242269 Jy ! Component: 1400 - total flux cleaned = 0.00254365 Jy ! Component: 1450 - total flux cleaned = 0.00261169 Jy ! Component: 1500 - total flux cleaned = 0.00271203 Jy ! Component: 1550 - total flux cleaned = 0.00281111 Jy ! Component: 1600 - total flux cleaned = 0.00284368 Jy ! Component: 1650 - total flux cleaned = 0.00294016 Jy ! Component: 1700 - total flux cleaned = 0.00300361 Jy ! Component: 1750 - total flux cleaned = 0.00306614 Jy ! Component: 1800 - total flux cleaned = 0.00311242 Jy ! Component: 1850 - total flux cleaned = 0.00312781 Jy ! Component: 1900 - total flux cleaned = 0.00318833 Jy ! Component: 1950 - total flux cleaned = 0.00326277 Jy ! Component: 2000 - total flux cleaned = 0.00329203 Jy ! Component: 2050 - total flux cleaned = 0.00326293 Jy ! Component: 2100 - total flux cleaned = 0.00333487 Jy ! Component: 2150 - total flux cleaned = 0.00334891 Jy ! Component: 2200 - total flux cleaned = 0.003335 Jy ! Component: 2250 - total flux cleaned = 0.00334896 Jy ! Component: 2300 - total flux cleaned = 0.00340385 Jy ! Component: 2350 - total flux cleaned = 0.00340373 Jy ! Component: 2400 - total flux cleaned = 0.00344415 Jy ! Component: 2450 - total flux cleaned = 0.0034575 Jy ! Component: 2500 - total flux cleaned = 0.00347068 Jy ! Component: 2550 - total flux cleaned = 0.0034967 Jy ! Component: 2600 - total flux cleaned = 0.00352237 Jy ! Component: 2650 - total flux cleaned = 0.00357334 Jy ! Component: 2700 - total flux cleaned = 0.00358603 Jy ! Component: 2750 - total flux cleaned = 0.00363639 Jy ! Component: 2800 - total flux cleaned = 0.00367374 Jy ! Component: 2850 - total flux cleaned = 0.0037228 Jy ! Component: 2900 - total flux cleaned = 0.00377141 Jy ! Component: 2950 - total flux cleaned = 0.0038558 Jy ! Component: 3000 - total flux cleaned = 0.00385582 Jy ! Component: 3050 - total flux cleaned = 0.00393839 Jy ! Component: 3100 - total flux cleaned = 0.00393842 Jy ! Component: 3150 - total flux cleaned = 0.00398469 Jy ! Component: 3200 - total flux cleaned = 0.00404205 Jy ! Component: 3250 - total flux cleaned = 0.0040534 Jy ! Component: 3300 - total flux cleaned = 0.0041099 Jy ! Component: 3350 - total flux cleaned = 0.00410974 Jy ! Component: 3400 - total flux cleaned = 0.00409867 Jy ! Component: 3450 - total flux cleaned = 0.0041098 Jy ! Component: 3500 - total flux cleaned = 0.00414281 Jy ! Component: 3550 - total flux cleaned = 0.00419702 Jy ! Component: 3600 - total flux cleaned = 0.00419704 Jy ! Component: 3650 - total flux cleaned = 0.00419706 Jy ! Component: 3700 - total flux cleaned = 0.00418624 Jy ! Component: 3750 - total flux cleaned = 0.00420741 Jy ! Component: 3800 - total flux cleaned = 0.00423874 Jy ! Component: 3850 - total flux cleaned = 0.00423866 Jy ! Component: 3900 - total flux cleaned = 0.00423862 Jy ! Component: 3950 - total flux cleaned = 0.00423862 Jy ! Component: 4000 - total flux cleaned = 0.00423874 Jy ! Component: 4050 - total flux cleaned = 0.00425889 Jy ! Total flux subtracted in 4096 components = 0.00419887 Jy ! Clean residual min=-0.000602 max=0.000580 Jy/beam ! Clean residual mean=-0.000004 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.0762838 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 429 components and 0.0762838 Jy ![Exited script file: muppet] wmap "J1547+4937_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.955 x 5.328 at -16.99 degrees (North through East) ! Clean map min=-0.0027627 max=0.032818 Jy/beam ! Writing clean map to FITS file: J1547+4937_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0328176 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181239 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.65678 1.65678 3.31356 6.62713 13.2543 26.5085 53.017 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.032 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.955 x 5.328 at -16.99 degrees (North through East) ! Clean map min=-0.0027627 max=0.032818 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+4937_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:03:14 2016