! Started logfile: J1104+6038_S_2017_03_23_pus_uvs.log on Mon May 13 09:57:29 2019 obs J1104+6038_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1104+6038_S_2017_03_23_pus_uva.fits ! AN table 1: 231 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882828 visibilities/baseline/integration-bin. ! Found source: J1104+6038 ! ! 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 481 lines of history. ! ! Reading 36708 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 J1104+6038_S_2017_03_23_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 915 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905118Jy sigma=0.008153 ! Fit after self-cal, rms=0.894418Jy sigma=0.008069 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.541 mas, bmaj=3.715 mas, bpa=62.06 degrees ! Estimated noise=818.561 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.0807239 Jy ! Component: 100 - total flux cleaned = 0.0998196 Jy ! Total flux subtracted in 100 components = 0.0998196 Jy ! Clean residual min=-0.003631 max=0.007255 Jy/beam ! Clean residual mean=-0.000009 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0998196 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0998196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085740Jy sigma=0.000694 ! Fit after self-cal, rms=0.085734Jy sigma=0.000694 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00750634 Jy ! Component: 100 - total flux cleaned = 0.0109977 Jy ! Total flux subtracted in 100 components = 0.0109977 Jy ! Clean residual min=-0.003199 max=0.004123 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.110817 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.110817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084692Jy sigma=0.000687 ! Fit after self-cal, rms=0.084689Jy sigma=0.000686 ! 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=4.302 mas, bmaj=4.585 mas, bpa=33.65 degrees ! Estimated noise=454.611 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 (1, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00600536 Jy ! Component: 100 - total flux cleaned = 0.00995651 Jy ! Component: 150 - total flux cleaned = 0.0128569 Jy ! Component: 200 - total flux cleaned = 0.0150961 Jy ! Total flux subtracted in 200 components = 0.0150961 Jy ! Clean residual min=-0.002474 max=0.003414 Jy/beam ! Clean residual mean=0.000001 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.125913 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 61 components and 0.125913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084110Jy sigma=0.000682 ! Fit after self-cal, rms=0.084063Jy sigma=0.000681 ! 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.05 FD 0.96 HN 0.96 KP 1.04 ! LA 0.96 MK 1.03 NL 0.87 OV 1.03 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 1.03 KP 0.97 ! LA 0.95 MK 1.07 NL 0.99 OV 1.04 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.06 HN 0.99 KP 0.86 ! LA 0.76 MK 1.04 NL 1.12 OV 0.94 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.08 HN 0.98 KP 1.00* ! LA 0.80 MK 1.09 NL 1.00* OV 1.94 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.084063Jy sigma=0.000681 ! Fit after self-cal, rms=0.082552Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.335 mas, bmaj=4.632 mas, bpa=33.03 degrees ! Estimated noise=451.688 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.5, -22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192289 Jy ! Component: 100 - total flux cleaned = 0.00303405 Jy ! Component: 150 - total flux cleaned = 0.00373334 Jy ! Component: 200 - total flux cleaned = 0.00411192 Jy ! Total flux subtracted in 200 components = 0.00411192 Jy ! Clean residual min=-0.001410 max=0.001220 Jy/beam ! Clean residual mean=0.000012 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.130025 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 88 components and 0.130025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082500Jy sigma=0.000666 ! Fit after self-cal, rms=0.082580Jy sigma=0.000665 ! 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.082580Jy sigma=0.000665 ! Fit after self-cal, rms=0.083187Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.327 mas, bmaj=4.645 mas, bpa=32.89 degrees ! Estimated noise=451.025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000298174 Jy ! Component: 100 - total flux cleaned = 0.000521639 Jy ! Component: 150 - total flux cleaned = 0.000606639 Jy ! Component: 200 - total flux cleaned = 0.000662545 Jy ! Total flux subtracted in 200 components = 0.000662545 Jy ! Clean residual min=-0.001134 max=0.001245 Jy/beam ! Clean residual mean=0.000006 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.130688 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.130688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083174Jy sigma=0.000663 ! Fit after self-cal, rms=0.083203Jy sigma=0.000663 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 (95, -85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111477 Jy ! Component: 100 - total flux cleaned = 0.00152143 Jy ! Component: 150 - total flux cleaned = 0.00170544 Jy ! Component: 200 - total flux cleaned = 0.00181559 Jy ! Total flux subtracted in 200 components = 0.00181559 Jy ! Clean residual min=-0.001081 max=0.001124 Jy/beam ! Clean residual mean=0.000004 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.132503 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.132503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083185Jy sigma=0.000663 ! Fit after self-cal, rms=0.083182Jy sigma=0.000663 ! Inverting map ! Added new window around map position (-83.5, -94). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000553108 Jy ! Component: 100 - total flux cleaned = 0.000650917 Jy ! Component: 150 - total flux cleaned = 0.000798615 Jy ! Component: 200 - total flux cleaned = 0.000948903 Jy ! Total flux subtracted in 200 components = 0.000948903 Jy ! Clean residual min=-0.001016 max=0.000977 Jy/beam ! Clean residual mean=0.000004 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.133452 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.133452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083167Jy sigma=0.000663 ! Fit after self-cal, rms=0.083165Jy sigma=0.000663 ! 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.083165Jy sigma=0.000663 ! Fit after self-cal, rms=0.083216Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.328 mas, bmaj=4.648 mas, bpa=32.61 degrees ! Estimated noise=450.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102541 Jy ! Component: 100 - total flux cleaned = 0.000252979 Jy ! Component: 150 - total flux cleaned = 0.000338983 Jy ! Component: 200 - total flux cleaned = 0.000371513 Jy ! Total flux subtracted in 200 components = 0.000371513 Jy ! Clean residual min=-0.000988 max=0.000974 Jy/beam ! Clean residual mean=0.000003 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.133824 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 141 components and 0.133824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083209Jy sigma=0.000663 ! Fit after self-cal, rms=0.083213Jy sigma=0.000663 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 = 9.13681e-05 Jy ! Component: 100 - total flux cleaned = 0.000121308 Jy ! Component: 150 - total flux cleaned = 0.000106498 Jy ! Component: 200 - total flux cleaned = 0.000120851 Jy ! Total flux subtracted in 200 components = 0.000120851 Jy ! Clean residual min=-0.000976 max=0.000955 Jy/beam ! Clean residual mean=0.000003 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.133945 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 151 components and 0.133945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083208Jy sigma=0.000663 ! Fit after self-cal, rms=0.083207Jy sigma=0.000663 ! 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.083207Jy sigma=0.000663 ! Fit after self-cal, rms=0.083210Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.098 mas, bmaj=8.757 mas, bpa=63.93 degrees ! Estimated noise=554.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012792 Jy ! Component: 100 - total flux cleaned = 8.41297e-05 Jy ! Component: 150 - total flux cleaned = 0.000104203 Jy ! Component: 200 - total flux cleaned = 0.000124078 Jy ! Total flux subtracted in 200 components = 0.000124078 Jy ! Clean residual min=-0.001090 max=0.000953 Jy/beam ! Clean residual mean=0.000006 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.134069 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 164 components and 0.134069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083209Jy sigma=0.000663 ! Fit after self-cal, rms=0.083210Jy sigma=0.000663 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.50233e-05 Jy ! Component: 100 - total flux cleaned = 3.44728e-05 Jy ! Component: 150 - total flux cleaned = 5.21397e-05 Jy ! Component: 200 - total flux cleaned = 5.17026e-05 Jy ! Total flux subtracted in 200 components = 5.17026e-05 Jy ! Clean residual min=-0.001103 max=0.000966 Jy/beam ! Clean residual mean=0.000006 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.134121 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 174 components and 0.134121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083210Jy sigma=0.000663 ! Fit after self-cal, rms=0.083210Jy sigma=0.000663 ! 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=4.329 mas, bmaj=4.652 mas, bpa=32.24 degrees ! Estimated noise=449.86 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.329 x 4.652 at 32.24 degrees (North through East) ! Clean map min=-0.0010625 max=0.1058 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.558 mas, bmaj=3.761 mas, bpa=52.7 degrees ! Estimated noise=824.134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0810293 Jy ! Component: 100 - total flux cleaned = 0.100009 Jy ! Component: 150 - total flux cleaned = 0.107301 Jy ! Component: 200 - total flux cleaned = 0.111681 Jy ! Total flux subtracted in 200 components = 0.111681 Jy ! Clean residual min=-0.002611 max=0.002616 Jy/beam ! Clean residual mean=-0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.111681 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.111681 Jy ! Inverting map and beam ! Estimated beam: bmin=4.329 mas, bmaj=4.652 mas, bpa=32.24 degrees ! Estimated noise=449.86 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.00460656 Jy ! Component: 100 - total flux cleaned = 0.00769678 Jy ! Component: 150 - total flux cleaned = 0.00998951 Jy ! Component: 200 - total flux cleaned = 0.0118379 Jy ! Total flux subtracted in 200 components = 0.0118379 Jy ! Clean residual min=-0.001311 max=0.001208 Jy/beam ! Clean residual mean=-0.000001 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.123519 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 61 components and 0.123519 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.098 mas, bmaj=8.757 mas, bpa=63.93 degrees ! Estimated noise=554.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243022 Jy ! Component: 100 - total flux cleaned = 0.0041582 Jy ! Component: 150 - total flux cleaned = 0.0052503 Jy ! Component: 200 - total flux cleaned = 0.00611325 Jy ! Total flux subtracted in 200 components = 0.00611325 Jy ! Clean residual min=-0.001164 max=0.001062 Jy/beam ! Clean residual mean=0.000004 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.129632 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.000763615 Jy ! Component: 100 - total flux cleaned = 0.00137773 Jy ! Component: 150 - total flux cleaned = 0.00192898 Jy ! Component: 200 - total flux cleaned = 0.00242428 Jy ! Total flux subtracted in 200 components = 0.00242428 Jy ! Clean residual min=-0.001060 max=0.001035 Jy/beam ! Clean residual mean=0.000005 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.132056 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 155 components and 0.132056 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.329 mas, bmaj=4.652 mas, bpa=32.24 degrees ! Estimated noise=449.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000262734 Jy ! Component: 100 - total flux cleaned = 0.000623515 Jy ! Component: 150 - total flux cleaned = 0.000941766 Jy ! Component: 200 - total flux cleaned = 0.00118878 Jy ! Total flux subtracted in 200 components = 0.00118878 Jy ! Clean residual min=-0.001007 max=0.000964 Jy/beam ! Clean residual mean=0.000002 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.133245 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 178 components and 0.133245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083224Jy sigma=0.000663 ! Fit after self-cal, rms=0.083219Jy sigma=0.000663 wmodel J1104+6038_S_2017_03_23_pus_map.mod ! Writing 178 model components to file: J1104+6038_S_2017_03_23_pus_map.mod wobs J1104+6038_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1104+6038_S_2017_03_23_pus_uvs.fits wwins J1104+6038_S_2017_03_23_pus_map.win ! wwins: Wrote 5 windows to J1104+6038_S_2017_03_23_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.000175244 Jy ! Component: 100 - total flux cleaned = -0.000175777 Jy ! Component: 150 - total flux cleaned = -0.000108845 Jy ! Component: 200 - total flux cleaned = -1.2443e-05 Jy ! Component: 250 - total flux cleaned = 3.44983e-05 Jy ! Component: 300 - total flux cleaned = 0.000127147 Jy ! Component: 350 - total flux cleaned = 0.000172633 Jy ! Component: 400 - total flux cleaned = 0.000232345 Jy ! Component: 450 - total flux cleaned = 0.000217601 Jy ! Component: 500 - total flux cleaned = 0.000203287 Jy ! Component: 550 - total flux cleaned = 0.000146674 Jy ! Component: 600 - total flux cleaned = 0.000105098 Jy ! Component: 650 - total flux cleaned = 5.03708e-05 Jy ! Component: 700 - total flux cleaned = -3.8172e-06 Jy ! Component: 750 - total flux cleaned = -5.75888e-05 Jy ! Component: 800 - total flux cleaned = -8.41776e-05 Jy ! Component: 850 - total flux cleaned = -0.000175669 Jy ! Component: 900 - total flux cleaned = -0.000201495 Jy ! Component: 950 - total flux cleaned = -0.000278335 Jy ! Component: 1000 - total flux cleaned = -0.000366558 Jy ! Component: 1050 - total flux cleaned = -0.000379008 Jy ! Component: 1100 - total flux cleaned = -0.000478082 Jy ! Component: 1150 - total flux cleaned = -0.000478045 Jy ! Component: 1200 - total flux cleaned = -0.000550985 Jy ! Component: 1250 - total flux cleaned = -0.000550927 Jy ! Component: 1300 - total flux cleaned = -0.000598711 Jy ! Component: 1350 - total flux cleaned = -0.000634347 Jy ! Component: 1400 - total flux cleaned = -0.000657828 Jy ! Component: 1450 - total flux cleaned = -0.000681175 Jy ! Component: 1500 - total flux cleaned = -0.000715765 Jy ! Component: 1550 - total flux cleaned = -0.000727214 Jy ! Component: 1600 - total flux cleaned = -0.00074997 Jy ! Component: 1650 - total flux cleaned = -0.000783838 Jy ! Component: 1700 - total flux cleaned = -0.000783715 Jy ! Component: 1750 - total flux cleaned = -0.000839368 Jy ! Component: 1800 - total flux cleaned = -0.000817385 Jy ! Component: 1850 - total flux cleaned = -0.000806512 Jy ! Component: 1900 - total flux cleaned = -0.000839022 Jy ! Component: 1950 - total flux cleaned = -0.000839073 Jy ! Component: 2000 - total flux cleaned = -0.000785661 Jy ! Component: 2050 - total flux cleaned = -0.000817491 Jy ! Component: 2100 - total flux cleaned = -0.000828138 Jy ! Component: 2150 - total flux cleaned = -0.000849073 Jy ! Component: 2200 - total flux cleaned = -0.000817794 Jy ! Component: 2250 - total flux cleaned = -0.000807531 Jy ! Component: 2300 - total flux cleaned = -0.000848793 Jy ! Component: 2350 - total flux cleaned = -0.000869251 Jy ! Component: 2400 - total flux cleaned = -0.000909841 Jy ! Component: 2450 - total flux cleaned = -0.000929926 Jy ! Component: 2500 - total flux cleaned = -0.000899795 Jy ! Component: 2550 - total flux cleaned = -0.00088971 Jy ! Component: 2600 - total flux cleaned = -0.000959229 Jy ! Component: 2650 - total flux cleaned = -0.000899949 Jy ! Component: 2700 - total flux cleaned = -0.000919627 Jy ! Component: 2750 - total flux cleaned = -0.00093924 Jy ! Component: 2800 - total flux cleaned = -0.000948984 Jy ! Component: 2850 - total flux cleaned = -0.000968193 Jy ! Component: 2900 - total flux cleaned = -0.000929763 Jy ! Component: 2950 - total flux cleaned = -0.000939324 Jy ! Component: 3000 - total flux cleaned = -0.000929709 Jy ! Component: 3050 - total flux cleaned = -0.000910746 Jy ! Component: 3100 - total flux cleaned = -0.00092941 Jy ! Component: 3150 - total flux cleaned = -0.000863916 Jy ! Component: 3200 - total flux cleaned = -0.000882498 Jy ! Component: 3250 - total flux cleaned = -0.000891712 Jy ! Component: 3300 - total flux cleaned = -0.000854876 Jy ! Component: 3350 - total flux cleaned = -0.000827427 Jy ! Component: 3400 - total flux cleaned = -0.000836655 Jy ! Component: 3450 - total flux cleaned = -0.000827526 Jy ! Component: 3500 - total flux cleaned = -0.000800455 Jy ! Component: 3550 - total flux cleaned = -0.000827444 Jy ! Component: 3600 - total flux cleaned = -0.000782549 Jy ! Component: 3650 - total flux cleaned = -0.000737996 Jy ! Component: 3700 - total flux cleaned = -0.000773482 Jy ! Component: 3750 - total flux cleaned = -0.000773375 Jy ! Component: 3800 - total flux cleaned = -0.000755779 Jy ! Component: 3850 - total flux cleaned = -0.000747016 Jy ! Component: 3900 - total flux cleaned = -0.000720934 Jy ! Component: 3950 - total flux cleaned = -0.000712299 Jy ! Component: 4000 - total flux cleaned = -0.000720874 Jy ! Component: 4050 - total flux cleaned = -0.000695117 Jy ! Total flux subtracted in 4096 components = -0.000643751 Jy ! Clean residual min=-0.000551 max=0.000535 Jy/beam ! Clean residual mean=0.000002 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.132601 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 468 components and 0.132601 Jy ![Exited script file: muppet] wmap "J1104+6038_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.329 x 4.652 at 32.24 degrees (North through East) ! Clean map min=-0.00087893 max=0.10591 Jy/beam ! Writing clean map to FITS file: J1104+6038_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105912 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155516 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.440504 0.440504 0.881009 1.76202 3.52404 7.04807 14.0961 28.1923 56.3846 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.329 x 4.652 at 32.24 degrees (North through East) ! Clean map min=-0.00087893 max=0.10591 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 J1104+6038_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:57:36 2019