! Started logfile: J1847+0810_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:35:40 2016 obs J1847+0810_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1847+0810_S_2014_05_31_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975 visibilities/baseline/integration-bin. ! Found source: J1847+0810 ! ! 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 12636 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 J1847+0810_S_2014_05_31_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854409Jy sigma=0.009986 ! Fit after self-cal, rms=0.837694Jy sigma=0.009818 ! 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.95 mas, bmaj=6.543 mas, bpa=-5.701 degrees ! Estimated noise=788.939 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.124804 Jy ! Component: 100 - total flux cleaned = 0.15434 Jy ! Total flux subtracted in 100 components = 0.15434 Jy ! Clean residual min=-0.004439 max=0.011752 Jy/beam ! Clean residual mean=-0.000031 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.15434 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.15434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077609Jy sigma=0.000833 ! Fit after self-cal, rms=0.077598Jy sigma=0.000832 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012728 Jy ! Component: 100 - total flux cleaned = 0.0191499 Jy ! Total flux subtracted in 100 components = 0.0191499 Jy ! Clean residual min=-0.003514 max=0.003680 Jy/beam ! Clean residual mean=-0.000009 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.17349 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.17349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074986Jy sigma=0.000804 ! Fit after self-cal, rms=0.074973Jy sigma=0.000804 ! 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.492 mas, bmaj=7.535 mas, bpa=-5.072 degrees ! Estimated noise=547.643 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.00473148 Jy ! Component: 100 - total flux cleaned = 0.00700415 Jy ! Component: 150 - total flux cleaned = 0.00836724 Jy ! Component: 200 - total flux cleaned = 0.00924756 Jy ! Total flux subtracted in 200 components = 0.00924756 Jy ! Clean residual min=-0.002547 max=0.002647 Jy/beam ! Clean residual mean=-0.000001 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.182738 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.182738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074605Jy sigma=0.000802 ! Fit after self-cal, rms=0.074604Jy sigma=0.000802 ! 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 1.00 FD 0.84 HN 1.00 KP 1.01 ! LA 1.20 MK 1.01 NL 0.96 OV 1.00 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.02 KP 1.00 ! LA 1.16 MK 1.03 NL 1.03 OV 1.02 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.11 HN 1.04 KP 0.91 ! LA 0.90 MK 1.00 NL 1.00 OV 0.93 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.96 HN 0.99 KP 0.87 ! LA 0.88 MK 1.00 NL 1.06 OV 1.02 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.074604Jy sigma=0.000802 ! Fit after self-cal, rms=0.071909Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=7.555 mas, bpa=-4.953 degrees ! Estimated noise=548.285 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 = 3.1695e-05 Jy ! Component: 100 - total flux cleaned = 6.73029e-05 Jy ! Component: 150 - total flux cleaned = 0.000108381 Jy ! Component: 200 - total flux cleaned = 0.000132351 Jy ! Total flux subtracted in 200 components = 0.000132351 Jy ! Clean residual min=-0.001839 max=0.001938 Jy/beam ! Clean residual mean=-0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.18287 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.18287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071904Jy sigma=0.000779 ! Fit after self-cal, rms=0.071899Jy sigma=0.000779 ! 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.071899Jy sigma=0.000779 ! Fit after self-cal, rms=0.072035Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.551 mas, bpa=-4.923 degrees ! Estimated noise=548.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123161 Jy ! Component: 100 - total flux cleaned = 0.000123668 Jy ! Component: 150 - total flux cleaned = 0.000151274 Jy ! Component: 200 - total flux cleaned = 0.000167047 Jy ! Total flux subtracted in 200 components = 0.000167047 Jy ! Clean residual min=-0.001676 max=0.001701 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.183037 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.183037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072033Jy sigma=0.000777 ! Fit after self-cal, rms=0.072037Jy 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 = 1.06704e-05 Jy ! Component: 100 - total flux cleaned = 3.08449e-06 Jy ! Component: 150 - total flux cleaned = 3.45581e-06 Jy ! Component: 200 - total flux cleaned = 9.85276e-06 Jy ! Total flux subtracted in 200 components = 9.85276e-06 Jy ! Clean residual min=-0.001677 max=0.001701 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.183047 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.183047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072036Jy sigma=0.000777 ! Fit after self-cal, rms=0.072035Jy sigma=0.000777 ! 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.072035Jy sigma=0.000777 ! Fit after self-cal, rms=0.072058Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.503 mas, bmaj=7.55 mas, bpa=-4.878 degrees ! Estimated noise=549.212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153242 Jy ! Component: 100 - total flux cleaned = 0.000175518 Jy ! Component: 150 - total flux cleaned = 0.00018836 Jy ! Component: 200 - total flux cleaned = 0.000194269 Jy ! Total flux subtracted in 200 components = 0.000194269 Jy ! Clean residual min=-0.001682 max=0.001693 Jy/beam ! Clean residual mean=-0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.183241 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.183241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072057Jy sigma=0.000777 ! Fit after self-cal, rms=0.072056Jy 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 = 2.23194e-05 Jy ! Component: 100 - total flux cleaned = 2.21553e-05 Jy ! Component: 150 - total flux cleaned = 2.75927e-05 Jy ! Component: 200 - total flux cleaned = 2.76137e-05 Jy ! Total flux subtracted in 200 components = 2.76137e-05 Jy ! Clean residual min=-0.001685 max=0.001687 Jy/beam ! Clean residual mean=-0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.183269 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.183269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072056Jy sigma=0.000777 ! Fit after self-cal, rms=0.072055Jy 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.072055Jy sigma=0.000777 ! Fit after self-cal, rms=0.072066Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.685 mas, bmaj=11.17 mas, bpa=-1.547 degrees ! Estimated noise=669.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000262407 Jy ! Component: 100 - total flux cleaned = 0.000182509 Jy ! Component: 150 - total flux cleaned = 0.000134757 Jy ! Component: 200 - total flux cleaned = 9.91271e-05 Jy ! Total flux subtracted in 200 components = 9.91271e-05 Jy ! Clean residual min=-0.001961 max=0.001961 Jy/beam ! Clean residual mean=-0.000007 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.183368 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 52 components and 0.183368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072071Jy sigma=0.000777 ! Fit after self-cal, rms=0.072067Jy 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 = 1.72158e-06 Jy ! Component: 100 - total flux cleaned = -2.74959e-05 Jy ! Component: 150 - total flux cleaned = -1.99086e-05 Jy ! Component: 200 - total flux cleaned = -1.9604e-05 Jy ! Total flux subtracted in 200 components = -1.9604e-05 Jy ! Clean residual min=-0.001964 max=0.001958 Jy/beam ! Clean residual mean=-0.000007 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.183348 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.183348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072070Jy sigma=0.000777 ! Fit after self-cal, rms=0.072070Jy 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.502 mas, bmaj=7.547 mas, bpa=-4.838 degrees ! Estimated noise=549.507 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.502 x 7.547 at -4.838 degrees (North through East) ! Clean map min=-0.0017205 max=0.16317 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.953 mas, bmaj=6.556 mas, bpa=-5.383 degrees ! Estimated noise=790.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12498 Jy ! Component: 100 - total flux cleaned = 0.154617 Jy ! Component: 150 - total flux cleaned = 0.167588 Jy ! Component: 200 - total flux cleaned = 0.174219 Jy ! Total flux subtracted in 200 components = 0.174219 Jy ! Clean residual min=-0.002823 max=0.003161 Jy/beam ! Clean residual mean=-0.000013 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.174219 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.174219 Jy ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=7.547 mas, bpa=-4.838 degrees ! Estimated noise=549.507 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.00434743 Jy ! Component: 100 - total flux cleaned = 0.00649047 Jy ! Component: 150 - total flux cleaned = 0.00771335 Jy ! Component: 200 - total flux cleaned = 0.00847082 Jy ! Total flux subtracted in 200 components = 0.00847082 Jy ! Clean residual min=-0.001690 max=0.001794 Jy/beam ! Clean residual mean=-0.000004 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.18269 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 52 components and 0.18269 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.685 mas, bmaj=11.17 mas, bpa=-1.547 degrees ! Estimated noise=669.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671676 Jy ! Component: 100 - total flux cleaned = 0.000674236 Jy ! Component: 150 - total flux cleaned = 0.000633407 Jy ! Component: 200 - total flux cleaned = 0.000622374 Jy ! Total flux subtracted in 200 components = 0.000622374 Jy ! Clean residual min=-0.001970 max=0.001925 Jy/beam ! Clean residual mean=-0.000007 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.183313 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 = -7.60373e-07 Jy ! Component: 100 - total flux cleaned = -1.28082e-06 Jy ! Component: 150 - total flux cleaned = -1.31041e-06 Jy ! Component: 200 - total flux cleaned = -9.59888e-07 Jy ! Total flux subtracted in 200 components = -9.59888e-07 Jy ! Clean residual min=-0.001968 max=0.001940 Jy/beam ! Clean residual mean=-0.000007 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.183312 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.183312 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=7.547 mas, bpa=-4.838 degrees ! Estimated noise=549.507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.89793e-05 Jy ! Component: 100 - total flux cleaned = 3.17575e-05 Jy ! Component: 150 - total flux cleaned = 3.31238e-05 Jy ! Component: 200 - total flux cleaned = 5.84742e-05 Jy ! Total flux subtracted in 200 components = 5.84742e-05 Jy ! Clean residual min=-0.001672 max=0.001703 Jy/beam ! Clean residual mean=-0.000003 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.18337 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.18337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072075Jy sigma=0.000777 ! Fit after self-cal, rms=0.072077Jy sigma=0.000777 wmodel J1847+0810_S_2014_05_31_pus_map.mod ! Writing 73 model components to file: J1847+0810_S_2014_05_31_pus_map.mod wobs J1847+0810_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1847+0810_S_2014_05_31_pus_uvs.fits wwins J1847+0810_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1847+0810_S_2014_05_31_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.000315813 Jy ! Component: 100 - total flux cleaned = 0.000698595 Jy ! Component: 150 - total flux cleaned = 0.000811276 Jy ! Component: 200 - total flux cleaned = 0.000892334 Jy ! Component: 250 - total flux cleaned = 0.000996624 Jy ! Component: 300 - total flux cleaned = 0.00109789 Jy ! Component: 350 - total flux cleaned = 0.00114752 Jy ! Component: 400 - total flux cleaned = 0.00119551 Jy ! Component: 450 - total flux cleaned = 0.00117167 Jy ! Component: 500 - total flux cleaned = 0.00112596 Jy ! Component: 550 - total flux cleaned = 0.00114902 Jy ! Component: 600 - total flux cleaned = 0.00114948 Jy ! Component: 650 - total flux cleaned = 0.00119258 Jy ! Component: 700 - total flux cleaned = 0.00123508 Jy ! Component: 750 - total flux cleaned = 0.0012558 Jy ! Component: 800 - total flux cleaned = 0.00131692 Jy ! Component: 850 - total flux cleaned = 0.00143641 Jy ! Component: 900 - total flux cleaned = 0.001456 Jy ! Component: 950 - total flux cleaned = 0.00153349 Jy ! Component: 1000 - total flux cleaned = 0.00164813 Jy ! Component: 1050 - total flux cleaned = 0.00177935 Jy ! Component: 1100 - total flux cleaned = 0.00187181 Jy ! Component: 1150 - total flux cleaned = 0.00205392 Jy ! Component: 1200 - total flux cleaned = 0.00210757 Jy ! Component: 1250 - total flux cleaned = 0.00219594 Jy ! Component: 1300 - total flux cleaned = 0.00221336 Jy ! Component: 1350 - total flux cleaned = 0.00223072 Jy ! Component: 1400 - total flux cleaned = 0.00229941 Jy ! Component: 1450 - total flux cleaned = 0.00231632 Jy ! Component: 1500 - total flux cleaned = 0.00238327 Jy ! Component: 1550 - total flux cleaned = 0.00241633 Jy ! Component: 1600 - total flux cleaned = 0.00241622 Jy ! Component: 1650 - total flux cleaned = 0.00239995 Jy ! Component: 1700 - total flux cleaned = 0.00244785 Jy ! Component: 1750 - total flux cleaned = 0.00243211 Jy ! Component: 1800 - total flux cleaned = 0.00249487 Jy ! Component: 1850 - total flux cleaned = 0.00252601 Jy ! Component: 1900 - total flux cleaned = 0.00249521 Jy ! Component: 1950 - total flux cleaned = 0.00249532 Jy ! Component: 2000 - total flux cleaned = 0.00249549 Jy ! Component: 2050 - total flux cleaned = 0.00243614 Jy ! Component: 2100 - total flux cleaned = 0.00255446 Jy ! Component: 2150 - total flux cleaned = 0.0025104 Jy ! Component: 2200 - total flux cleaned = 0.00253915 Jy ! Component: 2250 - total flux cleaned = 0.00251033 Jy ! Component: 2300 - total flux cleaned = 0.00249597 Jy ! Component: 2350 - total flux cleaned = 0.00245333 Jy ! Component: 2400 - total flux cleaned = 0.00246755 Jy ! Component: 2450 - total flux cleaned = 0.00246745 Jy ! Component: 2500 - total flux cleaned = 0.00246756 Jy ! Component: 2550 - total flux cleaned = 0.00241296 Jy ! Component: 2600 - total flux cleaned = 0.00241287 Jy ! Component: 2650 - total flux cleaned = 0.00245299 Jy ! Component: 2700 - total flux cleaned = 0.00235958 Jy ! Component: 2750 - total flux cleaned = 0.00234634 Jy ! Component: 2800 - total flux cleaned = 0.00232034 Jy ! Component: 2850 - total flux cleaned = 0.00234622 Jy ! Component: 2900 - total flux cleaned = 0.00230764 Jy ! Component: 2950 - total flux cleaned = 0.00228209 Jy ! Component: 3000 - total flux cleaned = 0.00224404 Jy ! Component: 3050 - total flux cleaned = 0.00219358 Jy ! Component: 3100 - total flux cleaned = 0.00219371 Jy ! Component: 3150 - total flux cleaned = 0.00221848 Jy ! Component: 3200 - total flux cleaned = 0.00215676 Jy ! Component: 3250 - total flux cleaned = 0.00214451 Jy ! Component: 3300 - total flux cleaned = 0.00213257 Jy ! Component: 3350 - total flux cleaned = 0.00209631 Jy ! Component: 3400 - total flux cleaned = 0.00206016 Jy ! Component: 3450 - total flux cleaned = 0.00198862 Jy ! Component: 3500 - total flux cleaned = 0.0019768 Jy ! Component: 3550 - total flux cleaned = 0.00197664 Jy ! Component: 3600 - total flux cleaned = 0.00192994 Jy ! Component: 3650 - total flux cleaned = 0.00189506 Jy ! Component: 3700 - total flux cleaned = 0.00184906 Jy ! Component: 3750 - total flux cleaned = 0.00182609 Jy ! Component: 3800 - total flux cleaned = 0.00179186 Jy ! Component: 3850 - total flux cleaned = 0.00183703 Jy ! Component: 3900 - total flux cleaned = 0.00174703 Jy ! Component: 3950 - total flux cleaned = 0.00168009 Jy ! Component: 4000 - total flux cleaned = 0.00170238 Jy ! Component: 4050 - total flux cleaned = 0.00163617 Jy ! Total flux subtracted in 4096 components = 0.0016033 Jy ! Clean residual min=-0.000612 max=0.000631 Jy/beam ! Clean residual mean=0.000000 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.184973 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 367 components and 0.184974 Jy ![Exited script file: muppet] wmap "J1847+0810_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.502 x 7.547 at -4.838 degrees (North through East) ! Clean map min=-0.0011091 max=0.16317 Jy/beam ! Writing clean map to FITS file: J1847+0810_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201429 device "J1847+0810_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1847+0810_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.370341 0.370341 0.740682 1.48136 2.96273 5.92546 11.8509 23.7018 47.4037 94.8074 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 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.502 x 7.547 at -4.838 degrees (North through East) ! Clean map min=-0.0011091 max=0.16317 Jy/beam quit ! Quitting program ! Log file J1847+0810_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:35:45 2016