! Started logfile: J1908+2222_S_2017_06_10_pus_uvs.log on Mon May 6 15:00:35 2019 obs J1908+2222_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1908+2222_S_2017_06_10_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968056 visibilities/baseline/integration-bin. ! Found source: J1908+2222 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 1154 lines of history. ! ! Reading 19516 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 J1908+2222_S_2017_06_10_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 607 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916942Jy sigma=0.009815 ! Fit after self-cal, rms=0.905840Jy sigma=0.009703 ! 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.756 mas, bmaj=6.197 mas, bpa=-5.342 degrees ! Estimated noise=781.495 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.0747455 Jy ! Component: 100 - total flux cleaned = 0.091121 Jy ! Total flux subtracted in 100 components = 0.091121 Jy ! Clean residual min=-0.003384 max=0.005020 Jy/beam ! Clean residual mean=-0.000009 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.091121 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.091121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068780Jy sigma=0.000692 ! Fit after self-cal, rms=0.068774Jy sigma=0.000692 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00522493 Jy ! Component: 100 - total flux cleaned = 0.00815327 Jy ! Total flux subtracted in 100 components = 0.00815327 Jy ! Clean residual min=-0.002925 max=0.002950 Jy/beam ! Clean residual mean=-0.000007 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.0992743 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.0992743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068338Jy sigma=0.000688 ! Fit after self-cal, rms=0.068339Jy sigma=0.000688 ! 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.374 mas, bmaj=7.08 mas, bpa=-5.571 degrees ! Estimated noise=543.678 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.00205791 Jy ! Component: 100 - total flux cleaned = 0.00328177 Jy ! Component: 150 - total flux cleaned = 0.00393584 Jy ! Component: 200 - total flux cleaned = 0.00406154 Jy ! Total flux subtracted in 200 components = 0.00406154 Jy ! Clean residual min=-0.002567 max=0.002315 Jy/beam ! Clean residual mean=-0.000010 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.103336 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 34 components and 0.103336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068254Jy sigma=0.000688 ! Fit after self-cal, rms=0.068259Jy sigma=0.000688 ! 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.03 FD 0.96 HN 0.97 KP 1.01 ! LA 1.02 MK 1.01 NL 0.89 OV 1.00 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 0.99 HN 0.99 KP 0.97 ! LA 0.97 MK 1.02 NL 1.07 OV 1.07 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 0.98 KP 0.96 ! LA 0.99 MK 1.05 NL 1.07 OV 0.94 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 0.97 KP 1.00* ! LA 0.81 MK 1.04 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.068259Jy sigma=0.000688 ! Fit after self-cal, rms=0.068239Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=7.123 mas, bpa=-5.457 degrees ! Estimated noise=546.209 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.000154327 Jy ! Component: 100 - total flux cleaned = 6.07069e-05 Jy ! Component: 150 - total flux cleaned = -1.84267e-05 Jy ! Component: 200 - total flux cleaned = -7.34905e-05 Jy ! Total flux subtracted in 200 components = -7.34905e-05 Jy ! Clean residual min=-0.002103 max=0.002040 Jy/beam ! Clean residual mean=-0.000005 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.103262 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.103262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068228Jy sigma=0.000682 ! Fit after self-cal, rms=0.068234Jy sigma=0.000682 ! 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.068234Jy sigma=0.000682 ! Fit after self-cal, rms=0.069326Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.389 mas, bmaj=7.083 mas, bpa=-5.288 degrees ! Estimated noise=546.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.86252e-05 Jy ! Component: 100 - total flux cleaned = -8.46295e-05 Jy ! Component: 150 - total flux cleaned = -9.81493e-05 Jy ! Component: 200 - total flux cleaned = -0.000110421 Jy ! Total flux subtracted in 200 components = -0.000110421 Jy ! Clean residual min=-0.001502 max=0.001333 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.103152 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.103152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069321Jy sigma=0.000676 ! Fit after self-cal, rms=0.069354Jy sigma=0.000676 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 = -3.79163e-05 Jy ! Component: 100 - total flux cleaned = -4.92665e-05 Jy ! Component: 150 - total flux cleaned = -5.95361e-05 Jy ! Component: 200 - total flux cleaned = -6.90537e-05 Jy ! Total flux subtracted in 200 components = -6.90537e-05 Jy ! Clean residual min=-0.001493 max=0.001330 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.103083 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.103083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069351Jy sigma=0.000676 ! Fit after self-cal, rms=0.069350Jy sigma=0.000676 ! 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.069350Jy sigma=0.000676 ! Fit after self-cal, rms=0.069561Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=7.081 mas, bpa=-5.298 degrees ! Estimated noise=546.659 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121042 Jy ! Component: 100 - total flux cleaned = -0.00012142 Jy ! Component: 150 - total flux cleaned = -0.00014054 Jy ! Component: 200 - total flux cleaned = -0.000149586 Jy ! Total flux subtracted in 200 components = -0.000149586 Jy ! Clean residual min=-0.001476 max=0.001356 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.102933 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.102933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069559Jy sigma=0.000676 ! Fit after self-cal, rms=0.069561Jy sigma=0.000676 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.07007e-05 Jy ! Component: 100 - total flux cleaned = -1.9447e-05 Jy ! Component: 150 - total flux cleaned = -2.75295e-05 Jy ! Component: 200 - total flux cleaned = -4.28687e-05 Jy ! Total flux subtracted in 200 components = -4.28687e-05 Jy ! Clean residual min=-0.001467 max=0.001354 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.10289 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.10289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069559Jy sigma=0.000676 ! Fit after self-cal, rms=0.069559Jy sigma=0.000676 ! 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.069559Jy sigma=0.000676 ! Fit after self-cal, rms=0.069626Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.394 mas, bmaj=10.61 mas, bpa=-8.646 degrees ! Estimated noise=676.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259058 Jy ! Component: 100 - total flux cleaned = -0.000275209 Jy ! Component: 150 - total flux cleaned = -0.000302987 Jy ! Component: 200 - total flux cleaned = -0.00032318 Jy ! Total flux subtracted in 200 components = -0.00032318 Jy ! Clean residual min=-0.001184 max=0.001470 Jy/beam ! Clean residual mean=0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.102567 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 61 components and 0.102567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069627Jy sigma=0.000676 ! Fit after self-cal, rms=0.069628Jy sigma=0.000676 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.55421e-05 Jy ! Component: 100 - total flux cleaned = -2.2118e-05 Jy ! Component: 150 - total flux cleaned = -2.7623e-05 Jy ! Component: 200 - total flux cleaned = -3.18129e-05 Jy ! Total flux subtracted in 200 components = -3.18129e-05 Jy ! Clean residual min=-0.001195 max=0.001470 Jy/beam ! Clean residual mean=0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.102535 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.102535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069629Jy sigma=0.000676 ! Fit after self-cal, rms=0.069629Jy sigma=0.000676 ! 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.395 mas, bmaj=7.079 mas, bpa=-5.271 degrees ! Estimated noise=546.721 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 7.079 at -5.271 degrees (North through East) ! Clean map min=-0.0013841 max=0.096494 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.776 mas, bmaj=6.175 mas, bpa=-4.962 degrees ! Estimated noise=783.671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0748273 Jy ! Component: 100 - total flux cleaned = 0.0912074 Jy ! Component: 150 - total flux cleaned = 0.0962079 Jy ! Component: 200 - total flux cleaned = 0.0990149 Jy ! Total flux subtracted in 200 components = 0.0990149 Jy ! Clean residual min=-0.002254 max=0.002034 Jy/beam ! Clean residual mean=0.000000 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0990149 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0990149 Jy ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.079 mas, bpa=-5.271 degrees ! Estimated noise=546.721 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) ! Added new window around map position (-3, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201777 Jy ! Component: 100 - total flux cleaned = 0.00304721 Jy ! Component: 150 - total flux cleaned = 0.00330291 Jy ! Component: 200 - total flux cleaned = 0.00343615 Jy ! Total flux subtracted in 200 components = 0.00343615 Jy ! Clean residual min=-0.001417 max=0.001245 Jy/beam ! Clean residual mean=0.000001 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.102451 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 56 components and 0.102451 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.394 mas, bmaj=10.61 mas, bpa=-8.646 degrees ! Estimated noise=676.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.21016e-05 Jy ! Component: 100 - total flux cleaned = -0.000177648 Jy ! Component: 150 - total flux cleaned = -0.000212498 Jy ! Component: 200 - total flux cleaned = -0.000212215 Jy ! Total flux subtracted in 200 components = -0.000212215 Jy ! Clean residual min=-0.001275 max=0.001457 Jy/beam ! Clean residual mean=0.000001 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.102239 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 = -8.77248e-06 Jy ! Component: 100 - total flux cleaned = -1.70504e-05 Jy ! Component: 150 - total flux cleaned = -1.70575e-05 Jy ! Component: 200 - total flux cleaned = -2.37796e-05 Jy ! Total flux subtracted in 200 components = -2.37796e-05 Jy ! Clean residual min=-0.001273 max=0.001454 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.102215 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 86 components and 0.102215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.079 mas, bpa=-5.271 degrees ! Estimated noise=546.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315344 Jy ! Component: 100 - total flux cleaned = 0.000346985 Jy ! Component: 150 - total flux cleaned = 0.000359776 Jy ! Component: 200 - total flux cleaned = 0.000360159 Jy ! Total flux subtracted in 200 components = 0.000360159 Jy ! Clean residual min=-0.001440 max=0.001260 Jy/beam ! Clean residual mean=0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.102575 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.102575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069615Jy sigma=0.000676 ! Fit after self-cal, rms=0.069612Jy sigma=0.000676 wmodel J1908+2222_S_2017_06_10_pus_map.mod ! Writing 99 model components to file: J1908+2222_S_2017_06_10_pus_map.mod wobs J1908+2222_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1908+2222_S_2017_06_10_pus_uvs.fits wwins J1908+2222_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1908+2222_S_2017_06_10_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.000517171 Jy ! Component: 100 - total flux cleaned = -0.000494535 Jy ! Component: 150 - total flux cleaned = -0.000494256 Jy ! Component: 200 - total flux cleaned = -0.000472628 Jy ! Component: 250 - total flux cleaned = -0.000472971 Jy ! Component: 300 - total flux cleaned = -0.000493315 Jy ! Component: 350 - total flux cleaned = -0.000433084 Jy ! Component: 400 - total flux cleaned = -0.000472058 Jy ! Component: 450 - total flux cleaned = -0.000395155 Jy ! Component: 500 - total flux cleaned = -0.000414027 Jy ! Component: 550 - total flux cleaned = -0.000469109 Jy ! Component: 600 - total flux cleaned = -0.000468805 Jy ! Component: 650 - total flux cleaned = -0.000486551 Jy ! Component: 700 - total flux cleaned = -0.000504406 Jy ! Component: 750 - total flux cleaned = -0.000504787 Jy ! Component: 800 - total flux cleaned = -0.000522467 Jy ! Component: 850 - total flux cleaned = -0.000556479 Jy ! Component: 900 - total flux cleaned = -0.000506353 Jy ! Component: 950 - total flux cleaned = -0.000539554 Jy ! Component: 1000 - total flux cleaned = -0.000539756 Jy ! Component: 1050 - total flux cleaned = -0.000604199 Jy ! Component: 1100 - total flux cleaned = -0.000620018 Jy ! Component: 1150 - total flux cleaned = -0.000667092 Jy ! Component: 1200 - total flux cleaned = -0.000635803 Jy ! Component: 1250 - total flux cleaned = -0.000651022 Jy ! Component: 1300 - total flux cleaned = -0.000635534 Jy ! Component: 1350 - total flux cleaned = -0.000575218 Jy ! Component: 1400 - total flux cleaned = -0.000590011 Jy ! Component: 1450 - total flux cleaned = -0.000530919 Jy ! Component: 1500 - total flux cleaned = -0.000545607 Jy ! Component: 1550 - total flux cleaned = -0.000473028 Jy ! Component: 1600 - total flux cleaned = -0.000487211 Jy ! Component: 1650 - total flux cleaned = -0.000458596 Jy ! Component: 1700 - total flux cleaned = -0.000416034 Jy ! Component: 1750 - total flux cleaned = -0.000345731 Jy ! Component: 1800 - total flux cleaned = -0.000331825 Jy ! Component: 1850 - total flux cleaned = -0.000317866 Jy ! Component: 1900 - total flux cleaned = -0.00027672 Jy ! Component: 1950 - total flux cleaned = -0.000303919 Jy ! Component: 2000 - total flux cleaned = -0.000223127 Jy ! Component: 2050 - total flux cleaned = -0.000223274 Jy ! Component: 2100 - total flux cleaned = -0.000143739 Jy ! Component: 2150 - total flux cleaned = -0.000156993 Jy ! Component: 2200 - total flux cleaned = -0.000117713 Jy ! Component: 2250 - total flux cleaned = -6.6066e-05 Jy ! Component: 2300 - total flux cleaned = -6.61411e-05 Jy ! Component: 2350 - total flux cleaned = 2.31456e-05 Jy ! Component: 2400 - total flux cleaned = 3.56194e-05 Jy ! Component: 2450 - total flux cleaned = 6.07166e-05 Jy ! Component: 2500 - total flux cleaned = 0.000135553 Jy ! Component: 2550 - total flux cleaned = 0.000197553 Jy ! Component: 2600 - total flux cleaned = 0.000283652 Jy ! Component: 2650 - total flux cleaned = 0.000283621 Jy ! Component: 2700 - total flux cleaned = 0.00039292 Jy ! Component: 2750 - total flux cleaned = 0.000416955 Jy ! Component: 2800 - total flux cleaned = 0.00045282 Jy ! Component: 2850 - total flux cleaned = 0.000500309 Jy ! Component: 2900 - total flux cleaned = 0.000583044 Jy ! Component: 2950 - total flux cleaned = 0.000559571 Jy ! Component: 3000 - total flux cleaned = 0.00060631 Jy ! Component: 3050 - total flux cleaned = 0.000641202 Jy ! Component: 3100 - total flux cleaned = 0.000744626 Jy ! Component: 3150 - total flux cleaned = 0.000801739 Jy ! Component: 3200 - total flux cleaned = 0.000858482 Jy ! Component: 3250 - total flux cleaned = 0.000903504 Jy ! Component: 3300 - total flux cleaned = 0.000881034 Jy ! Component: 3350 - total flux cleaned = 0.00092574 Jy ! Component: 3400 - total flux cleaned = 0.000992044 Jy ! Component: 3450 - total flux cleaned = 0.00103595 Jy ! Component: 3500 - total flux cleaned = 0.00106875 Jy ! Component: 3550 - total flux cleaned = 0.00109047 Jy ! Component: 3600 - total flux cleaned = 0.00113368 Jy ! Component: 3650 - total flux cleaned = 0.00116585 Jy ! Component: 3700 - total flux cleaned = 0.00115515 Jy ! Component: 3750 - total flux cleaned = 0.00120819 Jy ! Component: 3800 - total flux cleaned = 0.00127149 Jy ! Component: 3850 - total flux cleaned = 0.00131336 Jy ! Component: 3900 - total flux cleaned = 0.00132382 Jy ! Component: 3950 - total flux cleaned = 0.00143771 Jy ! Component: 4000 - total flux cleaned = 0.001448 Jy ! Component: 4050 - total flux cleaned = 0.00148892 Jy ! Total flux subtracted in 4096 components = 0.00152968 Jy ! Clean residual min=-0.000574 max=0.000627 Jy/beam ! Clean residual mean=0.000001 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.104105 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 378 components and 0.104105 Jy ![Exited script file: muppet] wmap "J1908+2222_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 7.079 at -5.271 degrees (North through East) ! Clean map min=-0.0011086 max=0.096605 Jy/beam ! Writing clean map to FITS file: J1908+2222_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.096605 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018907 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.587144 0.587144 1.17429 2.34858 4.69715 9.39431 18.7886 37.5772 75.1545 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.096 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.395 x 7.079 at -5.271 degrees (North through East) ! Clean map min=-0.0011086 max=0.096605 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 J1908+2222_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:00:39 2019