! Started logfile: J0126-2222_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:16:09 2016 obs J0126-2222_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0126-2222_S_2014_12_20_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971816 visibilities/baseline/integration-bin. ! Found source: J0126-2222 ! ! 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 344 lines of history. ! ! Reading 14344 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 J0126-2222_S_2014_12_20_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.889821Jy sigma=0.008371 ! Fit after self-cal, rms=0.863732Jy sigma=0.008143 ! 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.427 mas, bmaj=6.744 mas, bpa=-5.909 degrees ! Estimated noise=1106.05 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.101803 Jy ! Component: 100 - total flux cleaned = 0.128746 Jy ! Total flux subtracted in 100 components = 0.128746 Jy ! Clean residual min=-0.006279 max=0.011585 Jy/beam ! Clean residual mean=0.000005 rms=0.001602 Jy/beam ! Combined flux in latest and established models = 0.128746 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.128746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094659Jy sigma=0.000838 ! Fit after self-cal, rms=0.094606Jy sigma=0.000837 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130934 Jy ! Component: 100 - total flux cleaned = 0.0205129 Jy ! Total flux subtracted in 100 components = 0.0205129 Jy ! Clean residual min=-0.005190 max=0.005684 Jy/beam ! Clean residual mean=0.000003 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.149259 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.149259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091586Jy sigma=0.000809 ! Fit after self-cal, rms=0.091563Jy sigma=0.000809 ! 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.052 mas, bmaj=7.929 mas, bpa=-5.991 degrees ! Estimated noise=635.695 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 (3.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108596 Jy ! Component: 100 - total flux cleaned = 0.0177143 Jy ! Component: 150 - total flux cleaned = 0.0225408 Jy ! Component: 200 - total flux cleaned = 0.0260528 Jy ! Total flux subtracted in 200 components = 0.0260528 Jy ! Clean residual min=-0.004655 max=0.003891 Jy/beam ! Clean residual mean=-0.000009 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.175312 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 74 components and 0.175312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089944Jy sigma=0.000795 ! Fit after self-cal, rms=0.089867Jy sigma=0.000795 ! 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.01 FD 0.90 HN 1.00 KP 1.08 ! LA 0.94 MK 1.04 NL 0.97 OV 1.00 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.07 KP 1.08 ! LA 0.94 MK 1.02 NL 0.98 OV 1.03 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.14 HN 1.05 KP 0.95 ! LA 0.79 MK 1.01 NL 1.16 OV 0.93 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 0.99 KP 0.91 ! LA 0.79 MK 0.99 NL 1.05 OV 1.00 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.089867Jy sigma=0.000795 ! Fit after self-cal, rms=0.086181Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.973 mas, bpa=-5.838 degrees ! Estimated noise=631.621 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 (12, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342702 Jy ! Component: 100 - total flux cleaned = 0.00503051 Jy ! Component: 150 - total flux cleaned = 0.00555894 Jy ! Component: 200 - total flux cleaned = 0.00598769 Jy ! Total flux subtracted in 200 components = 0.00598769 Jy ! Clean residual min=-0.002221 max=0.002292 Jy/beam ! Clean residual mean=-0.000003 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.181299 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 115 components and 0.181299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086059Jy sigma=0.000781 ! Fit after self-cal, rms=0.086025Jy sigma=0.000780 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086025Jy sigma=0.000780 ! Fit after self-cal, rms=0.085671Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=7.971 mas, bpa=-5.78 degrees ! Estimated noise=630.066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113233 Jy ! Component: 100 - total flux cleaned = 0.00138047 Jy ! Component: 150 - total flux cleaned = 0.00155491 Jy ! Component: 200 - total flux cleaned = 0.00167813 Jy ! Total flux subtracted in 200 components = 0.00167813 Jy ! Clean residual min=-0.002099 max=0.002028 Jy/beam ! Clean residual mean=-0.000005 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.182977 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 141 components and 0.182977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085647Jy sigma=0.000779 ! Fit after self-cal, rms=0.085643Jy sigma=0.000779 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.000449324 Jy ! Component: 100 - total flux cleaned = 0.000561453 Jy ! Component: 150 - total flux cleaned = 0.000582289 Jy ! Component: 200 - total flux cleaned = 0.000582917 Jy ! Total flux subtracted in 200 components = 0.000582917 Jy ! Clean residual min=-0.002055 max=0.002006 Jy/beam ! Clean residual mean=-0.000004 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.18356 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 161 components and 0.18356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085633Jy sigma=0.000779 ! Fit after self-cal, rms=0.085633Jy sigma=0.000779 ! 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.085633Jy sigma=0.000779 ! Fit after self-cal, rms=0.085537Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.965 mas, bpa=-5.784 degrees ! Estimated noise=629.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000465406 Jy ! Component: 100 - total flux cleaned = 0.000543807 Jy ! Component: 150 - total flux cleaned = 0.000579473 Jy ! Component: 200 - total flux cleaned = 0.000563755 Jy ! Total flux subtracted in 200 components = 0.000563755 Jy ! Clean residual min=-0.002001 max=0.001990 Jy/beam ! Clean residual mean=-0.000004 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.184124 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 167 components and 0.184124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085530Jy sigma=0.000779 ! Fit after self-cal, rms=0.085528Jy sigma=0.000779 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 (63.5, 61). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000767941 Jy ! Component: 100 - total flux cleaned = 0.000624399 Jy ! Component: 150 - total flux cleaned = 0.000483002 Jy ! Component: 200 - total flux cleaned = 0.000453299 Jy ! Total flux subtracted in 200 components = 0.000453299 Jy ! Clean residual min=-0.001692 max=0.001960 Jy/beam ! Clean residual mean=-0.000004 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.184577 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 190 components and 0.184577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085475Jy sigma=0.000778 ! Fit after self-cal, rms=0.085472Jy sigma=0.000778 ! Inverting map ! Added new window around map position (111, 88). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173836 Jy ! Component: 100 - total flux cleaned = 0.00265349 Jy ! Component: 150 - total flux cleaned = 0.00300746 Jy ! Component: 200 - total flux cleaned = 0.00319393 Jy ! Total flux subtracted in 200 components = 0.00319393 Jy ! Clean residual min=-0.001854 max=0.001767 Jy/beam ! Clean residual mean=-0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.187771 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 209 components and 0.187771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085430Jy sigma=0.000778 ! Fit after self-cal, rms=0.085426Jy sigma=0.000778 ! Inverting map ! Added new window around map position (36.5, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114864 Jy ! Component: 100 - total flux cleaned = 0.00143227 Jy ! Component: 150 - total flux cleaned = 0.00157901 Jy ! Component: 200 - total flux cleaned = 0.00160599 Jy ! Total flux subtracted in 200 components = 0.00160599 Jy ! Clean residual min=-0.001751 max=0.001484 Jy/beam ! Clean residual mean=-0.000004 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.189377 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 230 components and 0.189377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085390Jy sigma=0.000777 ! Fit after self-cal, rms=0.085387Jy sigma=0.000777 ! 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.085387Jy sigma=0.000777 ! Fit after self-cal, rms=0.085211Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.669 mas, bmaj=17.1 mas, bpa=-1.773 degrees ! Estimated noise=795.348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526742 Jy ! Component: 100 - total flux cleaned = 0.000899406 Jy ! Component: 150 - total flux cleaned = 0.00122434 Jy ! Component: 200 - total flux cleaned = 0.00147464 Jy ! Total flux subtracted in 200 components = 0.00147464 Jy ! Clean residual min=-0.001924 max=0.001373 Jy/beam ! Clean residual mean=-0.000008 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.190852 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 254 components and 0.190852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085205Jy sigma=0.000777 ! Fit after self-cal, rms=0.085200Jy 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.000262213 Jy ! Component: 100 - total flux cleaned = 0.000433907 Jy ! Component: 150 - total flux cleaned = 0.000558898 Jy ! Component: 200 - total flux cleaned = 0.000694125 Jy ! Total flux subtracted in 200 components = 0.000694125 Jy ! Clean residual min=-0.001880 max=0.001368 Jy/beam ! Clean residual mean=-0.000008 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.191546 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 269 components and 0.191546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085198Jy sigma=0.000777 ! Fit after self-cal, rms=0.085198Jy sigma=0.000777 ! 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.072 mas, bmaj=7.952 mas, bpa=-5.799 degrees ! Estimated noise=628.918 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.072 x 7.952 at -5.799 degrees (North through East) ! Clean map min=-0.0016766 max=0.13316 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.435 mas, bmaj=6.741 mas, bpa=-5.684 degrees ! Estimated noise=1096.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100661 Jy ! Component: 100 - total flux cleaned = 0.128063 Jy ! Component: 150 - total flux cleaned = 0.141018 Jy ! Component: 200 - total flux cleaned = 0.148766 Jy ! Total flux subtracted in 200 components = 0.148766 Jy ! Clean residual min=-0.004294 max=0.004985 Jy/beam ! Clean residual mean=0.000004 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.148766 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.148766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.952 mas, bpa=-5.799 degrees ! Estimated noise=628.918 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.00984525 Jy ! Component: 100 - total flux cleaned = 0.0162588 Jy ! Component: 150 - total flux cleaned = 0.0208157 Jy ! Component: 200 - total flux cleaned = 0.0243169 Jy ! Total flux subtracted in 200 components = 0.0243169 Jy ! Clean residual min=-0.002196 max=0.002427 Jy/beam ! Clean residual mean=-0.000005 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.173083 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 87 components and 0.173083 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.669 mas, bmaj=17.1 mas, bpa=-1.773 degrees ! Estimated noise=795.348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00450547 Jy ! Component: 100 - total flux cleaned = 0.0074046 Jy ! Component: 150 - total flux cleaned = 0.00947862 Jy ! Component: 200 - total flux cleaned = 0.0111302 Jy ! Total flux subtracted in 200 components = 0.0111302 Jy ! Clean residual min=-0.002113 max=0.001751 Jy/beam ! Clean residual mean=-0.000009 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.184213 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.00137449 Jy ! Component: 100 - total flux cleaned = 0.00249261 Jy ! Component: 150 - total flux cleaned = 0.00310119 Jy ! Component: 200 - total flux cleaned = 0.00357221 Jy ! Total flux subtracted in 200 components = 0.00357221 Jy ! Clean residual min=-0.001852 max=0.001591 Jy/beam ! Clean residual mean=-0.000008 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.187785 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 175 components and 0.187785 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.952 mas, bpa=-5.799 degrees ! Estimated noise=628.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000707578 Jy ! Component: 100 - total flux cleaned = 0.00106962 Jy ! Component: 150 - total flux cleaned = 0.0013771 Jy ! Component: 200 - total flux cleaned = 0.00149635 Jy ! Total flux subtracted in 200 components = 0.00149635 Jy ! Clean residual min=-0.001775 max=0.001549 Jy/beam ! Clean residual mean=-0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.189282 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 194 components and 0.189282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085259Jy sigma=0.000778 ! Fit after self-cal, rms=0.085253Jy sigma=0.000778 wmodel J0126-2222_S_2014_12_20_pus_map.mod ! Writing 194 model components to file: J0126-2222_S_2014_12_20_pus_map.mod wobs J0126-2222_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0126-2222_S_2014_12_20_pus_uvs.fits wwins J0126-2222_S_2014_12_20_pus_map.win ! wwins: Wrote 6 windows to J0126-2222_S_2014_12_20_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.000510789 Jy ! Component: 100 - total flux cleaned = -0.000876262 Jy ! Component: 150 - total flux cleaned = -0.00111538 Jy ! Component: 200 - total flux cleaned = -0.00126756 Jy ! Component: 250 - total flux cleaned = -0.00141372 Jy ! Component: 300 - total flux cleaned = -0.00134238 Jy ! Component: 350 - total flux cleaned = -0.00138816 Jy ! Component: 400 - total flux cleaned = -0.00136531 Jy ! Component: 450 - total flux cleaned = -0.00143155 Jy ! Component: 500 - total flux cleaned = -0.00145316 Jy ! Component: 550 - total flux cleaned = -0.00147455 Jy ! Component: 600 - total flux cleaned = -0.0014952 Jy ! Component: 650 - total flux cleaned = -0.00153553 Jy ! Component: 700 - total flux cleaned = -0.00147538 Jy ! Component: 750 - total flux cleaned = -0.00153458 Jy ! Component: 800 - total flux cleaned = -0.00155375 Jy ! Component: 850 - total flux cleaned = -0.00157305 Jy ! Component: 900 - total flux cleaned = -0.00164893 Jy ! Component: 950 - total flux cleaned = -0.00170467 Jy ! Component: 1000 - total flux cleaned = -0.00168631 Jy ! Component: 1050 - total flux cleaned = -0.00177725 Jy ! Component: 1100 - total flux cleaned = -0.001795 Jy ! Component: 1150 - total flux cleaned = -0.00183058 Jy ! Component: 1200 - total flux cleaned = -0.00190088 Jy ! Component: 1250 - total flux cleaned = -0.00195289 Jy ! Component: 1300 - total flux cleaned = -0.0020384 Jy ! Component: 1350 - total flux cleaned = -0.0020724 Jy ! Component: 1400 - total flux cleaned = -0.00213961 Jy ! Component: 1450 - total flux cleaned = -0.00222252 Jy ! Component: 1500 - total flux cleaned = -0.00225552 Jy ! Component: 1550 - total flux cleaned = -0.00228813 Jy ! Component: 1600 - total flux cleaned = -0.00235234 Jy ! Component: 1650 - total flux cleaned = -0.00236798 Jy ! Component: 1700 - total flux cleaned = -0.00243082 Jy ! Component: 1750 - total flux cleaned = -0.00246175 Jy ! Component: 1800 - total flux cleaned = -0.00250823 Jy ! Component: 1850 - total flux cleaned = -0.00249328 Jy ! Component: 1900 - total flux cleaned = -0.00256883 Jy ! Component: 1950 - total flux cleaned = -0.00261371 Jy ! Component: 2000 - total flux cleaned = -0.00265811 Jy ! Component: 2050 - total flux cleaned = -0.00265815 Jy ! Component: 2100 - total flux cleaned = -0.00270196 Jy ! Component: 2150 - total flux cleaned = -0.00274555 Jy ! Component: 2200 - total flux cleaned = -0.00277435 Jy ! Component: 2250 - total flux cleaned = -0.00285957 Jy ! Component: 2300 - total flux cleaned = -0.00287368 Jy ! Component: 2350 - total flux cleaned = -0.00297166 Jy ! Component: 2400 - total flux cleaned = -0.00295769 Jy ! Component: 2450 - total flux cleaned = -0.00297149 Jy ! Component: 2500 - total flux cleaned = -0.00309445 Jy ! Component: 2550 - total flux cleaned = -0.00310805 Jy ! Component: 2600 - total flux cleaned = -0.00313492 Jy ! Component: 2650 - total flux cleaned = -0.00318823 Jy ! Component: 2700 - total flux cleaned = -0.00322798 Jy ! Component: 2750 - total flux cleaned = -0.00324121 Jy ! Component: 2800 - total flux cleaned = -0.00329338 Jy ! Component: 2850 - total flux cleaned = -0.00335826 Jy ! Component: 2900 - total flux cleaned = -0.00337115 Jy ! Component: 2950 - total flux cleaned = -0.00344797 Jy ! Component: 3000 - total flux cleaned = -0.00344798 Jy ! Component: 3050 - total flux cleaned = -0.00354878 Jy ! Component: 3100 - total flux cleaned = -0.00356126 Jy ! Component: 3150 - total flux cleaned = -0.00362325 Jy ! Component: 3200 - total flux cleaned = -0.00364795 Jy ! Component: 3250 - total flux cleaned = -0.00369713 Jy ! Component: 3300 - total flux cleaned = -0.0038069 Jy ! Component: 3350 - total flux cleaned = -0.00385517 Jy ! Component: 3400 - total flux cleaned = -0.00389135 Jy ! Component: 3450 - total flux cleaned = -0.00390339 Jy ! Component: 3500 - total flux cleaned = -0.00399825 Jy ! Component: 3550 - total flux cleaned = -0.00404539 Jy ! Component: 3600 - total flux cleaned = -0.00415076 Jy ! Component: 3650 - total flux cleaned = -0.0042437 Jy ! Component: 3700 - total flux cleaned = -0.00424366 Jy ! Component: 3750 - total flux cleaned = -0.00428972 Jy ! Component: 3800 - total flux cleaned = -0.00435816 Jy ! Component: 3850 - total flux cleaned = -0.00440358 Jy ! Component: 3900 - total flux cleaned = -0.00448252 Jy ! Component: 3950 - total flux cleaned = -0.00457216 Jy ! Component: 4000 - total flux cleaned = -0.00461685 Jy ! Component: 4050 - total flux cleaned = -0.0047055 Jy ! Total flux subtracted in 4096 components = -0.00476056 Jy ! Clean residual min=-0.000627 max=0.000658 Jy/beam ! Clean residual mean=-0.000005 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.184521 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 499 components and 0.184521 Jy ![Exited script file: muppet] wmap "J0126-2222_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.072 x 7.952 at -5.799 degrees (North through East) ! Clean map min=-0.0013221 max=0.13454 Jy/beam ! Writing clean map to FITS file: J0126-2222_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.134545 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020328 device "J0126-2222_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0126-2222_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.453261 0.453261 0.906521 1.81304 3.62608 7.25217 14.5043 29.0087 58.0173 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 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.072 x 7.952 at -5.799 degrees (North through East) ! Clean map min=-0.0013221 max=0.13454 Jy/beam quit ! Quitting program ! Log file J0126-2222_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:16:17 2016