! Started logfile: J2120-0330_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:34:47 2017 obs J2120-0330_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2120-0330_S_2015_01_23_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.780741 visibilities/baseline/integration-bin. ! Found source: J2120-0330 ! ! 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 338 lines of history. ! ! Reading 14756 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 J2120-0330_S_2015_01_23_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.930785Jy sigma=0.010032 ! Fit after self-cal, rms=0.895931Jy sigma=0.009665 ! 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.72 mas, bmaj=6.299 mas, bpa=-3.421 degrees ! Estimated noise=749.707 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.0813037 Jy ! Component: 100 - total flux cleaned = 0.100044 Jy ! Total flux subtracted in 100 components = 0.100044 Jy ! Clean residual min=-0.004239 max=0.007516 Jy/beam ! Clean residual mean=0.000007 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.100044 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.100044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080356Jy sigma=0.000809 ! Fit after self-cal, rms=0.080356Jy sigma=0.000809 ! Inverting map ! Added new window around map position (-40, 53). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835234 Jy ! Component: 100 - total flux cleaned = 0.0132665 Jy ! Total flux subtracted in 100 components = 0.0132665 Jy ! Clean residual min=-0.003937 max=0.005584 Jy/beam ! Clean residual mean=0.000004 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.113311 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.113311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079259Jy sigma=0.000799 ! Fit after self-cal, rms=0.079243Jy sigma=0.000799 ! 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.189 mas, bmaj=7.276 mas, bpa=-2.96 degrees ! Estimated noise=548.841 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.00465087 Jy ! Component: 100 - total flux cleaned = 0.0073041 Jy ! Component: 150 - total flux cleaned = 0.00898292 Jy ! Component: 200 - total flux cleaned = 0.010102 Jy ! Total flux subtracted in 200 components = 0.010102 Jy ! Clean residual min=-0.004184 max=0.004389 Jy/beam ! Clean residual mean=0.000003 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.123413 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 47 components and 0.123413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078924Jy sigma=0.000796 ! Fit after self-cal, rms=0.078901Jy sigma=0.000795 ! 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.98 FD 1.00* HN 0.93 KP 1.11 ! LA 1.11 MK 1.05 NL 1.09 OV 0.95 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 1.06 KP 1.00 ! LA 1.04 MK 1.00 NL 1.29 OV 1.00 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.03 KP 0.88 ! LA 0.84 MK 1.04 NL 1.21 OV 0.89 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 0.95 KP 0.80 ! LA 0.90 MK 1.01 NL 0.98 OV 0.95 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.078901Jy sigma=0.000795 ! Fit after self-cal, rms=0.077476Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=7.335 mas, bpa=-2.829 degrees ! Estimated noise=553.273 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.000666339 Jy ! Component: 100 - total flux cleaned = -0.000640148 Jy ! Component: 150 - total flux cleaned = -0.000573054 Jy ! Component: 200 - total flux cleaned = -0.000554011 Jy ! Total flux subtracted in 200 components = -0.000554011 Jy ! Clean residual min=-0.003239 max=0.002849 Jy/beam ! Clean residual mean=0.000002 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.122859 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.122859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077453Jy sigma=0.000781 ! Fit after self-cal, rms=0.077478Jy sigma=0.000780 ! 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.077478Jy sigma=0.000780 ! Fit after self-cal, rms=0.078057Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=7.344 mas, bpa=-2.825 degrees ! Estimated noise=553.992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000761491 Jy ! Component: 100 - total flux cleaned = -0.000788172 Jy ! Component: 150 - total flux cleaned = -0.000810131 Jy ! Component: 200 - total flux cleaned = -0.000829587 Jy ! Total flux subtracted in 200 components = -0.000829587 Jy ! Clean residual min=-0.002255 max=0.001855 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.122029 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.122029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078036Jy sigma=0.000774 ! Fit after self-cal, rms=0.078083Jy sigma=0.000774 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.000197549 Jy ! Component: 100 - total flux cleaned = -0.000216156 Jy ! Component: 150 - total flux cleaned = -0.0002488 Jy ! Component: 200 - total flux cleaned = -0.000262897 Jy ! Total flux subtracted in 200 components = -0.000262897 Jy ! Clean residual min=-0.002246 max=0.001808 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.121767 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.121767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078074Jy sigma=0.000774 ! Fit after self-cal, rms=0.078071Jy sigma=0.000774 ! 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.078071Jy sigma=0.000774 ! Fit after self-cal, rms=0.078303Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=7.347 mas, bpa=-2.794 degrees ! Estimated noise=554.172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00050977 Jy ! Component: 100 - total flux cleaned = -0.000509731 Jy ! Component: 150 - total flux cleaned = -0.000526726 Jy ! Component: 200 - total flux cleaned = -0.000526867 Jy ! Total flux subtracted in 200 components = -0.000526867 Jy ! Clean residual min=-0.002216 max=0.001767 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.12124 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.12124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078291Jy sigma=0.000774 ! Fit after self-cal, rms=0.078292Jy sigma=0.000774 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.000123687 Jy ! Component: 100 - total flux cleaned = -0.000152518 Jy ! Component: 150 - total flux cleaned = -0.000165715 Jy ! Component: 200 - total flux cleaned = -0.000166502 Jy ! Total flux subtracted in 200 components = -0.000166502 Jy ! Clean residual min=-0.002207 max=0.001736 Jy/beam ! Clean residual mean=0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.121073 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 76 components and 0.121073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078286Jy sigma=0.000774 ! Fit after self-cal, rms=0.078284Jy sigma=0.000774 ! 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.078284Jy sigma=0.000774 ! Fit after self-cal, rms=0.078401Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.067 mas, bmaj=12.07 mas, bpa=-5.034 degrees ! Estimated noise=698.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024696 Jy ! Component: 100 - total flux cleaned = -0.000237413 Jy ! Component: 150 - total flux cleaned = -0.000214799 Jy ! Component: 200 - total flux cleaned = -0.000190425 Jy ! Total flux subtracted in 200 components = -0.000190425 Jy ! Clean residual min=-0.001886 max=0.001555 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.120883 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 84 components and 0.120883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078398Jy sigma=0.000773 ! Fit after self-cal, rms=0.078398Jy 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 = -4.7719e-05 Jy ! Component: 100 - total flux cleaned = -4.63187e-05 Jy ! Component: 150 - total flux cleaned = -4.60008e-05 Jy ! Component: 200 - total flux cleaned = -4.5869e-05 Jy ! Total flux subtracted in 200 components = -4.5869e-05 Jy ! Clean residual min=-0.001882 max=0.001532 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.120837 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.120837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078397Jy sigma=0.000773 ! Fit after self-cal, rms=0.078396Jy 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=3.208 mas, bmaj=7.349 mas, bpa=-2.767 degrees ! Estimated noise=554.113 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.208 x 7.349 at -2.767 degrees (North through East) ! Clean map min=-0.0020696 max=0.10501 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.734 mas, bmaj=6.352 mas, bpa=-3.14 degrees ! Estimated noise=756.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0818592 Jy ! Component: 100 - total flux cleaned = 0.100679 Jy ! Component: 150 - total flux cleaned = 0.108466 Jy ! Component: 200 - total flux cleaned = 0.112747 Jy ! Total flux subtracted in 200 components = 0.112747 Jy ! Clean residual min=-0.002782 max=0.002416 Jy/beam ! Clean residual mean=0.000003 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.112747 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.112747 Jy ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.349 mas, bpa=-2.767 degrees ! Estimated noise=554.113 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.00306202 Jy ! Component: 100 - total flux cleaned = 0.00478902 Jy ! Component: 150 - total flux cleaned = 0.00586851 Jy ! Component: 200 - total flux cleaned = 0.00656588 Jy ! Total flux subtracted in 200 components = 0.00656588 Jy ! Clean residual min=-0.002133 max=0.001843 Jy/beam ! Clean residual mean=0.000002 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.119312 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 54 components and 0.119312 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.067 mas, bmaj=12.07 mas, bpa=-5.034 degrees ! Estimated noise=698.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000909442 Jy ! Component: 100 - total flux cleaned = 0.00109365 Jy ! Component: 150 - total flux cleaned = 0.00118713 Jy ! Component: 200 - total flux cleaned = 0.00123879 Jy ! Total flux subtracted in 200 components = 0.00123879 Jy ! Clean residual min=-0.001838 max=0.001633 Jy/beam ! Clean residual mean=0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.120551 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 = 3.26155e-05 Jy ! Component: 100 - total flux cleaned = 5.16184e-05 Jy ! Component: 150 - total flux cleaned = 6.8258e-05 Jy ! Component: 200 - total flux cleaned = 8.28319e-05 Jy ! Total flux subtracted in 200 components = 8.28319e-05 Jy ! Clean residual min=-0.001843 max=0.001584 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.120634 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.120634 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.349 mas, bpa=-2.767 degrees ! Estimated noise=554.113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280037 Jy ! Component: 100 - total flux cleaned = -0.000318295 Jy ! Component: 150 - total flux cleaned = -0.000285865 Jy ! Component: 200 - total flux cleaned = -0.000241679 Jy ! Total flux subtracted in 200 components = -0.000241679 Jy ! Clean residual min=-0.002125 max=0.001725 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.120392 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.120392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078405Jy sigma=0.000774 ! Fit after self-cal, rms=0.078400Jy sigma=0.000774 wmodel J2120-0330_S_2015_01_23_pus_map.mod ! Writing 73 model components to file: J2120-0330_S_2015_01_23_pus_map.mod wobs J2120-0330_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2120-0330_S_2015_01_23_pus_uvs.fits wwins J2120-0330_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J2120-0330_S_2015_01_23_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.00052195 Jy ! Component: 100 - total flux cleaned = -0.000551844 Jy ! Component: 150 - total flux cleaned = -0.000526423 Jy ! Component: 200 - total flux cleaned = -0.000501595 Jy ! Component: 250 - total flux cleaned = -0.000548967 Jy ! Component: 300 - total flux cleaned = -0.000572048 Jy ! Component: 350 - total flux cleaned = -0.000706048 Jy ! Component: 400 - total flux cleaned = -0.000814422 Jy ! Component: 450 - total flux cleaned = -0.000940748 Jy ! Component: 500 - total flux cleaned = -0.0010429 Jy ! Component: 550 - total flux cleaned = -0.00108277 Jy ! Component: 600 - total flux cleaned = -0.00118023 Jy ! Component: 650 - total flux cleaned = -0.00119945 Jy ! Component: 700 - total flux cleaned = -0.00129282 Jy ! Component: 750 - total flux cleaned = -0.00125643 Jy ! Component: 800 - total flux cleaned = -0.00130999 Jy ! Component: 850 - total flux cleaned = -0.00129214 Jy ! Component: 900 - total flux cleaned = -0.00118892 Jy ! Component: 950 - total flux cleaned = -0.00113837 Jy ! Component: 1000 - total flux cleaned = -0.00107205 Jy ! Component: 1050 - total flux cleaned = -0.00107184 Jy ! Component: 1100 - total flux cleaned = -0.00102318 Jy ! Component: 1150 - total flux cleaned = -0.000959571 Jy ! Component: 1200 - total flux cleaned = -0.000959476 Jy ! Component: 1250 - total flux cleaned = -0.000928459 Jy ! Component: 1300 - total flux cleaned = -0.000927968 Jy ! Component: 1350 - total flux cleaned = -0.000927668 Jy ! Component: 1400 - total flux cleaned = -0.000927157 Jy ! Component: 1450 - total flux cleaned = -0.000897515 Jy ! Component: 1500 - total flux cleaned = -0.000897192 Jy ! Component: 1550 - total flux cleaned = -0.000911438 Jy ! Component: 1600 - total flux cleaned = -0.000883023 Jy ! Component: 1650 - total flux cleaned = -0.00086911 Jy ! Component: 1700 - total flux cleaned = -0.000896719 Jy ! Component: 1750 - total flux cleaned = -0.000896737 Jy ! Component: 1800 - total flux cleaned = -0.000936862 Jy ! Component: 1850 - total flux cleaned = -0.000883842 Jy ! Component: 1900 - total flux cleaned = -0.000870915 Jy ! Component: 1950 - total flux cleaned = -0.000896852 Jy ! Component: 2000 - total flux cleaned = -0.000858297 Jy ! Component: 2050 - total flux cleaned = -0.000833225 Jy ! Component: 2100 - total flux cleaned = -0.000895736 Jy ! Component: 2150 - total flux cleaned = -0.000870835 Jy ! Component: 2200 - total flux cleaned = -0.000882941 Jy ! Component: 2250 - total flux cleaned = -0.000870547 Jy ! Component: 2300 - total flux cleaned = -0.000870561 Jy ! Component: 2350 - total flux cleaned = -0.000918098 Jy ! Component: 2400 - total flux cleaned = -0.000882596 Jy ! Component: 2450 - total flux cleaned = -0.000859111 Jy ! Component: 2500 - total flux cleaned = -0.000870609 Jy ! Component: 2550 - total flux cleaned = -0.000870456 Jy ! Component: 2600 - total flux cleaned = -0.000893151 Jy ! Component: 2650 - total flux cleaned = -0.000825411 Jy ! Component: 2700 - total flux cleaned = -0.000814253 Jy ! Component: 2750 - total flux cleaned = -0.000825316 Jy ! Component: 2800 - total flux cleaned = -0.000814246 Jy ! Component: 2850 - total flux cleaned = -0.000803372 Jy ! Component: 2900 - total flux cleaned = -0.000825011 Jy ! Component: 2950 - total flux cleaned = -0.00082503 Jy ! Component: 3000 - total flux cleaned = -0.000825071 Jy ! Component: 3050 - total flux cleaned = -0.000814445 Jy ! Component: 3100 - total flux cleaned = -0.000824924 Jy ! Component: 3150 - total flux cleaned = -0.000814358 Jy ! Component: 3200 - total flux cleaned = -0.000762842 Jy ! Component: 3250 - total flux cleaned = -0.000711628 Jy ! Component: 3300 - total flux cleaned = -0.000671038 Jy ! Component: 3350 - total flux cleaned = -0.000640745 Jy ! Component: 3400 - total flux cleaned = -0.000620676 Jy ! Component: 3450 - total flux cleaned = -0.000600882 Jy ! Component: 3500 - total flux cleaned = -0.000571252 Jy ! Component: 3550 - total flux cleaned = -0.000502729 Jy ! Component: 3600 - total flux cleaned = -0.000463939 Jy ! Component: 3650 - total flux cleaned = -0.000415742 Jy ! Component: 3700 - total flux cleaned = -0.000348689 Jy ! Component: 3750 - total flux cleaned = -0.00032007 Jy ! Component: 3800 - total flux cleaned = -0.000329519 Jy ! Component: 3850 - total flux cleaned = -0.000254179 Jy ! Component: 3900 - total flux cleaned = -0.000198071 Jy ! Component: 3950 - total flux cleaned = -0.000151718 Jy ! Component: 4000 - total flux cleaned = -0.000105678 Jy ! Component: 4050 - total flux cleaned = -5.98343e-05 Jy ! Total flux subtracted in 4096 components = -5.98291e-05 Jy ! Clean residual min=-0.000459 max=0.000611 Jy/beam ! Clean residual mean=0.000001 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.120333 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 357 components and 0.120333 Jy ![Exited script file: muppet] wmap "J2120-0330_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.208 x 7.349 at -2.767 degrees (North through East) ! Clean map min=-0.0016806 max=0.10538 Jy/beam ! Writing clean map to FITS file: J2120-0330_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105379 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.470594 0.470594 0.941188 1.88238 3.76475 7.5295 15.059 30.118 60.236 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 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.208 x 7.349 at -2.767 degrees (North through East) ! Clean map min=-0.0016806 max=0.10538 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 J2120-0330_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:34:52 2017