! Started logfile: J1332+2949_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:55:09 2016 obs J1332+2949_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1332+2949_S_2014_06_09_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.78121 visibilities/baseline/integration-bin. ! Found source: J1332+2949 ! ! 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 336 lines of history. ! ! Reading 17296 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 J1332+2949_S_2014_06_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 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.970252Jy sigma=0.011862 ! Fit after self-cal, rms=0.943237Jy sigma=0.011563 ! 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.968 mas, bmaj=5.293 mas, bpa=-8.886 degrees ! Estimated noise=872.839 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.0429289 Jy ! Component: 100 - total flux cleaned = 0.0543255 Jy ! Total flux subtracted in 100 components = 0.0543255 Jy ! Clean residual min=-0.003309 max=0.005100 Jy/beam ! Clean residual mean=-0.000000 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.0543255 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0543255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069490Jy sigma=0.000795 ! Fit after self-cal, rms=0.069427Jy sigma=0.000795 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00614624 Jy ! Component: 100 - total flux cleaned = 0.0095031 Jy ! Total flux subtracted in 100 components = 0.0095031 Jy ! Clean residual min=-0.002841 max=0.003022 Jy/beam ! Clean residual mean=0.000002 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0638286 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 25 components and 0.0638286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068654Jy sigma=0.000784 ! Fit after self-cal, rms=0.068651Jy sigma=0.000784 ! 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.723 mas, bmaj=6.45 mas, bpa=-8.917 degrees ! Estimated noise=445.414 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 (-4, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452839 Jy ! Component: 100 - total flux cleaned = 0.00714929 Jy ! Component: 150 - total flux cleaned = 0.00896556 Jy ! Component: 200 - total flux cleaned = 0.0102633 Jy ! Total flux subtracted in 200 components = 0.0102633 Jy ! Clean residual min=-0.001773 max=0.002042 Jy/beam ! Clean residual mean=0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0740919 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 76 components and 0.0740919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068321Jy sigma=0.000780 ! Fit after self-cal, rms=0.068308Jy sigma=0.000779 ! 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.00* FD 0.86 HN 0.97 KP 1.05 ! LA 1.12 MK 1.06 NL 1.00 OV 1.01 ! PT 0.95 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.01 KP 0.99 ! LA 1.08 MK 1.02 NL 1.07 OV 1.06 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.04 KP 0.92 ! LA 0.87 MK 1.05 NL 0.97 OV 0.98 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.04 KP 0.85 ! LA 0.85 MK 1.06 NL 1.08 OV 0.99 ! PT 0.97 SC 0.94 ! ! ! Fit before self-cal, rms=0.068308Jy sigma=0.000779 ! Fit after self-cal, rms=0.067503Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=6.489 mas, bpa=-8.287 degrees ! Estimated noise=442.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000390779 Jy ! Component: 100 - total flux cleaned = 0.000422176 Jy ! Component: 150 - total flux cleaned = 0.000448128 Jy ! Component: 200 - total flux cleaned = 0.000448377 Jy ! Total flux subtracted in 200 components = 0.000448377 Jy ! Clean residual min=-0.001426 max=0.001688 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0745403 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.0745403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067481Jy sigma=0.000775 ! Fit after self-cal, rms=0.067510Jy sigma=0.000775 ! 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.067510Jy sigma=0.000775 ! Fit after self-cal, rms=0.067639Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.764 mas, bmaj=6.506 mas, bpa=-8.905 degrees ! Estimated noise=442.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.96173e-05 Jy ! Component: 100 - total flux cleaned = -3.76037e-05 Jy ! Component: 150 - total flux cleaned = -1.99742e-05 Jy ! Component: 200 - total flux cleaned = -3.31575e-06 Jy ! Total flux subtracted in 200 components = -3.31575e-06 Jy ! Clean residual min=-0.001338 max=0.001552 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.074537 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.074537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067629Jy sigma=0.000774 ! Fit after self-cal, rms=0.067637Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.31245e-06 Jy ! Component: 100 - total flux cleaned = 2.41166e-05 Jy ! Component: 150 - total flux cleaned = 3.87183e-05 Jy ! Component: 200 - total flux cleaned = 3.88082e-05 Jy ! Total flux subtracted in 200 components = 3.88082e-05 Jy ! Clean residual min=-0.001318 max=0.001530 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0745758 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.0745758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067630Jy sigma=0.000774 ! Fit after self-cal, rms=0.067630Jy sigma=0.000774 ! 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.067630Jy sigma=0.000774 ! Fit after self-cal, rms=0.067567Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.766 mas, bmaj=6.513 mas, bpa=-8.994 degrees ! Estimated noise=441.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000229545 Jy ! Component: 100 - total flux cleaned = -0.000229158 Jy ! Component: 150 - total flux cleaned = -0.000228676 Jy ! Component: 200 - total flux cleaned = -0.00021581 Jy ! Total flux subtracted in 200 components = -0.00021581 Jy ! Clean residual min=-0.001316 max=0.001523 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.07436 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.07436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067561Jy sigma=0.000774 ! Fit after self-cal, rms=0.067563Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.6657e-06 Jy ! Component: 100 - total flux cleaned = -4.42524e-06 Jy ! Component: 150 - total flux cleaned = -4.20926e-06 Jy ! Component: 200 - total flux cleaned = -4.05669e-06 Jy ! Total flux subtracted in 200 components = -4.05669e-06 Jy ! Clean residual min=-0.001305 max=0.001506 Jy/beam ! Clean residual mean=0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0743559 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.0743559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067558Jy sigma=0.000774 ! Fit after self-cal, rms=0.067558Jy sigma=0.000774 ! 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.067558Jy sigma=0.000774 ! Fit after self-cal, rms=0.067483Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.775 mas, bmaj=11.34 mas, bpa=-8.611 degrees ! Estimated noise=519.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.73016e-05 Jy ! Component: 100 - total flux cleaned = -7.84619e-05 Jy ! Component: 150 - total flux cleaned = -6.72528e-05 Jy ! Component: 200 - total flux cleaned = -4.687e-05 Jy ! Total flux subtracted in 200 components = -4.687e-05 Jy ! Clean residual min=-0.001618 max=0.002257 Jy/beam ! Clean residual mean=0.000002 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.074309 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 122 components and 0.074309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067485Jy sigma=0.000774 ! Fit after self-cal, rms=0.067485Jy 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 (-107.5, 69.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212739 Jy ! Component: 100 - total flux cleaned = 0.00282 Jy ! Component: 150 - total flux cleaned = 0.00284649 Jy ! Component: 200 - total flux cleaned = 0.00284807 Jy ! Total flux subtracted in 200 components = 0.00284807 Jy ! Clean residual min=-0.001270 max=0.001654 Jy/beam ! Clean residual mean=0.000000 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0771571 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 171 components and 0.0771571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067447Jy sigma=0.000773 ! Fit after self-cal, rms=0.067441Jy sigma=0.000773 ! 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.768 mas, bmaj=6.519 mas, bpa=-9.037 degrees ! Estimated noise=440.319 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.768 x 6.519 at -9.037 degrees (North through East) ! Clean map min=-0.0011849 max=0.057259 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.996 mas, bmaj=5.33 mas, bpa=-8.75 degrees ! Estimated noise=868.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0422594 Jy ! Component: 100 - total flux cleaned = 0.0542263 Jy ! Component: 150 - total flux cleaned = 0.0603169 Jy ! Component: 200 - total flux cleaned = 0.0640547 Jy ! Total flux subtracted in 200 components = 0.0640547 Jy ! Clean residual min=-0.002558 max=0.002739 Jy/beam ! Clean residual mean=0.000002 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.0640547 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.0640547 Jy ! Inverting map and beam ! Estimated beam: bmin=3.768 mas, bmaj=6.519 mas, bpa=-9.037 degrees ! Estimated noise=440.319 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.00394983 Jy ! Component: 100 - total flux cleaned = 0.00630107 Jy ! Component: 150 - total flux cleaned = 0.00811978 Jy ! Component: 200 - total flux cleaned = 0.00960835 Jy ! Total flux subtracted in 200 components = 0.00960835 Jy ! Clean residual min=-0.001478 max=0.001655 Jy/beam ! Clean residual mean=-0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0736631 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 82 components and 0.0736631 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.775 mas, bmaj=11.34 mas, bpa=-8.611 degrees ! Estimated noise=519.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017939 Jy ! Component: 100 - total flux cleaned = 0.00262468 Jy ! Component: 150 - total flux cleaned = 0.00320346 Jy ! Component: 200 - total flux cleaned = 0.00357084 Jy ! Total flux subtracted in 200 components = 0.00357084 Jy ! Clean residual min=-0.001442 max=0.001812 Jy/beam ! Clean residual mean=-0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0772339 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.00015466 Jy ! Component: 100 - total flux cleaned = 0.000263843 Jy ! Component: 150 - total flux cleaned = 0.000336868 Jy ! Component: 200 - total flux cleaned = 0.000379606 Jy ! Total flux subtracted in 200 components = 0.000379606 Jy ! Clean residual min=-0.001285 max=0.001677 Jy/beam ! Clean residual mean=0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0776135 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 147 components and 0.0776135 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.768 mas, bmaj=6.519 mas, bpa=-9.037 degrees ! Estimated noise=440.319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000336617 Jy ! Component: 100 - total flux cleaned = -0.000364811 Jy ! Component: 150 - total flux cleaned = -0.000314604 Jy ! Component: 200 - total flux cleaned = -0.000290984 Jy ! Total flux subtracted in 200 components = -0.000290984 Jy ! Clean residual min=-0.001198 max=0.001292 Jy/beam ! Clean residual mean=0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0773225 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 178 components and 0.0773226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067448Jy sigma=0.000773 ! Fit after self-cal, rms=0.067441Jy sigma=0.000773 wmodel J1332+2949_S_2014_06_09_pus_map.mod ! Writing 178 model components to file: J1332+2949_S_2014_06_09_pus_map.mod wobs J1332+2949_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1332+2949_S_2014_06_09_pus_uvs.fits wwins J1332+2949_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1332+2949_S_2014_06_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.000326511 Jy ! Component: 100 - total flux cleaned = 0.000475272 Jy ! Component: 150 - total flux cleaned = 0.000517067 Jy ! Component: 200 - total flux cleaned = 0.000517563 Jy ! Component: 250 - total flux cleaned = 0.000443204 Jy ! Component: 300 - total flux cleaned = 0.000353957 Jy ! Component: 350 - total flux cleaned = 0.000336724 Jy ! Component: 400 - total flux cleaned = 0.000303079 Jy ! Component: 450 - total flux cleaned = 0.000286381 Jy ! Component: 500 - total flux cleaned = 0.000238072 Jy ! Component: 550 - total flux cleaned = 0.000237949 Jy ! Component: 600 - total flux cleaned = 0.000145563 Jy ! Component: 650 - total flux cleaned = 0.000115497 Jy ! Component: 700 - total flux cleaned = 4.1486e-05 Jy ! Component: 750 - total flux cleaned = -1.62299e-05 Jy ! Component: 800 - total flux cleaned = -4.45205e-05 Jy ! Component: 850 - total flux cleaned = -7.25004e-05 Jy ! Component: 900 - total flux cleaned = -0.000154599 Jy ! Component: 950 - total flux cleaned = -0.000100577 Jy ! Component: 1000 - total flux cleaned = -8.75e-05 Jy ! Component: 1050 - total flux cleaned = -0.000139879 Jy ! Component: 1100 - total flux cleaned = -0.000114019 Jy ! Component: 1150 - total flux cleaned = -8.84554e-05 Jy ! Component: 1200 - total flux cleaned = -7.598e-05 Jy ! Component: 1250 - total flux cleaned = -8.83918e-05 Jy ! Component: 1300 - total flux cleaned = -3.97786e-05 Jy ! Component: 1350 - total flux cleaned = -3.80521e-06 Jy ! Component: 1400 - total flux cleaned = -1.57296e-05 Jy ! Component: 1450 - total flux cleaned = 3.10689e-05 Jy ! Component: 1500 - total flux cleaned = 3.08931e-05 Jy ! Component: 1550 - total flux cleaned = 6.50643e-05 Jy ! Component: 1600 - total flux cleaned = 9.88025e-05 Jy ! Component: 1650 - total flux cleaned = 0.000120901 Jy ! Component: 1700 - total flux cleaned = 0.000153818 Jy ! Component: 1750 - total flux cleaned = 0.000164648 Jy ! Component: 1800 - total flux cleaned = 0.000218319 Jy ! Component: 1850 - total flux cleaned = 0.000271267 Jy ! Component: 1900 - total flux cleaned = 0.000323681 Jy ! Component: 1950 - total flux cleaned = 0.000334113 Jy ! Component: 2000 - total flux cleaned = 0.000395751 Jy ! Component: 2050 - total flux cleaned = 0.00041598 Jy ! Component: 2100 - total flux cleaned = 0.000516601 Jy ! Component: 2150 - total flux cleaned = 0.000546451 Jy ! Component: 2200 - total flux cleaned = 0.000556243 Jy ! Component: 2250 - total flux cleaned = 0.000595517 Jy ! Component: 2300 - total flux cleaned = 0.000615038 Jy ! Component: 2350 - total flux cleaned = 0.000643969 Jy ! Component: 2400 - total flux cleaned = 0.00067258 Jy ! Component: 2450 - total flux cleaned = 0.000719996 Jy ! Component: 2500 - total flux cleaned = 0.000719988 Jy ! Component: 2550 - total flux cleaned = 0.000766435 Jy ! Component: 2600 - total flux cleaned = 0.000784938 Jy ! Component: 2650 - total flux cleaned = 0.000785004 Jy ! Component: 2700 - total flux cleaned = 0.000821414 Jy ! Component: 2750 - total flux cleaned = 0.000839382 Jy ! Component: 2800 - total flux cleaned = 0.000857407 Jy ! Component: 2850 - total flux cleaned = 0.000857429 Jy ! Component: 2900 - total flux cleaned = 0.000848593 Jy ! Component: 2950 - total flux cleaned = 0.000848535 Jy ! Component: 3000 - total flux cleaned = 0.00085724 Jy ! Component: 3050 - total flux cleaned = 0.000857194 Jy ! Component: 3100 - total flux cleaned = 0.000891416 Jy ! Component: 3150 - total flux cleaned = 0.000882821 Jy ! Component: 3200 - total flux cleaned = 0.000882768 Jy ! Component: 3250 - total flux cleaned = 0.000933135 Jy ! Component: 3300 - total flux cleaned = 0.000933088 Jy ! Component: 3350 - total flux cleaned = 0.00093301 Jy ! Component: 3400 - total flux cleaned = 0.000908357 Jy ! Component: 3450 - total flux cleaned = 0.00091663 Jy ! Component: 3500 - total flux cleaned = 0.000941173 Jy ! Component: 3550 - total flux cleaned = 0.000949268 Jy ! Component: 3600 - total flux cleaned = 0.000957314 Jy ! Component: 3650 - total flux cleaned = 0.000981293 Jy ! Component: 3700 - total flux cleaned = 0.000973426 Jy ! Component: 3750 - total flux cleaned = 0.00101279 Jy ! Component: 3800 - total flux cleaned = 0.0010206 Jy ! Component: 3850 - total flux cleaned = 0.00105173 Jy ! Component: 3900 - total flux cleaned = 0.00105952 Jy ! Component: 3950 - total flux cleaned = 0.00105167 Jy ! Component: 4000 - total flux cleaned = 0.00103642 Jy ! Component: 4050 - total flux cleaned = 0.00106684 Jy ! Total flux subtracted in 4096 components = 0.00106677 Jy ! Clean residual min=-0.000399 max=0.000490 Jy/beam ! Clean residual mean=0.000000 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.0783893 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 454 components and 0.0783892 Jy ![Exited script file: muppet] wmap "J1332+2949_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.768 x 6.519 at -9.037 degrees (North through East) ! Clean map min=-0.0011505 max=0.057041 Jy/beam ! Writing clean map to FITS file: J1332+2949_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0570413 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00013177 device "J1332+2949_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1332+2949_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.693025 0.693025 1.38605 2.7721 5.5442 11.0884 22.1768 44.3536 88.7072 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.768 x 6.519 at -9.037 degrees (North through East) ! Clean map min=-0.0011505 max=0.057041 Jy/beam quit ! Quitting program ! Log file J1332+2949_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:55:14 2016