! Started logfile: J0223-1656_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:42:47 2016 obs J0223-1656_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0223-1656_S_2014_05_31_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.88976 visibilities/baseline/integration-bin. ! Found source: J0223-1656 ! ! 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 16336 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 J0223-1656_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923031Jy sigma=0.009088 ! Fit after self-cal, rms=0.886376Jy sigma=0.008752 ! 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.847 mas, bmaj=6.304 mas, bpa=-0.05531 degrees ! Estimated noise=1025.82 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.0841343 Jy ! Component: 100 - total flux cleaned = 0.107874 Jy ! Total flux subtracted in 100 components = 0.107874 Jy ! Clean residual min=-0.005946 max=0.010458 Jy/beam ! Clean residual mean=-0.000014 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.107874 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.107874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087536Jy sigma=0.000820 ! Fit after self-cal, rms=0.087442Jy sigma=0.000819 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122755 Jy ! Component: 100 - total flux cleaned = 0.0190427 Jy ! Total flux subtracted in 100 components = 0.0190427 Jy ! Clean residual min=-0.004708 max=0.004888 Jy/beam ! Clean residual mean=-0.000008 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.126917 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.126917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084839Jy sigma=0.000791 ! Fit after self-cal, rms=0.084819Jy sigma=0.000791 ! 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.701 mas, bmaj=7.84 mas, bpa=0.2534 degrees ! Estimated noise=567.026 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 (3.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00879811 Jy ! Component: 100 - total flux cleaned = 0.0140512 Jy ! Component: 150 - total flux cleaned = 0.0175949 Jy ! Component: 200 - total flux cleaned = 0.020088 Jy ! Total flux subtracted in 200 components = 0.020088 Jy ! Clean residual min=-0.003232 max=0.005691 Jy/beam ! Clean residual mean=-0.000009 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.147005 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 63 components and 0.147005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083796Jy sigma=0.000781 ! Fit after self-cal, rms=0.083726Jy sigma=0.000780 ! Inverting map ! Added new window around map position (14, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0053554 Jy ! Component: 100 - total flux cleaned = 0.00817536 Jy ! Component: 150 - total flux cleaned = 0.0100944 Jy ! Component: 200 - total flux cleaned = 0.0114351 Jy ! Total flux subtracted in 200 components = 0.0114351 Jy ! Clean residual min=-0.002416 max=0.002503 Jy/beam ! Clean residual mean=0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.15844 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 97 components and 0.15844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083356Jy sigma=0.000777 ! Fit after self-cal, rms=0.083321Jy sigma=0.000776 ! 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.95 FD 0.87 HN 1.03 KP 1.03 ! LA 1.15 MK 1.00 NL 0.95 OV 0.97 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.04 KP 1.01 ! LA 1.14 MK 0.97 NL 1.09 OV 0.96 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.03 KP 0.90 ! LA 0.92 MK 0.99 NL 0.99 OV 0.92 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.01 KP 0.88 ! LA 0.84 MK 1.06 NL 1.02 OV 1.00 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.083321Jy sigma=0.000776 ! Fit after self-cal, rms=0.081176Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=7.862 mas, bpa=0.5483 degrees ! Estimated noise=563.652 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.00185445 Jy ! Component: 100 - total flux cleaned = 0.00241207 Jy ! Component: 150 - total flux cleaned = 0.0024727 Jy ! Component: 200 - total flux cleaned = 0.00250084 Jy ! Total flux subtracted in 200 components = 0.00250084 Jy ! Clean residual min=-0.001773 max=0.001657 Jy/beam ! Clean residual mean=0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.160941 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 134 components and 0.160941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081130Jy sigma=0.000765 ! Fit after self-cal, rms=0.081132Jy sigma=0.000765 ! 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.081132Jy sigma=0.000765 ! Fit after self-cal, rms=0.081421Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.71 mas, bmaj=7.868 mas, bpa=0.379 degrees ! Estimated noise=563.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000672176 Jy ! Component: 100 - total flux cleaned = 0.000744013 Jy ! Component: 150 - total flux cleaned = 0.000744502 Jy ! Component: 200 - total flux cleaned = 0.00076404 Jy ! Total flux subtracted in 200 components = 0.00076404 Jy ! Clean residual min=-0.001800 max=0.001508 Jy/beam ! Clean residual mean=0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.161705 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 145 components and 0.161705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081405Jy sigma=0.000764 ! Fit after self-cal, rms=0.081415Jy sigma=0.000764 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.00012672 Jy ! Component: 100 - total flux cleaned = 0.000163543 Jy ! Component: 150 - total flux cleaned = 0.00019793 Jy ! Component: 200 - total flux cleaned = 0.000213544 Jy ! Total flux subtracted in 200 components = 0.000213544 Jy ! Clean residual min=-0.001785 max=0.001504 Jy/beam ! Clean residual mean=0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.161918 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 154 components and 0.161918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081408Jy sigma=0.000764 ! Fit after self-cal, rms=0.081407Jy sigma=0.000764 ! 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.081407Jy sigma=0.000764 ! Fit after self-cal, rms=0.081373Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=7.871 mas, bpa=0.3482 degrees ! Estimated noise=563.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116362 Jy ! Component: 100 - total flux cleaned = -6.82529e-05 Jy ! Component: 150 - total flux cleaned = -3.89873e-05 Jy ! Component: 200 - total flux cleaned = -3.88168e-05 Jy ! Total flux subtracted in 200 components = -3.88168e-05 Jy ! Clean residual min=-0.001742 max=0.001482 Jy/beam ! Clean residual mean=0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.161879 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 158 components and 0.161879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081368Jy sigma=0.000764 ! Fit after self-cal, rms=0.081368Jy sigma=0.000764 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 = 4.39417e-06 Jy ! Component: 100 - total flux cleaned = 3.24132e-05 Jy ! Component: 150 - total flux cleaned = 5.92369e-05 Jy ! Component: 200 - total flux cleaned = 7.20112e-05 Jy ! Total flux subtracted in 200 components = 7.20112e-05 Jy ! Clean residual min=-0.001724 max=0.001479 Jy/beam ! Clean residual mean=0.000002 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.161951 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 162 components and 0.161951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081364Jy sigma=0.000764 ! Fit after self-cal, rms=0.081363Jy sigma=0.000764 ! 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.081363Jy sigma=0.000764 ! Fit after self-cal, rms=0.081332Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.875 mas, bmaj=15.44 mas, bpa=1.905 degrees ! Estimated noise=660.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000254042 Jy ! Component: 100 - total flux cleaned = -0.000127666 Jy ! Component: 150 - total flux cleaned = -8.90439e-05 Jy ! Component: 200 - total flux cleaned = -5.58621e-05 Jy ! Total flux subtracted in 200 components = -5.58621e-05 Jy ! Clean residual min=-0.001426 max=0.001400 Jy/beam ! Clean residual mean=0.000003 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.161896 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 177 components and 0.161896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081331Jy sigma=0.000764 ! Fit after self-cal, rms=0.081328Jy sigma=0.000764 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.000112842 Jy ! Component: 100 - total flux cleaned = -1.66996e-05 Jy ! Component: 150 - total flux cleaned = 3.2368e-05 Jy ! Component: 200 - total flux cleaned = 3.2222e-05 Jy ! Total flux subtracted in 200 components = 3.2222e-05 Jy ! Clean residual min=-0.001428 max=0.001389 Jy/beam ! Clean residual mean=0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.161928 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 188 components and 0.161928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081327Jy sigma=0.000764 ! Fit after self-cal, rms=0.081325Jy sigma=0.000764 ! 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.714 mas, bmaj=7.87 mas, bpa=0.3059 degrees ! Estimated noise=562.669 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.714 x 7.87 at 0.3059 degrees (North through East) ! Clean map min=-0.0016202 max=0.11368 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.851 mas, bmaj=6.309 mas, bpa=0.2326 degrees ! Estimated noise=1018.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0833108 Jy ! Component: 100 - total flux cleaned = 0.108034 Jy ! Component: 150 - total flux cleaned = 0.120241 Jy ! Component: 200 - total flux cleaned = 0.127908 Jy ! Total flux subtracted in 200 components = 0.127908 Jy ! Clean residual min=-0.003953 max=0.004375 Jy/beam ! Clean residual mean=-0.000013 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.127908 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.127908 Jy ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=7.87 mas, bpa=0.3059 degrees ! Estimated noise=562.669 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.00946614 Jy ! Component: 100 - total flux cleaned = 0.0157647 Jy ! Component: 150 - total flux cleaned = 0.0202377 Jy ! Component: 200 - total flux cleaned = 0.0235309 Jy ! Total flux subtracted in 200 components = 0.0235309 Jy ! Clean residual min=-0.002211 max=0.002102 Jy/beam ! Clean residual mean=-0.000008 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.151439 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 67 components and 0.151439 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.875 mas, bmaj=15.44 mas, bpa=1.905 degrees ! Estimated noise=660.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003771 Jy ! Component: 100 - total flux cleaned = 0.0060804 Jy ! Component: 150 - total flux cleaned = 0.00759155 Jy ! Component: 200 - total flux cleaned = 0.00862143 Jy ! Total flux subtracted in 200 components = 0.00862143 Jy ! Clean residual min=-0.001520 max=0.001349 Jy/beam ! Clean residual mean=-0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.160061 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.000710149 Jy ! Component: 100 - total flux cleaned = 0.00120979 Jy ! Component: 150 - total flux cleaned = 0.00140825 Jy ! Component: 200 - total flux cleaned = 0.00154557 Jy ! Total flux subtracted in 200 components = 0.00154557 Jy ! Clean residual min=-0.001449 max=0.001383 Jy/beam ! Clean residual mean=0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.161606 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 162 components and 0.161606 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=7.87 mas, bpa=0.3059 degrees ! Estimated noise=562.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.95943e-05 Jy ! Component: 100 - total flux cleaned = -0.000176869 Jy ! Component: 150 - total flux cleaned = -0.000152771 Jy ! Component: 200 - total flux cleaned = -0.000176319 Jy ! Total flux subtracted in 200 components = -0.000176319 Jy ! Clean residual min=-0.001731 max=0.001520 Jy/beam ! Clean residual mean=0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.16143 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 181 components and 0.16143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081349Jy sigma=0.000764 ! Fit after self-cal, rms=0.081348Jy sigma=0.000764 wmodel J0223-1656_S_2014_05_31_pus_map.mod ! Writing 181 model components to file: J0223-1656_S_2014_05_31_pus_map.mod wobs J0223-1656_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0223-1656_S_2014_05_31_pus_uvs.fits wwins J0223-1656_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0223-1656_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.000717352 Jy ! Component: 100 - total flux cleaned = -0.000941128 Jy ! Component: 150 - total flux cleaned = -0.00109803 Jy ! Component: 200 - total flux cleaned = -0.00112302 Jy ! Component: 250 - total flux cleaned = -0.00102748 Jy ! Component: 300 - total flux cleaned = -0.0010498 Jy ! Component: 350 - total flux cleaned = -0.00104934 Jy ! Component: 400 - total flux cleaned = -0.00102809 Jy ! Component: 450 - total flux cleaned = -0.00111303 Jy ! Component: 500 - total flux cleaned = -0.00113384 Jy ! Component: 550 - total flux cleaned = -0.00113425 Jy ! Component: 600 - total flux cleaned = -0.00119423 Jy ! Component: 650 - total flux cleaned = -0.00117481 Jy ! Component: 700 - total flux cleaned = -0.00117445 Jy ! Component: 750 - total flux cleaned = -0.0010606 Jy ! Component: 800 - total flux cleaned = -0.000967448 Jy ! Component: 850 - total flux cleaned = -0.000930592 Jy ! Component: 900 - total flux cleaned = -0.000803449 Jy ! Component: 950 - total flux cleaned = -0.000767541 Jy ! Component: 1000 - total flux cleaned = -0.000661517 Jy ! Component: 1050 - total flux cleaned = -0.000591427 Jy ! Component: 1100 - total flux cleaned = -0.000522676 Jy ! Component: 1150 - total flux cleaned = -0.00043746 Jy ! Component: 1200 - total flux cleaned = -0.000353385 Jy ! Component: 1250 - total flux cleaned = -0.000253755 Jy ! Component: 1300 - total flux cleaned = -0.000138821 Jy ! Component: 1350 - total flux cleaned = 6.79453e-06 Jy ! Component: 1400 - total flux cleaned = 8.65746e-05 Jy ! Component: 1450 - total flux cleaned = 0.000212876 Jy ! Component: 1500 - total flux cleaned = 0.000259435 Jy ! Component: 1550 - total flux cleaned = 0.000321272 Jy ! Component: 1600 - total flux cleaned = 0.000443932 Jy ! Component: 1650 - total flux cleaned = 0.000474217 Jy ! Component: 1700 - total flux cleaned = 0.000564069 Jy ! Component: 1750 - total flux cleaned = 0.000623296 Jy ! Component: 1800 - total flux cleaned = 0.000681838 Jy ! Component: 1850 - total flux cleaned = 0.000754513 Jy ! Component: 1900 - total flux cleaned = 0.000797712 Jy ! Component: 1950 - total flux cleaned = 0.000826134 Jy ! Component: 2000 - total flux cleaned = 0.000924858 Jy ! Component: 2050 - total flux cleaned = 0.000924738 Jy ! Component: 2100 - total flux cleaned = 0.00102144 Jy ! Component: 2150 - total flux cleaned = 0.00104851 Jy ! Component: 2200 - total flux cleaned = 0.00104845 Jy ! Component: 2250 - total flux cleaned = 0.00108868 Jy ! Component: 2300 - total flux cleaned = 0.001142 Jy ! Component: 2350 - total flux cleaned = 0.00116848 Jy ! Component: 2400 - total flux cleaned = 0.00126005 Jy ! Component: 2450 - total flux cleaned = 0.00128584 Jy ! Component: 2500 - total flux cleaned = 0.00133728 Jy ! Component: 2550 - total flux cleaned = 0.00141371 Jy ! Component: 2600 - total flux cleaned = 0.00141361 Jy ! Component: 2650 - total flux cleaned = 0.00147623 Jy ! Component: 2700 - total flux cleaned = 0.00151356 Jy ! Component: 2750 - total flux cleaned = 0.0015139 Jy ! Component: 2800 - total flux cleaned = 0.00153824 Jy ! Component: 2850 - total flux cleaned = 0.00156256 Jy ! Component: 2900 - total flux cleaned = 0.00156274 Jy ! Component: 2950 - total flux cleaned = 0.00155086 Jy ! Component: 3000 - total flux cleaned = 0.00158645 Jy ! Component: 3050 - total flux cleaned = 0.00163351 Jy ! Component: 3100 - total flux cleaned = 0.00169188 Jy ! Component: 3150 - total flux cleaned = 0.00171496 Jy ! Component: 3200 - total flux cleaned = 0.00176093 Jy ! Component: 3250 - total flux cleaned = 0.00178376 Jy ! Component: 3300 - total flux cleaned = 0.00178378 Jy ! Component: 3350 - total flux cleaned = 0.00185132 Jy ! Component: 3400 - total flux cleaned = 0.00189607 Jy ! Component: 3450 - total flux cleaned = 0.00190716 Jy ! Component: 3500 - total flux cleaned = 0.00196226 Jy ! Component: 3550 - total flux cleaned = 0.00196224 Jy ! Component: 3600 - total flux cleaned = 0.00198401 Jy ! Component: 3650 - total flux cleaned = 0.00199485 Jy ! Component: 3700 - total flux cleaned = 0.00204878 Jy ! Component: 3750 - total flux cleaned = 0.00203802 Jy ! Component: 3800 - total flux cleaned = 0.00208058 Jy ! Component: 3850 - total flux cleaned = 0.0021334 Jy ! Component: 3900 - total flux cleaned = 0.00204919 Jy ! Component: 3950 - total flux cleaned = 0.00211179 Jy ! Component: 4000 - total flux cleaned = 0.00212203 Jy ! Component: 4050 - total flux cleaned = 0.00213236 Jy ! Total flux subtracted in 4096 components = 0.00211177 Jy ! Clean residual min=-0.000692 max=0.000549 Jy/beam ! Clean residual mean=-0.000000 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.163542 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 428 components and 0.163542 Jy ![Exited script file: muppet] wmap "J0223-1656_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.714 x 7.87 at 0.3059 degrees (North through East) ! Clean map min=-0.0014985 max=0.11365 Jy/beam ! Writing clean map to FITS file: J0223-1656_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.113646 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184063 device "J0223-1656_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0223-1656_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.485886 0.485886 0.971772 1.94354 3.88709 7.77418 15.5484 31.0967 62.1934 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.113 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.714 x 7.87 at 0.3059 degrees (North through East) ! Clean map min=-0.0014985 max=0.11365 Jy/beam quit ! Quitting program ! Log file J0223-1656_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:42:53 2016