! Started logfile: J0730-0241_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:19:32 2016 obs J0730-0241_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0730-0241_S_2014_05_31_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869711 visibilities/baseline/integration-bin. ! Found source: J0730-0241 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 11428 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 J0730-0241_S_2014_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 91 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 91 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898235Jy sigma=0.009172 ! Fit after self-cal, rms=0.867580Jy sigma=0.009002 ! 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.329 mas, bmaj=9.247 mas, bpa=15.68 degrees ! Estimated noise=866.891 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.116672 Jy ! Component: 100 - total flux cleaned = 0.151805 Jy ! Total flux subtracted in 100 components = 0.151805 Jy ! Clean residual min=-0.006457 max=0.015338 Jy/beam ! Clean residual mean=0.000016 rms=0.002003 Jy/beam ! Combined flux in latest and established models = 0.151805 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.151805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233394Jy sigma=0.000852 ! Fit after self-cal, rms=0.233350Jy sigma=0.000851 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175385 Jy ! Component: 100 - total flux cleaned = 0.0267922 Jy ! Total flux subtracted in 100 components = 0.0267922 Jy ! Clean residual min=-0.003801 max=0.004686 Jy/beam ! Clean residual mean=0.000003 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.178597 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.178597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231922Jy sigma=0.000805 ! Fit after self-cal, rms=0.231869Jy sigma=0.000804 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=10.23 mas, bpa=14.55 degrees ! Estimated noise=666.978 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.00637312 Jy ! Component: 100 - total flux cleaned = 0.00939436 Jy ! Component: 150 - total flux cleaned = 0.0112381 Jy ! Component: 200 - total flux cleaned = 0.0118629 Jy ! Total flux subtracted in 200 components = 0.0118629 Jy ! Clean residual min=-0.002949 max=0.003186 Jy/beam ! Clean residual mean=-0.000003 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.19046 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.19046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231640Jy sigma=0.000800 ! Fit after self-cal, rms=0.231610Jy sigma=0.000800 ! 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.95 FD 0.86 HN 1.00 KP 1.02 ! LA 1.20 MK 1.00* NL 0.97 OV 0.96 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 1.04 KP 1.01 ! LA 1.13 MK 0.46 NL 1.02 OV 1.00 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.16 HN 1.03 KP 0.92 ! LA 0.90 MK 0.54 NL 0.96 OV 0.96 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.02 KP 0.89 ! LA 0.89 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.231610Jy sigma=0.000800 ! Fit after self-cal, rms=0.131143Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.012 mas, bmaj=10.05 mas, bpa=14.03 degrees ! Estimated noise=662.818 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 = -6.31247e-05 Jy ! Component: 100 - total flux cleaned = -6.50838e-05 Jy ! Component: 150 - total flux cleaned = -3.64566e-05 Jy ! Component: 200 - total flux cleaned = -9.01866e-06 Jy ! Total flux subtracted in 200 components = -9.01866e-06 Jy ! Clean residual min=-0.002258 max=0.002168 Jy/beam ! Clean residual mean=0.000000 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.190451 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.190451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131113Jy sigma=0.000780 ! Fit after self-cal, rms=0.131098Jy 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.131098Jy sigma=0.000780 ! Fit after self-cal, rms=0.129286Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=10.05 mas, bpa=14.09 degrees ! Estimated noise=663.065 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181339 Jy ! Component: 100 - total flux cleaned = -0.000129561 Jy ! Component: 150 - total flux cleaned = -0.000107327 Jy ! Component: 200 - total flux cleaned = -6.67887e-05 Jy ! Total flux subtracted in 200 components = -6.67887e-05 Jy ! Clean residual min=-0.002019 max=0.002033 Jy/beam ! Clean residual mean=0.000002 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.190384 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.190384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129269Jy sigma=0.000778 ! Fit after self-cal, rms=0.129259Jy sigma=0.000778 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.000104764 Jy ! Component: 100 - total flux cleaned = -6.63818e-05 Jy ! Component: 150 - total flux cleaned = -6.70292e-05 Jy ! Component: 200 - total flux cleaned = -5.10462e-05 Jy ! Total flux subtracted in 200 components = -5.10462e-05 Jy ! Clean residual min=-0.001931 max=0.002023 Jy/beam ! Clean residual mean=0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.190333 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.190333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129249Jy sigma=0.000778 ! Fit after self-cal, rms=0.129248Jy sigma=0.000778 ! 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.129248Jy sigma=0.000778 ! Fit after self-cal, rms=0.128435Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=10.05 mas, bpa=14.13 degrees ! Estimated noise=663.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.43147e-05 Jy ! Component: 100 - total flux cleaned = -7.2404e-06 Jy ! Component: 150 - total flux cleaned = 8.35569e-06 Jy ! Component: 200 - total flux cleaned = 8.67261e-06 Jy ! Total flux subtracted in 200 components = 8.67261e-06 Jy ! Clean residual min=-0.001888 max=0.002010 Jy/beam ! Clean residual mean=0.000002 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.190342 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.190342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128424Jy sigma=0.000778 ! Fit after self-cal, rms=0.128423Jy sigma=0.000778 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.5768e-05 Jy ! Component: 100 - total flux cleaned = -1.38121e-05 Jy ! Component: 150 - total flux cleaned = -9.67345e-07 Jy ! Component: 200 - total flux cleaned = 1.14243e-05 Jy ! Total flux subtracted in 200 components = 1.14243e-05 Jy ! Clean residual min=-0.001840 max=0.002009 Jy/beam ! Clean residual mean=0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.190353 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.190353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128416Jy sigma=0.000778 ! Fit after self-cal, rms=0.128416Jy sigma=0.000778 ! 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.128416Jy sigma=0.000778 ! Fit after self-cal, rms=0.127707Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.852 mas, bmaj=13.24 mas, bpa=3.999 degrees ! Estimated noise=743.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000812027 Jy ! Component: 100 - total flux cleaned = 0.000812986 Jy ! Component: 150 - total flux cleaned = 0.000778878 Jy ! Component: 200 - total flux cleaned = 0.000758376 Jy ! Total flux subtracted in 200 components = 0.000758376 Jy ! Clean residual min=-0.001890 max=0.002234 Jy/beam ! Clean residual mean=0.000003 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.191112 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.191112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127708Jy sigma=0.000778 ! Fit after self-cal, rms=0.127705Jy sigma=0.000778 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.04897e-05 Jy ! Component: 100 - total flux cleaned = 4.08019e-05 Jy ! Component: 150 - total flux cleaned = 3.35447e-05 Jy ! Component: 200 - total flux cleaned = 3.31658e-05 Jy ! Total flux subtracted in 200 components = 3.31658e-05 Jy ! Clean residual min=-0.001871 max=0.002237 Jy/beam ! Clean residual mean=0.000003 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.191145 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 82 components and 0.191145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127706Jy sigma=0.000778 ! Fit after self-cal, rms=0.127705Jy sigma=0.000778 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4 mas, bmaj=10.05 mas, bpa=14.15 degrees ! Estimated noise=663.795 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4 x 10.05 at 14.15 degrees (North through East) ! Clean map min=-0.0017329 max=0.15434 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.283 mas, bmaj=9.011 mas, bpa=15.2 degrees ! Estimated noise=852.727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114808 Jy ! Component: 100 - total flux cleaned = 0.151796 Jy ! Component: 150 - total flux cleaned = 0.169504 Jy ! Component: 200 - total flux cleaned = 0.178596 Jy ! Total flux subtracted in 200 components = 0.178596 Jy ! Clean residual min=-0.003205 max=0.004325 Jy/beam ! Clean residual mean=0.000005 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.178596 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.178596 Jy ! Inverting map and beam ! Estimated beam: bmin=4 mas, bmaj=10.05 mas, bpa=14.15 degrees ! Estimated noise=663.795 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.00629665 Jy ! Component: 100 - total flux cleaned = 0.00948502 Jy ! Component: 150 - total flux cleaned = 0.0110475 Jy ! Component: 200 - total flux cleaned = 0.0111505 Jy ! Total flux subtracted in 200 components = 0.0111505 Jy ! Clean residual min=-0.002101 max=0.002283 Jy/beam ! Clean residual mean=0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.189747 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 41 components and 0.189747 Jy ! Inverting map ! Added new window around map position (17.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212613 Jy ! Component: 100 - total flux cleaned = 0.00296227 Jy ! Component: 150 - total flux cleaned = 0.00341708 Jy ! Component: 200 - total flux cleaned = 0.00366863 Jy ! Total flux subtracted in 200 components = 0.00366863 Jy ! Clean residual min=-0.001847 max=0.001868 Jy/beam ! Clean residual mean=0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.193415 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.193415 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.852 mas, bmaj=13.24 mas, bpa=3.999 degrees ! Estimated noise=743.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000936635 Jy ! Component: 100 - total flux cleaned = 0.00107182 Jy ! Component: 150 - total flux cleaned = 0.00118366 Jy ! Component: 200 - total flux cleaned = 0.00124355 Jy ! Total flux subtracted in 200 components = 0.00124355 Jy ! Clean residual min=-0.001928 max=0.002295 Jy/beam ! Clean residual mean=-0.000000 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.194659 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) ! Added new window around map position (-3, -90.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104093 Jy ! Component: 100 - total flux cleaned = 0.00119711 Jy ! Component: 150 - total flux cleaned = 0.00137 Jy ! Component: 200 - total flux cleaned = 0.00154222 Jy ! Total flux subtracted in 200 components = 0.00154222 Jy ! Clean residual min=-0.001507 max=0.001333 Jy/beam ! Clean residual mean=0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.196201 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 117 components and 0.196201 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4 mas, bmaj=10.05 mas, bpa=14.15 degrees ! Estimated noise=663.795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.33356e-05 Jy ! Component: 100 - total flux cleaned = -4.46796e-05 Jy ! Component: 150 - total flux cleaned = -0.00014243 Jy ! Component: 200 - total flux cleaned = -0.000203347 Jy ! Total flux subtracted in 200 components = -0.000203347 Jy ! Clean residual min=-0.001482 max=0.001476 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.195998 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 139 components and 0.195998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127628Jy sigma=0.000777 ! Fit after self-cal, rms=0.127658Jy sigma=0.000777 wmodel J0730-0241_S_2014_05_31_pus_map.mod ! Writing 139 model components to file: J0730-0241_S_2014_05_31_pus_map.mod wobs J0730-0241_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0730-0241_S_2014_05_31_pus_uvs.fits wwins J0730-0241_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0730-0241_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285774 Jy ! Component: 100 - total flux cleaned = 0.000232805 Jy ! Component: 150 - total flux cleaned = 0.000105654 Jy ! Component: 200 - total flux cleaned = 3.12576e-05 Jy ! Component: 250 - total flux cleaned = -0.000185958 Jy ! Component: 300 - total flux cleaned = -0.000280067 Jy ! Component: 350 - total flux cleaned = -0.000395648 Jy ! Component: 400 - total flux cleaned = -0.000530852 Jy ! Component: 450 - total flux cleaned = -0.000640878 Jy ! Component: 500 - total flux cleaned = -0.000726895 Jy ! Component: 550 - total flux cleaned = -0.000769518 Jy ! Component: 600 - total flux cleaned = -0.000832005 Jy ! Component: 650 - total flux cleaned = -0.000852303 Jy ! Component: 700 - total flux cleaned = -0.000852337 Jy ! Component: 750 - total flux cleaned = -0.000832619 Jy ! Component: 800 - total flux cleaned = -0.000852195 Jy ! Component: 850 - total flux cleaned = -0.000851922 Jy ! Component: 900 - total flux cleaned = -0.000794803 Jy ! Component: 950 - total flux cleaned = -0.000813859 Jy ! Component: 1000 - total flux cleaned = -0.000758478 Jy ! Component: 1050 - total flux cleaned = -0.000721738 Jy ! Component: 1100 - total flux cleaned = -0.00070361 Jy ! Component: 1150 - total flux cleaned = -0.000721278 Jy ! Component: 1200 - total flux cleaned = -0.000685519 Jy ! Component: 1250 - total flux cleaned = -0.000650495 Jy ! Component: 1300 - total flux cleaned = -0.000668057 Jy ! Component: 1350 - total flux cleaned = -0.000667875 Jy ! Component: 1400 - total flux cleaned = -0.000633712 Jy ! Component: 1450 - total flux cleaned = -0.000600077 Jy ! Component: 1500 - total flux cleaned = -0.000500144 Jy ! Component: 1550 - total flux cleaned = -0.000533218 Jy ! Component: 1600 - total flux cleaned = -0.000565987 Jy ! Component: 1650 - total flux cleaned = -0.000484892 Jy ! Component: 1700 - total flux cleaned = -0.000533207 Jy ! Component: 1750 - total flux cleaned = -0.000501165 Jy ! Component: 1800 - total flux cleaned = -0.000564136 Jy ! Component: 1850 - total flux cleaned = -0.000564221 Jy ! Component: 1900 - total flux cleaned = -0.000548651 Jy ! Component: 1950 - total flux cleaned = -0.000610376 Jy ! Component: 2000 - total flux cleaned = -0.000640835 Jy ! Component: 2050 - total flux cleaned = -0.000655842 Jy ! Component: 2100 - total flux cleaned = -0.000656055 Jy ! Component: 2150 - total flux cleaned = -0.000671011 Jy ! Component: 2200 - total flux cleaned = -0.000730068 Jy ! Component: 2250 - total flux cleaned = -0.000656367 Jy ! Component: 2300 - total flux cleaned = -0.000729449 Jy ! Component: 2350 - total flux cleaned = -0.000758557 Jy ! Component: 2400 - total flux cleaned = -0.000744266 Jy ! Component: 2450 - total flux cleaned = -0.000744262 Jy ! Component: 2500 - total flux cleaned = -0.000715726 Jy ! Component: 2550 - total flux cleaned = -0.000758071 Jy ! Component: 2600 - total flux cleaned = -0.000715956 Jy ! Component: 2650 - total flux cleaned = -0.00070207 Jy ! Component: 2700 - total flux cleaned = -0.000729801 Jy ! Component: 2750 - total flux cleaned = -0.000702063 Jy ! Component: 2800 - total flux cleaned = -0.000756844 Jy ! Component: 2850 - total flux cleaned = -0.000688846 Jy ! Component: 2900 - total flux cleaned = -0.000742866 Jy ! Component: 2950 - total flux cleaned = -0.000702626 Jy ! Component: 3000 - total flux cleaned = -0.000729291 Jy ! Component: 3050 - total flux cleaned = -0.000769088 Jy ! Component: 3100 - total flux cleaned = -0.000689999 Jy ! Component: 3150 - total flux cleaned = -0.000768734 Jy ! Component: 3200 - total flux cleaned = -0.000781858 Jy ! Component: 3250 - total flux cleaned = -0.000781897 Jy ! Component: 3300 - total flux cleaned = -0.000743288 Jy ! Component: 3350 - total flux cleaned = -0.000781715 Jy ! Component: 3400 - total flux cleaned = -0.000794471 Jy ! Component: 3450 - total flux cleaned = -0.000781938 Jy ! Component: 3500 - total flux cleaned = -0.000769471 Jy ! Component: 3550 - total flux cleaned = -0.000819615 Jy ! Component: 3600 - total flux cleaned = -0.00079464 Jy ! Component: 3650 - total flux cleaned = -0.000807106 Jy ! Component: 3700 - total flux cleaned = -0.000819415 Jy ! Component: 3750 - total flux cleaned = -0.000856108 Jy ! Component: 3800 - total flux cleaned = -0.000856028 Jy ! Component: 3850 - total flux cleaned = -0.000819719 Jy ! Component: 3900 - total flux cleaned = -0.000807684 Jy ! Component: 3950 - total flux cleaned = -0.00081966 Jy ! Component: 4000 - total flux cleaned = -0.000819591 Jy ! Component: 4050 - total flux cleaned = -0.000795816 Jy ! Total flux subtracted in 4096 components = -0.000795869 Jy ! Clean residual min=-0.000654 max=0.000613 Jy/beam ! Clean residual mean=0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.195202 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 394 components and 0.195202 Jy ![Exited script file: muppet] wmap "J0730-0241_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4 x 10.05 at 14.15 degrees (North through East) ! Clean map min=-0.0013376 max=0.1545 Jy/beam ! Writing clean map to FITS file: J0730-0241_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.154501 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210135 device "J0730-0241_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0730-0241_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.408027 0.408027 0.816054 1.63211 3.26421 6.52843 13.0569 26.1137 52.2274 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.154 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4 x 10.05 at 14.15 degrees (North through East) ! Clean map min=-0.0013376 max=0.1545 Jy/beam quit ! Quitting program ! Log file J0730-0241_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:19:38 2016