! Started logfile: J2253+3236_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:12:50 2016 obs J2253+3236_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2253+3236_S_2015_03_17_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873171 visibilities/baseline/integration-bin. ! Found source: J2253+3236 ! ! 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 12888 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 J2253+3236_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.852698Jy sigma=0.009835 ! Fit after self-cal, rms=0.836966Jy sigma=0.009661 ! 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.057 mas, bmaj=4.604 mas, bpa=-11.12 degrees ! Estimated noise=881.108 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.118261 Jy ! Component: 100 - total flux cleaned = 0.152245 Jy ! Total flux subtracted in 100 components = 0.152245 Jy ! Clean residual min=-0.006005 max=0.015136 Jy/beam ! Clean residual mean=-0.000007 rms=0.001771 Jy/beam ! Combined flux in latest and established models = 0.152245 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.152245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092899Jy sigma=0.000850 ! Fit after self-cal, rms=0.092843Jy sigma=0.000850 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167075 Jy ! Component: 100 - total flux cleaned = 0.0256492 Jy ! Total flux subtracted in 100 components = 0.0256492 Jy ! Clean residual min=-0.005228 max=0.005911 Jy/beam ! Clean residual mean=-0.000003 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 0.177894 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.177894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088090Jy sigma=0.000812 ! Fit after self-cal, rms=0.088056Jy sigma=0.000812 ! 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.689 mas, bmaj=5.488 mas, bpa=-9.784 degrees ! Estimated noise=561.104 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.00686482 Jy ! Component: 100 - total flux cleaned = 0.0110944 Jy ! Component: 150 - total flux cleaned = 0.0138423 Jy ! Component: 200 - total flux cleaned = 0.01565 Jy ! Total flux subtracted in 200 components = 0.01565 Jy ! Clean residual min=-0.004368 max=0.004478 Jy/beam ! Clean residual mean=-0.000008 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.193544 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.193544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086950Jy sigma=0.000809 ! Fit after self-cal, rms=0.086936Jy sigma=0.000808 ! 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.00 FD 0.81 HN 0.95 KP 1.12 ! LA 1.00 MK 1.04 NL 0.92 OV 1.01 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.93 HN 1.03 KP 1.06 ! LA 0.98 MK 1.10 NL 1.06 OV 1.03 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 1.02 KP 0.95 ! LA 0.80 MK 1.15 NL 1.15 OV 0.89 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.94 HN 0.98 KP 0.96 ! LA 0.85 MK 1.15 NL 1.03 OV 0.76 ! PT 1.09 SC 0.97 ! ! ! Fit before self-cal, rms=0.086936Jy sigma=0.000808 ! Fit after self-cal, rms=0.077808Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=5.557 mas, bpa=-8.557 degrees ! Estimated noise=567.541 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.000893908 Jy ! Component: 100 - total flux cleaned = -0.00117129 Jy ! Component: 150 - total flux cleaned = -0.00138855 Jy ! Component: 200 - total flux cleaned = -0.00161457 Jy ! Total flux subtracted in 200 components = -0.00161457 Jy ! Clean residual min=-0.002386 max=0.002578 Jy/beam ! Clean residual mean=0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.19193 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.19193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077757Jy sigma=0.000776 ! Fit after self-cal, rms=0.077679Jy sigma=0.000776 ! 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.077679Jy sigma=0.000776 ! Fit after self-cal, rms=0.074835Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.781 mas, bmaj=5.573 mas, bpa=-9.834 degrees ! Estimated noise=567.631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114239 Jy ! Component: 100 - total flux cleaned = -0.00135444 Jy ! Component: 150 - total flux cleaned = -0.00153463 Jy ! Component: 200 - total flux cleaned = -0.00162778 Jy ! Total flux subtracted in 200 components = -0.00162778 Jy ! Clean residual min=-0.002043 max=0.001909 Jy/beam ! Clean residual mean=-0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.190302 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.190302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074794Jy sigma=0.000771 ! Fit after self-cal, rms=0.074788Jy sigma=0.000771 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.78338e-05 Jy ! Component: 100 - total flux cleaned = -0.000146627 Jy ! Component: 150 - total flux cleaned = -0.000190166 Jy ! Component: 200 - total flux cleaned = -0.000229624 Jy ! Total flux subtracted in 200 components = -0.000229624 Jy ! Clean residual min=-0.001989 max=0.001859 Jy/beam ! Clean residual mean=-0.000002 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.190072 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.190072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074775Jy sigma=0.000771 ! Fit after self-cal, rms=0.074775Jy sigma=0.000771 ! 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.074775Jy sigma=0.000771 ! Fit after self-cal, rms=0.074900Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=5.593 mas, bpa=-10.16 degrees ! Estimated noise=568.457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000733487 Jy ! Component: 100 - total flux cleaned = -0.0009683 Jy ! Component: 150 - total flux cleaned = -0.00114158 Jy ! Component: 200 - total flux cleaned = -0.00124752 Jy ! Total flux subtracted in 200 components = -0.00124752 Jy ! Clean residual min=-0.001930 max=0.001842 Jy/beam ! Clean residual mean=-0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.188825 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.188825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074880Jy sigma=0.000771 ! Fit after self-cal, rms=0.074882Jy sigma=0.000771 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.48514e-05 Jy ! Component: 100 - total flux cleaned = -0.000122838 Jy ! Component: 150 - total flux cleaned = -0.000168655 Jy ! Component: 200 - total flux cleaned = -0.000210449 Jy ! Total flux subtracted in 200 components = -0.000210449 Jy ! Clean residual min=-0.001926 max=0.001818 Jy/beam ! Clean residual mean=-0.000002 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.188614 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.188614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074875Jy sigma=0.000771 ! Fit after self-cal, rms=0.074875Jy sigma=0.000771 ! 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.074875Jy sigma=0.000771 ! Fit after self-cal, rms=0.075011Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.379 mas, bmaj=9.085 mas, bpa=-5.113 degrees ! Estimated noise=708.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000653892 Jy ! Component: 100 - total flux cleaned = -0.000817106 Jy ! Component: 150 - total flux cleaned = -0.000842786 Jy ! Component: 200 - total flux cleaned = -0.000863886 Jy ! Total flux subtracted in 200 components = -0.000863886 Jy ! Clean residual min=-0.001847 max=0.001969 Jy/beam ! Clean residual mean=-0.000004 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.187751 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 65 components and 0.187751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075014Jy sigma=0.000771 ! Fit after self-cal, rms=0.075015Jy sigma=0.000771 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 = 3.31459e-06 Jy ! Component: 100 - total flux cleaned = -9.94717e-06 Jy ! Component: 150 - total flux cleaned = -2.2092e-05 Jy ! Component: 200 - total flux cleaned = -3.22995e-05 Jy ! Total flux subtracted in 200 components = -3.22995e-05 Jy ! Clean residual min=-0.001834 max=0.001976 Jy/beam ! Clean residual mean=-0.000004 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.187718 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 65 components and 0.187718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075018Jy sigma=0.000771 ! Fit after self-cal, rms=0.075017Jy sigma=0.000771 ! 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.805 mas, bmaj=5.608 mas, bpa=-10.28 degrees ! Estimated noise=569.33 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 5.608 at -10.28 degrees (North through East) ! Clean map min=-0.0018007 max=0.16056 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.145 mas, bmaj=4.706 mas, bpa=-11.38 degrees ! Estimated noise=905.195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.121351 Jy ! Component: 100 - total flux cleaned = 0.15324 Jy ! Component: 150 - total flux cleaned = 0.167947 Jy ! Component: 200 - total flux cleaned = 0.175532 Jy ! Total flux subtracted in 200 components = 0.175532 Jy ! Clean residual min=-0.003699 max=0.003708 Jy/beam ! Clean residual mean=-0.000003 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.175532 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.175532 Jy ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=5.608 mas, bpa=-10.28 degrees ! Estimated noise=569.33 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.00505761 Jy ! Component: 100 - total flux cleaned = 0.00759255 Jy ! Component: 150 - total flux cleaned = 0.00901789 Jy ! Component: 200 - total flux cleaned = 0.00988031 Jy ! Total flux subtracted in 200 components = 0.00988031 Jy ! Clean residual min=-0.001924 max=0.001944 Jy/beam ! Clean residual mean=-0.000003 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.185413 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.185413 Jy ! Inverting map ! Added new window around map position (-37, 93). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000989184 Jy ! Component: 100 - total flux cleaned = 0.00106472 Jy ! Component: 150 - total flux cleaned = 0.00109559 Jy ! Component: 200 - total flux cleaned = 0.00112083 Jy ! Total flux subtracted in 200 components = 0.00112083 Jy ! Clean residual min=-0.001709 max=0.001676 Jy/beam ! Clean residual mean=-0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.186534 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 59 components and 0.186534 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.379 mas, bmaj=9.085 mas, bpa=-5.113 degrees ! Estimated noise=708.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000705251 Jy ! Component: 100 - total flux cleaned = 0.000752427 Jy ! Component: 150 - total flux cleaned = 0.000802686 Jy ! Component: 200 - total flux cleaned = 0.000843567 Jy ! Total flux subtracted in 200 components = 0.000843567 Jy ! Clean residual min=-0.001752 max=0.001923 Jy/beam ! Clean residual mean=-0.000003 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.187377 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 = 1.13893e-05 Jy ! Component: 100 - total flux cleaned = 1.08379e-06 Jy ! Component: 150 - total flux cleaned = -8.13219e-06 Jy ! Component: 200 - total flux cleaned = -1.69541e-05 Jy ! Total flux subtracted in 200 components = -1.69541e-05 Jy ! Clean residual min=-0.001730 max=0.001928 Jy/beam ! Clean residual mean=-0.000003 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.18736 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 86 components and 0.18736 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.805 mas, bmaj=5.608 mas, bpa=-10.28 degrees ! Estimated noise=569.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020823 Jy ! Component: 100 - total flux cleaned = -0.00022937 Jy ! Component: 150 - total flux cleaned = -0.000228469 Jy ! Component: 200 - total flux cleaned = -0.000211628 Jy ! Total flux subtracted in 200 components = -0.000211628 Jy ! Clean residual min=-0.001590 max=0.001729 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.187148 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 93 components and 0.187148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074957Jy sigma=0.000770 ! Fit after self-cal, rms=0.074947Jy sigma=0.000770 wmodel J2253+3236_S_2015_03_17_pus_map.mod ! Writing 93 model components to file: J2253+3236_S_2015_03_17_pus_map.mod wobs J2253+3236_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2253+3236_S_2015_03_17_pus_uvs.fits wwins J2253+3236_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J2253+3236_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.000355973 Jy ! Component: 100 - total flux cleaned = 0.000298861 Jy ! Component: 150 - total flux cleaned = 0.000215495 Jy ! Component: 200 - total flux cleaned = 8.25393e-05 Jy ! Component: 250 - total flux cleaned = 5.6534e-05 Jy ! Component: 300 - total flux cleaned = 6.48194e-06 Jy ! Component: 350 - total flux cleaned = 6.54869e-06 Jy ! Component: 400 - total flux cleaned = -8.75707e-05 Jy ! Component: 450 - total flux cleaned = -0.000179416 Jy ! Component: 500 - total flux cleaned = -0.000268678 Jy ! Component: 550 - total flux cleaned = -0.000312808 Jy ! Component: 600 - total flux cleaned = -0.000463135 Jy ! Component: 650 - total flux cleaned = -0.000568136 Jy ! Component: 700 - total flux cleaned = -0.000712301 Jy ! Component: 750 - total flux cleaned = -0.000833877 Jy ! Component: 800 - total flux cleaned = -0.000933818 Jy ! Component: 850 - total flux cleaned = -0.00101308 Jy ! Component: 900 - total flux cleaned = -0.0011876 Jy ! Component: 950 - total flux cleaned = -0.00130201 Jy ! Component: 1000 - total flux cleaned = -0.00143327 Jy ! Component: 1050 - total flux cleaned = -0.00154431 Jy ! Component: 1100 - total flux cleaned = -0.00170838 Jy ! Component: 1150 - total flux cleaned = -0.00178036 Jy ! Component: 1200 - total flux cleaned = -0.00188696 Jy ! Component: 1250 - total flux cleaned = -0.00207914 Jy ! Component: 1300 - total flux cleaned = -0.00216509 Jy ! Component: 1350 - total flux cleaned = -0.00228421 Jy ! Component: 1400 - total flux cleaned = -0.00236845 Jy ! Component: 1450 - total flux cleaned = -0.00251831 Jy ! Component: 1500 - total flux cleaned = -0.00261677 Jy ! Component: 1550 - total flux cleaned = -0.00271414 Jy ! Component: 1600 - total flux cleaned = -0.00282599 Jy ! Component: 1650 - total flux cleaned = -0.00293671 Jy ! Component: 1700 - total flux cleaned = -0.00307706 Jy ! Component: 1750 - total flux cleaned = -0.00312309 Jy ! Component: 1800 - total flux cleaned = -0.00319952 Jy ! Component: 1850 - total flux cleaned = -0.00332036 Jy ! Component: 1900 - total flux cleaned = -0.00338009 Jy ! Component: 1950 - total flux cleaned = -0.0034686 Jy ! Component: 2000 - total flux cleaned = -0.00354165 Jy ! Component: 2050 - total flux cleaned = -0.00361397 Jy ! Component: 2100 - total flux cleaned = -0.00362842 Jy ! Component: 2150 - total flux cleaned = -0.00371362 Jy ! Component: 2200 - total flux cleaned = -0.00379806 Jy ! Component: 2250 - total flux cleaned = -0.00385404 Jy ! Component: 2300 - total flux cleaned = -0.00397801 Jy ! Component: 2350 - total flux cleaned = -0.00401911 Jy ! Component: 2400 - total flux cleaned = -0.00414118 Jy ! Component: 2450 - total flux cleaned = -0.00419476 Jy ! Component: 2500 - total flux cleaned = -0.00428784 Jy ! Component: 2550 - total flux cleaned = -0.00434058 Jy ! Component: 2600 - total flux cleaned = -0.00441883 Jy ! Component: 2650 - total flux cleaned = -0.00445769 Jy ! Component: 2700 - total flux cleaned = -0.0045091 Jy ! Component: 2750 - total flux cleaned = -0.00459836 Jy ! Component: 2800 - total flux cleaned = -0.00469945 Jy ! Component: 2850 - total flux cleaned = -0.0047995 Jy ! Component: 2900 - total flux cleaned = -0.00487418 Jy ! Component: 2950 - total flux cleaned = -0.00499737 Jy ! Component: 3000 - total flux cleaned = -0.00507082 Jy ! Component: 3050 - total flux cleaned = -0.00514361 Jy ! Component: 3100 - total flux cleaned = -0.00522816 Jy ! Component: 3150 - total flux cleaned = -0.00532382 Jy ! Component: 3200 - total flux cleaned = -0.00541885 Jy ! Component: 3250 - total flux cleaned = -0.00551321 Jy ! Component: 3300 - total flux cleaned = -0.00553662 Jy ! Component: 3350 - total flux cleaned = -0.00564133 Jy ! Component: 3400 - total flux cleaned = -0.00564145 Jy ! Component: 3450 - total flux cleaned = -0.00573329 Jy ! Component: 3500 - total flux cleaned = -0.00579038 Jy ! Component: 3550 - total flux cleaned = -0.00588108 Jy ! Component: 3600 - total flux cleaned = -0.00589234 Jy ! Component: 3650 - total flux cleaned = -0.00600426 Jy ! Component: 3700 - total flux cleaned = -0.00605983 Jy ! Component: 3750 - total flux cleaned = -0.00611499 Jy ! Component: 3800 - total flux cleaned = -0.00619171 Jy ! Component: 3850 - total flux cleaned = -0.00627889 Jy ! Component: 3900 - total flux cleaned = -0.00631136 Jy ! Component: 3950 - total flux cleaned = -0.00636522 Jy ! Component: 4000 - total flux cleaned = -0.0064509 Jy ! Component: 4050 - total flux cleaned = -0.00654663 Jy ! Total flux subtracted in 4096 components = -0.00661014 Jy ! Clean residual min=-0.000630 max=0.000625 Jy/beam ! Clean residual mean=-0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.180538 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 346 components and 0.180538 Jy ![Exited script file: muppet] wmap "J2253+3236_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.805 x 5.608 at -10.28 degrees (North through East) ! Clean map min=-0.0012501 max=0.16133 Jy/beam ! Writing clean map to FITS file: J2253+3236_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.161328 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184931 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.343892 0.343892 0.687784 1.37557 2.75114 5.50227 11.0045 22.0091 44.0182 88.0364 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.161 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.805 x 5.608 at -10.28 degrees (North through East) ! Clean map min=-0.0012501 max=0.16133 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 J2253+3236_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:12:55 2016