! Started logfile: J0029-0113_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:12:28 2017 obs J0029-0113_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0029-0113_S_2014_01_04_pus_uva.fits ! AN table 1: 97 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.581615 visibilities/baseline/integration-bin. ! Found source: J0029-0113 ! ! 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 8124 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 J0029-0113_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 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910969Jy sigma=0.012117 ! Fit after self-cal, rms=0.880166Jy sigma=0.011712 ! 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.762 mas, bmaj=5.859 mas, bpa=2.486 degrees ! Estimated noise=832.916 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.0932031 Jy ! Component: 100 - total flux cleaned = 0.122567 Jy ! Total flux subtracted in 100 components = 0.122567 Jy ! Clean residual min=-0.008234 max=0.014260 Jy/beam ! Clean residual mean=0.000005 rms=0.002449 Jy/beam ! Combined flux in latest and established models = 0.122567 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.122567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084604Jy sigma=0.000985 ! Fit after self-cal, rms=0.084596Jy sigma=0.000983 ! Inverting map ! Added new window around map position (3, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155571 Jy ! Component: 100 - total flux cleaned = 0.0240043 Jy ! Total flux subtracted in 100 components = 0.0240043 Jy ! Clean residual min=-0.005548 max=0.007101 Jy/beam ! Clean residual mean=0.000001 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.146571 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.146571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080986Jy sigma=0.000927 ! Fit after self-cal, rms=0.080808Jy 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.199 mas, bmaj=6.649 mas, bpa=1.397 degrees ! Estimated noise=619.269 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.00835323 Jy ! Component: 100 - total flux cleaned = 0.012979 Jy ! Component: 150 - total flux cleaned = 0.0161814 Jy ! Component: 200 - total flux cleaned = 0.018435 Jy ! Total flux subtracted in 200 components = 0.018435 Jy ! Clean residual min=-0.004469 max=0.005602 Jy/beam ! Clean residual mean=-0.000003 rms=0.001182 Jy/beam ! Combined flux in latest and established models = 0.165006 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.165006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079780Jy sigma=0.000914 ! Fit after self-cal, rms=0.079728Jy sigma=0.000913 ! 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.03 FD 1.00* KP 1.00* LA 1.05 ! MK 0.98 NL 1.04 OV 0.97 PT 1.00 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* KP 1.00* LA 0.96 ! MK 0.97 NL 1.08 OV 1.01 PT 0.98 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* KP 1.00* LA 0.82 ! MK 1.02 NL 1.04 OV 0.92 PT 0.95 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.00* KP 1.00* LA 0.89 ! MK 0.98 NL 1.11 OV 1.00 PT 0.98 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.079728Jy sigma=0.000913 ! Fit after self-cal, rms=0.076216Jy sigma=0.000894 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.183 mas, bmaj=6.677 mas, bpa=1.639 degrees ! Estimated noise=615.132 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 (7, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0035295 Jy ! Component: 100 - total flux cleaned = 0.00418146 Jy ! Component: 150 - total flux cleaned = 0.00423349 Jy ! Component: 200 - total flux cleaned = 0.0042784 Jy ! Total flux subtracted in 200 components = 0.0042784 Jy ! Clean residual min=-0.002330 max=0.003296 Jy/beam ! Clean residual mean=-0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.169285 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 55 components and 0.169285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075999Jy sigma=0.000892 ! Fit after self-cal, rms=0.075745Jy sigma=0.000891 ! Inverting map ! Added new window around map position (47, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236314 Jy ! Component: 100 - total flux cleaned = 0.00240692 Jy ! Component: 150 - total flux cleaned = 0.00286649 Jy ! Component: 200 - total flux cleaned = 0.00319977 Jy ! Total flux subtracted in 200 components = 0.00319977 Jy ! Clean residual min=-0.002334 max=0.002334 Jy/beam ! Clean residual mean=-0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.172484 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.172484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075622Jy sigma=0.000890 ! Fit after self-cal, rms=0.075587Jy sigma=0.000890 ! 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.075587Jy sigma=0.000890 ! Fit after self-cal, rms=0.074842Jy sigma=0.000889 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=6.667 mas, bpa=1.595 degrees ! Estimated noise=611.622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000729806 Jy ! Component: 100 - total flux cleaned = 0.00117018 Jy ! Component: 150 - total flux cleaned = 0.00144616 Jy ! Component: 200 - total flux cleaned = 0.00168881 Jy ! Total flux subtracted in 200 components = 0.00168881 Jy ! Clean residual min=-0.002215 max=0.002029 Jy/beam ! Clean residual mean=-0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.174173 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 92 components and 0.174173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074806Jy sigma=0.000888 ! Fit after self-cal, rms=0.074767Jy sigma=0.000888 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.000311191 Jy ! Component: 100 - total flux cleaned = 0.000552899 Jy ! Component: 150 - total flux cleaned = 0.000708665 Jy ! Component: 200 - total flux cleaned = 0.000832468 Jy ! Total flux subtracted in 200 components = 0.000832468 Jy ! Clean residual min=-0.002187 max=0.001991 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.175006 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 102 components and 0.175006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074751Jy sigma=0.000888 ! Fit after self-cal, rms=0.074747Jy sigma=0.000888 ! 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.074747Jy sigma=0.000888 ! Fit after self-cal, rms=0.074603Jy sigma=0.000888 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=6.663 mas, bpa=1.619 degrees ! Estimated noise=611.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000392123 Jy ! Component: 100 - total flux cleaned = 0.000576988 Jy ! Component: 150 - total flux cleaned = 0.000651333 Jy ! Component: 200 - total flux cleaned = 0.000704454 Jy ! Total flux subtracted in 200 components = 0.000704454 Jy ! Clean residual min=-0.002213 max=0.001893 Jy/beam ! Clean residual mean=-0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.17571 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 116 components and 0.17571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074592Jy sigma=0.000888 ! Fit after self-cal, rms=0.074585Jy sigma=0.000888 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 = 9.60965e-05 Jy ! Component: 100 - total flux cleaned = 0.000145624 Jy ! Component: 150 - total flux cleaned = 0.00017682 Jy ! Component: 200 - total flux cleaned = 0.000207235 Jy ! Total flux subtracted in 200 components = 0.000207235 Jy ! Clean residual min=-0.002200 max=0.001864 Jy/beam ! Clean residual mean=-0.000002 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.175917 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 120 components and 0.175917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074578Jy sigma=0.000888 ! Fit after self-cal, rms=0.074577Jy sigma=0.000888 ! 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.074577Jy sigma=0.000888 ! Fit after self-cal, rms=0.074555Jy sigma=0.000888 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.484 mas, bmaj=12.26 mas, bpa=10.95 degrees ! Estimated noise=732.053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304979 Jy ! Component: 100 - total flux cleaned = 0.00034812 Jy ! Component: 150 - total flux cleaned = 0.000373117 Jy ! Component: 200 - total flux cleaned = 0.000418645 Jy ! Total flux subtracted in 200 components = 0.000418645 Jy ! Clean residual min=-0.001845 max=0.001750 Jy/beam ! Clean residual mean=-0.000004 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.176336 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.176336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074554Jy sigma=0.000888 ! Fit after self-cal, rms=0.074556Jy sigma=0.000888 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.20607e-05 Jy ! Component: 100 - total flux cleaned = 1.76887e-05 Jy ! Component: 150 - total flux cleaned = 4.4752e-05 Jy ! Component: 200 - total flux cleaned = 8.68824e-05 Jy ! Total flux subtracted in 200 components = 8.68824e-05 Jy ! Clean residual min=-0.001790 max=0.001740 Jy/beam ! Clean residual mean=-0.000004 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.176423 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 144 components and 0.176423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074557Jy sigma=0.000888 ! Fit after self-cal, rms=0.074556Jy sigma=0.000888 ! 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.173 mas, bmaj=6.661 mas, bpa=1.63 degrees ! Estimated noise=611.368 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.173 x 6.661 at 1.63 degrees (North through East) ! Clean map min=-0.0020069 max=0.12059 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.731 mas, bmaj=5.862 mas, bpa=2.694 degrees ! Estimated noise=820.459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.09196 Jy ! Component: 100 - total flux cleaned = 0.12288 Jy ! Component: 150 - total flux cleaned = 0.139127 Jy ! Component: 200 - total flux cleaned = 0.149181 Jy ! Total flux subtracted in 200 components = 0.149181 Jy ! Clean residual min=-0.004734 max=0.005337 Jy/beam ! Clean residual mean=0.000000 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.149181 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.149181 Jy ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=6.661 mas, bpa=1.63 degrees ! Estimated noise=611.368 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.0079942 Jy ! Component: 100 - total flux cleaned = 0.0126556 Jy ! Component: 150 - total flux cleaned = 0.0158224 Jy ! Component: 200 - total flux cleaned = 0.0179038 Jy ! Total flux subtracted in 200 components = 0.0179038 Jy ! Clean residual min=-0.002496 max=0.002118 Jy/beam ! Clean residual mean=-0.000003 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.167085 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.167085 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.484 mas, bmaj=12.26 mas, bpa=10.95 degrees ! Estimated noise=732.053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248982 Jy ! Component: 100 - total flux cleaned = 0.00401819 Jy ! Component: 150 - total flux cleaned = 0.00509762 Jy ! Component: 200 - total flux cleaned = 0.00586721 Jy ! Total flux subtracted in 200 components = 0.00586721 Jy ! Clean residual min=-0.002210 max=0.001683 Jy/beam ! Clean residual mean=-0.000006 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.172952 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.000479171 Jy ! Component: 100 - total flux cleaned = 0.000847967 Jy ! Component: 150 - total flux cleaned = 0.00117776 Jy ! Component: 200 - total flux cleaned = 0.00145271 Jy ! Total flux subtracted in 200 components = 0.00145271 Jy ! Clean residual min=-0.001992 max=0.001521 Jy/beam ! Clean residual mean=-0.000005 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.174405 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 90 components and 0.174405 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.173 mas, bmaj=6.661 mas, bpa=1.63 degrees ! Estimated noise=611.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000212056 Jy ! Component: 100 - total flux cleaned = -0.000213123 Jy ! Component: 150 - total flux cleaned = -3.68534e-06 Jy ! Component: 200 - total flux cleaned = 0.000216882 Jy ! Total flux subtracted in 200 components = 0.000216882 Jy ! Clean residual min=-0.002076 max=0.001974 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.174622 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.174622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074597Jy sigma=0.000888 ! Fit after self-cal, rms=0.074580Jy sigma=0.000888 wmodel J0029-0113_S_2014_01_04_pus_map.mod ! Writing 111 model components to file: J0029-0113_S_2014_01_04_pus_map.mod wobs J0029-0113_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0029-0113_S_2014_01_04_pus_uvs.fits wwins J0029-0113_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0029-0113_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.000122276 Jy ! Component: 100 - total flux cleaned = 6.96415e-05 Jy ! Component: 150 - total flux cleaned = 0.000189015 Jy ! Component: 200 - total flux cleaned = 0.000325837 Jy ! Component: 250 - total flux cleaned = 0.000429011 Jy ! Component: 300 - total flux cleaned = 0.00045313 Jy ! Component: 350 - total flux cleaned = 0.000476253 Jy ! Component: 400 - total flux cleaned = 0.000521673 Jy ! Component: 450 - total flux cleaned = 0.000499646 Jy ! Component: 500 - total flux cleaned = 0.00054281 Jy ! Component: 550 - total flux cleaned = 0.000479884 Jy ! Component: 600 - total flux cleaned = 0.000500614 Jy ! Component: 650 - total flux cleaned = 0.000560403 Jy ! Component: 700 - total flux cleaned = 0.000580225 Jy ! Component: 750 - total flux cleaned = 0.000657634 Jy ! Component: 800 - total flux cleaned = 0.00065815 Jy ! Component: 850 - total flux cleaned = 0.00069543 Jy ! Component: 900 - total flux cleaned = 0.000713739 Jy ! Component: 950 - total flux cleaned = 0.00067838 Jy ! Component: 1000 - total flux cleaned = 0.000678418 Jy ! Component: 1050 - total flux cleaned = 0.000626852 Jy ! Component: 1100 - total flux cleaned = 0.000609801 Jy ! Component: 1150 - total flux cleaned = 0.000559924 Jy ! Component: 1200 - total flux cleaned = 0.000511163 Jy ! Component: 1250 - total flux cleaned = 0.000527389 Jy ! Component: 1300 - total flux cleaned = 0.00046424 Jy ! Component: 1350 - total flux cleaned = 0.000464352 Jy ! Component: 1400 - total flux cleaned = 0.000464223 Jy ! Component: 1450 - total flux cleaned = 0.000433972 Jy ! Component: 1500 - total flux cleaned = 0.000389488 Jy ! Component: 1550 - total flux cleaned = 0.000330908 Jy ! Component: 1600 - total flux cleaned = 0.00028737 Jy ! Component: 1650 - total flux cleaned = 0.000244454 Jy ! Component: 1700 - total flux cleaned = 0.000202495 Jy ! Component: 1750 - total flux cleaned = 0.000230357 Jy ! Component: 1800 - total flux cleaned = 0.000230467 Jy ! Component: 1850 - total flux cleaned = 0.000243882 Jy ! Component: 1900 - total flux cleaned = 0.000190526 Jy ! Component: 1950 - total flux cleaned = 0.000150954 Jy ! Component: 2000 - total flux cleaned = 0.000125097 Jy ! Component: 2050 - total flux cleaned = 0.00011222 Jy ! Component: 2100 - total flux cleaned = 0.000124814 Jy ! Component: 2150 - total flux cleaned = 8.70098e-05 Jy ! Component: 2200 - total flux cleaned = 9.94046e-05 Jy ! Component: 2250 - total flux cleaned = 6.22748e-05 Jy ! Component: 2300 - total flux cleaned = 6.23406e-05 Jy ! Component: 2350 - total flux cleaned = 3.82345e-05 Jy ! Component: 2400 - total flux cleaned = 5.02635e-05 Jy ! Component: 2450 - total flux cleaned = 3.8389e-05 Jy ! Component: 2500 - total flux cleaned = 1.51393e-05 Jy ! Component: 2550 - total flux cleaned = 3.82835e-05 Jy ! Component: 2600 - total flux cleaned = 3.7729e-06 Jy ! Component: 2650 - total flux cleaned = -7.70633e-06 Jy ! Component: 2700 - total flux cleaned = -3.02404e-05 Jy ! Component: 2750 - total flux cleaned = -7.48965e-05 Jy ! Component: 2800 - total flux cleaned = -8.60032e-05 Jy ! Component: 2850 - total flux cleaned = -0.00010802 Jy ! Component: 2900 - total flux cleaned = -0.000107999 Jy ! Component: 2950 - total flux cleaned = -0.000118792 Jy ! Component: 3000 - total flux cleaned = -0.000172127 Jy ! Component: 3050 - total flux cleaned = -0.000172198 Jy ! Component: 3100 - total flux cleaned = -0.000193271 Jy ! Component: 3150 - total flux cleaned = -0.000193186 Jy ! Component: 3200 - total flux cleaned = -0.000193179 Jy ! Component: 3250 - total flux cleaned = -0.000193236 Jy ! Component: 3300 - total flux cleaned = -0.000223804 Jy ! Component: 3350 - total flux cleaned = -0.000243907 Jy ! Component: 3400 - total flux cleaned = -0.000223885 Jy ! Component: 3450 - total flux cleaned = -0.000213898 Jy ! Component: 3500 - total flux cleaned = -0.000233658 Jy ! Component: 3550 - total flux cleaned = -0.000214044 Jy ! Component: 3600 - total flux cleaned = -0.000233543 Jy ! Component: 3650 - total flux cleaned = -0.000243138 Jy ! Component: 3700 - total flux cleaned = -0.000262286 Jy ! Component: 3750 - total flux cleaned = -0.00025272 Jy ! Component: 3800 - total flux cleaned = -0.000281071 Jy ! Component: 3850 - total flux cleaned = -0.000262326 Jy ! Component: 3900 - total flux cleaned = -0.000262389 Jy ! Component: 3950 - total flux cleaned = -0.000280972 Jy ! Component: 4000 - total flux cleaned = -0.000281043 Jy ! Component: 4050 - total flux cleaned = -0.000290192 Jy ! Total flux subtracted in 4096 components = -0.000290184 Jy ! Clean residual min=-0.000499 max=0.000593 Jy/beam ! Clean residual mean=-0.000001 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.174332 Jy keep ! Adding 234 model components to the UV plane model. ! The established model now contains 345 components and 0.174332 Jy ![Exited script file: muppet] wmap "J0029-0113_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.173 x 6.661 at 1.63 degrees (North through East) ! Clean map min=-0.0011217 max=0.12091 Jy/beam ! Writing clean map to FITS file: J0029-0113_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.120914 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015493 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.384397 0.384397 0.768794 1.53759 3.07518 6.15036 12.3007 24.6014 49.2028 98.4057 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.12 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.173 x 6.661 at 1.63 degrees (North through East) ! Clean map min=-0.0011217 max=0.12091 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 J0029-0113_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:12:32 2017