! Started logfile: J1603+1711_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:40:52 2016 obs J1603+1711_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1603+1711_S_2014_12_20_pus_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886621 visibilities/baseline/integration-bin. ! Found source: J1603+1711 ! ! 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 344 lines of history. ! ! Reading 23460 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 J1603+1711_S_2014_12_20_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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.992722Jy sigma=0.011326 ! Fit after self-cal, rms=0.960397Jy sigma=0.010991 ! 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.829 mas, bmaj=5.959 mas, bpa=-3.212 degrees ! Estimated noise=696.269 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.0316164 Jy ! Component: 100 - total flux cleaned = 0.0388257 Jy ! Total flux subtracted in 100 components = 0.0388257 Jy ! Clean residual min=-0.002315 max=0.002801 Jy/beam ! Clean residual mean=-0.000004 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.0388257 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0388257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073726Jy sigma=0.000778 ! Fit after self-cal, rms=0.072689Jy sigma=0.000768 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00433985 Jy ! Component: 100 - total flux cleaned = 0.00641903 Jy ! Total flux subtracted in 100 components = 0.00641903 Jy ! Clean residual min=-0.002335 max=0.002304 Jy/beam ! Clean residual mean=-0.000003 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0452447 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.0452447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072384Jy sigma=0.000765 ! Fit after self-cal, rms=0.072371Jy sigma=0.000765 ! 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.578 mas, bmaj=7.331 mas, bpa=-5.088 degrees ! Estimated noise=410.897 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.00165463 Jy ! Component: 100 - total flux cleaned = 0.00251315 Jy ! Component: 150 - total flux cleaned = 0.00301608 Jy ! Component: 200 - total flux cleaned = 0.00328983 Jy ! Total flux subtracted in 200 components = 0.00328983 Jy ! Clean residual min=-0.001817 max=0.001323 Jy/beam ! Clean residual mean=-0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0485345 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.0485345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072319Jy sigma=0.000765 ! Fit after self-cal, rms=0.072310Jy sigma=0.000764 ! 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 0.97 FD 0.87 HN 0.95 KP 1.14 ! LA 0.97 MK 1.00 NL 0.99 OV 1.05 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.08 KP 1.01 ! LA 0.95 MK 1.00 NL 1.02 OV 1.05 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.08 HN 1.05 KP 0.92 ! LA 0.79 MK 1.05 NL 1.18 OV 0.97 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 0.94 KP 0.95 ! LA 0.78 MK 0.99 NL 1.03 OV 1.00 ! PT 1.04 SC 0.93 ! ! ! Fit before self-cal, rms=0.072310Jy sigma=0.000764 ! Fit after self-cal, rms=0.070805Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.582 mas, bmaj=7.359 mas, bpa=-4.859 degrees ! Estimated noise=412.769 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.000254032 Jy ! Component: 100 - total flux cleaned = 0.000327413 Jy ! Component: 150 - total flux cleaned = 0.000366903 Jy ! Component: 200 - total flux cleaned = 0.000394523 Jy ! Total flux subtracted in 200 components = 0.000394523 Jy ! Clean residual min=-0.001412 max=0.001179 Jy/beam ! Clean residual mean=0.000003 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.0489291 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.0489291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070802Jy sigma=0.000763 ! Fit after self-cal, rms=0.070748Jy sigma=0.000762 ! 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.070748Jy sigma=0.000762 ! Fit after self-cal, rms=0.070449Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.588 mas, bmaj=7.37 mas, bpa=-4.797 degrees ! Estimated noise=412.397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.63347e-05 Jy ! Component: 100 - total flux cleaned = 0.000133506 Jy ! Component: 150 - total flux cleaned = 0.00016082 Jy ! Component: 200 - total flux cleaned = 0.000160873 Jy ! Total flux subtracted in 200 components = 0.000160873 Jy ! Clean residual min=-0.001441 max=0.001185 Jy/beam ! Clean residual mean=0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0490899 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.0490899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070446Jy sigma=0.000762 ! Fit after self-cal, rms=0.070442Jy sigma=0.000761 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.000105605 Jy ! Component: 100 - total flux cleaned = 0.000105754 Jy ! Component: 150 - total flux cleaned = 0.000113223 Jy ! Component: 200 - total flux cleaned = 0.000124477 Jy ! Total flux subtracted in 200 components = 0.000124477 Jy ! Clean residual min=-0.001490 max=0.001148 Jy/beam ! Clean residual mean=0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0492144 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.0492144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070440Jy sigma=0.000761 ! Fit after self-cal, rms=0.070437Jy sigma=0.000761 ! 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.070437Jy sigma=0.000761 ! Fit after self-cal, rms=0.070463Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.363 mas, bpa=-4.883 degrees ! Estimated noise=412.312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.82676e-05 Jy ! Component: 100 - total flux cleaned = 8.49338e-05 Jy ! Component: 150 - total flux cleaned = 9.12692e-05 Jy ! Component: 200 - total flux cleaned = 9.65261e-05 Jy ! Total flux subtracted in 200 components = 9.65261e-05 Jy ! Clean residual min=-0.001474 max=0.001159 Jy/beam ! Clean residual mean=0.000004 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0493109 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.0493109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070461Jy sigma=0.000761 ! Fit after self-cal, rms=0.070462Jy sigma=0.000761 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.20087e-05 Jy ! Component: 100 - total flux cleaned = 2.02684e-05 Jy ! Component: 150 - total flux cleaned = 2.59383e-05 Jy ! Component: 200 - total flux cleaned = 3.06179e-05 Jy ! Total flux subtracted in 200 components = 3.06179e-05 Jy ! Clean residual min=-0.001478 max=0.001163 Jy/beam ! Clean residual mean=0.000004 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0493415 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.0493415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070460Jy sigma=0.000761 ! Fit after self-cal, rms=0.070460Jy sigma=0.000761 ! 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.070460Jy sigma=0.000761 ! Fit after self-cal, rms=0.070466Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.699 mas, bmaj=10.64 mas, bpa=-3.972 degrees ! Estimated noise=497.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.80349e-05 Jy ! Component: 100 - total flux cleaned = 7.82521e-05 Jy ! Component: 150 - total flux cleaned = 9.23294e-05 Jy ! Component: 200 - total flux cleaned = 9.9588e-05 Jy ! Total flux subtracted in 200 components = 9.9588e-05 Jy ! Clean residual min=-0.001425 max=0.001167 Jy/beam ! Clean residual mean=0.000009 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0494411 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.0494411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070466Jy sigma=0.000761 ! Fit after self-cal, rms=0.070467Jy sigma=0.000761 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.47483e-05 Jy ! Component: 100 - total flux cleaned = -2.09301e-05 Jy ! Component: 150 - total flux cleaned = -1.46162e-05 Jy ! Component: 200 - total flux cleaned = -9.05216e-06 Jy ! Total flux subtracted in 200 components = -9.05216e-06 Jy ! Clean residual min=-0.001429 max=0.001168 Jy/beam ! Clean residual mean=0.000009 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0494321 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0494321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070467Jy sigma=0.000761 ! Fit after self-cal, rms=0.070467Jy sigma=0.000761 ! 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.586 mas, bmaj=7.359 mas, bpa=-4.969 degrees ! Estimated noise=412.294 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.586 x 7.359 at -4.969 degrees (North through East) ! Clean map min=-0.0014644 max=0.043025 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.831 mas, bmaj=5.977 mas, bpa=-3.226 degrees ! Estimated noise=695.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0331942 Jy ! Component: 100 - total flux cleaned = 0.0409755 Jy ! Component: 150 - total flux cleaned = 0.0443861 Jy ! Component: 200 - total flux cleaned = 0.0464438 Jy ! Total flux subtracted in 200 components = 0.0464438 Jy ! Clean residual min=-0.002236 max=0.002148 Jy/beam ! Clean residual mean=-0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0464438 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0464438 Jy ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.359 mas, bpa=-4.969 degrees ! Estimated noise=412.294 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 (-0.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169284 Jy ! Component: 100 - total flux cleaned = 0.00232965 Jy ! Component: 150 - total flux cleaned = 0.0026157 Jy ! Component: 200 - total flux cleaned = 0.00282101 Jy ! Total flux subtracted in 200 components = 0.00282101 Jy ! Clean residual min=-0.001497 max=0.001190 Jy/beam ! Clean residual mean=0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0492648 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 47 components and 0.0492648 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.699 mas, bmaj=10.64 mas, bpa=-3.972 degrees ! Estimated noise=497.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000401327 Jy ! Component: 100 - total flux cleaned = 0.000439991 Jy ! Component: 150 - total flux cleaned = 0.000440459 Jy ! Component: 200 - total flux cleaned = 0.000426282 Jy ! Total flux subtracted in 200 components = 0.000426282 Jy ! Clean residual min=-0.001394 max=0.001141 Jy/beam ! Clean residual mean=0.000009 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0496911 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.31965e-05 Jy ! Component: 100 - total flux cleaned = -1.96803e-05 Jy ! Component: 150 - total flux cleaned = -3.14647e-05 Jy ! Component: 200 - total flux cleaned = -3.68017e-05 Jy ! Total flux subtracted in 200 components = -3.68017e-05 Jy ! Clean residual min=-0.001399 max=0.001134 Jy/beam ! Clean residual mean=0.000009 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0496543 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 75 components and 0.0496543 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.359 mas, bpa=-4.969 degrees ! Estimated noise=412.294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168465 Jy ! Component: 100 - total flux cleaned = -0.000130693 Jy ! Component: 150 - total flux cleaned = -8.57091e-05 Jy ! Component: 200 - total flux cleaned = -5.55363e-05 Jy ! Total flux subtracted in 200 components = -5.55363e-05 Jy ! Clean residual min=-0.001492 max=0.001149 Jy/beam ! Clean residual mean=0.000005 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0495988 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.0495988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070466Jy sigma=0.000761 ! Fit after self-cal, rms=0.070462Jy sigma=0.000761 wmodel J1603+1711_S_2014_12_20_pus_map.mod ! Writing 86 model components to file: J1603+1711_S_2014_12_20_pus_map.mod wobs J1603+1711_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1603+1711_S_2014_12_20_pus_uvs.fits wwins J1603+1711_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1603+1711_S_2014_12_20_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.000244187 Jy ! Component: 100 - total flux cleaned = -0.000469808 Jy ! Component: 150 - total flux cleaned = -0.000626097 Jy ! Component: 200 - total flux cleaned = -0.000663463 Jy ! Component: 250 - total flux cleaned = -0.00073653 Jy ! Component: 300 - total flux cleaned = -0.000842926 Jy ! Component: 350 - total flux cleaned = -0.000946726 Jy ! Component: 400 - total flux cleaned = -0.00101433 Jy ! Component: 450 - total flux cleaned = -0.00109675 Jy ! Component: 500 - total flux cleaned = -0.00116129 Jy ! Component: 550 - total flux cleaned = -0.00127158 Jy ! Component: 600 - total flux cleaned = -0.00130229 Jy ! Component: 650 - total flux cleaned = -0.00136279 Jy ! Component: 700 - total flux cleaned = -0.00136291 Jy ! Component: 750 - total flux cleaned = -0.00137768 Jy ! Component: 800 - total flux cleaned = -0.00136349 Jy ! Component: 850 - total flux cleaned = -0.00134959 Jy ! Component: 900 - total flux cleaned = -0.00133591 Jy ! Component: 950 - total flux cleaned = -0.00133608 Jy ! Component: 1000 - total flux cleaned = -0.00129591 Jy ! Component: 1050 - total flux cleaned = -0.0012828 Jy ! Component: 1100 - total flux cleaned = -0.00121786 Jy ! Component: 1150 - total flux cleaned = -0.00120541 Jy ! Component: 1200 - total flux cleaned = -0.00114259 Jy ! Component: 1250 - total flux cleaned = -0.00113034 Jy ! Component: 1300 - total flux cleaned = -0.00110595 Jy ! Component: 1350 - total flux cleaned = -0.00109399 Jy ! Component: 1400 - total flux cleaned = -0.00109402 Jy ! Component: 1450 - total flux cleaned = -0.00108221 Jy ! Component: 1500 - total flux cleaned = -0.00105893 Jy ! Component: 1550 - total flux cleaned = -0.00107051 Jy ! Component: 1600 - total flux cleaned = -0.0010591 Jy ! Component: 1650 - total flux cleaned = -0.00104794 Jy ! Component: 1700 - total flux cleaned = -0.00100368 Jy ! Component: 1750 - total flux cleaned = -0.00100378 Jy ! Component: 1800 - total flux cleaned = -0.00100369 Jy ! Component: 1850 - total flux cleaned = -0.00101442 Jy ! Component: 1900 - total flux cleaned = -0.00100363 Jy ! Component: 1950 - total flux cleaned = -0.000993075 Jy ! Component: 2000 - total flux cleaned = -0.0009722 Jy ! Component: 2050 - total flux cleaned = -0.000982523 Jy ! Component: 2100 - total flux cleaned = -0.000992757 Jy ! Component: 2150 - total flux cleaned = -0.00100279 Jy ! Component: 2200 - total flux cleaned = -0.00101279 Jy ! Component: 2250 - total flux cleaned = -0.000993049 Jy ! Component: 2300 - total flux cleaned = -0.00104201 Jy ! Component: 2350 - total flux cleaned = -0.00103226 Jy ! Component: 2400 - total flux cleaned = -0.00107096 Jy ! Component: 2450 - total flux cleaned = -0.00108055 Jy ! Component: 2500 - total flux cleaned = -0.00109955 Jy ! Component: 2550 - total flux cleaned = -0.00110898 Jy ! Component: 2600 - total flux cleaned = -0.00114619 Jy ! Component: 2650 - total flux cleaned = -0.00113688 Jy ! Component: 2700 - total flux cleaned = -0.00117351 Jy ! Component: 2750 - total flux cleaned = -0.00120074 Jy ! Component: 2800 - total flux cleaned = -0.00121868 Jy ! Component: 2850 - total flux cleaned = -0.00124553 Jy ! Component: 2900 - total flux cleaned = -0.00126334 Jy ! Component: 2950 - total flux cleaned = -0.00128988 Jy ! Component: 3000 - total flux cleaned = -0.00128105 Jy ! Component: 3050 - total flux cleaned = -0.00132458 Jy ! Component: 3100 - total flux cleaned = -0.00134186 Jy ! Component: 3150 - total flux cleaned = -0.00134186 Jy ! Component: 3200 - total flux cleaned = -0.00138455 Jy ! Component: 3250 - total flux cleaned = -0.00135052 Jy ! Component: 3300 - total flux cleaned = -0.00134211 Jy ! Component: 3350 - total flux cleaned = -0.00138398 Jy ! Component: 3400 - total flux cleaned = -0.00140061 Jy ! Component: 3450 - total flux cleaned = -0.00139238 Jy ! Component: 3500 - total flux cleaned = -0.00138423 Jy ! Component: 3550 - total flux cleaned = -0.00138422 Jy ! Component: 3600 - total flux cleaned = -0.00142465 Jy ! Component: 3650 - total flux cleaned = -0.00142456 Jy ! Component: 3700 - total flux cleaned = -0.00141662 Jy ! Component: 3750 - total flux cleaned = -0.00140077 Jy ! Component: 3800 - total flux cleaned = -0.00139291 Jy ! Component: 3850 - total flux cleaned = -0.00140082 Jy ! Component: 3900 - total flux cleaned = -0.00143202 Jy ! Component: 3950 - total flux cleaned = -0.00145517 Jy ! Component: 4000 - total flux cleaned = -0.00143204 Jy ! Component: 4050 - total flux cleaned = -0.00143972 Jy ! Total flux subtracted in 4096 components = -0.00144736 Jy ! Clean residual min=-0.000838 max=0.000485 Jy/beam ! Clean residual mean=0.000002 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.0481514 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 384 components and 0.0481514 Jy ![Exited script file: muppet] wmap "J1603+1711_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.586 x 7.359 at -4.969 degrees (North through East) ! Clean map min=-0.00094385 max=0.042969 Jy/beam ! Writing clean map to FITS file: J1603+1711_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0429692 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000141497 device "J1603+1711_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1603+1711_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.987893 0.987893 1.97579 3.95157 7.90314 15.8063 31.6126 63.2251 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.586 x 7.359 at -4.969 degrees (North through East) ! Clean map min=-0.00094385 max=0.042969 Jy/beam quit ! Quitting program ! Log file J1603+1711_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:40:57 2016