! Started logfile: J1133+0015_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:44 2016 obs J1133+0015_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1133+0015_S_2015_03_17_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775862 visibilities/baseline/integration-bin. ! Found source: J1133+0015 ! ! 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 8100 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 J1133+0015_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.718678Jy sigma=0.008410 ! Fit after self-cal, rms=0.690026Jy sigma=0.008089 ! 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.785 mas, bmaj=6.86 mas, bpa=-7.368 degrees ! Estimated noise=896.595 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.227023 Jy ! Component: 100 - total flux cleaned = 0.292989 Jy ! Total flux subtracted in 100 components = 0.292989 Jy ! Clean residual min=-0.013618 max=0.030435 Jy/beam ! Clean residual mean=-0.000096 rms=0.003998 Jy/beam ! Combined flux in latest and established models = 0.292989 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.292989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108981Jy sigma=0.001099 ! Fit after self-cal, rms=0.108873Jy sigma=0.001098 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0344163 Jy ! Component: 100 - total flux cleaned = 0.0546726 Jy ! Total flux subtracted in 100 components = 0.0546726 Jy ! Clean residual min=-0.010441 max=0.012583 Jy/beam ! Clean residual mean=-0.000054 rms=0.002458 Jy/beam ! Combined flux in latest and established models = 0.347662 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.347662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091458Jy sigma=0.000939 ! Fit after self-cal, rms=0.091399Jy sigma=0.000938 ! 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.324 mas, bmaj=7.982 mas, bpa=-7.428 degrees ! Estimated noise=697.263 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.0172179 Jy ! Component: 100 - total flux cleaned = 0.0270754 Jy ! Component: 150 - total flux cleaned = 0.0331513 Jy ! Component: 200 - total flux cleaned = 0.0370074 Jy ! Total flux subtracted in 200 components = 0.0370074 Jy ! Clean residual min=-0.015295 max=0.012806 Jy/beam ! Clean residual mean=-0.000049 rms=0.002702 Jy/beam ! Combined flux in latest and established models = 0.384669 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 66 components and 0.384669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086560Jy sigma=0.000911 ! Fit after self-cal, rms=0.086531Jy sigma=0.000911 ! 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.03 FD 0.86 HN 0.89 KP 1.11 ! LA 0.98 MK 0.98 NL 1.03 OV 0.98 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.87 HN 0.95 KP 1.07 ! LA 0.96 MK 1.01 NL 1.14 OV 1.04 ! PT 1.06 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.90 HN 0.98 KP 0.95 ! LA 0.79 MK 1.06 NL 1.20 OV 0.95 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.89 HN 0.96 KP 0.93 ! LA 0.85 MK 1.03 NL 1.02 OV 1.01 ! PT 1.09 SC 1.01 ! ! ! Fit before self-cal, rms=0.086531Jy sigma=0.000911 ! Fit after self-cal, rms=0.073802Jy sigma=0.000810 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=8.074 mas, bpa=-7.361 degrees ! Estimated noise=697.57 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, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00853137 Jy ! Component: 100 - total flux cleaned = 0.0100579 Jy ! Component: 150 - total flux cleaned = 0.0101837 Jy ! Component: 200 - total flux cleaned = 0.0102781 Jy ! Total flux subtracted in 200 components = 0.0102781 Jy ! Clean residual min=-0.005770 max=0.005648 Jy/beam ! Clean residual mean=-0.000003 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.394947 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.394947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072757Jy sigma=0.000799 ! Fit after self-cal, rms=0.072666Jy sigma=0.000798 ! 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.072666Jy sigma=0.000798 ! Fit after self-cal, rms=0.069525Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=8.056 mas, bpa=-7.289 degrees ! Estimated noise=695.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.39455e-05 Jy ! Component: 100 - total flux cleaned = 0.000331618 Jy ! Component: 150 - total flux cleaned = 0.000505844 Jy ! Component: 200 - total flux cleaned = 0.000608588 Jy ! Total flux subtracted in 200 components = 0.000608588 Jy ! Clean residual min=-0.002718 max=0.002529 Jy/beam ! Clean residual mean=-0.000000 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.395556 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.395556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069410Jy sigma=0.000766 ! Fit after self-cal, rms=0.069423Jy sigma=0.000766 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.000462209 Jy ! Component: 100 - total flux cleaned = 0.000639767 Jy ! Component: 150 - total flux cleaned = 0.000679206 Jy ! Component: 200 - total flux cleaned = 0.000716028 Jy ! Total flux subtracted in 200 components = 0.000716028 Jy ! Clean residual min=-0.002586 max=0.002278 Jy/beam ! Clean residual mean=0.000001 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.396272 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.396272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069378Jy sigma=0.000766 ! Fit after self-cal, rms=0.069376Jy sigma=0.000766 ! 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.069376Jy sigma=0.000766 ! Fit after self-cal, rms=0.069344Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=8.059 mas, bpa=-7.243 degrees ! Estimated noise=695.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000553251 Jy ! Component: 100 - total flux cleaned = -0.000484308 Jy ! Component: 150 - total flux cleaned = -0.00042204 Jy ! Component: 200 - total flux cleaned = -0.000334408 Jy ! Total flux subtracted in 200 components = -0.000334408 Jy ! Clean residual min=-0.002356 max=0.002214 Jy/beam ! Clean residual mean=-0.000000 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.395937 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.395937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069312Jy sigma=0.000765 ! Fit after self-cal, rms=0.069311Jy sigma=0.000765 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.000138413 Jy ! Component: 100 - total flux cleaned = 0.000164905 Jy ! Component: 150 - total flux cleaned = 0.000165431 Jy ! Component: 200 - total flux cleaned = 0.000212935 Jy ! Total flux subtracted in 200 components = 0.000212935 Jy ! Clean residual min=-0.002287 max=0.002200 Jy/beam ! Clean residual mean=0.000000 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.39615 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 126 components and 0.39615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069294Jy sigma=0.000765 ! Fit after self-cal, rms=0.069293Jy sigma=0.000765 ! 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.069293Jy sigma=0.000765 ! Fit after self-cal, rms=0.069263Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.98 mas, bmaj=12.35 mas, bpa=0.102 degrees ! Estimated noise=902.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000478246 Jy ! Component: 100 - total flux cleaned = -0.000332967 Jy ! Component: 150 - total flux cleaned = -0.000309923 Jy ! Component: 200 - total flux cleaned = -0.000253573 Jy ! Total flux subtracted in 200 components = -0.000253573 Jy ! Clean residual min=-0.002473 max=0.002654 Jy/beam ! Clean residual mean=0.000002 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.395896 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 129 components and 0.395897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069254Jy sigma=0.000765 ! Fit after self-cal, rms=0.069246Jy sigma=0.000765 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.27528e-05 Jy ! Component: 100 - total flux cleaned = 9.19622e-05 Jy ! Component: 150 - total flux cleaned = 0.000157077 Jy ! Component: 200 - total flux cleaned = 0.000183732 Jy ! Total flux subtracted in 200 components = 0.000183732 Jy ! Clean residual min=-0.002440 max=0.002639 Jy/beam ! Clean residual mean=0.000002 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.39608 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 138 components and 0.39608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069246Jy sigma=0.000765 ! Fit after self-cal, rms=0.069243Jy sigma=0.000765 ! 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.35 mas, bmaj=8.059 mas, bpa=-7.187 degrees ! Estimated noise=695.263 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.35 x 8.059 at -7.187 degrees (North through East) ! Clean map min=-0.0023496 max=0.30073 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.808 mas, bmaj=6.92 mas, bpa=-7.069 degrees ! Estimated noise=897.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227142 Jy ! Component: 100 - total flux cleaned = 0.291256 Jy ! Component: 150 - total flux cleaned = 0.324213 Jy ! Component: 200 - total flux cleaned = 0.343503 Jy ! Total flux subtracted in 200 components = 0.343503 Jy ! Clean residual min=-0.005116 max=0.010088 Jy/beam ! Clean residual mean=-0.000040 rms=0.001647 Jy/beam ! Combined flux in latest and established models = 0.343503 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.343503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=8.059 mas, bpa=-7.187 degrees ! Estimated noise=695.263 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.016806 Jy ! Component: 100 - total flux cleaned = 0.0272642 Jy ! Component: 150 - total flux cleaned = 0.0343023 Jy ! Component: 200 - total flux cleaned = 0.0392313 Jy ! Total flux subtracted in 200 components = 0.0392313 Jy ! Clean residual min=-0.002495 max=0.003124 Jy/beam ! Clean residual mean=-0.000020 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.382734 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 97 components and 0.382735 Jy ! Inverting map ! Added new window around map position (5.5, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00368202 Jy ! Component: 100 - total flux cleaned = 0.00643065 Jy ! Component: 150 - total flux cleaned = 0.00857329 Jy ! Component: 200 - total flux cleaned = 0.0102616 Jy ! Total flux subtracted in 200 components = 0.0102616 Jy ! Clean residual min=-0.002259 max=0.002098 Jy/beam ! Clean residual mean=-0.000004 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.392996 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 141 components and 0.392996 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.98 mas, bmaj=12.35 mas, bpa=0.102 degrees ! Estimated noise=902.639 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208161 Jy ! Component: 100 - total flux cleaned = 0.00342904 Jy ! Component: 150 - total flux cleaned = 0.00434791 Jy ! Component: 200 - total flux cleaned = 0.00485595 Jy ! Total flux subtracted in 200 components = 0.00485595 Jy ! Clean residual min=-0.002459 max=0.002364 Jy/beam ! Clean residual mean=0.000005 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.397852 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.000150132 Jy ! Component: 100 - total flux cleaned = 0.000224489 Jy ! Component: 150 - total flux cleaned = 0.000307514 Jy ! Component: 200 - total flux cleaned = 0.000366555 Jy ! Total flux subtracted in 200 components = 0.000366555 Jy ! Clean residual min=-0.002403 max=0.002380 Jy/beam ! Clean residual mean=0.000007 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.398219 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 193 components and 0.398219 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=8.059 mas, bpa=-7.187 degrees ! Estimated noise=695.263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.71276e-05 Jy ! Component: 100 - total flux cleaned = 0.000208756 Jy ! Component: 150 - total flux cleaned = 0.000276636 Jy ! Component: 200 - total flux cleaned = 0.000339382 Jy ! Total flux subtracted in 200 components = 0.000339382 Jy ! Clean residual min=-0.002176 max=0.001930 Jy/beam ! Clean residual mean=0.000004 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.398558 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 215 components and 0.398558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069168Jy sigma=0.000764 ! Fit after self-cal, rms=0.069163Jy sigma=0.000764 wmodel J1133+0015_S_2015_03_17_pus_map.mod ! Writing 215 model components to file: J1133+0015_S_2015_03_17_pus_map.mod wobs J1133+0015_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1133+0015_S_2015_03_17_pus_uvs.fits wwins J1133+0015_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J1133+0015_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.000369371 Jy ! Component: 100 - total flux cleaned = -0.000298972 Jy ! Component: 150 - total flux cleaned = -0.000233548 Jy ! Component: 200 - total flux cleaned = -0.000170879 Jy ! Component: 250 - total flux cleaned = -0.000111401 Jy ! Component: 300 - total flux cleaned = -5.23638e-05 Jy ! Component: 350 - total flux cleaned = 0.000173757 Jy ! Component: 400 - total flux cleaned = 0.000255731 Jy ! Component: 450 - total flux cleaned = 0.000362707 Jy ! Component: 500 - total flux cleaned = 0.000519348 Jy ! Component: 550 - total flux cleaned = 0.000723082 Jy ! Component: 600 - total flux cleaned = 0.000822757 Jy ! Component: 650 - total flux cleaned = 0.000968826 Jy ! Component: 700 - total flux cleaned = 0.00104013 Jy ! Component: 750 - total flux cleaned = 0.00111071 Jy ! Component: 800 - total flux cleaned = 0.00124869 Jy ! Component: 850 - total flux cleaned = 0.0013163 Jy ! Component: 900 - total flux cleaned = 0.0014043 Jy ! Component: 950 - total flux cleaned = 0.00140436 Jy ! Component: 1000 - total flux cleaned = 0.00144702 Jy ! Component: 1050 - total flux cleaned = 0.00157228 Jy ! Component: 1100 - total flux cleaned = 0.00157207 Jy ! Component: 1150 - total flux cleaned = 0.00163283 Jy ! Component: 1200 - total flux cleaned = 0.00169264 Jy ! Component: 1250 - total flux cleaned = 0.00171265 Jy ! Component: 1300 - total flux cleaned = 0.00182874 Jy ! Component: 1350 - total flux cleaned = 0.00186722 Jy ! Component: 1400 - total flux cleaned = 0.00190498 Jy ! Component: 1450 - total flux cleaned = 0.00190503 Jy ! Component: 1500 - total flux cleaned = 0.00199682 Jy ! Component: 1550 - total flux cleaned = 0.00212333 Jy ! Component: 1600 - total flux cleaned = 0.00217662 Jy ! Component: 1650 - total flux cleaned = 0.00222952 Jy ! Component: 1700 - total flux cleaned = 0.00233372 Jy ! Component: 1750 - total flux cleaned = 0.00238487 Jy ! Component: 1800 - total flux cleaned = 0.00236802 Jy ! Component: 1850 - total flux cleaned = 0.00251903 Jy ! Component: 1900 - total flux cleaned = 0.00255181 Jy ! Component: 1950 - total flux cleaned = 0.00261716 Jy ! Component: 2000 - total flux cleaned = 0.00266568 Jy ! Component: 2050 - total flux cleaned = 0.00274568 Jy ! Component: 2100 - total flux cleaned = 0.00277755 Jy ! Component: 2150 - total flux cleaned = 0.00284012 Jy ! Component: 2200 - total flux cleaned = 0.00291759 Jy ! Component: 2250 - total flux cleaned = 0.00296338 Jy ! Component: 2300 - total flux cleaned = 0.00300841 Jy ! Component: 2350 - total flux cleaned = 0.00305318 Jy ! Component: 2400 - total flux cleaned = 0.00314198 Jy ! Component: 2450 - total flux cleaned = 0.00322955 Jy ! Component: 2500 - total flux cleaned = 0.00330171 Jy ! Component: 2550 - total flux cleaned = 0.00338743 Jy ! Component: 2600 - total flux cleaned = 0.00341564 Jy ! Component: 2650 - total flux cleaned = 0.00347169 Jy ! Component: 2700 - total flux cleaned = 0.00351345 Jy ! Component: 2750 - total flux cleaned = 0.00359633 Jy ! Component: 2800 - total flux cleaned = 0.00365101 Jy ! Component: 2850 - total flux cleaned = 0.00371883 Jy ! Component: 2900 - total flux cleaned = 0.00377249 Jy ! Component: 2950 - total flux cleaned = 0.00382559 Jy ! Component: 3000 - total flux cleaned = 0.00383872 Jy ! Component: 3050 - total flux cleaned = 0.00390411 Jy ! Component: 3100 - total flux cleaned = 0.0039171 Jy ! Component: 3150 - total flux cleaned = 0.00395554 Jy ! Component: 3200 - total flux cleaned = 0.00399384 Jy ! Component: 3250 - total flux cleaned = 0.00406969 Jy ! Component: 3300 - total flux cleaned = 0.00414487 Jy ! Component: 3350 - total flux cleaned = 0.00418215 Jy ! Component: 3400 - total flux cleaned = 0.0041822 Jy ! Component: 3450 - total flux cleaned = 0.00424334 Jy ! Component: 3500 - total flux cleaned = 0.00426776 Jy ! Component: 3550 - total flux cleaned = 0.00432792 Jy ! Component: 3600 - total flux cleaned = 0.00433995 Jy ! Component: 3650 - total flux cleaned = 0.00443491 Jy ! Component: 3700 - total flux cleaned = 0.00448172 Jy ! Component: 3750 - total flux cleaned = 0.00450488 Jy ! Component: 3800 - total flux cleaned = 0.00448181 Jy ! Component: 3850 - total flux cleaned = 0.00456234 Jy ! Component: 3900 - total flux cleaned = 0.00457385 Jy ! Component: 3950 - total flux cleaned = 0.00464175 Jy ! Component: 4000 - total flux cleaned = 0.00466417 Jy ! Component: 4050 - total flux cleaned = 0.00465298 Jy ! Total flux subtracted in 4096 components = 0.00470857 Jy ! Clean residual min=-0.000913 max=0.000648 Jy/beam ! Clean residual mean=0.000001 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.403267 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 496 components and 0.403267 Jy ![Exited script file: muppet] wmap "J1133+0015_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.35 x 8.059 at -7.187 degrees (North through East) ! Clean map min=-0.0014281 max=0.30195 Jy/beam ! Writing clean map to FITS file: J1133+0015_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.301947 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203168 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.201858 0.201858 0.403716 0.807431 1.61486 3.22972 6.45945 12.9189 25.8378 51.6756 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: 3.35 x 8.059 at -7.187 degrees (North through East) ! Clean map min=-0.0014281 max=0.30195 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 J1133+0015_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:48 2016