! Started logfile: J1435-0414_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:56:22 2017 obs J1435-0414_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1435-0414_S_2015_01_22_pus_uva.fits ! AN table 1: 117 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1435-0414 ! ! 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 281 lines of history. ! ! Reading 16848 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 J1435-0414_S_2015_01_22_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.824708Jy sigma=0.009019 ! Fit after self-cal, rms=0.810297Jy sigma=0.008870 ! 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.574 mas, bmaj=6.393 mas, bpa=-4.54 degrees ! Estimated noise=786.503 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.13613 Jy ! Component: 100 - total flux cleaned = 0.18622 Jy ! Total flux subtracted in 100 components = 0.18622 Jy ! Clean residual min=-0.010844 max=0.024508 Jy/beam ! Clean residual mean=0.000023 rms=0.003777 Jy/beam ! Combined flux in latest and established models = 0.18622 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.18622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105765Jy sigma=0.001084 ! Fit after self-cal, rms=0.105660Jy sigma=0.001083 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295054 Jy ! Component: 100 - total flux cleaned = 0.0485369 Jy ! Total flux subtracted in 100 components = 0.0485369 Jy ! Clean residual min=-0.007677 max=0.012455 Jy/beam ! Clean residual mean=0.000013 rms=0.002470 Jy/beam ! Combined flux in latest and established models = 0.234757 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 41 components and 0.234757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092438Jy sigma=0.000927 ! Fit after self-cal, rms=0.092429Jy sigma=0.000926 ! 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.065 mas, bmaj=7.254 mas, bpa=-3.3 degrees ! Estimated noise=507.843 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.019431 Jy ! Component: 100 - total flux cleaned = 0.0303807 Jy ! Component: 150 - total flux cleaned = 0.0369986 Jy ! Component: 200 - total flux cleaned = 0.0410616 Jy ! Total flux subtracted in 200 components = 0.0410616 Jy ! Clean residual min=-0.007799 max=0.011738 Jy/beam ! Clean residual mean=0.000011 rms=0.002500 Jy/beam ! Combined flux in latest and established models = 0.275818 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.275818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088186Jy sigma=0.000877 ! Fit after self-cal, rms=0.088180Jy sigma=0.000877 ! 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.94 FD 1.00* HN 0.97 KP 1.01 ! LA 1.20 MK 1.03 NL 1.27 OV 0.90 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.03 KP 0.95 ! LA 1.15 MK 1.03 NL 1.28 OV 0.93 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.04 KP 0.82 ! LA 0.94 MK 1.07 NL 1.12 OV 0.87 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 1.00 KP 0.78 ! LA 1.08 MK 1.06 NL 1.02 OV 0.93 ! PT 1.01 SC 1.06 ! ! ! Fit before self-cal, rms=0.088180Jy sigma=0.000877 ! Fit after self-cal, rms=0.084617Jy sigma=0.000803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=7.349 mas, bpa=-3.082 degrees ! Estimated noise=511.935 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 = 9.12894e-06 Jy ! Component: 100 - total flux cleaned = 0.000185674 Jy ! Component: 150 - total flux cleaned = 0.000339898 Jy ! Component: 200 - total flux cleaned = 0.000375658 Jy ! Total flux subtracted in 200 components = 0.000375658 Jy ! Clean residual min=-0.005097 max=0.005391 Jy/beam ! Clean residual mean=0.000025 rms=0.001436 Jy/beam ! Combined flux in latest and established models = 0.276194 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.276194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084575Jy sigma=0.000803 ! Fit after self-cal, rms=0.084710Jy sigma=0.000802 ! 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.084710Jy sigma=0.000802 ! Fit after self-cal, rms=0.084272Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=7.348 mas, bpa=-3.038 degrees ! Estimated noise=511.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109369 Jy ! Component: 100 - total flux cleaned = 0.000181741 Jy ! Component: 150 - total flux cleaned = 0.000288424 Jy ! Component: 200 - total flux cleaned = 0.000385606 Jy ! Total flux subtracted in 200 components = 0.000385606 Jy ! Clean residual min=-0.002806 max=0.005214 Jy/beam ! Clean residual mean=0.000003 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.276579 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.276579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084238Jy sigma=0.000783 ! Fit after self-cal, rms=0.084288Jy sigma=0.000783 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) ! Added new window around map position (4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00446014 Jy ! Component: 100 - total flux cleaned = 0.0051692 Jy ! Component: 150 - total flux cleaned = 0.00538637 Jy ! Component: 200 - total flux cleaned = 0.00550949 Jy ! Total flux subtracted in 200 components = 0.00550949 Jy ! Clean residual min=-0.002655 max=0.003234 Jy/beam ! Clean residual mean=0.000002 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.282089 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 98 components and 0.282089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083997Jy sigma=0.000780 ! Fit after self-cal, rms=0.083969Jy sigma=0.000780 ! Inverting map ! Added new window around map position (-3, 68). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311081 Jy ! Component: 100 - total flux cleaned = 0.00509502 Jy ! Component: 150 - total flux cleaned = 0.00626858 Jy ! Component: 200 - total flux cleaned = 0.00691027 Jy ! Total flux subtracted in 200 components = 0.00691027 Jy ! Clean residual min=-0.002473 max=0.002494 Jy/beam ! Clean residual mean=0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.288999 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.288999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083815Jy sigma=0.000778 ! Fit after self-cal, rms=0.083805Jy 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.083805Jy sigma=0.000778 ! Fit after self-cal, rms=0.083559Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.328 mas, bpa=-3.226 degrees ! Estimated noise=509.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191769 Jy ! Component: 100 - total flux cleaned = 0.0023621 Jy ! Component: 150 - total flux cleaned = 0.0026652 Jy ! Component: 200 - total flux cleaned = 0.00289916 Jy ! Total flux subtracted in 200 components = 0.00289916 Jy ! Clean residual min=-0.002244 max=0.002296 Jy/beam ! Clean residual mean=-0.000001 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.291898 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 142 components and 0.291898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083491Jy sigma=0.000777 ! Fit after self-cal, rms=0.083490Jy sigma=0.000777 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.000597461 Jy ! Component: 100 - total flux cleaned = 0.000746202 Jy ! Component: 150 - total flux cleaned = 0.000848424 Jy ! Component: 200 - total flux cleaned = 0.000912585 Jy ! Total flux subtracted in 200 components = 0.000912585 Jy ! Clean residual min=-0.002159 max=0.002247 Jy/beam ! Clean residual mean=-0.000001 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.292811 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 154 components and 0.292811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083458Jy sigma=0.000776 ! Fit after self-cal, rms=0.083459Jy sigma=0.000776 ! 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.083459Jy sigma=0.000776 ! Fit after self-cal, rms=0.083419Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.158 mas, bmaj=12.31 mas, bpa=0.8661 degrees ! Estimated noise=661.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144465 Jy ! Component: 100 - total flux cleaned = 0.00203637 Jy ! Component: 150 - total flux cleaned = 0.00230366 Jy ! Component: 200 - total flux cleaned = 0.00256622 Jy ! Total flux subtracted in 200 components = 0.00256622 Jy ! Clean residual min=-0.003180 max=0.003112 Jy/beam ! Clean residual mean=-0.000004 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.295377 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 171 components and 0.295377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083399Jy sigma=0.000776 ! Fit after self-cal, rms=0.083395Jy sigma=0.000776 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.000196761 Jy ! Component: 100 - total flux cleaned = 0.000343333 Jy ! Component: 150 - total flux cleaned = 0.000453988 Jy ! Component: 200 - total flux cleaned = 0.000494703 Jy ! Total flux subtracted in 200 components = 0.000494703 Jy ! Clean residual min=-0.003045 max=0.003027 Jy/beam ! Clean residual mean=-0.000004 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.295872 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 179 components and 0.295872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083386Jy sigma=0.000776 ! Fit after self-cal, rms=0.083386Jy sigma=0.000776 ! 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.095 mas, bmaj=7.322 mas, bpa=-3.335 degrees ! Estimated noise=508.981 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 7.322 at -3.335 degrees (North through East) ! Clean map min=-0.0019397 max=0.18551 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.596 mas, bmaj=6.467 mas, bpa=-4.563 degrees ! Estimated noise=789.685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136319 Jy ! Component: 100 - total flux cleaned = 0.186404 Jy ! Component: 150 - total flux cleaned = 0.215192 Jy ! Component: 200 - total flux cleaned = 0.234159 Jy ! Total flux subtracted in 200 components = 0.234159 Jy ! Clean residual min=-0.005513 max=0.010324 Jy/beam ! Clean residual mean=0.000010 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 0.234159 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.234159 Jy ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=7.322 mas, bpa=-3.335 degrees ! Estimated noise=508.981 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.0193901 Jy ! Component: 100 - total flux cleaned = 0.0305326 Jy ! Component: 150 - total flux cleaned = 0.0373408 Jy ! Component: 200 - total flux cleaned = 0.0418395 Jy ! Total flux subtracted in 200 components = 0.0418395 Jy ! Clean residual min=-0.002885 max=0.003083 Jy/beam ! Clean residual mean=0.000004 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.275999 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 98 components and 0.275999 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.158 mas, bmaj=12.31 mas, bpa=0.8661 degrees ! Estimated noise=661.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00545106 Jy ! Component: 100 - total flux cleaned = 0.00895166 Jy ! Component: 150 - total flux cleaned = 0.0115157 Jy ! Component: 200 - total flux cleaned = 0.0134818 Jy ! Total flux subtracted in 200 components = 0.0134818 Jy ! Clean residual min=-0.003405 max=0.003045 Jy/beam ! Clean residual mean=-0.000001 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.28948 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154292 Jy ! Component: 100 - total flux cleaned = 0.00280395 Jy ! Component: 150 - total flux cleaned = 0.00385108 Jy ! Component: 200 - total flux cleaned = 0.00462628 Jy ! Total flux subtracted in 200 components = 0.00462628 Jy ! Clean residual min=-0.003213 max=0.003008 Jy/beam ! Clean residual mean=-0.000003 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.294107 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 176 components and 0.294107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.095 mas, bmaj=7.322 mas, bpa=-3.335 degrees ! Estimated noise=508.981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.94918e-05 Jy ! Component: 100 - total flux cleaned = -5.05618e-05 Jy ! Component: 150 - total flux cleaned = 3.24494e-05 Jy ! Component: 200 - total flux cleaned = 0.000109007 Jy ! Total flux subtracted in 200 components = 0.000109007 Jy ! Clean residual min=-0.002141 max=0.002268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.294216 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 196 components and 0.294216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083405Jy sigma=0.000776 ! Fit after self-cal, rms=0.083400Jy sigma=0.000776 wmodel J1435-0414_S_2015_01_22_pus_map.mod ! Writing 196 model components to file: J1435-0414_S_2015_01_22_pus_map.mod wobs J1435-0414_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1435-0414_S_2015_01_22_pus_uvs.fits wwins J1435-0414_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1435-0414_S_2015_01_22_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.000322127 Jy ! Component: 100 - total flux cleaned = 0.00065212 Jy ! Component: 150 - total flux cleaned = 0.000824492 Jy ! Component: 200 - total flux cleaned = 0.000989349 Jy ! Component: 250 - total flux cleaned = 0.00108412 Jy ! Component: 300 - total flux cleaned = 0.00111361 Jy ! Component: 350 - total flux cleaned = 0.00105495 Jy ! Component: 400 - total flux cleaned = 0.00105506 Jy ! Component: 450 - total flux cleaned = 0.000999304 Jy ! Component: 500 - total flux cleaned = 0.000998397 Jy ! Component: 550 - total flux cleaned = 0.000920405 Jy ! Component: 600 - total flux cleaned = 0.000871005 Jy ! Component: 650 - total flux cleaned = 0.000822887 Jy ! Component: 700 - total flux cleaned = 0.000799169 Jy ! Component: 750 - total flux cleaned = 0.000683323 Jy ! Component: 800 - total flux cleaned = 0.000660326 Jy ! Component: 850 - total flux cleaned = 0.000615793 Jy ! Component: 900 - total flux cleaned = 0.000550275 Jy ! Component: 950 - total flux cleaned = 0.000507273 Jy ! Component: 1000 - total flux cleaned = 0.000423656 Jy ! Component: 1050 - total flux cleaned = 0.000444346 Jy ! Component: 1100 - total flux cleaned = 0.000464242 Jy ! Component: 1150 - total flux cleaned = 0.000444017 Jy ! Component: 1200 - total flux cleaned = 0.000463406 Jy ! Component: 1250 - total flux cleaned = 0.000463301 Jy ! Component: 1300 - total flux cleaned = 0.000444347 Jy ! Component: 1350 - total flux cleaned = 0.000462782 Jy ! Component: 1400 - total flux cleaned = 0.000462624 Jy ! Component: 1450 - total flux cleaned = 0.000426616 Jy ! Component: 1500 - total flux cleaned = 0.000426848 Jy ! Component: 1550 - total flux cleaned = 0.00037447 Jy ! Component: 1600 - total flux cleaned = 0.000374564 Jy ! Component: 1650 - total flux cleaned = 0.000340562 Jy ! Component: 1700 - total flux cleaned = 0.000290134 Jy ! Component: 1750 - total flux cleaned = 0.000191029 Jy ! Component: 1800 - total flux cleaned = 0.000191181 Jy ! Component: 1850 - total flux cleaned = 0.000142508 Jy ! Component: 1900 - total flux cleaned = 0.000126464 Jy ! Component: 1950 - total flux cleaned = 6.31547e-05 Jy ! Component: 2000 - total flux cleaned = 4.75499e-05 Jy ! Component: 2050 - total flux cleaned = 3.22459e-05 Jy ! Component: 2100 - total flux cleaned = -2.85909e-05 Jy ! Component: 2150 - total flux cleaned = -2.85162e-05 Jy ! Component: 2200 - total flux cleaned = -1.38832e-05 Jy ! Component: 2250 - total flux cleaned = -5.79373e-05 Jy ! Component: 2300 - total flux cleaned = -1.42966e-05 Jy ! Component: 2350 - total flux cleaned = -8.63232e-05 Jy ! Component: 2400 - total flux cleaned = -7.18356e-05 Jy ! Component: 2450 - total flux cleaned = -0.000113693 Jy ! Component: 2500 - total flux cleaned = -7.21323e-05 Jy ! Component: 2550 - total flux cleaned = -8.61683e-05 Jy ! Component: 2600 - total flux cleaned = -0.000181584 Jy ! Component: 2650 - total flux cleaned = -0.000127461 Jy ! Component: 2700 - total flux cleaned = -0.000234365 Jy ! Component: 2750 - total flux cleaned = -0.000194638 Jy ! Component: 2800 - total flux cleaned = -0.000207593 Jy ! Component: 2850 - total flux cleaned = -0.000246437 Jy ! Component: 2900 - total flux cleaned = -0.000220819 Jy ! Component: 2950 - total flux cleaned = -0.000221109 Jy ! Component: 3000 - total flux cleaned = -0.000245981 Jy ! Component: 3050 - total flux cleaned = -0.000270926 Jy ! Component: 3100 - total flux cleaned = -0.000246373 Jy ! Component: 3150 - total flux cleaned = -0.000246269 Jy ! Component: 3200 - total flux cleaned = -0.000246222 Jy ! Component: 3250 - total flux cleaned = -0.000258159 Jy ! Component: 3300 - total flux cleaned = -0.000234176 Jy ! Component: 3350 - total flux cleaned = -0.000210365 Jy ! Component: 3400 - total flux cleaned = -0.00018689 Jy ! Component: 3450 - total flux cleaned = -0.000140455 Jy ! Component: 3500 - total flux cleaned = -0.000152072 Jy ! Component: 3550 - total flux cleaned = -0.000175012 Jy ! Component: 3600 - total flux cleaned = -0.000152517 Jy ! Component: 3650 - total flux cleaned = -0.000186158 Jy ! Component: 3700 - total flux cleaned = -0.000163757 Jy ! Component: 3750 - total flux cleaned = -0.000141628 Jy ! Component: 3800 - total flux cleaned = -0.00017449 Jy ! Component: 3850 - total flux cleaned = -0.000163533 Jy ! Component: 3900 - total flux cleaned = -0.000120353 Jy ! Component: 3950 - total flux cleaned = -0.000173814 Jy ! Component: 4000 - total flux cleaned = -8.87154e-05 Jy ! Component: 4050 - total flux cleaned = -8.87019e-05 Jy ! Total flux subtracted in 4096 components = -6.76989e-05 Jy ! Clean residual min=-0.000862 max=0.000590 Jy/beam ! Clean residual mean=-0.000002 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.294148 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 513 components and 0.294148 Jy ![Exited script file: muppet] wmap "J1435-0414_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.095 x 7.322 at -3.335 degrees (North through East) ! Clean map min=-0.0014619 max=0.18664 Jy/beam ! Writing clean map to FITS file: J1435-0414_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186637 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194949 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.313362 0.313362 0.626723 1.25345 2.50689 5.01378 10.0276 20.0551 40.1103 80.2206 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.186 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.095 x 7.322 at -3.335 degrees (North through East) ! Clean map min=-0.0014619 max=0.18664 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 J1435-0414_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:56:30 2017