! Started logfile: J1212-2221_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:04:44 2016 obs J1212-2221_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1212-2221_S_2014_08_09_pus_uva.fits ! AN table 1: 80 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.727222 visibilities/baseline/integration-bin. ! Found source: J1212-2221 ! ! 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 342 lines of history. ! ! Reading 10472 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 J1212-2221_S_2014_08_09_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 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914173Jy sigma=0.008072 ! Fit after self-cal, rms=0.897153Jy sigma=0.007945 ! 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.507 mas, bmaj=6.145 mas, bpa=-2.977 degrees ! Estimated noise=1215.77 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.0779215 Jy ! Component: 100 - total flux cleaned = 0.0969645 Jy ! Total flux subtracted in 100 components = 0.0969645 Jy ! Clean residual min=-0.005412 max=0.008261 Jy/beam ! Clean residual mean=-0.000023 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.0969645 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0969645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096457Jy sigma=0.000791 ! Fit after self-cal, rms=0.096426Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00947263 Jy ! Component: 100 - total flux cleaned = 0.0148803 Jy ! Total flux subtracted in 100 components = 0.0148803 Jy ! Clean residual min=-0.004804 max=0.005782 Jy/beam ! Clean residual mean=-0.000014 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.111845 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.111845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094827Jy sigma=0.000776 ! Fit after self-cal, rms=0.094816Jy sigma=0.000776 ! 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.181 mas, bmaj=7.927 mas, bpa=-5.237 degrees ! Estimated noise=793.322 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 (4, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00816613 Jy ! Component: 100 - total flux cleaned = 0.0126628 Jy ! Component: 150 - total flux cleaned = 0.0155233 Jy ! Component: 200 - total flux cleaned = 0.0174426 Jy ! Total flux subtracted in 200 components = 0.0174426 Jy ! Clean residual min=-0.003373 max=0.003887 Jy/beam ! Clean residual mean=-0.000005 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.129287 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 68 components and 0.129287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093971Jy sigma=0.000770 ! Fit after self-cal, rms=0.093920Jy sigma=0.000770 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 1.08 KP 1.07 ! LA 1.11 MK 1.03 NL 0.97 OV 0.98 ! PT 1.09 SC 0.93 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.13 KP 0.99 ! LA 1.02 MK 1.00 NL 1.06 OV 1.03 ! PT 1.05 SC 1.02 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.14 KP 0.91 ! LA 0.82 MK 1.02 NL 1.01 OV 0.92 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.11 KP 0.90 ! LA 0.78 MK 1.00 NL 1.07 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.093920Jy sigma=0.000770 ! Fit after self-cal, rms=0.092335Jy sigma=0.000762 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.921 mas, bpa=-4.721 degrees ! Estimated noise=791.354 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.000695109 Jy ! Component: 100 - total flux cleaned = 0.000959371 Jy ! Component: 150 - total flux cleaned = 0.00105954 Jy ! Component: 200 - total flux cleaned = 0.00111503 Jy ! Total flux subtracted in 200 components = 0.00111503 Jy ! Clean residual min=-0.002443 max=0.002347 Jy/beam ! Clean residual mean=0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.130402 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.130402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092295Jy sigma=0.000761 ! Fit after self-cal, rms=0.092298Jy sigma=0.000761 ! 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.092298Jy sigma=0.000761 ! Fit after self-cal, rms=0.094162Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=7.894 mas, bpa=-4.92 degrees ! Estimated noise=792.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000747144 Jy ! Component: 100 - total flux cleaned = 0.000728374 Jy ! Component: 150 - total flux cleaned = 0.000710372 Jy ! Component: 200 - total flux cleaned = 0.000679956 Jy ! Total flux subtracted in 200 components = 0.000679956 Jy ! Clean residual min=-0.002108 max=0.002185 Jy/beam ! Clean residual mean=0.000005 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.131082 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 99 components and 0.131082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094150Jy sigma=0.000760 ! Fit after self-cal, rms=0.094187Jy sigma=0.000760 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 = 7.2448e-05 Jy ! Component: 100 - total flux cleaned = 7.3702e-05 Jy ! Component: 150 - total flux cleaned = 4.7228e-05 Jy ! Component: 200 - total flux cleaned = 2.23092e-05 Jy ! Total flux subtracted in 200 components = 2.23092e-05 Jy ! Clean residual min=-0.002126 max=0.002181 Jy/beam ! Clean residual mean=0.000004 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.131105 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.131105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094180Jy sigma=0.000760 ! Fit after self-cal, rms=0.094180Jy sigma=0.000760 ! 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.094180Jy sigma=0.000760 ! Fit after self-cal, rms=0.094268Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=7.873 mas, bpa=-4.961 degrees ! Estimated noise=792.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000584791 Jy ! Component: 100 - total flux cleaned = 0.000647579 Jy ! Component: 150 - total flux cleaned = 0.000608902 Jy ! Component: 200 - total flux cleaned = 0.000585459 Jy ! Total flux subtracted in 200 components = 0.000585459 Jy ! Clean residual min=-0.002088 max=0.002178 Jy/beam ! Clean residual mean=0.000004 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.13169 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.13169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094262Jy sigma=0.000760 ! Fit after self-cal, rms=0.094263Jy sigma=0.000760 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.34731e-05 Jy ! Component: 100 - total flux cleaned = 5.4278e-05 Jy ! Component: 150 - total flux cleaned = 2.0416e-05 Jy ! Component: 200 - total flux cleaned = -5.91029e-07 Jy ! Total flux subtracted in 200 components = -5.91029e-07 Jy ! Clean residual min=-0.002090 max=0.002179 Jy/beam ! Clean residual mean=0.000004 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.13169 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.13169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094259Jy sigma=0.000759 ! Fit after self-cal, rms=0.094259Jy sigma=0.000759 ! 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.094259Jy sigma=0.000759 ! Fit after self-cal, rms=0.094269Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.014 mas, bmaj=16.64 mas, bpa=4.389 degrees ! Estimated noise=981.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000709332 Jy ! Component: 100 - total flux cleaned = 0.00092651 Jy ! Component: 150 - total flux cleaned = 0.000988918 Jy ! Component: 200 - total flux cleaned = 0.000997253 Jy ! Total flux subtracted in 200 components = 0.000997253 Jy ! Clean residual min=-0.002567 max=0.001943 Jy/beam ! Clean residual mean=0.000009 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.132687 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 125 components and 0.132687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094270Jy sigma=0.000759 ! Fit after self-cal, rms=0.094269Jy sigma=0.000759 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 = -8.76962e-06 Jy ! Component: 100 - total flux cleaned = 6.13639e-05 Jy ! Component: 150 - total flux cleaned = 6.98392e-05 Jy ! Component: 200 - total flux cleaned = 7.82592e-05 Jy ! Total flux subtracted in 200 components = 7.82592e-05 Jy ! Clean residual min=-0.002557 max=0.001948 Jy/beam ! Clean residual mean=0.000010 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.132765 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 139 components and 0.132765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094269Jy sigma=0.000759 ! Fit after self-cal, rms=0.094269Jy sigma=0.000759 ! 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.19 mas, bmaj=7.858 mas, bpa=-4.999 degrees ! Estimated noise=792.472 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 7.858 at -4.999 degrees (North through East) ! Clean map min=-0.0020109 max=0.10309 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.507 mas, bmaj=6.08 mas, bpa=-2.765 degrees ! Estimated noise=1220.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0775742 Jy ! Component: 100 - total flux cleaned = 0.0972223 Jy ! Component: 150 - total flux cleaned = 0.107086 Jy ! Component: 200 - total flux cleaned = 0.113533 Jy ! Total flux subtracted in 200 components = 0.113533 Jy ! Clean residual min=-0.004200 max=0.004168 Jy/beam ! Clean residual mean=-0.000011 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.113533 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.113533 Jy ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=7.858 mas, bpa=-4.999 degrees ! Estimated noise=792.472 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.00762645 Jy ! Component: 100 - total flux cleaned = 0.0115702 Jy ! Component: 150 - total flux cleaned = 0.0140068 Jy ! Component: 200 - total flux cleaned = 0.015656 Jy ! Total flux subtracted in 200 components = 0.015656 Jy ! Clean residual min=-0.002278 max=0.002147 Jy/beam ! Clean residual mean=-0.000003 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.129189 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 76 components and 0.129189 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.014 mas, bmaj=16.64 mas, bpa=4.389 degrees ! Estimated noise=981.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179504 Jy ! Component: 100 - total flux cleaned = 0.00269672 Jy ! Component: 150 - total flux cleaned = 0.0030265 Jy ! Component: 200 - total flux cleaned = 0.00312305 Jy ! Total flux subtracted in 200 components = 0.00312305 Jy ! Clean residual min=-0.002562 max=0.001979 Jy/beam ! Clean residual mean=0.000008 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.132312 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.3119e-05 Jy ! Component: 100 - total flux cleaned = 0.000155199 Jy ! Component: 150 - total flux cleaned = 0.000218047 Jy ! Component: 200 - total flux cleaned = 0.000264115 Jy ! Total flux subtracted in 200 components = 0.000264115 Jy ! Clean residual min=-0.002557 max=0.001974 Jy/beam ! Clean residual mean=0.000009 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.132576 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 115 components and 0.132576 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=7.858 mas, bpa=-4.999 degrees ! Estimated noise=792.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000399364 Jy ! Component: 100 - total flux cleaned = -0.000397139 Jy ! Component: 150 - total flux cleaned = -0.000397411 Jy ! Component: 200 - total flux cleaned = -0.000415513 Jy ! Total flux subtracted in 200 components = -0.000415513 Jy ! Clean residual min=-0.002066 max=0.002148 Jy/beam ! Clean residual mean=0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.13216 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 130 components and 0.13216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094274Jy sigma=0.000759 ! Fit after self-cal, rms=0.094274Jy sigma=0.000759 wmodel J1212-2221_S_2014_08_09_pus_map.mod ! Writing 130 model components to file: J1212-2221_S_2014_08_09_pus_map.mod wobs J1212-2221_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1212-2221_S_2014_08_09_pus_uvs.fits wwins J1212-2221_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1212-2221_S_2014_08_09_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.000437501 Jy ! Component: 100 - total flux cleaned = 0.000511748 Jy ! Component: 150 - total flux cleaned = 0.000653979 Jy ! Component: 200 - total flux cleaned = 0.000756087 Jy ! Component: 250 - total flux cleaned = 0.000822561 Jy ! Component: 300 - total flux cleaned = 0.000822011 Jy ! Component: 350 - total flux cleaned = 0.000821354 Jy ! Component: 400 - total flux cleaned = 0.000883008 Jy ! Component: 450 - total flux cleaned = 0.000913204 Jy ! Component: 500 - total flux cleaned = 0.00100252 Jy ! Component: 550 - total flux cleaned = 0.00108927 Jy ! Component: 600 - total flux cleaned = 0.00111768 Jy ! Component: 650 - total flux cleaned = 0.00114598 Jy ! Component: 700 - total flux cleaned = 0.00111915 Jy ! Component: 750 - total flux cleaned = 0.00128151 Jy ! Component: 800 - total flux cleaned = 0.00122812 Jy ! Component: 850 - total flux cleaned = 0.00120265 Jy ! Component: 900 - total flux cleaned = 0.00128016 Jy ! Component: 950 - total flux cleaned = 0.00133097 Jy ! Component: 1000 - total flux cleaned = 0.00145657 Jy ! Component: 1050 - total flux cleaned = 0.00157977 Jy ! Component: 1100 - total flux cleaned = 0.00165313 Jy ! Component: 1150 - total flux cleaned = 0.00194164 Jy ! Component: 1200 - total flux cleaned = 0.00198899 Jy ! Component: 1250 - total flux cleaned = 0.00217658 Jy ! Component: 1300 - total flux cleaned = 0.00231541 Jy ! Component: 1350 - total flux cleaned = 0.00247573 Jy ! Component: 1400 - total flux cleaned = 0.0026116 Jy ! Component: 1450 - total flux cleaned = 0.00283513 Jy ! Component: 1500 - total flux cleaned = 0.00287946 Jy ! Component: 1550 - total flux cleaned = 0.00301092 Jy ! Component: 1600 - total flux cleaned = 0.00320634 Jy ! Component: 1650 - total flux cleaned = 0.00333515 Jy ! Component: 1700 - total flux cleaned = 0.00352602 Jy ! Component: 1750 - total flux cleaned = 0.0037151 Jy ! Component: 1800 - total flux cleaned = 0.00388123 Jy ! Component: 1850 - total flux cleaned = 0.00398438 Jy ! Component: 1900 - total flux cleaned = 0.0041272 Jy ! Component: 1950 - total flux cleaned = 0.00424852 Jy ! Component: 2000 - total flux cleaned = 0.00442898 Jy ! Component: 2050 - total flux cleaned = 0.00460733 Jy ! Component: 2100 - total flux cleaned = 0.00482297 Jy ! Component: 2150 - total flux cleaned = 0.00490069 Jy ! Component: 2200 - total flux cleaned = 0.00511274 Jy ! Component: 2250 - total flux cleaned = 0.00515105 Jy ! Component: 2300 - total flux cleaned = 0.00528357 Jy ! Component: 2350 - total flux cleaned = 0.00543383 Jy ! Component: 2400 - total flux cleaned = 0.00552719 Jy ! Component: 2450 - total flux cleaned = 0.00567483 Jy ! Component: 2500 - total flux cleaned = 0.00585777 Jy ! Component: 2550 - total flux cleaned = 0.00600269 Jy ! Component: 2600 - total flux cleaned = 0.00607434 Jy ! Component: 2650 - total flux cleaned = 0.00625257 Jy ! Component: 2700 - total flux cleaned = 0.00635829 Jy ! Component: 2750 - total flux cleaned = 0.00637583 Jy ! Component: 2800 - total flux cleaned = 0.00646279 Jy ! Component: 2850 - total flux cleaned = 0.00660081 Jy ! Component: 2900 - total flux cleaned = 0.00673762 Jy ! Component: 2950 - total flux cleaned = 0.00673768 Jy ! Component: 3000 - total flux cleaned = 0.00685571 Jy ! Component: 3050 - total flux cleaned = 0.00695609 Jy ! Component: 3100 - total flux cleaned = 0.0069893 Jy ! Component: 3150 - total flux cleaned = 0.00708821 Jy ! Component: 3200 - total flux cleaned = 0.00712109 Jy ! Component: 3250 - total flux cleaned = 0.00717011 Jy ! Component: 3300 - total flux cleaned = 0.00723467 Jy ! Component: 3350 - total flux cleaned = 0.00726673 Jy ! Component: 3400 - total flux cleaned = 0.00736209 Jy ! Component: 3450 - total flux cleaned = 0.00740944 Jy ! Component: 3500 - total flux cleaned = 0.00742505 Jy ! Component: 3550 - total flux cleaned = 0.00745623 Jy ! Component: 3600 - total flux cleaned = 0.00751795 Jy ! Component: 3650 - total flux cleaned = 0.0075331 Jy ! Component: 3700 - total flux cleaned = 0.0076246 Jy ! Component: 3750 - total flux cleaned = 0.00762451 Jy ! Component: 3800 - total flux cleaned = 0.00766966 Jy ! Component: 3850 - total flux cleaned = 0.00774428 Jy ! Component: 3900 - total flux cleaned = 0.00772936 Jy ! Component: 3950 - total flux cleaned = 0.00777358 Jy ! Component: 4000 - total flux cleaned = 0.00774426 Jy ! Component: 4050 - total flux cleaned = 0.00781722 Jy ! Total flux subtracted in 4096 components = 0.0078172 Jy ! Clean residual min=-0.000800 max=0.000732 Jy/beam ! Clean residual mean=0.000003 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.139977 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 403 components and 0.139977 Jy ![Exited script file: muppet] wmap "J1212-2221_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 7.858 at -4.999 degrees (North through East) ! Clean map min=-0.0015444 max=0.1025 Jy/beam ! Writing clean map to FITS file: J1212-2221_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102497 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000262091 device "J1212-2221_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1212-2221_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.767121 0.767121 1.53424 3.06848 6.13697 12.2739 24.5479 49.0957 98.1915 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.19 x 7.858 at -4.999 degrees (North through East) ! Clean map min=-0.0015444 max=0.1025 Jy/beam quit ! Quitting program ! Log file J1212-2221_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:04:48 2016