! Started logfile: J1356+4136_S_2017_08_05_pus_uvs.log on Thu May 9 19:30:06 2019 obs J1356+4136_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1356+4136_S_2017_08_05_pus_uva.fits ! AN table 1: 237 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.878669 visibilities/baseline/integration-bin. ! Found source: J1356+4136 ! ! 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 513 lines of history. ! ! Reading 37484 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 J1356+4136_S_2017_08_05_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 265 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 410 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 287 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1748 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001062Jy sigma=0.009784 ! Fit after self-cal, rms=0.967741Jy sigma=0.009474 ! 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.906 mas, bmaj=5.103 mas, bpa=-7.33 degrees ! Estimated noise=773.404 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.0277093 Jy ! Component: 100 - total flux cleaned = 0.0337692 Jy ! Total flux subtracted in 100 components = 0.0337692 Jy ! Clean residual min=-0.002470 max=0.002629 Jy/beam ! Clean residual mean=-0.000004 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0337692 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0337692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071885Jy sigma=0.000637 ! Fit after self-cal, rms=0.070164Jy sigma=0.000620 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00442421 Jy ! Component: 100 - total flux cleaned = 0.00423378 Jy ! Total flux subtracted in 100 components = 0.00423378 Jy ! Clean residual min=-0.002716 max=0.002403 Jy/beam ! Clean residual mean=-0.000004 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.038003 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 7 components and 0.038003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069994Jy sigma=0.000619 ! Fit after self-cal, rms=0.069963Jy sigma=0.000619 ! 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.519 mas, bmaj=6.113 mas, bpa=-4.725 degrees ! Estimated noise=465.143 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.000947647 Jy ! Component: 100 - total flux cleaned = -0.00134484 Jy ! Component: 150 - total flux cleaned = -0.00144598 Jy ! Component: 200 - total flux cleaned = -0.00147168 Jy ! Total flux subtracted in 200 components = -0.00147168 Jy ! Clean residual min=-0.001423 max=0.001434 Jy/beam ! Clean residual mean=-0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0365313 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.0365313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069962Jy sigma=0.000619 ! Fit after self-cal, rms=0.069950Jy sigma=0.000619 ! 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.96 FD 1.09 HN 1.02 KP 0.96 ! LA 0.99 MK 0.98 NL 0.97 OV 1.05 ! PT 1.11 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.08 HN 1.07 KP 0.89 ! LA 1.01 MK 0.97 NL 1.03 OV 1.11 ! PT 1.11 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 1.04 KP 0.88 ! LA 0.82 MK 1.02 NL 1.12 OV 1.03 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.83 KP 1.00* ! LA 0.66 MK 0.83 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.069950Jy sigma=0.000619 ! Fit after self-cal, rms=0.067666Jy sigma=0.000618 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=6.047 mas, bpa=-4.739 degrees ! Estimated noise=469.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.000375351 Jy ! Component: 100 - total flux cleaned = 0.000406787 Jy ! Component: 150 - total flux cleaned = 0.000397644 Jy ! Component: 200 - total flux cleaned = 0.00039782 Jy ! Total flux subtracted in 200 components = 0.00039782 Jy ! Clean residual min=-0.001185 max=0.001247 Jy/beam ! Clean residual mean=-0.000004 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.0369291 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 20 components and 0.0369291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067663Jy sigma=0.000618 ! Fit after self-cal, rms=0.067539Jy sigma=0.000618 ! 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.067539Jy sigma=0.000618 ! Fit after self-cal, rms=0.066490Jy sigma=0.000617 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=6.043 mas, bpa=-4.22 degrees ! Estimated noise=469.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124616 Jy ! Component: 100 - total flux cleaned = 0.000132583 Jy ! Component: 150 - total flux cleaned = 0.000147688 Jy ! Component: 200 - total flux cleaned = 0.000168353 Jy ! Total flux subtracted in 200 components = 0.000168353 Jy ! Clean residual min=-0.001132 max=0.001170 Jy/beam ! Clean residual mean=-0.000003 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0370975 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.0370975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066488Jy sigma=0.000617 ! Fit after self-cal, rms=0.066444Jy sigma=0.000616 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.000127517 Jy ! Component: 100 - total flux cleaned = 0.000162301 Jy ! Component: 150 - total flux cleaned = 0.000175047 Jy ! Component: 200 - total flux cleaned = 0.000192952 Jy ! Total flux subtracted in 200 components = 0.000192952 Jy ! Clean residual min=-0.001098 max=0.001193 Jy/beam ! Clean residual mean=-0.000003 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0372904 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.0372905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066442Jy sigma=0.000616 ! Fit after self-cal, rms=0.066439Jy sigma=0.000616 ! 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.066439Jy sigma=0.000616 ! Fit after self-cal, rms=0.066438Jy sigma=0.000616 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=6.033 mas, bpa=-4.027 degrees ! Estimated noise=468.986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.5448e-05 Jy ! Component: 100 - total flux cleaned = 7.31574e-05 Jy ! Component: 150 - total flux cleaned = 8.72884e-05 Jy ! Component: 200 - total flux cleaned = 0.000106541 Jy ! Total flux subtracted in 200 components = 0.000106541 Jy ! Clean residual min=-0.001123 max=0.001098 Jy/beam ! Clean residual mean=-0.000003 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.037397 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.037397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066436Jy sigma=0.000616 ! Fit after self-cal, rms=0.066446Jy sigma=0.000616 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.56511e-05 Jy ! Component: 100 - total flux cleaned = 4.41692e-05 Jy ! Component: 150 - total flux cleaned = 5.56155e-05 Jy ! Component: 200 - total flux cleaned = 6.66679e-05 Jy ! Total flux subtracted in 200 components = 6.66679e-05 Jy ! Clean residual min=-0.001158 max=0.001105 Jy/beam ! Clean residual mean=-0.000003 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0374637 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0374637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066445Jy sigma=0.000616 ! Fit after self-cal, rms=0.066445Jy sigma=0.000616 ! 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.066445Jy sigma=0.000616 ! Fit after self-cal, rms=0.066458Jy sigma=0.000616 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.398 mas, bmaj=9.376 mas, bpa=-0.5515 degrees ! Estimated noise=589.837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.29065e-06 Jy ! Component: 100 - total flux cleaned = 2.65998e-05 Jy ! Component: 150 - total flux cleaned = 4.88522e-05 Jy ! Component: 200 - total flux cleaned = 6.7741e-05 Jy ! Total flux subtracted in 200 components = 6.7741e-05 Jy ! Clean residual min=-0.001260 max=0.001286 Jy/beam ! Clean residual mean=-0.000007 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0375314 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0375314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066458Jy sigma=0.000616 ! Fit after self-cal, rms=0.066462Jy sigma=0.000616 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.84879e-05 Jy ! Component: 100 - total flux cleaned = -1.13474e-05 Jy ! Component: 150 - total flux cleaned = 5.32604e-06 Jy ! Component: 200 - total flux cleaned = 1.60888e-05 Jy ! Total flux subtracted in 200 components = 1.60888e-05 Jy ! Clean residual min=-0.001278 max=0.001308 Jy/beam ! Clean residual mean=-0.000007 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0375475 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.0375475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066463Jy sigma=0.000616 ! Fit after self-cal, rms=0.066458Jy sigma=0.000616 ! 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.492 mas, bmaj=6.019 mas, bpa=-3.863 degrees ! Estimated noise=468.563 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 6.019 at -3.863 degrees (North through East) ! Clean map min=-0.0011267 max=0.038029 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.906 mas, bmaj=5.059 mas, bpa=-5.996 degrees ! Estimated noise=761.758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0301793 Jy ! Component: 100 - total flux cleaned = 0.0367752 Jy ! Component: 150 - total flux cleaned = 0.0374982 Jy ! Component: 200 - total flux cleaned = 0.0374673 Jy ! Total flux subtracted in 200 components = 0.0374673 Jy ! Clean residual min=-0.002199 max=0.002106 Jy/beam ! Clean residual mean=-0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0374673 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0374673 Jy ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=6.019 mas, bpa=-3.863 degrees ! Estimated noise=468.563 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 = 7.04733e-05 Jy ! Component: 100 - total flux cleaned = 2.88763e-05 Jy ! Component: 150 - total flux cleaned = 2.84631e-05 Jy ! Component: 200 - total flux cleaned = 4.06366e-05 Jy ! Total flux subtracted in 200 components = 4.06366e-05 Jy ! Clean residual min=-0.001171 max=0.001106 Jy/beam ! Clean residual mean=-0.000003 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.037508 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.037508 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.398 mas, bmaj=9.376 mas, bpa=-0.5515 degrees ! Estimated noise=589.837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.41783e-05 Jy ! Component: 100 - total flux cleaned = 7.55896e-06 Jy ! Component: 150 - total flux cleaned = 3.24739e-05 Jy ! Component: 200 - total flux cleaned = 5.34787e-05 Jy ! Total flux subtracted in 200 components = 5.34787e-05 Jy ! Clean residual min=-0.001290 max=0.001300 Jy/beam ! Clean residual mean=-0.000008 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0375614 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 = 1.80409e-05 Jy ! Component: 100 - total flux cleaned = 2.99053e-05 Jy ! Component: 150 - total flux cleaned = 4.03577e-05 Jy ! Component: 200 - total flux cleaned = 4.96634e-05 Jy ! Total flux subtracted in 200 components = 4.96634e-05 Jy ! Clean residual min=-0.001285 max=0.001306 Jy/beam ! Clean residual mean=-0.000007 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0376111 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.0376111 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=6.019 mas, bpa=-3.863 degrees ! Estimated noise=468.563 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.95814e-05 Jy ! Component: 100 - total flux cleaned = 3.58362e-05 Jy ! Component: 150 - total flux cleaned = 4.38164e-05 Jy ! Component: 200 - total flux cleaned = 5.12052e-05 Jy ! Total flux subtracted in 200 components = 5.12052e-05 Jy ! Clean residual min=-0.001144 max=0.001119 Jy/beam ! Clean residual mean=-0.000003 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.0376623 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.0376623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066462Jy sigma=0.000616 ! Fit after self-cal, rms=0.066462Jy sigma=0.000616 wmodel J1356+4136_S_2017_08_05_pus_map.mod ! Writing 34 model components to file: J1356+4136_S_2017_08_05_pus_map.mod wobs J1356+4136_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1356+4136_S_2017_08_05_pus_uvs.fits wwins J1356+4136_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J1356+4136_S_2017_08_05_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.000152836 Jy ! Component: 100 - total flux cleaned = -9.5539e-05 Jy ! Component: 150 - total flux cleaned = -4.04079e-05 Jy ! Component: 200 - total flux cleaned = -9.32515e-05 Jy ! Component: 250 - total flux cleaned = -0.000127089 Jy ! Component: 300 - total flux cleaned = -0.000193874 Jy ! Component: 350 - total flux cleaned = -0.000307955 Jy ! Component: 400 - total flux cleaned = -0.000371586 Jy ! Component: 450 - total flux cleaned = -0.000496308 Jy ! Component: 500 - total flux cleaned = -0.000572921 Jy ! Component: 550 - total flux cleaned = -0.000707807 Jy ! Component: 600 - total flux cleaned = -0.0007521 Jy ! Component: 650 - total flux cleaned = -0.000781419 Jy ! Component: 700 - total flux cleaned = -0.000853027 Jy ! Component: 750 - total flux cleaned = -0.000909166 Jy ! Component: 800 - total flux cleaned = -0.000895473 Jy ! Component: 850 - total flux cleaned = -0.000963757 Jy ! Component: 900 - total flux cleaned = -0.00100386 Jy ! Component: 950 - total flux cleaned = -0.000977535 Jy ! Component: 1000 - total flux cleaned = -0.00101729 Jy ! Component: 1050 - total flux cleaned = -0.00106904 Jy ! Component: 1100 - total flux cleaned = -0.00110748 Jy ! Component: 1150 - total flux cleaned = -0.00109488 Jy ! Component: 1200 - total flux cleaned = -0.00110737 Jy ! Component: 1250 - total flux cleaned = -0.00113235 Jy ! Component: 1300 - total flux cleaned = -0.00114459 Jy ! Component: 1350 - total flux cleaned = -0.00116877 Jy ! Component: 1400 - total flux cleaned = -0.00120441 Jy ! Component: 1450 - total flux cleaned = -0.00119255 Jy ! Component: 1500 - total flux cleaned = -0.00125058 Jy ! Component: 1550 - total flux cleaned = -0.00125042 Jy ! Component: 1600 - total flux cleaned = -0.00122768 Jy ! Component: 1650 - total flux cleaned = -0.00126156 Jy ! Component: 1700 - total flux cleaned = -0.00131739 Jy ! Component: 1750 - total flux cleaned = -0.00127289 Jy ! Component: 1800 - total flux cleaned = -0.00129499 Jy ! Component: 1850 - total flux cleaned = -0.00129498 Jy ! Component: 1900 - total flux cleaned = -0.00132741 Jy ! Component: 1950 - total flux cleaned = -0.0013488 Jy ! Component: 2000 - total flux cleaned = -0.00134866 Jy ! Component: 2050 - total flux cleaned = -0.00144333 Jy ! Component: 2100 - total flux cleaned = -0.00143298 Jy ! Component: 2150 - total flux cleaned = -0.00141237 Jy ! Component: 2200 - total flux cleaned = -0.00142256 Jy ! Component: 2250 - total flux cleaned = -0.00143275 Jy ! Component: 2300 - total flux cleaned = -0.0014327 Jy ! Component: 2350 - total flux cleaned = -0.0014127 Jy ! Component: 2400 - total flux cleaned = -0.00137296 Jy ! Component: 2450 - total flux cleaned = -0.00138273 Jy ! Component: 2500 - total flux cleaned = -0.00139249 Jy ! Component: 2550 - total flux cleaned = -0.00136339 Jy ! Component: 2600 - total flux cleaned = -0.00138274 Jy ! Component: 2650 - total flux cleaned = -0.00137334 Jy ! Component: 2700 - total flux cleaned = -0.00141129 Jy ! Component: 2750 - total flux cleaned = -0.00140182 Jy ! Component: 2800 - total flux cleaned = -0.00135508 Jy ! Component: 2850 - total flux cleaned = -0.00139227 Jy ! Component: 2900 - total flux cleaned = -0.00134612 Jy ! Component: 2950 - total flux cleaned = -0.00133697 Jy ! Component: 3000 - total flux cleaned = -0.00137352 Jy ! Component: 3050 - total flux cleaned = -0.00134631 Jy ! Component: 3100 - total flux cleaned = -0.00136426 Jy ! Component: 3150 - total flux cleaned = -0.00131943 Jy ! Component: 3200 - total flux cleaned = -0.00128383 Jy ! Component: 3250 - total flux cleaned = -0.00130163 Jy ! Component: 3300 - total flux cleaned = -0.00130158 Jy ! Component: 3350 - total flux cleaned = -0.00129284 Jy ! Component: 3400 - total flux cleaned = -0.00125813 Jy ! Component: 3450 - total flux cleaned = -0.0012927 Jy ! Component: 3500 - total flux cleaned = -0.00129273 Jy ! Component: 3550 - total flux cleaned = -0.00127567 Jy ! Component: 3600 - total flux cleaned = -0.00130123 Jy ! Component: 3650 - total flux cleaned = -0.00134345 Jy ! Component: 3700 - total flux cleaned = -0.0013267 Jy ! Component: 3750 - total flux cleaned = -0.00134351 Jy ! Component: 3800 - total flux cleaned = -0.00128525 Jy ! Component: 3850 - total flux cleaned = -0.00132663 Jy ! Component: 3900 - total flux cleaned = -0.00131844 Jy ! Component: 3950 - total flux cleaned = -0.00132674 Jy ! Component: 4000 - total flux cleaned = -0.00134307 Jy ! Component: 4050 - total flux cleaned = -0.00135929 Jy ! Total flux subtracted in 4096 components = -0.00139152 Jy ! Clean residual min=-0.000521 max=0.000440 Jy/beam ! Clean residual mean=-0.000002 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.0362708 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 342 components and 0.0362708 Jy ![Exited script file: muppet] wmap "J1356+4136_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 6.019 at -3.863 degrees (North through East) ! Clean map min=-0.0009363 max=0.038049 Jy/beam ! Writing clean map to FITS file: J1356+4136_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0380493 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147463 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16267 1.16267 2.32534 4.65068 9.30136 18.6027 37.2054 74.4109 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.038 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.492 x 6.019 at -3.863 degrees (North through East) ! Clean map min=-0.0009363 max=0.038049 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 J1356+4136_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:30:12 2019