! Started logfile: J0110-1648_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:39:00 2016 obs J0110-1648_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0110-1648_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880939 visibilities/baseline/integration-bin. ! Found source: J0110-1648 ! ! 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 330 lines of history. ! ! Reading 19504 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 J0110-1648_S_2015_03_17_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 137 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940081Jy sigma=0.009175 ! Fit after self-cal, rms=0.929648Jy sigma=0.009073 ! 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.815 mas, bmaj=6.758 mas, bpa=-4.244 degrees ! Estimated noise=808.506 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.05204 Jy ! Component: 100 - total flux cleaned = 0.0666956 Jy ! Total flux subtracted in 100 components = 0.0666956 Jy ! Clean residual min=-0.003494 max=0.006351 Jy/beam ! Clean residual mean=0.000010 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.0666956 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0666956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085883Jy sigma=0.000777 ! Fit after self-cal, rms=0.085788Jy sigma=0.000776 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00737862 Jy ! Component: 100 - total flux cleaned = 0.0115007 Jy ! Total flux subtracted in 100 components = 0.0115007 Jy ! Clean residual min=-0.003062 max=0.002565 Jy/beam ! Clean residual mean=0.000005 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.0781963 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 33 components and 0.0781963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084747Jy sigma=0.000768 ! Fit after self-cal, rms=0.084698Jy sigma=0.000768 ! 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.476 mas, bmaj=8.45 mas, bpa=-2.925 degrees ! Estimated noise=558.697 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.00412106 Jy ! Component: 100 - total flux cleaned = 0.00604732 Jy ! Component: 150 - total flux cleaned = 0.00702009 Jy ! Component: 200 - total flux cleaned = 0.00753948 Jy ! Total flux subtracted in 200 components = 0.00753948 Jy ! Clean residual min=-0.002267 max=0.002253 Jy/beam ! Clean residual mean=0.000004 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0857358 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 69 components and 0.0857358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084443Jy sigma=0.000767 ! Fit after self-cal, rms=0.084426Jy sigma=0.000766 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.90 HN 0.94 KP 1.13 ! LA 0.96 MK 1.00 NL 1.06 OV 1.07 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 0.94 KP 1.07 ! LA 0.94 MK 1.02 NL 1.10 OV 1.04 ! PT 1.07 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.93 HN 1.08 KP 0.92 ! LA 0.80 MK 1.08 NL 1.16 OV 0.99 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 1.00 KP 0.93 ! LA 0.86 MK 1.00 NL 0.99 OV 1.02 ! PT 1.04 SC 1.03 ! ! ! Fit before self-cal, rms=0.084426Jy sigma=0.000766 ! Fit after self-cal, rms=0.081782Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=8.47 mas, bpa=-2.696 degrees ! Estimated noise=559.089 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 = 7.90081e-05 Jy ! Component: 100 - total flux cleaned = 1.61406e-05 Jy ! Component: 150 - total flux cleaned = 1.49968e-05 Jy ! Component: 200 - total flux cleaned = 1.48508e-05 Jy ! Total flux subtracted in 200 components = 1.48508e-05 Jy ! Clean residual min=-0.001745 max=0.001736 Jy/beam ! Clean residual mean=0.000005 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0857506 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 75 components and 0.0857507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081776Jy sigma=0.000763 ! Fit after self-cal, rms=0.081707Jy sigma=0.000763 ! 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.081707Jy sigma=0.000763 ! Fit after self-cal, rms=0.081621Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.447 mas, bpa=-2.631 degrees ! Estimated noise=558.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.28816e-05 Jy ! Component: 100 - total flux cleaned = -0.000103779 Jy ! Component: 150 - total flux cleaned = -0.000138302 Jy ! Component: 200 - total flux cleaned = -0.000167165 Jy ! Total flux subtracted in 200 components = -0.000167165 Jy ! Clean residual min=-0.001763 max=0.001552 Jy/beam ! Clean residual mean=0.000005 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0855835 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.0855835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081619Jy sigma=0.000762 ! Fit after self-cal, rms=0.081635Jy sigma=0.000762 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 = 6.41282e-06 Jy ! Component: 100 - total flux cleaned = -1.04255e-05 Jy ! Component: 150 - total flux cleaned = -1.74189e-05 Jy ! Component: 200 - total flux cleaned = -2.86316e-05 Jy ! Total flux subtracted in 200 components = -2.86316e-05 Jy ! Clean residual min=-0.001720 max=0.001552 Jy/beam ! Clean residual mean=0.000005 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0855549 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.0855549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081633Jy sigma=0.000762 ! Fit after self-cal, rms=0.081633Jy sigma=0.000762 ! 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.081633Jy sigma=0.000762 ! Fit after self-cal, rms=0.081681Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.442 mas, bpa=-2.615 degrees ! Estimated noise=558.688 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.17296e-05 Jy ! Component: 100 - total flux cleaned = -8.13273e-05 Jy ! Component: 150 - total flux cleaned = -0.000101076 Jy ! Component: 200 - total flux cleaned = -0.000124154 Jy ! Total flux subtracted in 200 components = -0.000124154 Jy ! Clean residual min=-0.001735 max=0.001548 Jy/beam ! Clean residual mean=0.000005 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0854307 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 78 components and 0.0854307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081680Jy sigma=0.000762 ! Fit after self-cal, rms=0.081682Jy sigma=0.000762 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 = -1.47542e-05 Jy ! Component: 100 - total flux cleaned = -2.79122e-05 Jy ! Component: 150 - total flux cleaned = -2.79195e-05 Jy ! Component: 200 - total flux cleaned = -4.21276e-05 Jy ! Total flux subtracted in 200 components = -4.21276e-05 Jy ! Clean residual min=-0.001724 max=0.001547 Jy/beam ! Clean residual mean=0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0853886 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.0853886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081681Jy sigma=0.000762 ! Fit after self-cal, rms=0.081681Jy sigma=0.000762 ! 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.081681Jy sigma=0.000762 ! Fit after self-cal, rms=0.081672Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.108 mas, bmaj=15.02 mas, bpa=2.913 degrees ! Estimated noise=705.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000174293 Jy ! Component: 100 - total flux cleaned = -0.000197876 Jy ! Component: 150 - total flux cleaned = -0.000216184 Jy ! Component: 200 - total flux cleaned = -0.000223546 Jy ! Total flux subtracted in 200 components = -0.000223546 Jy ! Clean residual min=-0.001672 max=0.001563 Jy/beam ! Clean residual mean=0.000009 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.085165 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 80 components and 0.085165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081672Jy sigma=0.000762 ! Fit after self-cal, rms=0.081669Jy sigma=0.000762 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.12269e-06 Jy ! Component: 100 - total flux cleaned = -3.03528e-05 Jy ! Component: 150 - total flux cleaned = -4.60467e-05 Jy ! Component: 200 - total flux cleaned = -5.19563e-05 Jy ! Total flux subtracted in 200 components = -5.19563e-05 Jy ! Clean residual min=-0.001667 max=0.001565 Jy/beam ! Clean residual mean=0.000009 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0851131 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 80 components and 0.0851131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081670Jy sigma=0.000762 ! Fit after self-cal, rms=0.081668Jy sigma=0.000761 ! 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.486 mas, bmaj=8.435 mas, bpa=-2.591 degrees ! Estimated noise=558.655 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 8.435 at -2.591 degrees (North through East) ! Clean map min=-0.0017022 max=0.071154 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.811 mas, bmaj=6.724 mas, bpa=-4.065 degrees ! Estimated noise=811.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0517398 Jy ! Component: 100 - total flux cleaned = 0.0673706 Jy ! Component: 150 - total flux cleaned = 0.0749464 Jy ! Component: 200 - total flux cleaned = 0.0792364 Jy ! Total flux subtracted in 200 components = 0.0792364 Jy ! Clean residual min=-0.002796 max=0.002400 Jy/beam ! Clean residual mean=0.000004 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.0792363 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0792363 Jy ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.435 mas, bpa=-2.591 degrees ! Estimated noise=558.655 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.00360388 Jy ! Component: 100 - total flux cleaned = 0.00529551 Jy ! Component: 150 - total flux cleaned = 0.00601818 Jy ! Component: 200 - total flux cleaned = 0.00612452 Jy ! Total flux subtracted in 200 components = 0.00612452 Jy ! Clean residual min=-0.001849 max=0.001610 Jy/beam ! Clean residual mean=0.000005 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0853609 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.0853609 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.108 mas, bmaj=15.02 mas, bpa=2.913 degrees ! Estimated noise=705.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.24503e-05 Jy ! Component: 100 - total flux cleaned = -5.64981e-05 Jy ! Component: 150 - total flux cleaned = -5.71116e-05 Jy ! Component: 200 - total flux cleaned = -6.7298e-05 Jy ! Total flux subtracted in 200 components = -6.7298e-05 Jy ! Clean residual min=-0.001654 max=0.001548 Jy/beam ! Clean residual mean=0.000009 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0852936 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.18644e-05 Jy ! Component: 100 - total flux cleaned = -4.16808e-05 Jy ! Component: 150 - total flux cleaned = -6.04535e-05 Jy ! Component: 200 - total flux cleaned = -7.79214e-05 Jy ! Total flux subtracted in 200 components = -7.79214e-05 Jy ! Clean residual min=-0.001647 max=0.001554 Jy/beam ! Clean residual mean=0.000009 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0852157 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.0852156 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.435 mas, bpa=-2.591 degrees ! Estimated noise=558.655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.45306e-06 Jy ! Component: 100 - total flux cleaned = 4.68356e-05 Jy ! Component: 150 - total flux cleaned = 4.71563e-05 Jy ! Component: 200 - total flux cleaned = 4.69051e-05 Jy ! Total flux subtracted in 200 components = 4.69051e-05 Jy ! Clean residual min=-0.001741 max=0.001588 Jy/beam ! Clean residual mean=0.000005 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0852625 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0852625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081672Jy sigma=0.000762 ! Fit after self-cal, rms=0.081673Jy sigma=0.000762 wmodel J0110-1648_S_2015_03_17_pus_map.mod ! Writing 62 model components to file: J0110-1648_S_2015_03_17_pus_map.mod wobs J0110-1648_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0110-1648_S_2015_03_17_pus_uvs.fits wwins J0110-1648_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0110-1648_S_2015_03_17_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.000383583 Jy ! Component: 100 - total flux cleaned = -0.000439765 Jy ! Component: 150 - total flux cleaned = -0.000572452 Jy ! Component: 200 - total flux cleaned = -0.000571959 Jy ! Component: 250 - total flux cleaned = -0.00049966 Jy ! Component: 300 - total flux cleaned = -0.000476492 Jy ! Component: 350 - total flux cleaned = -0.000454013 Jy ! Component: 400 - total flux cleaned = -0.000411114 Jy ! Component: 450 - total flux cleaned = -0.000264629 Jy ! Component: 500 - total flux cleaned = -0.000182924 Jy ! Component: 550 - total flux cleaned = -6.29751e-05 Jy ! Component: 600 - total flux cleaned = 5.4305e-05 Jy ! Component: 650 - total flux cleaned = 0.000207379 Jy ! Component: 700 - total flux cleaned = 0.000338485 Jy ! Component: 750 - total flux cleaned = 0.000466985 Jy ! Component: 800 - total flux cleaned = 0.000593246 Jy ! Component: 850 - total flux cleaned = 0.000752148 Jy ! Component: 900 - total flux cleaned = 0.000838938 Jy ! Component: 950 - total flux cleaned = 0.000923943 Jy ! Component: 1000 - total flux cleaned = 0.000973922 Jy ! Component: 1050 - total flux cleaned = 0.00105638 Jy ! Component: 1100 - total flux cleaned = 0.00113761 Jy ! Component: 1150 - total flux cleaned = 0.0012014 Jy ! Component: 1200 - total flux cleaned = 0.00126443 Jy ! Component: 1250 - total flux cleaned = 0.00138865 Jy ! Component: 1300 - total flux cleaned = 0.00143436 Jy ! Component: 1350 - total flux cleaned = 0.0015096 Jy ! Component: 1400 - total flux cleaned = 0.0015987 Jy ! Component: 1450 - total flux cleaned = 0.00175935 Jy ! Component: 1500 - total flux cleaned = 0.00181674 Jy ! Component: 1550 - total flux cleaned = 0.00191654 Jy ! Component: 1600 - total flux cleaned = 0.00197294 Jy ! Component: 1650 - total flux cleaned = 0.00215271 Jy ! Component: 1700 - total flux cleaned = 0.00219359 Jy ! Component: 1750 - total flux cleaned = 0.00231509 Jy ! Component: 1800 - total flux cleaned = 0.00238185 Jy ! Component: 1850 - total flux cleaned = 0.00251343 Jy ! Component: 1900 - total flux cleaned = 0.00261725 Jy ! Component: 1950 - total flux cleaned = 0.00269418 Jy ! Component: 2000 - total flux cleaned = 0.00273224 Jy ! Component: 2050 - total flux cleaned = 0.00276977 Jy ! Component: 2100 - total flux cleaned = 0.00283203 Jy ! Component: 2150 - total flux cleaned = 0.00286892 Jy ! Component: 2200 - total flux cleaned = 0.00292974 Jy ! Component: 2250 - total flux cleaned = 0.00302573 Jy ! Component: 2300 - total flux cleaned = 0.00302577 Jy ! Component: 2350 - total flux cleaned = 0.00308468 Jy ! Component: 2400 - total flux cleaned = 0.003143 Jy ! Component: 2450 - total flux cleaned = 0.00320074 Jy ! Component: 2500 - total flux cleaned = 0.00325784 Jy ! Component: 2550 - total flux cleaned = 0.00333701 Jy ! Component: 2600 - total flux cleaned = 0.00337061 Jy ! Component: 2650 - total flux cleaned = 0.00345967 Jy ! Component: 2700 - total flux cleaned = 0.0035148 Jy ! Component: 2750 - total flux cleaned = 0.00361308 Jy ! Component: 2800 - total flux cleaned = 0.00367799 Jy ! Component: 2850 - total flux cleaned = 0.00379599 Jy ! Component: 2900 - total flux cleaned = 0.00385986 Jy ! Component: 2950 - total flux cleaned = 0.00388088 Jy ! Component: 3000 - total flux cleaned = 0.00395419 Jy ! Component: 3050 - total flux cleaned = 0.00400618 Jy ! Component: 3100 - total flux cleaned = 0.00404751 Jy ! Component: 3150 - total flux cleaned = 0.00416002 Jy ! Component: 3200 - total flux cleaned = 0.00417036 Jy ! Component: 3250 - total flux cleaned = 0.00424094 Jy ! Component: 3300 - total flux cleaned = 0.00432092 Jy ! Component: 3350 - total flux cleaned = 0.00438046 Jy ! Component: 3400 - total flux cleaned = 0.00441001 Jy ! Component: 3450 - total flux cleaned = 0.00446851 Jy ! Component: 3500 - total flux cleaned = 0.00446848 Jy ! Component: 3550 - total flux cleaned = 0.0045262 Jy ! Component: 3600 - total flux cleaned = 0.00456449 Jy ! Component: 3650 - total flux cleaned = 0.00463092 Jy ! Component: 3700 - total flux cleaned = 0.00466865 Jy ! Component: 3750 - total flux cleaned = 0.00470603 Jy ! Component: 3800 - total flux cleaned = 0.00476187 Jy ! Component: 3850 - total flux cleaned = 0.00478958 Jy ! Component: 3900 - total flux cleaned = 0.00483548 Jy ! Component: 3950 - total flux cleaned = 0.00484457 Jy ! Component: 4000 - total flux cleaned = 0.00485362 Jy ! Component: 4050 - total flux cleaned = 0.00493482 Jy ! Total flux subtracted in 4096 components = 0.00495276 Jy ! Clean residual min=-0.000570 max=0.000510 Jy/beam ! Clean residual mean=0.000003 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.0902153 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 349 components and 0.0902153 Jy ![Exited script file: muppet] wmap "J0110-1648_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 8.435 at -2.591 degrees (North through East) ! Clean map min=-0.0011131 max=0.071186 Jy/beam ! Writing clean map to FITS file: J0110-1648_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0711856 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162517 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.684901 0.684901 1.3698 2.73961 5.47921 10.9584 21.9168 43.8337 87.6674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 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.486 x 8.435 at -2.591 degrees (North through East) ! Clean map min=-0.0011131 max=0.071186 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 J0110-1648_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:39:07 2016