! Started logfile: J0629-0505_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:50:15 2016 obs J0629-0505_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0629-0505_S_2015_03_17_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976023 visibilities/baseline/integration-bin. ! Found source: J0629-0505 ! ! 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 330 lines of history. ! ! Reading 20028 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 J0629-0505_S_2015_03_17_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927139Jy sigma=0.009055 ! Fit after self-cal, rms=0.903602Jy sigma=0.008865 ! 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.691 mas, bmaj=6.405 mas, bpa=-3.963 degrees ! Estimated noise=785.501 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.0748391 Jy ! Component: 100 - total flux cleaned = 0.0945333 Jy ! Total flux subtracted in 100 components = 0.0945333 Jy ! Clean residual min=-0.003851 max=0.008442 Jy/beam ! Clean residual mean=0.000010 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.0945333 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0945333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154928Jy sigma=0.000867 ! Fit after self-cal, rms=0.154774Jy sigma=0.000866 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00987556 Jy ! Component: 100 - total flux cleaned = 0.0157721 Jy ! Total flux subtracted in 100 components = 0.0157721 Jy ! Clean residual min=-0.003526 max=0.004102 Jy/beam ! Clean residual mean=0.000003 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.110305 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 27 components and 0.110305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153327Jy sigma=0.000855 ! Fit after self-cal, rms=0.153191Jy sigma=0.000855 ! 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.236 mas, bmaj=7.414 mas, bpa=-4.323 degrees ! Estimated noise=527.727 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.00608564 Jy ! Component: 100 - total flux cleaned = 0.00947423 Jy ! Component: 150 - total flux cleaned = 0.0115186 Jy ! Component: 200 - total flux cleaned = 0.0127699 Jy ! Total flux subtracted in 200 components = 0.0127699 Jy ! Clean residual min=-0.003446 max=0.003576 Jy/beam ! Clean residual mean=-0.000002 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.123075 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 56 components and 0.123075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152549Jy sigma=0.000853 ! Fit after self-cal, rms=0.152468Jy sigma=0.000853 ! 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.02 FD 0.86 HN 1.02 KP 1.12 ! LA 0.99 MK 1.05 NL 0.88 OV 1.04 ! PT 1.11 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.93 HN 1.04 KP 1.05 ! LA 0.98 MK 1.03 NL 1.02 OV 1.04 ! PT 1.09 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.05 KP 0.86 ! LA 0.79 MK 1.08 NL 1.18 OV 0.99 ! PT 1.11 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.96 HN 1.03 KP 0.93 ! LA 0.84 MK 1.08 NL 1.02 OV 1.06 ! PT 1.01 SC 0.99 ! ! ! Fit before self-cal, rms=0.152468Jy sigma=0.000853 ! Fit after self-cal, rms=0.143300Jy sigma=0.000845 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.46 mas, bpa=-3.708 degrees ! Estimated noise=539.305 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.00167436 Jy ! Component: 100 - total flux cleaned = 0.00207401 Jy ! Component: 150 - total flux cleaned = 0.0020762 Jy ! Component: 200 - total flux cleaned = 0.00207632 Jy ! Total flux subtracted in 200 components = 0.00207632 Jy ! Clean residual min=-0.003450 max=0.003357 Jy/beam ! Clean residual mean=-0.000002 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.125152 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.125152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143224Jy sigma=0.000845 ! Fit after self-cal, rms=0.143113Jy sigma=0.000845 ! 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.143113Jy sigma=0.000845 ! Fit after self-cal, rms=0.107772Jy sigma=0.000838 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.478 mas, bpa=-3.307 degrees ! Estimated noise=541.338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162186 Jy ! Component: 100 - total flux cleaned = 0.000143102 Jy ! Component: 150 - total flux cleaned = 0.000161273 Jy ! Component: 200 - total flux cleaned = 0.000178029 Jy ! Total flux subtracted in 200 components = 0.000178029 Jy ! Clean residual min=-0.001974 max=0.002161 Jy/beam ! Clean residual mean=-0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.12533 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.12533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107764Jy sigma=0.000838 ! Fit after self-cal, rms=0.107481Jy sigma=0.000838 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.000349346 Jy ! Component: 100 - total flux cleaned = 0.000394358 Jy ! Component: 150 - total flux cleaned = 0.000422012 Jy ! Component: 200 - total flux cleaned = 0.000446932 Jy ! Total flux subtracted in 200 components = 0.000446932 Jy ! Clean residual min=-0.001984 max=0.002220 Jy/beam ! Clean residual mean=-0.000003 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.125776 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 0.125777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107475Jy sigma=0.000838 ! Fit after self-cal, rms=0.107473Jy sigma=0.000838 ! Inverting map ! Added new window around map position (20.5, 62). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185878 Jy ! Component: 100 - total flux cleaned = 0.00224079 Jy ! Component: 150 - total flux cleaned = 0.00243721 Jy ! Component: 200 - total flux cleaned = 0.00266071 Jy ! Total flux subtracted in 200 components = 0.00266071 Jy ! Clean residual min=-0.001882 max=0.001814 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.128437 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 107 components and 0.128437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107428Jy sigma=0.000837 ! Fit after self-cal, rms=0.107424Jy sigma=0.000837 ! 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.107424Jy sigma=0.000837 ! Fit after self-cal, rms=0.105590Jy sigma=0.000837 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.486 mas, bpa=-3.142 degrees ! Estimated noise=542.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380159 Jy ! Component: 100 - total flux cleaned = 0.000612783 Jy ! Component: 150 - total flux cleaned = 0.000797071 Jy ! Component: 200 - total flux cleaned = 0.000838974 Jy ! Total flux subtracted in 200 components = 0.000838974 Jy ! Clean residual min=-0.001803 max=0.001870 Jy/beam ! Clean residual mean=-0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.129276 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 124 components and 0.129276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105576Jy sigma=0.000837 ! Fit after self-cal, rms=0.105546Jy sigma=0.000837 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.000128514 Jy ! Component: 100 - total flux cleaned = 0.000167309 Jy ! Component: 150 - total flux cleaned = 0.000222443 Jy ! Component: 200 - total flux cleaned = 0.000274795 Jy ! Total flux subtracted in 200 components = 0.000274795 Jy ! Clean residual min=-0.001794 max=0.001891 Jy/beam ! Clean residual mean=-0.000002 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.129551 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.129551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105538Jy sigma=0.000837 ! Fit after self-cal, rms=0.105536Jy sigma=0.000837 ! 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.105536Jy sigma=0.000837 ! Fit after self-cal, rms=0.105525Jy sigma=0.000837 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.459 mas, bmaj=12.23 mas, bpa=1.909 degrees ! Estimated noise=712.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000839379 Jy ! Component: 100 - total flux cleaned = 0.00106627 Jy ! Component: 150 - total flux cleaned = 0.001162 Jy ! Component: 200 - total flux cleaned = 0.00124285 Jy ! Total flux subtracted in 200 components = 0.00124285 Jy ! Clean residual min=-0.002089 max=0.002321 Jy/beam ! Clean residual mean=-0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.130794 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 138 components and 0.130794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105518Jy sigma=0.000837 ! Fit after self-cal, rms=0.105509Jy sigma=0.000837 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.000252716 Jy ! Component: 100 - total flux cleaned = 0.000282556 Jy ! Component: 150 - total flux cleaned = 0.000282346 Jy ! Component: 200 - total flux cleaned = 0.000269097 Jy ! Total flux subtracted in 200 components = 0.000269097 Jy ! Clean residual min=-0.002123 max=0.002308 Jy/beam ! Clean residual mean=-0.000005 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.131063 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 143 components and 0.131063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105507Jy sigma=0.000837 ! Fit after self-cal, rms=0.105506Jy sigma=0.000837 ! 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.296 mas, bmaj=7.485 mas, bpa=-3.064 degrees ! Estimated noise=544.055 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.296 x 7.485 at -3.064 degrees (North through East) ! Clean map min=-0.0017137 max=0.10257 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.736 mas, bmaj=6.452 mas, bpa=-2.504 degrees ! Estimated noise=818.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0778123 Jy ! Component: 100 - total flux cleaned = 0.097735 Jy ! Component: 150 - total flux cleaned = 0.107406 Jy ! Component: 200 - total flux cleaned = 0.11306 Jy ! Total flux subtracted in 200 components = 0.11306 Jy ! Clean residual min=-0.003136 max=0.003208 Jy/beam ! Clean residual mean=0.000005 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.11306 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.11306 Jy ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=7.485 mas, bpa=-3.064 degrees ! Estimated noise=544.055 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.00555965 Jy ! Component: 100 - total flux cleaned = 0.008683 Jy ! Component: 150 - total flux cleaned = 0.0108495 Jy ! Component: 200 - total flux cleaned = 0.012487 Jy ! Total flux subtracted in 200 components = 0.012487 Jy ! Clean residual min=-0.001999 max=0.002263 Jy/beam ! Clean residual mean=-0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.125547 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 75 components and 0.125547 Jy ! Inverting map ! Added new window around map position (4.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203191 Jy ! Component: 100 - total flux cleaned = 0.00282697 Jy ! Component: 150 - total flux cleaned = 0.00333088 Jy ! Component: 200 - total flux cleaned = 0.00377469 Jy ! Total flux subtracted in 200 components = 0.00377469 Jy ! Clean residual min=-0.001852 max=0.001862 Jy/beam ! Clean residual mean=-0.000002 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.129322 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 104 components and 0.129322 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.459 mas, bmaj=12.23 mas, bpa=1.909 degrees ! Estimated noise=712.466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011508 Jy ! Component: 100 - total flux cleaned = 0.00154598 Jy ! Component: 150 - total flux cleaned = 0.0017043 Jy ! Component: 200 - total flux cleaned = 0.00181326 Jy ! Total flux subtracted in 200 components = 0.00181326 Jy ! Clean residual min=-0.001882 max=0.002377 Jy/beam ! Clean residual mean=-0.000005 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.131135 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.000140592 Jy ! Component: 100 - total flux cleaned = 0.000263218 Jy ! Component: 150 - total flux cleaned = 0.000355851 Jy ! Component: 200 - total flux cleaned = 0.000470357 Jy ! Total flux subtracted in 200 components = 0.000470357 Jy ! Clean residual min=-0.001892 max=0.002388 Jy/beam ! Clean residual mean=-0.000005 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.131605 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 147 components and 0.131605 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=7.485 mas, bpa=-3.064 degrees ! Estimated noise=544.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169712 Jy ! Component: 100 - total flux cleaned = -0.000228766 Jy ! Component: 150 - total flux cleaned = -0.000176676 Jy ! Component: 200 - total flux cleaned = -0.000104633 Jy ! Total flux subtracted in 200 components = -0.000104633 Jy ! Clean residual min=-0.001699 max=0.001988 Jy/beam ! Clean residual mean=-0.000002 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.131501 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 164 components and 0.131501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105470Jy sigma=0.000837 ! Fit after self-cal, rms=0.105467Jy sigma=0.000837 wmodel J0629-0505_S_2015_03_17_pus_map.mod ! Writing 164 model components to file: J0629-0505_S_2015_03_17_pus_map.mod wobs J0629-0505_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0629-0505_S_2015_03_17_pus_uvs.fits wwins J0629-0505_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0629-0505_S_2015_03_17_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.000355698 Jy ! Component: 100 - total flux cleaned = 0.000567885 Jy ! Component: 150 - total flux cleaned = 0.000797774 Jy ! Component: 200 - total flux cleaned = 0.000880668 Jy ! Component: 250 - total flux cleaned = 0.00106883 Jy ! Component: 300 - total flux cleaned = 0.00122585 Jy ! Component: 350 - total flux cleaned = 0.00135373 Jy ! Component: 400 - total flux cleaned = 0.00152815 Jy ! Component: 450 - total flux cleaned = 0.00162541 Jy ! Component: 500 - total flux cleaned = 0.00181547 Jy ! Component: 550 - total flux cleaned = 0.00190822 Jy ! Component: 600 - total flux cleaned = 0.00199903 Jy ! Component: 650 - total flux cleaned = 0.00204388 Jy ! Component: 700 - total flux cleaned = 0.00208828 Jy ! Component: 750 - total flux cleaned = 0.00217466 Jy ! Component: 800 - total flux cleaned = 0.00223866 Jy ! Component: 850 - total flux cleaned = 0.00225949 Jy ! Component: 900 - total flux cleaned = 0.0023007 Jy ! Component: 950 - total flux cleaned = 0.00226034 Jy ! Component: 1000 - total flux cleaned = 0.00228061 Jy ! Component: 1050 - total flux cleaned = 0.00235965 Jy ! Component: 1100 - total flux cleaned = 0.00234007 Jy ! Component: 1150 - total flux cleaned = 0.00233999 Jy ! Component: 1200 - total flux cleaned = 0.00239687 Jy ! Component: 1250 - total flux cleaned = 0.00243431 Jy ! Component: 1300 - total flux cleaned = 0.002416 Jy ! Component: 1350 - total flux cleaned = 0.00248903 Jy ! Component: 1400 - total flux cleaned = 0.00252547 Jy ! Component: 1450 - total flux cleaned = 0.00256142 Jy ! Component: 1500 - total flux cleaned = 0.00266734 Jy ! Component: 1550 - total flux cleaned = 0.00266722 Jy ! Component: 1600 - total flux cleaned = 0.00273624 Jy ! Component: 1650 - total flux cleaned = 0.00280463 Jy ! Component: 1700 - total flux cleaned = 0.00285539 Jy ! Component: 1750 - total flux cleaned = 0.00292244 Jy ! Component: 1800 - total flux cleaned = 0.00302178 Jy ! Component: 1850 - total flux cleaned = 0.00307072 Jy ! Component: 1900 - total flux cleaned = 0.00310307 Jy ! Component: 1950 - total flux cleaned = 0.00316797 Jy ! Component: 2000 - total flux cleaned = 0.0032956 Jy ! Component: 2050 - total flux cleaned = 0.00332725 Jy ! Component: 2100 - total flux cleaned = 0.00340572 Jy ! Component: 2150 - total flux cleaned = 0.00345252 Jy ! Component: 2200 - total flux cleaned = 0.00352982 Jy ! Component: 2250 - total flux cleaned = 0.00362179 Jy ! Component: 2300 - total flux cleaned = 0.00372781 Jy ! Component: 2350 - total flux cleaned = 0.00374273 Jy ! Component: 2400 - total flux cleaned = 0.00381724 Jy ! Component: 2450 - total flux cleaned = 0.00387639 Jy ! Component: 2500 - total flux cleaned = 0.0039057 Jy ! Component: 2550 - total flux cleaned = 0.00397839 Jy ! Component: 2600 - total flux cleaned = 0.00405057 Jy ! Component: 2650 - total flux cleaned = 0.00413656 Jy ! Component: 2700 - total flux cleaned = 0.00417924 Jy ! Component: 2750 - total flux cleaned = 0.00424994 Jy ! Component: 2800 - total flux cleaned = 0.00429186 Jy ! Component: 2850 - total flux cleaned = 0.00433368 Jy ! Component: 2900 - total flux cleaned = 0.00440264 Jy ! Component: 2950 - total flux cleaned = 0.00444376 Jy ! Component: 3000 - total flux cleaned = 0.00449808 Jy ! Component: 3050 - total flux cleaned = 0.00451147 Jy ! Component: 3100 - total flux cleaned = 0.0046053 Jy ! Component: 3150 - total flux cleaned = 0.00459213 Jy ! Component: 3200 - total flux cleaned = 0.00464501 Jy ! Component: 3250 - total flux cleaned = 0.00467121 Jy ! Component: 3300 - total flux cleaned = 0.00468438 Jy ! Component: 3350 - total flux cleaned = 0.00472325 Jy ! Component: 3400 - total flux cleaned = 0.00474907 Jy ! Component: 3450 - total flux cleaned = 0.00476183 Jy ! Component: 3500 - total flux cleaned = 0.00479975 Jy ! Component: 3550 - total flux cleaned = 0.00481242 Jy ! Component: 3600 - total flux cleaned = 0.00486242 Jy ! Component: 3650 - total flux cleaned = 0.00482496 Jy ! Component: 3700 - total flux cleaned = 0.00488702 Jy ! Component: 3750 - total flux cleaned = 0.00489936 Jy ! Component: 3800 - total flux cleaned = 0.00496051 Jy ! Component: 3850 - total flux cleaned = 0.00497264 Jy ! Component: 3900 - total flux cleaned = 0.00502104 Jy ! Component: 3950 - total flux cleaned = 0.00502078 Jy ! Component: 4000 - total flux cleaned = 0.00502078 Jy ! Component: 4050 - total flux cleaned = 0.00505636 Jy ! Total flux subtracted in 4096 components = 0.00510351 Jy ! Clean residual min=-0.000752 max=0.000755 Jy/beam ! Clean residual mean=-0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.136604 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 474 components and 0.136604 Jy ![Exited script file: muppet] wmap "J0629-0505_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.296 x 7.485 at -3.064 degrees (North through East) ! Clean map min=-0.0012357 max=0.1031 Jy/beam ! Writing clean map to FITS file: J0629-0505_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000222827 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.648407 0.648407 1.29681 2.59363 5.18726 10.3745 20.749 41.4981 82.9961 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.296 x 7.485 at -3.064 degrees (North through East) ! Clean map min=-0.0012357 max=0.1031 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 J0629-0505_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:50:21 2016