! Started logfile: J0630+1738_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:48:20 2016 obs J0630+1738_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0630+1738_S_2014_05_31_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.732143 visibilities/baseline/integration-bin. ! Found source: J0630+1738 ! ! 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 336 lines of history. ! ! Reading 7380 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 J0630+1738_S_2014_05_31_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.722425Jy sigma=0.008760 ! Fit after self-cal, rms=0.699135Jy sigma=0.008497 ! 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.539 mas, bmaj=7.865 mas, bpa=15.84 degrees ! Estimated noise=992.287 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.23205 Jy ! Component: 100 - total flux cleaned = 0.282774 Jy ! Total flux subtracted in 100 components = 0.282774 Jy ! Clean residual min=-0.006651 max=0.015234 Jy/beam ! Clean residual mean=0.000016 rms=0.002072 Jy/beam ! Combined flux in latest and established models = 0.282774 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.282774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081174Jy sigma=0.000922 ! Fit after self-cal, rms=0.081172Jy sigma=0.000922 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155402 Jy ! Component: 100 - total flux cleaned = 0.0236611 Jy ! Total flux subtracted in 100 components = 0.0236611 Jy ! Clean residual min=-0.006259 max=0.005815 Jy/beam ! Clean residual mean=0.000005 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.306435 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 24 components and 0.306435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076814Jy sigma=0.000872 ! Fit after self-cal, rms=0.076803Jy sigma=0.000871 ! 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=4.17 mas, bmaj=8.537 mas, bpa=14.1 degrees ! Estimated noise=687.926 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.00860823 Jy ! Component: 100 - total flux cleaned = 0.013481 Jy ! Component: 150 - total flux cleaned = 0.0164995 Jy ! Component: 200 - total flux cleaned = 0.0185151 Jy ! Total flux subtracted in 200 components = 0.0185151 Jy ! Clean residual min=-0.004118 max=0.004584 Jy/beam ! Clean residual mean=0.000009 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.32495 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 74 components and 0.32495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075583Jy sigma=0.000862 ! Fit after self-cal, rms=0.075569Jy sigma=0.000862 ! 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.99 FD 0.84 HN 0.97 KP 1.02 ! LA 1.18 MK 1.00* NL 0.95 OV 0.97 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.03 KP 1.01 ! LA 1.14 MK 1.00* NL 1.01 OV 1.01 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.15 HN 1.03 KP 0.92 ! LA 0.90 MK 1.00* NL 1.00 OV 0.93 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 1.02 KP 0.89 ! LA 0.86 MK 1.00* NL 1.08 OV 1.01 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.075569Jy sigma=0.000862 ! Fit after self-cal, rms=0.067337Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.173 mas, bmaj=8.556 mas, bpa=14.06 degrees ! Estimated noise=685.971 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.000228584 Jy ! Component: 100 - total flux cleaned = 0.000326209 Jy ! Component: 150 - total flux cleaned = 0.000327758 Jy ! Component: 200 - total flux cleaned = 0.000328173 Jy ! Total flux subtracted in 200 components = 0.000328173 Jy ! Clean residual min=-0.002182 max=0.002320 Jy/beam ! Clean residual mean=-0.000000 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.325278 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.325278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067321Jy sigma=0.000775 ! Fit after self-cal, rms=0.067318Jy sigma=0.000775 ! 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.067318Jy sigma=0.000775 ! Fit after self-cal, rms=0.067274Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.172 mas, bmaj=8.556 mas, bpa=14.11 degrees ! Estimated noise=686.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.16449e-05 Jy ! Component: 100 - total flux cleaned = -2.12517e-05 Jy ! Component: 150 - total flux cleaned = 5.68521e-06 Jy ! Component: 200 - total flux cleaned = 6.07042e-06 Jy ! Total flux subtracted in 200 components = 6.07042e-06 Jy ! Clean residual min=-0.001908 max=0.002103 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.325284 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 90 components and 0.325284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067265Jy sigma=0.000773 ! Fit after self-cal, rms=0.067262Jy sigma=0.000773 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 = 1.31152e-05 Jy ! Component: 100 - total flux cleaned = 2.69491e-05 Jy ! Component: 150 - total flux cleaned = 3.73698e-05 Jy ! Component: 200 - total flux cleaned = 3.72874e-05 Jy ! Total flux subtracted in 200 components = 3.72874e-05 Jy ! Clean residual min=-0.001913 max=0.002020 Jy/beam ! Clean residual mean=0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.325322 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.325322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067257Jy sigma=0.000773 ! Fit after self-cal, rms=0.067255Jy sigma=0.000773 ! 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.067255Jy sigma=0.000773 ! Fit after self-cal, rms=0.067279Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.172 mas, bmaj=8.557 mas, bpa=14.12 degrees ! Estimated noise=686.122 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.50494e-05 Jy ! Component: 100 - total flux cleaned = 8.0691e-06 Jy ! Component: 150 - total flux cleaned = 8.34762e-06 Jy ! Component: 200 - total flux cleaned = 1.68557e-05 Jy ! Total flux subtracted in 200 components = 1.68557e-05 Jy ! Clean residual min=-0.001881 max=0.001968 Jy/beam ! Clean residual mean=0.000002 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.325338 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.325338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067275Jy sigma=0.000773 ! Fit after self-cal, rms=0.067274Jy sigma=0.000773 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 = 1.24037e-05 Jy ! Component: 100 - total flux cleaned = 3.15397e-05 Jy ! Component: 150 - total flux cleaned = 3.14792e-05 Jy ! Component: 200 - total flux cleaned = 3.16583e-05 Jy ! Total flux subtracted in 200 components = 3.16583e-05 Jy ! Clean residual min=-0.001884 max=0.001956 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.32537 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.32537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067272Jy sigma=0.000773 ! Fit after self-cal, rms=0.067271Jy sigma=0.000773 ! 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.067271Jy sigma=0.000773 ! Fit after self-cal, rms=0.067289Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.769 mas, bmaj=10.52 mas, bpa=1.693 degrees ! Estimated noise=782.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000230368 Jy ! Component: 100 - total flux cleaned = 0.000226776 Jy ! Component: 150 - total flux cleaned = 0.00021511 Jy ! Component: 200 - total flux cleaned = 0.000215307 Jy ! Total flux subtracted in 200 components = 0.000215307 Jy ! Clean residual min=-0.001969 max=0.002034 Jy/beam ! Clean residual mean=0.000004 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.325585 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 98 components and 0.325585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067291Jy sigma=0.000773 ! Fit after self-cal, rms=0.067287Jy sigma=0.000773 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.67006e-07 Jy ! Component: 100 - total flux cleaned = -6.24468e-07 Jy ! Component: 150 - total flux cleaned = -1.21458e-06 Jy ! Component: 200 - total flux cleaned = -1.23427e-06 Jy ! Total flux subtracted in 200 components = -1.23427e-06 Jy ! Clean residual min=-0.001954 max=0.002052 Jy/beam ! Clean residual mean=0.000004 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.325584 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 99 components and 0.325584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067290Jy sigma=0.000773 ! Fit after self-cal, rms=0.067288Jy sigma=0.000773 ! 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=4.173 mas, bmaj=8.558 mas, bpa=14.13 degrees ! Estimated noise=686.203 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.173 x 8.558 at 14.13 degrees (North through East) ! Clean map min=-0.0017853 max=0.30163 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.529 mas, bmaj=7.873 mas, bpa=15.93 degrees ! Estimated noise=994.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.232404 Jy ! Component: 100 - total flux cleaned = 0.283483 Jy ! Component: 150 - total flux cleaned = 0.299982 Jy ! Component: 200 - total flux cleaned = 0.308148 Jy ! Total flux subtracted in 200 components = 0.308148 Jy ! Clean residual min=-0.003252 max=0.004185 Jy/beam ! Clean residual mean=0.000010 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.308148 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.308148 Jy ! Inverting map and beam ! Estimated beam: bmin=4.173 mas, bmaj=8.558 mas, bpa=14.13 degrees ! Estimated noise=686.203 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.00692704 Jy ! Component: 100 - total flux cleaned = 0.0111061 Jy ! Component: 150 - total flux cleaned = 0.0137335 Jy ! Component: 200 - total flux cleaned = 0.0151237 Jy ! Total flux subtracted in 200 components = 0.0151237 Jy ! Clean residual min=-0.001887 max=0.001921 Jy/beam ! Clean residual mean=0.000004 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.323272 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.323272 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.769 mas, bmaj=10.52 mas, bpa=1.693 degrees ! Estimated noise=782.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013962 Jy ! Component: 100 - total flux cleaned = 0.0016649 Jy ! Component: 150 - total flux cleaned = 0.00185465 Jy ! Component: 200 - total flux cleaned = 0.00199106 Jy ! Total flux subtracted in 200 components = 0.00199106 Jy ! Clean residual min=-0.001977 max=0.002057 Jy/beam ! Clean residual mean=0.000005 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.325263 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.69792e-05 Jy ! Component: 100 - total flux cleaned = 0.000122841 Jy ! Component: 150 - total flux cleaned = 0.000133727 Jy ! Component: 200 - total flux cleaned = 0.000133722 Jy ! Total flux subtracted in 200 components = 0.000133722 Jy ! Clean residual min=-0.001960 max=0.002073 Jy/beam ! Clean residual mean=0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.325397 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 70 components and 0.325397 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.173 mas, bmaj=8.558 mas, bpa=14.13 degrees ! Estimated noise=686.203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.28458e-05 Jy ! Component: 100 - total flux cleaned = -0.000124113 Jy ! Component: 150 - total flux cleaned = -0.000160043 Jy ! Component: 200 - total flux cleaned = -0.00019132 Jy ! Total flux subtracted in 200 components = -0.00019132 Jy ! Clean residual min=-0.001729 max=0.001919 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.325206 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.325206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067294Jy sigma=0.000773 ! Fit after self-cal, rms=0.067293Jy sigma=0.000773 wmodel J0630+1738_S_2014_05_31_pus_map.mod ! Writing 78 model components to file: J0630+1738_S_2014_05_31_pus_map.mod wobs J0630+1738_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0630+1738_S_2014_05_31_pus_uvs.fits wwins J0630+1738_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J0630+1738_S_2014_05_31_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 = -1.75907e-05 Jy ! Component: 100 - total flux cleaned = -0.000301648 Jy ! Component: 150 - total flux cleaned = -0.000570178 Jy ! Component: 200 - total flux cleaned = -0.000798904 Jy ! Component: 250 - total flux cleaned = -0.00107288 Jy ! Component: 300 - total flux cleaned = -0.00112646 Jy ! Component: 350 - total flux cleaned = -0.00125521 Jy ! Component: 400 - total flux cleaned = -0.00145402 Jy ! Component: 450 - total flux cleaned = -0.0015025 Jy ! Component: 500 - total flux cleaned = -0.00162173 Jy ! Component: 550 - total flux cleaned = -0.00169038 Jy ! Component: 600 - total flux cleaned = -0.00166725 Jy ! Component: 650 - total flux cleaned = -0.00168955 Jy ! Component: 700 - total flux cleaned = -0.0016458 Jy ! Component: 750 - total flux cleaned = -0.00162458 Jy ! Component: 800 - total flux cleaned = -0.00164564 Jy ! Component: 850 - total flux cleaned = -0.00160416 Jy ! Component: 900 - total flux cleaned = -0.00158412 Jy ! Component: 950 - total flux cleaned = -0.00160411 Jy ! Component: 1000 - total flux cleaned = -0.00156438 Jy ! Component: 1050 - total flux cleaned = -0.00156446 Jy ! Component: 1100 - total flux cleaned = -0.00156444 Jy ! Component: 1150 - total flux cleaned = -0.00160252 Jy ! Component: 1200 - total flux cleaned = -0.00167672 Jy ! Component: 1250 - total flux cleaned = -0.00160304 Jy ! Component: 1300 - total flux cleaned = -0.001676 Jy ! Component: 1350 - total flux cleaned = -0.0016578 Jy ! Component: 1400 - total flux cleaned = -0.00171088 Jy ! Component: 1450 - total flux cleaned = -0.00171047 Jy ! Component: 1500 - total flux cleaned = -0.00171028 Jy ! Component: 1550 - total flux cleaned = -0.00177879 Jy ! Component: 1600 - total flux cleaned = -0.00179551 Jy ! Component: 1650 - total flux cleaned = -0.00182885 Jy ! Component: 1700 - total flux cleaned = -0.00186172 Jy ! Component: 1750 - total flux cleaned = -0.0018453 Jy ! Component: 1800 - total flux cleaned = -0.00184541 Jy ! Component: 1850 - total flux cleaned = -0.00192559 Jy ! Component: 1900 - total flux cleaned = -0.00195715 Jy ! Component: 1950 - total flux cleaned = -0.00200409 Jy ! Component: 2000 - total flux cleaned = -0.00201964 Jy ! Component: 2050 - total flux cleaned = -0.00205042 Jy ! Component: 2100 - total flux cleaned = -0.00211134 Jy ! Component: 2150 - total flux cleaned = -0.00212634 Jy ! Component: 2200 - total flux cleaned = -0.00220095 Jy ! Component: 2250 - total flux cleaned = -0.00227471 Jy ! Component: 2300 - total flux cleaned = -0.00223081 Jy ! Component: 2350 - total flux cleaned = -0.00225991 Jy ! Component: 2400 - total flux cleaned = -0.00228852 Jy ! Component: 2450 - total flux cleaned = -0.00233134 Jy ! Component: 2500 - total flux cleaned = -0.00234561 Jy ! Component: 2550 - total flux cleaned = -0.00238776 Jy ! Component: 2600 - total flux cleaned = -0.00241577 Jy ! Component: 2650 - total flux cleaned = -0.00245704 Jy ! Component: 2700 - total flux cleaned = -0.00245703 Jy ! Component: 2750 - total flux cleaned = -0.00249766 Jy ! Component: 2800 - total flux cleaned = -0.00249762 Jy ! Component: 2850 - total flux cleaned = -0.00255089 Jy ! Component: 2900 - total flux cleaned = -0.00256394 Jy ! Component: 2950 - total flux cleaned = -0.00255093 Jy ! Component: 3000 - total flux cleaned = -0.00262906 Jy ! Component: 3050 - total flux cleaned = -0.00261596 Jy ! Component: 3100 - total flux cleaned = -0.00261598 Jy ! Component: 3150 - total flux cleaned = -0.00264143 Jy ! Component: 3200 - total flux cleaned = -0.00267905 Jy ! Component: 3250 - total flux cleaned = -0.00267899 Jy ! Component: 3300 - total flux cleaned = -0.00269144 Jy ! Component: 3350 - total flux cleaned = -0.00267913 Jy ! Component: 3400 - total flux cleaned = -0.00277681 Jy ! Component: 3450 - total flux cleaned = -0.00275242 Jy ! Component: 3500 - total flux cleaned = -0.00274032 Jy ! Component: 3550 - total flux cleaned = -0.00278811 Jy ! Component: 3600 - total flux cleaned = -0.00281167 Jy ! Component: 3650 - total flux cleaned = -0.00277628 Jy ! Component: 3700 - total flux cleaned = -0.00281139 Jy ! Component: 3750 - total flux cleaned = -0.00285776 Jy ! Component: 3800 - total flux cleaned = -0.00284614 Jy ! Component: 3850 - total flux cleaned = -0.00289204 Jy ! Component: 3900 - total flux cleaned = -0.00296036 Jy ! Component: 3950 - total flux cleaned = -0.00300553 Jy ! Component: 4000 - total flux cleaned = -0.00303935 Jy ! Component: 4050 - total flux cleaned = -0.00307299 Jy ! Total flux subtracted in 4096 components = -0.00316174 Jy ! Clean residual min=-0.000679 max=0.000714 Jy/beam ! Clean residual mean=0.000002 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.322044 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 361 components and 0.322044 Jy ![Exited script file: muppet] wmap "J0630+1738_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.173 x 8.558 at 14.13 degrees (North through East) ! Clean map min=-0.0014561 max=0.30154 Jy/beam ! Writing clean map to FITS file: J0630+1738_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.301539 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209574 device "J0630+1738_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0630+1738_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.208504 0.208504 0.417009 0.834017 1.66803 3.33607 6.67214 13.3443 26.6885 53.3771 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.301 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.173 x 8.558 at 14.13 degrees (North through East) ! Clean map min=-0.0014561 max=0.30154 Jy/beam quit ! Quitting program ! Log file J0630+1738_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:48:25 2016