! Started logfile: J2042-2255_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:16:22 2016 obs J2042-2255_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2042-2255_S_2014_08_09_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.747641 visibilities/baseline/integration-bin. ! Found source: J2042-2255 ! ! 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 342 lines of history. ! ! Reading 9824 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 J2042-2255_S_2014_08_09_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.776990Jy sigma=0.007295 ! Fit after self-cal, rms=0.756924Jy sigma=0.007113 ! 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=3.139 mas, bmaj=13.27 mas, bpa=18.25 degrees ! Estimated noise=1031.63 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.190479 Jy ! Component: 100 - total flux cleaned = 0.23429 Jy ! Total flux subtracted in 100 components = 0.23429 Jy ! Clean residual min=-0.010706 max=0.017686 Jy/beam ! Clean residual mean=0.000013 rms=0.002863 Jy/beam ! Combined flux in latest and established models = 0.23429 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.23429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101063Jy sigma=0.000895 ! Fit after self-cal, rms=0.100962Jy sigma=0.000894 ! Inverting map ! Added new window around map position (5.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0203797 Jy ! Component: 100 - total flux cleaned = 0.0330844 Jy ! Total flux subtracted in 100 components = 0.0330844 Jy ! Clean residual min=-0.007162 max=0.007830 Jy/beam ! Clean residual mean=0.000018 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 0.267374 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 38 components and 0.267374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095347Jy sigma=0.000837 ! Fit after self-cal, rms=0.095216Jy sigma=0.000836 ! 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.885 mas, bmaj=14.44 mas, bpa=16.84 degrees ! Estimated noise=768.862 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.0129221 Jy ! Component: 100 - total flux cleaned = 0.0207182 Jy ! Component: 150 - total flux cleaned = 0.0259073 Jy ! Component: 200 - total flux cleaned = 0.0295043 Jy ! Total flux subtracted in 200 components = 0.0295043 Jy ! Clean residual min=-0.005450 max=0.004961 Jy/beam ! Clean residual mean=0.000011 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.296878 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 115 components and 0.296878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093109Jy sigma=0.000819 ! Fit after self-cal, rms=0.093017Jy sigma=0.000818 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.86 HN 1.00 KP 1.05 ! LA 1.13 MK 1.00* NL 0.98 OV 0.98 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.06 KP 0.99 ! LA 1.10 MK 1.00* NL 1.00 OV 1.00 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.09 KP 0.90 ! LA 0.86 MK 1.00* NL 0.99 OV 0.95 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.05 KP 0.85 ! LA 0.82 MK 1.00* NL 1.07 OV 0.97 ! PT 1.01 SC 0.99 ! ! ! Fit before self-cal, rms=0.093017Jy sigma=0.000818 ! Fit after self-cal, rms=0.087756Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.886 mas, bmaj=14.53 mas, bpa=16.93 degrees ! Estimated noise=768.102 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.000305569 Jy ! Component: 100 - total flux cleaned = 7.90482e-05 Jy ! Component: 150 - total flux cleaned = -9.54452e-05 Jy ! Component: 200 - total flux cleaned = -0.000195995 Jy ! Total flux subtracted in 200 components = -0.000195995 Jy ! Clean residual min=-0.003344 max=0.003573 Jy/beam ! Clean residual mean=-0.000008 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.296682 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.296682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087623Jy sigma=0.000776 ! Fit after self-cal, rms=0.087605Jy sigma=0.000776 ! 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.087605Jy sigma=0.000776 ! Fit after self-cal, rms=0.087759Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.89 mas, bmaj=14.55 mas, bpa=16.94 degrees ! Estimated noise=767.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000616588 Jy ! Component: 100 - total flux cleaned = -0.000775989 Jy ! Component: 150 - total flux cleaned = -0.000817249 Jy ! Component: 200 - total flux cleaned = -0.000815122 Jy ! Total flux subtracted in 200 components = -0.000815122 Jy ! Clean residual min=-0.003089 max=0.003410 Jy/beam ! Clean residual mean=-0.000009 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.295867 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.295867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087698Jy sigma=0.000774 ! Fit after self-cal, rms=0.087690Jy sigma=0.000774 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 (15, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333531 Jy ! Component: 100 - total flux cleaned = 0.00470723 Jy ! Component: 150 - total flux cleaned = 0.005441 Jy ! Component: 200 - total flux cleaned = 0.00573849 Jy ! Total flux subtracted in 200 components = 0.00573849 Jy ! Clean residual min=-0.002606 max=0.002908 Jy/beam ! Clean residual mean=-0.000005 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.301606 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 172 components and 0.301606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087563Jy sigma=0.000773 ! Fit after self-cal, rms=0.087547Jy sigma=0.000773 ! 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.087547Jy sigma=0.000773 ! Fit after self-cal, rms=0.088009Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=14.54 mas, bpa=16.93 degrees ! Estimated noise=767.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00012157 Jy ! Component: 100 - total flux cleaned = -0.000112826 Jy ! Component: 150 - total flux cleaned = -0.000222427 Jy ! Component: 200 - total flux cleaned = -0.00028829 Jy ! Total flux subtracted in 200 components = -0.00028829 Jy ! Clean residual min=-0.002449 max=0.002640 Jy/beam ! Clean residual mean=-0.000006 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.301317 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 201 components and 0.301317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087967Jy sigma=0.000771 ! Fit after self-cal, rms=0.087975Jy sigma=0.000771 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.000276209 Jy ! Component: 100 - total flux cleaned = 0.000303453 Jy ! Component: 150 - total flux cleaned = 0.000278337 Jy ! Component: 200 - total flux cleaned = 0.000324528 Jy ! Total flux subtracted in 200 components = 0.000324528 Jy ! Clean residual min=-0.002273 max=0.002557 Jy/beam ! Clean residual mean=-0.000005 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.301642 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 222 components and 0.301642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087957Jy sigma=0.000771 ! Fit after self-cal, rms=0.087955Jy sigma=0.000771 ! 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.087955Jy sigma=0.000771 ! Fit after self-cal, rms=0.088095Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.019 mas, bmaj=20.12 mas, bpa=7.074 degrees ! Estimated noise=860.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.21348e-05 Jy ! Component: 100 - total flux cleaned = 3.76496e-05 Jy ! Component: 150 - total flux cleaned = 1.56785e-05 Jy ! Component: 200 - total flux cleaned = -7.30629e-05 Jy ! Total flux subtracted in 200 components = -7.30629e-05 Jy ! Clean residual min=-0.002280 max=0.002630 Jy/beam ! Clean residual mean=-0.000004 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.301569 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 238 components and 0.301569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088084Jy sigma=0.000770 ! Fit after self-cal, rms=0.088085Jy sigma=0.000770 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.03366e-05 Jy ! Component: 100 - total flux cleaned = -3.68716e-05 Jy ! Component: 150 - total flux cleaned = -7.97913e-05 Jy ! Component: 200 - total flux cleaned = -0.000105456 Jy ! Total flux subtracted in 200 components = -0.000105456 Jy ! Clean residual min=-0.002299 max=0.002587 Jy/beam ! Clean residual mean=-0.000005 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.301463 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 252 components and 0.301464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088080Jy sigma=0.000770 ! Fit after self-cal, rms=0.088080Jy sigma=0.000770 ! 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.895 mas, bmaj=14.55 mas, bpa=16.96 degrees ! Estimated noise=766.988 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.895 x 14.55 at 16.96 degrees (North through East) ! Clean map min=-0.0021013 max=0.24185 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=3.136 mas, bmaj=13.34 mas, bpa=18.31 degrees ! Estimated noise=1028.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.189618 Jy ! Component: 100 - total flux cleaned = 0.234147 Jy ! Component: 150 - total flux cleaned = 0.253838 Jy ! Component: 200 - total flux cleaned = 0.265689 Jy ! Total flux subtracted in 200 components = 0.265689 Jy ! Clean residual min=-0.004934 max=0.006321 Jy/beam ! Clean residual mean=-0.000006 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.265689 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.265689 Jy ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=14.55 mas, bpa=16.96 degrees ! Estimated noise=766.988 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.0101045 Jy ! Component: 100 - total flux cleaned = 0.0163959 Jy ! Component: 150 - total flux cleaned = 0.0208741 Jy ! Component: 200 - total flux cleaned = 0.0242413 Jy ! Total flux subtracted in 200 components = 0.0242413 Jy ! Clean residual min=-0.002616 max=0.003270 Jy/beam ! Clean residual mean=-0.000010 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.28993 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 88 components and 0.28993 Jy ! Inverting map ! Added new window around map position (-22.5, 60.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00317462 Jy ! Component: 100 - total flux cleaned = 0.00525404 Jy ! Component: 150 - total flux cleaned = 0.00657522 Jy ! Component: 200 - total flux cleaned = 0.00730361 Jy ! Total flux subtracted in 200 components = 0.00730361 Jy ! Clean residual min=-0.002297 max=0.002462 Jy/beam ! Clean residual mean=-0.000003 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.297234 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 125 components and 0.297234 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.019 mas, bmaj=20.12 mas, bpa=7.074 degrees ! Estimated noise=860.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016626 Jy ! Component: 100 - total flux cleaned = 0.00225798 Jy ! Component: 150 - total flux cleaned = 0.00240423 Jy ! Component: 200 - total flux cleaned = 0.00247034 Jy ! Total flux subtracted in 200 components = 0.00247034 Jy ! Clean residual min=-0.002299 max=0.002615 Jy/beam ! Clean residual mean=-0.000001 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.299704 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 = 6.02474e-05 Jy ! Component: 100 - total flux cleaned = 8.86312e-05 Jy ! Component: 150 - total flux cleaned = 0.000141388 Jy ! Component: 200 - total flux cleaned = 0.000191176 Jy ! Total flux subtracted in 200 components = 0.000191176 Jy ! Clean residual min=-0.002277 max=0.002510 Jy/beam ! Clean residual mean=-0.000002 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.299895 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 183 components and 0.299895 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=14.55 mas, bpa=16.96 degrees ! Estimated noise=766.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.00688e-05 Jy ! Component: 100 - total flux cleaned = 0.000128144 Jy ! Component: 150 - total flux cleaned = 0.000229197 Jy ! Component: 200 - total flux cleaned = 0.000291211 Jy ! Total flux subtracted in 200 components = 0.000291211 Jy ! Clean residual min=-0.002002 max=0.002278 Jy/beam ! Clean residual mean=-0.000002 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.300186 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 203 components and 0.300186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088021Jy sigma=0.000770 ! Fit after self-cal, rms=0.087996Jy sigma=0.000770 wmodel J2042-2255_S_2014_08_09_pus_map.mod ! Writing 203 model components to file: J2042-2255_S_2014_08_09_pus_map.mod wobs J2042-2255_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2042-2255_S_2014_08_09_pus_uvs.fits wwins J2042-2255_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J2042-2255_S_2014_08_09_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.000933728 Jy ! Component: 100 - total flux cleaned = 0.00104538 Jy ! Component: 150 - total flux cleaned = 0.000977972 Jy ! Component: 200 - total flux cleaned = 0.00101062 Jy ! Component: 250 - total flux cleaned = 0.00110495 Jy ! Component: 300 - total flux cleaned = 0.00110415 Jy ! Component: 350 - total flux cleaned = 0.000983232 Jy ! Component: 400 - total flux cleaned = 0.000836702 Jy ! Component: 450 - total flux cleaned = 0.000779296 Jy ! Component: 500 - total flux cleaned = 0.00063929 Jy ! Component: 550 - total flux cleaned = 0.000612044 Jy ! Component: 600 - total flux cleaned = 0.000530779 Jy ! Component: 650 - total flux cleaned = 0.00039964 Jy ! Component: 700 - total flux cleaned = 0.000399814 Jy ! Component: 750 - total flux cleaned = 0.000298196 Jy ! Component: 800 - total flux cleaned = 0.000248736 Jy ! Component: 850 - total flux cleaned = 0.000224058 Jy ! Component: 900 - total flux cleaned = 0.000223789 Jy ! Component: 950 - total flux cleaned = 0.000175633 Jy ! Component: 1000 - total flux cleaned = 8.14635e-05 Jy ! Component: 1050 - total flux cleaned = -3.41779e-05 Jy ! Component: 1100 - total flux cleaned = -0.000125267 Jy ! Component: 1150 - total flux cleaned = -0.000169698 Jy ! Component: 1200 - total flux cleaned = -0.000258155 Jy ! Component: 1250 - total flux cleaned = -0.000258485 Jy ! Component: 1300 - total flux cleaned = -0.000409304 Jy ! Component: 1350 - total flux cleaned = -0.000494059 Jy ! Component: 1400 - total flux cleaned = -0.000578046 Jy ! Component: 1450 - total flux cleaned = -0.000639883 Jy ! Component: 1500 - total flux cleaned = -0.000700982 Jy ! Component: 1550 - total flux cleaned = -0.000701011 Jy ! Component: 1600 - total flux cleaned = -0.000780724 Jy ! Component: 1650 - total flux cleaned = -0.000878982 Jy ! Component: 1700 - total flux cleaned = -0.000937052 Jy ! Component: 1750 - total flux cleaned = -0.000956131 Jy ! Component: 1800 - total flux cleaned = -0.00108914 Jy ! Component: 1850 - total flux cleaned = -0.00110786 Jy ! Component: 1900 - total flux cleaned = -0.00121966 Jy ! Component: 1950 - total flux cleaned = -0.00131182 Jy ! Component: 2000 - total flux cleaned = -0.0013664 Jy ! Component: 2050 - total flux cleaned = -0.00142059 Jy ! Component: 2100 - total flux cleaned = -0.00154548 Jy ! Component: 2150 - total flux cleaned = -0.00165129 Jy ! Component: 2200 - total flux cleaned = -0.00168626 Jy ! Component: 2250 - total flux cleaned = -0.00175542 Jy ! Component: 2300 - total flux cleaned = -0.00192651 Jy ! Component: 2350 - total flux cleaned = -0.00199403 Jy ! Component: 2400 - total flux cleaned = -0.00207808 Jy ! Component: 2450 - total flux cleaned = -0.0021779 Jy ! Component: 2500 - total flux cleaned = -0.00222727 Jy ! Component: 2550 - total flux cleaned = -0.00226006 Jy ! Component: 2600 - total flux cleaned = -0.00234117 Jy ! Component: 2650 - total flux cleaned = -0.00243748 Jy ! Component: 2700 - total flux cleaned = -0.00250111 Jy ! Component: 2750 - total flux cleaned = -0.00256422 Jy ! Component: 2800 - total flux cleaned = -0.00261105 Jy ! Component: 2850 - total flux cleaned = -0.00264218 Jy ! Component: 2900 - total flux cleaned = -0.00271914 Jy ! Component: 2950 - total flux cleaned = -0.00276495 Jy ! Component: 3000 - total flux cleaned = -0.00273446 Jy ! Component: 3050 - total flux cleaned = -0.0028099 Jy ! Component: 3100 - total flux cleaned = -0.00289942 Jy ! Component: 3150 - total flux cleaned = -0.00292919 Jy ! Component: 3200 - total flux cleaned = -0.00301741 Jy ! Component: 3250 - total flux cleaned = -0.00313411 Jy ! Component: 3300 - total flux cleaned = -0.00316305 Jy ! Component: 3350 - total flux cleaned = -0.00320632 Jy ! Component: 3400 - total flux cleaned = -0.00333491 Jy ! Component: 3450 - total flux cleaned = -0.00339163 Jy ! Component: 3500 - total flux cleaned = -0.00346201 Jy ! Component: 3550 - total flux cleaned = -0.00354576 Jy ! Component: 3600 - total flux cleaned = -0.00361505 Jy ! Component: 3650 - total flux cleaned = -0.00368402 Jy ! Component: 3700 - total flux cleaned = -0.00367037 Jy ! Component: 3750 - total flux cleaned = -0.00376574 Jy ! Component: 3800 - total flux cleaned = -0.00384699 Jy ! Component: 3850 - total flux cleaned = -0.00388744 Jy ! Component: 3900 - total flux cleaned = -0.00392752 Jy ! Component: 3950 - total flux cleaned = -0.0039805 Jy ! Component: 4000 - total flux cleaned = -0.00403334 Jy ! Component: 4050 - total flux cleaned = -0.00411197 Jy ! Total flux subtracted in 4096 components = -0.00412484 Jy ! Clean residual min=-0.000833 max=0.000793 Jy/beam ! Clean residual mean=-0.000002 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.296061 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 488 components and 0.296061 Jy ![Exited script file: muppet] wmap "J2042-2255_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.895 x 14.55 at 16.96 degrees (North through East) ! Clean map min=-0.0016353 max=0.24162 Jy/beam ! Writing clean map to FITS file: J2042-2255_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.241616 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256277 device "J2042-2255_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2042-2255_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.318204 0.318204 0.636407 1.27281 2.54563 5.09126 10.1825 20.365 40.7301 81.4601 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.241 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.895 x 14.55 at 16.96 degrees (North through East) ! Clean map min=-0.0016353 max=0.24162 Jy/beam quit ! Quitting program ! Log file J2042-2255_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:16:27 2016