! Started logfile: J0740-2444_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:20:36 2017 obs J0740-2444_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0740-2444_S_2014_01_04_pus_uva.fits ! AN table 1: 84 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0740-2444 ! ! 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 370 lines of history. ! ! Reading 7056 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 J0740-2444_S_2014_01_04_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 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.745346Jy sigma=0.008015 ! Fit after self-cal, rms=0.717399Jy sigma=0.007744 ! 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.459 mas, bmaj=5.608 mas, bpa=-3.544 degrees ! Estimated noise=1223.55 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.220193 Jy ! Component: 100 - total flux cleaned = 0.30042 Jy ! Total flux subtracted in 100 components = 0.30042 Jy ! Clean residual min=-0.020805 max=0.035785 Jy/beam ! Clean residual mean=-0.000095 rms=0.005926 Jy/beam ! Combined flux in latest and established models = 0.30042 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.30042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128221Jy sigma=0.001340 ! Fit after self-cal, rms=0.127834Jy sigma=0.001338 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0413337 Jy ! Component: 100 - total flux cleaned = 0.065728 Jy ! Total flux subtracted in 100 components = 0.065728 Jy ! Clean residual min=-0.012704 max=0.018383 Jy/beam ! Clean residual mean=-0.000054 rms=0.003382 Jy/beam ! Combined flux in latest and established models = 0.366148 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.366148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106678Jy sigma=0.001109 ! Fit after self-cal, rms=0.106647Jy sigma=0.001109 ! 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=2.989 mas, bmaj=6.605 mas, bpa=-3.098 degrees ! Estimated noise=788.522 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.0234108 Jy ! Component: 100 - total flux cleaned = 0.0356549 Jy ! Component: 150 - total flux cleaned = 0.0422196 Jy ! Component: 200 - total flux cleaned = 0.0457444 Jy ! Total flux subtracted in 200 components = 0.0457444 Jy ! Clean residual min=-0.010470 max=0.017690 Jy/beam ! Clean residual mean=-0.000117 rms=0.003776 Jy/beam ! Combined flux in latest and established models = 0.411892 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.411892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100343Jy sigma=0.001075 ! Fit after self-cal, rms=0.100358Jy sigma=0.001075 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* KP 1.00* LA 1.00 ! MK 0.99 NL 1.00 OV 0.93 PT 0.99 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00* KP 1.00* LA 0.98 ! MK 0.98 NL 1.06 OV 0.97 PT 0.96 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.00* KP 1.00* LA 0.81 ! MK 1.03 NL 1.00 OV 0.91 PT 0.94 ! SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.00* KP 1.00* LA 0.88 ! MK 0.99 NL 1.10 OV 0.98 PT 0.99 ! SC 0.90 ! ! ! Fit before self-cal, rms=0.100358Jy sigma=0.001075 ! Fit after self-cal, rms=0.094325Jy sigma=0.000992 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=6.631 mas, bpa=-2.915 degrees ! Estimated noise=789.729 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.00194897 Jy ! Component: 100 - total flux cleaned = 0.00203679 Jy ! Component: 150 - total flux cleaned = 0.00217951 Jy ! Component: 200 - total flux cleaned = 0.00229977 Jy ! Total flux subtracted in 200 components = 0.00229977 Jy ! Clean residual min=-0.008357 max=0.006976 Jy/beam ! Clean residual mean=-0.000031 rms=0.002173 Jy/beam ! Combined flux in latest and established models = 0.414192 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 0.414192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094168Jy sigma=0.000991 ! Fit after self-cal, rms=0.093937Jy sigma=0.000990 ! 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.093937Jy sigma=0.000990 ! Fit after self-cal, rms=0.090846Jy sigma=0.000949 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.978 mas, bmaj=6.645 mas, bpa=-3.126 degrees ! Estimated noise=790.607 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015841 Jy ! Component: 100 - total flux cleaned = 0.00190663 Jy ! Component: 150 - total flux cleaned = 0.00196225 Jy ! Component: 200 - total flux cleaned = 0.00198738 Jy ! Total flux subtracted in 200 components = 0.00198738 Jy ! Clean residual min=-0.004035 max=0.003418 Jy/beam ! Clean residual mean=-0.000034 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.416179 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 68 components and 0.416179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090802Jy sigma=0.000949 ! Fit after self-cal, rms=0.090792Jy sigma=0.000949 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 = 2.11343e-05 Jy ! Component: 100 - total flux cleaned = 4.24866e-05 Jy ! Component: 150 - total flux cleaned = 4.26472e-05 Jy ! Component: 200 - total flux cleaned = 4.32136e-05 Jy ! Total flux subtracted in 200 components = 4.32136e-05 Jy ! Clean residual min=-0.003983 max=0.003434 Jy/beam ! Clean residual mean=-0.000033 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.416223 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.416223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090782Jy sigma=0.000949 ! Fit after self-cal, rms=0.090782Jy sigma=0.000949 ! 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.090782Jy sigma=0.000949 ! Fit after self-cal, rms=0.090955Jy sigma=0.000949 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=6.645 mas, bpa=-3.131 degrees ! Estimated noise=792.125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122286 Jy ! Component: 100 - total flux cleaned = 0.00164841 Jy ! Component: 150 - total flux cleaned = 0.00170887 Jy ! Component: 200 - total flux cleaned = 0.001766 Jy ! Total flux subtracted in 200 components = 0.001766 Jy ! Clean residual min=-0.003988 max=0.003462 Jy/beam ! Clean residual mean=-0.000033 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.417989 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 0.417989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090928Jy sigma=0.000949 ! Fit after self-cal, rms=0.090927Jy sigma=0.000949 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.1134e-05 Jy ! Component: 100 - total flux cleaned = 7.56791e-05 Jy ! Component: 150 - total flux cleaned = 0.000108517 Jy ! Component: 200 - total flux cleaned = 0.000124129 Jy ! Total flux subtracted in 200 components = 0.000124129 Jy ! Clean residual min=-0.003964 max=0.003461 Jy/beam ! Clean residual mean=-0.000033 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.418113 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.418113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090921Jy sigma=0.000949 ! Fit after self-cal, rms=0.090923Jy sigma=0.000949 ! 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.090923Jy sigma=0.000949 ! Fit after self-cal, rms=0.091126Jy sigma=0.000949 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.692 mas, bmaj=17.09 mas, bpa=1.214 degrees ! Estimated noise=995.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212219 Jy ! Component: 100 - total flux cleaned = 0.00270976 Jy ! Component: 150 - total flux cleaned = 0.00275971 Jy ! Component: 200 - total flux cleaned = 0.00278217 Jy ! Total flux subtracted in 200 components = 0.00278217 Jy ! Clean residual min=-0.004330 max=0.003622 Jy/beam ! Clean residual mean=-0.000070 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.420895 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 77 components and 0.420895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091124Jy sigma=0.000949 ! Fit after self-cal, rms=0.091117Jy sigma=0.000949 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.000235208 Jy ! Component: 100 - total flux cleaned = 0.000232697 Jy ! Component: 150 - total flux cleaned = 0.000231421 Jy ! Component: 200 - total flux cleaned = 0.000231601 Jy ! Total flux subtracted in 200 components = 0.000231601 Jy ! Clean residual min=-0.004311 max=0.003506 Jy/beam ! Clean residual mean=-0.000068 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.421126 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.421126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091127Jy sigma=0.000949 ! Fit after self-cal, rms=0.091127Jy sigma=0.000949 ! 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=2.97 mas, bmaj=6.646 mas, bpa=-3.148 degrees ! Estimated noise=793.888 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.97 x 6.646 at -3.148 degrees (North through East) ! Clean map min=-0.0036841 max=0.2936 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.437 mas, bmaj=5.654 mas, bpa=-3.597 degrees ! Estimated noise=1234.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222874 Jy ! Component: 100 - total flux cleaned = 0.306439 Jy ! Component: 150 - total flux cleaned = 0.349074 Jy ! Component: 200 - total flux cleaned = 0.374307 Jy ! Total flux subtracted in 200 components = 0.374307 Jy ! Clean residual min=-0.008323 max=0.013049 Jy/beam ! Clean residual mean=-0.000039 rms=0.002385 Jy/beam ! Combined flux in latest and established models = 0.374307 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.374307 Jy ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=6.646 mas, bpa=-3.148 degrees ! Estimated noise=793.888 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.0217918 Jy ! Component: 100 - total flux cleaned = 0.0330453 Jy ! Component: 150 - total flux cleaned = 0.0390593 Jy ! Component: 200 - total flux cleaned = 0.0422869 Jy ! Total flux subtracted in 200 components = 0.0422869 Jy ! Clean residual min=-0.004247 max=0.003828 Jy/beam ! Clean residual mean=-0.000040 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.416594 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 60 components and 0.416594 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.692 mas, bmaj=17.09 mas, bpa=1.214 degrees ! Estimated noise=995.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00300544 Jy ! Component: 100 - total flux cleaned = 0.00391878 Jy ! Component: 150 - total flux cleaned = 0.00417008 Jy ! Component: 200 - total flux cleaned = 0.00419362 Jy ! Total flux subtracted in 200 components = 0.00419362 Jy ! Clean residual min=-0.004312 max=0.003698 Jy/beam ! Clean residual mean=-0.000070 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.420788 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 = 2.2608e-05 Jy ! Component: 100 - total flux cleaned = 3.40835e-05 Jy ! Component: 150 - total flux cleaned = 5.61904e-05 Jy ! Component: 200 - total flux cleaned = 7.75679e-05 Jy ! Total flux subtracted in 200 components = 7.75679e-05 Jy ! Clean residual min=-0.004305 max=0.003675 Jy/beam ! Clean residual mean=-0.000070 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.420865 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.420865 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=6.646 mas, bpa=-3.148 degrees ! Estimated noise=793.888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000914169 Jy ! Component: 100 - total flux cleaned = -0.000919008 Jy ! Component: 150 - total flux cleaned = -0.000814628 Jy ! Component: 200 - total flux cleaned = -0.00070872 Jy ! Total flux subtracted in 200 components = -0.00070872 Jy ! Clean residual min=-0.003852 max=0.003569 Jy/beam ! Clean residual mean=-0.000032 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.420156 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 68 components and 0.420156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091129Jy sigma=0.000949 ! Fit after self-cal, rms=0.091134Jy sigma=0.000949 wmodel J0740-2444_S_2014_01_04_pus_map.mod ! Writing 68 model components to file: J0740-2444_S_2014_01_04_pus_map.mod wobs J0740-2444_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0740-2444_S_2014_01_04_pus_uvs.fits wwins J0740-2444_S_2014_01_04_pus_map.win ! wwins: Wrote 1 windows to J0740-2444_S_2014_01_04_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.000496764 Jy ! Component: 100 - total flux cleaned = -0.000556158 Jy ! Component: 150 - total flux cleaned = -0.000667255 Jy ! Component: 200 - total flux cleaned = -0.000667487 Jy ! Component: 250 - total flux cleaned = -0.000571266 Jy ! Component: 300 - total flux cleaned = -0.000616668 Jy ! Component: 350 - total flux cleaned = -0.000616617 Jy ! Component: 400 - total flux cleaned = -0.000740455 Jy ! Component: 450 - total flux cleaned = -0.000780294 Jy ! Component: 500 - total flux cleaned = -0.00089431 Jy ! Component: 550 - total flux cleaned = -0.000894107 Jy ! Component: 600 - total flux cleaned = -0.000930628 Jy ! Component: 650 - total flux cleaned = -0.000999523 Jy ! Component: 700 - total flux cleaned = -0.00109831 Jy ! Component: 750 - total flux cleaned = -0.00113051 Jy ! Component: 800 - total flux cleaned = -0.00119353 Jy ! Component: 850 - total flux cleaned = -0.00137577 Jy ! Component: 900 - total flux cleaned = -0.00143459 Jy ! Component: 950 - total flux cleaned = -0.00152101 Jy ! Component: 1000 - total flux cleaned = -0.00160553 Jy ! Component: 1050 - total flux cleaned = -0.0017705 Jy ! Component: 1100 - total flux cleaned = -0.00185121 Jy ! Component: 1150 - total flux cleaned = -0.00200935 Jy ! Component: 1200 - total flux cleaned = -0.00208663 Jy ! Component: 1250 - total flux cleaned = -0.00213714 Jy ! Component: 1300 - total flux cleaned = -0.00223707 Jy ! Component: 1350 - total flux cleaned = -0.00233419 Jy ! Component: 1400 - total flux cleaned = -0.00238184 Jy ! Component: 1450 - total flux cleaned = -0.00247542 Jy ! Component: 1500 - total flux cleaned = -0.00254462 Jy ! Component: 1550 - total flux cleaned = -0.00268001 Jy ! Component: 1600 - total flux cleaned = -0.00281263 Jy ! Component: 1650 - total flux cleaned = -0.002878 Jy ! Component: 1700 - total flux cleaned = -0.00304914 Jy ! Component: 1750 - total flux cleaned = -0.00317542 Jy ! Component: 1800 - total flux cleaned = -0.00332016 Jy ! Component: 1850 - total flux cleaned = -0.00350348 Jy ! Component: 1900 - total flux cleaned = -0.00360404 Jy ! Component: 1950 - total flux cleaned = -0.00380223 Jy ! Component: 2000 - total flux cleaned = -0.00395828 Jy ! Component: 2050 - total flux cleaned = -0.00407365 Jy ! Component: 2100 - total flux cleaned = -0.00418774 Jy ! Component: 2150 - total flux cleaned = -0.00431898 Jy ! Component: 2200 - total flux cleaned = -0.00448529 Jy ! Component: 2250 - total flux cleaned = -0.00455816 Jy ! Component: 2300 - total flux cleaned = -0.00466669 Jy ! Component: 2350 - total flux cleaned = -0.00482661 Jy ! Component: 2400 - total flux cleaned = -0.00494926 Jy ! Component: 2450 - total flux cleaned = -0.00507083 Jy ! Component: 2500 - total flux cleaned = -0.00520818 Jy ! Component: 2550 - total flux cleaned = -0.00531017 Jy ! Component: 2600 - total flux cleaned = -0.00544496 Jy ! Component: 2650 - total flux cleaned = -0.00554508 Jy ! Component: 2700 - total flux cleaned = -0.00569359 Jy ! Component: 2750 - total flux cleaned = -0.00579157 Jy ! Component: 2800 - total flux cleaned = -0.00590475 Jy ! Component: 2850 - total flux cleaned = -0.00596864 Jy ! Component: 2900 - total flux cleaned = -0.00603215 Jy ! Component: 2950 - total flux cleaned = -0.00614227 Jy ! Component: 3000 - total flux cleaned = -0.00617341 Jy ! Component: 3050 - total flux cleaned = -0.0062663 Jy ! Component: 3100 - total flux cleaned = -0.00634296 Jy ! Component: 3150 - total flux cleaned = -0.00641888 Jy ! Component: 3200 - total flux cleaned = -0.00647889 Jy ! Component: 3250 - total flux cleaned = -0.00655354 Jy ! Component: 3300 - total flux cleaned = -0.0066128 Jy ! Component: 3350 - total flux cleaned = -0.00667163 Jy ! Component: 3400 - total flux cleaned = -0.0067449 Jy ! Component: 3450 - total flux cleaned = -0.00687549 Jy ! Component: 3500 - total flux cleaned = -0.00690418 Jy ! Component: 3550 - total flux cleaned = -0.00697575 Jy ! Component: 3600 - total flux cleaned = -0.00706102 Jy ! Component: 3650 - total flux cleaned = -0.00713146 Jy ! Component: 3700 - total flux cleaned = -0.00724345 Jy ! Component: 3750 - total flux cleaned = -0.00728524 Jy ! Component: 3800 - total flux cleaned = -0.00735458 Jy ! Component: 3850 - total flux cleaned = -0.00747851 Jy ! Component: 3900 - total flux cleaned = -0.00756063 Jy ! Component: 3950 - total flux cleaned = -0.00764228 Jy ! Component: 4000 - total flux cleaned = -0.00769635 Jy ! Component: 4050 - total flux cleaned = -0.00772333 Jy ! Total flux subtracted in 4096 components = -0.00780394 Jy ! Clean residual min=-0.000929 max=0.000794 Jy/beam ! Clean residual mean=-0.000003 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.412353 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 328 components and 0.412352 Jy ![Exited script file: muppet] wmap "J0740-2444_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.97 x 6.646 at -3.148 degrees (North through East) ! Clean map min=-0.0020989 max=0.29389 Jy/beam ! Writing clean map to FITS file: J0740-2444_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.293886 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227122 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.231846 0.231846 0.463693 0.927386 1.85477 3.70954 7.41909 14.8382 29.6763 59.3527 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.293 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.97 x 6.646 at -3.148 degrees (North through East) ! Clean map min=-0.0020989 max=0.29389 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 J0740-2444_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:20:41 2017