! Started logfile: J1357-1527_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:28:28 2016 obs J1357-1527_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1357-1527_S_2014_05_31_pus_uva.fits ! AN table 1: 51 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.71024 visibilities/baseline/integration-bin. ! Found source: J1357-1527 ! ! 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 6520 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 J1357-1527_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 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.681697Jy sigma=0.007418 ! Fit after self-cal, rms=0.675661Jy sigma=0.007355 ! 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.676 mas, bmaj=7.18 mas, bpa=1.616 degrees ! Estimated noise=1085.48 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.245932 Jy ! Component: 100 - total flux cleaned = 0.306219 Jy ! Total flux subtracted in 100 components = 0.306219 Jy ! Clean residual min=-0.009396 max=0.023093 Jy/beam ! Clean residual mean=-0.000001 rms=0.002647 Jy/beam ! Combined flux in latest and established models = 0.306218 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.306218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096269Jy sigma=0.000975 ! Fit after self-cal, rms=0.096228Jy sigma=0.000974 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.023129 Jy ! Component: 100 - total flux cleaned = 0.0330091 Jy ! Total flux subtracted in 100 components = 0.0330091 Jy ! Clean residual min=-0.007826 max=0.013050 Jy/beam ! Clean residual mean=0.000001 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.339228 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.339228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088097Jy sigma=0.000893 ! Fit after self-cal, rms=0.088068Jy sigma=0.000893 ! Inverting map ! Added new window around map position (4.5, 8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011307 Jy ! Component: 100 - total flux cleaned = 0.017368 Jy ! Total flux subtracted in 100 components = 0.017368 Jy ! Clean residual min=-0.007665 max=0.007082 Jy/beam ! Clean residual mean=0.000001 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.356596 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.356595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085876Jy sigma=0.000873 ! Fit after self-cal, rms=0.085666Jy sigma=0.000870 ! 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.407 mas, bmaj=8.818 mas, bpa=-0.2219 degrees ! Estimated noise=821.815 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.00797409 Jy ! Component: 100 - total flux cleaned = 0.0125534 Jy ! Component: 150 - total flux cleaned = 0.0155776 Jy ! Component: 200 - total flux cleaned = 0.0176054 Jy ! Total flux subtracted in 200 components = 0.0176054 Jy ! Clean residual min=-0.004753 max=0.005943 Jy/beam ! Clean residual mean=0.000000 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.374201 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 68 components and 0.374201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084639Jy sigma=0.000865 ! Fit after self-cal, rms=0.084583Jy sigma=0.000864 ! 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.99 FD 0.85 HN 1.01 KP 1.05 ! LA 1.17 MK 1.01 NL 0.96 OV 0.98 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.05 KP 1.03 ! LA 1.13 MK 1.00 NL 1.02 OV 1.00 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.13 HN 1.09 KP 0.91 ! LA 0.90 MK 1.02 NL 0.98 OV 0.93 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 1.03 KP 0.87 ! LA 0.86 MK 0.99 NL 1.05 OV 0.99 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.084583Jy sigma=0.000864 ! Fit after self-cal, rms=0.076252Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.408 mas, bmaj=8.822 mas, bpa=-0.07137 degrees ! Estimated noise=823.572 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.000940755 Jy ! Component: 100 - total flux cleaned = 0.000977468 Jy ! Component: 150 - total flux cleaned = 0.000977056 Jy ! Component: 200 - total flux cleaned = 0.000978319 Jy ! Total flux subtracted in 200 components = 0.000978319 Jy ! Clean residual min=-0.002969 max=0.003767 Jy/beam ! Clean residual mean=-0.000008 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.375179 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.375179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076210Jy sigma=0.000780 ! Fit after self-cal, rms=0.076202Jy sigma=0.000779 ! 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.076202Jy sigma=0.000779 ! Fit after self-cal, rms=0.075864Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.408 mas, bmaj=8.836 mas, bpa=-0.1002 degrees ! Estimated noise=824.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00090067 Jy ! Component: 100 - total flux cleaned = 0.000727795 Jy ! Component: 150 - total flux cleaned = 0.000668012 Jy ! Component: 200 - total flux cleaned = 0.000667644 Jy ! Total flux subtracted in 200 components = 0.000667644 Jy ! Clean residual min=-0.002308 max=0.002659 Jy/beam ! Clean residual mean=-0.000003 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.375847 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.375847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075826Jy sigma=0.000774 ! Fit after self-cal, rms=0.075826Jy sigma=0.000774 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 (15.5, 23.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233618 Jy ! Component: 100 - total flux cleaned = 0.00238551 Jy ! Component: 150 - total flux cleaned = 0.00257854 Jy ! Component: 200 - total flux cleaned = 0.0027495 Jy ! Total flux subtracted in 200 components = 0.0027495 Jy ! Clean residual min=-0.002282 max=0.002302 Jy/beam ! Clean residual mean=-0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.378596 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.378596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075747Jy sigma=0.000773 ! Fit after self-cal, rms=0.075742Jy sigma=0.000773 ! 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.075742Jy sigma=0.000773 ! Fit after self-cal, rms=0.075771Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=8.837 mas, bpa=-0.129 degrees ! Estimated noise=824.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000714309 Jy ! Component: 100 - total flux cleaned = 0.000820184 Jy ! Component: 150 - total flux cleaned = 0.000821157 Jy ! Component: 200 - total flux cleaned = 0.000877218 Jy ! Total flux subtracted in 200 components = 0.000877218 Jy ! Clean residual min=-0.002247 max=0.002305 Jy/beam ! Clean residual mean=-0.000002 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.379473 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.379473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075740Jy sigma=0.000772 ! Fit after self-cal, rms=0.075739Jy sigma=0.000772 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.000194962 Jy ! Component: 100 - total flux cleaned = 0.000195266 Jy ! Component: 150 - total flux cleaned = 0.000171437 Jy ! Component: 200 - total flux cleaned = 0.000194397 Jy ! Total flux subtracted in 200 components = 0.000194397 Jy ! Clean residual min=-0.002225 max=0.002252 Jy/beam ! Clean residual mean=-0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.379668 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 114 components and 0.379668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075721Jy sigma=0.000772 ! Fit after self-cal, rms=0.075720Jy sigma=0.000772 ! 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.075720Jy sigma=0.000772 ! Fit after self-cal, rms=0.075793Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.818 mas, bmaj=16.04 mas, bpa=6.398 degrees ! Estimated noise=991.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000643202 Jy ! Component: 100 - total flux cleaned = 0.00084287 Jy ! Component: 150 - total flux cleaned = 0.000931487 Jy ! Component: 200 - total flux cleaned = 0.00101339 Jy ! Total flux subtracted in 200 components = 0.00101339 Jy ! Clean residual min=-0.002168 max=0.002523 Jy/beam ! Clean residual mean=-0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.380681 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 128 components and 0.380681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075792Jy sigma=0.000772 ! Fit after self-cal, rms=0.075791Jy sigma=0.000772 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.000273048 Jy ! Component: 100 - total flux cleaned = 0.000348083 Jy ! Component: 150 - total flux cleaned = 0.00040638 Jy ! Component: 200 - total flux cleaned = 0.000461661 Jy ! Total flux subtracted in 200 components = 0.000461661 Jy ! Clean residual min=-0.002145 max=0.002490 Jy/beam ! Clean residual mean=-0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.381143 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 135 components and 0.381143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075791Jy sigma=0.000772 ! Fit after self-cal, rms=0.075790Jy sigma=0.000772 ! 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.405 mas, bmaj=8.839 mas, bpa=-0.1501 degrees ! Estimated noise=825.341 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.405 x 8.839 at -0.1501 degrees (North through East) ! Clean map min=-0.0021576 max=0.31522 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.672 mas, bmaj=7.176 mas, bpa=1.792 degrees ! Estimated noise=1087.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.246227 Jy ! Component: 100 - total flux cleaned = 0.307752 Jy ! Component: 150 - total flux cleaned = 0.332384 Jy ! Component: 200 - total flux cleaned = 0.345512 Jy ! Total flux subtracted in 200 components = 0.345512 Jy ! Clean residual min=-0.004290 max=0.007038 Jy/beam ! Clean residual mean=-0.000004 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.345513 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.345513 Jy ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=8.839 mas, bpa=-0.1501 degrees ! Estimated noise=825.341 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.0128276 Jy ! Component: 100 - total flux cleaned = 0.0198533 Jy ! Component: 150 - total flux cleaned = 0.0241807 Jy ! Component: 200 - total flux cleaned = 0.0271018 Jy ! Total flux subtracted in 200 components = 0.0271018 Jy ! Clean residual min=-0.002565 max=0.002863 Jy/beam ! Clean residual mean=-0.000007 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.372614 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 78 components and 0.372614 Jy ! Inverting map ! Added new window around map position (90.5, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264256 Jy ! Component: 100 - total flux cleaned = 0.00391586 Jy ! Component: 150 - total flux cleaned = 0.00442249 Jy ! Component: 200 - total flux cleaned = 0.00482628 Jy ! Total flux subtracted in 200 components = 0.00482628 Jy ! Clean residual min=-0.002522 max=0.002324 Jy/beam ! Clean residual mean=-0.000004 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.377441 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 101 components and 0.377441 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.818 mas, bmaj=16.04 mas, bpa=6.398 degrees ! Estimated noise=991.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102253 Jy ! Component: 100 - total flux cleaned = 0.00143627 Jy ! Component: 150 - total flux cleaned = 0.00179033 Jy ! Component: 200 - total flux cleaned = 0.0020654 Jy ! Total flux subtracted in 200 components = 0.0020654 Jy ! Clean residual min=-0.002033 max=0.002682 Jy/beam ! Clean residual mean=-0.000004 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.379506 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.000136401 Jy ! Component: 100 - total flux cleaned = 0.000234638 Jy ! Component: 150 - total flux cleaned = 0.000301493 Jy ! Component: 200 - total flux cleaned = 0.00036348 Jy ! Total flux subtracted in 200 components = 0.00036348 Jy ! Clean residual min=-0.002022 max=0.002587 Jy/beam ! Clean residual mean=-0.000003 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.379869 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 127 components and 0.379869 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.405 mas, bmaj=8.839 mas, bpa=-0.1501 degrees ! Estimated noise=825.341 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103075 Jy ! Component: 100 - total flux cleaned = -0.000190877 Jy ! Component: 150 - total flux cleaned = -0.00030368 Jy ! Component: 200 - total flux cleaned = -0.00033721 Jy ! Total flux subtracted in 200 components = -0.00033721 Jy ! Clean residual min=-0.002171 max=0.002168 Jy/beam ! Clean residual mean=-0.000002 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.379532 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 140 components and 0.379532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075695Jy sigma=0.000771 ! Fit after self-cal, rms=0.075675Jy sigma=0.000771 wmodel J1357-1527_S_2014_05_31_pus_map.mod ! Writing 140 model components to file: J1357-1527_S_2014_05_31_pus_map.mod wobs J1357-1527_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1357-1527_S_2014_05_31_pus_uvs.fits wwins J1357-1527_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J1357-1527_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.000411224 Jy ! Component: 100 - total flux cleaned = -0.000448521 Jy ! Component: 150 - total flux cleaned = -0.000521238 Jy ! Component: 200 - total flux cleaned = -0.000694715 Jy ! Component: 250 - total flux cleaned = -0.000894681 Jy ! Component: 300 - total flux cleaned = -0.00102446 Jy ! Component: 350 - total flux cleaned = -0.00121293 Jy ! Component: 400 - total flux cleaned = -0.00142636 Jy ! Component: 450 - total flux cleaned = -0.00157571 Jy ! Component: 500 - total flux cleaned = -0.00175142 Jy ! Component: 550 - total flux cleaned = -0.00195142 Jy ! Component: 600 - total flux cleaned = -0.0020908 Jy ! Component: 650 - total flux cleaned = -0.00222781 Jy ! Component: 700 - total flux cleaned = -0.00225422 Jy ! Component: 750 - total flux cleaned = -0.00230715 Jy ! Component: 800 - total flux cleaned = -0.0023597 Jy ! Component: 850 - total flux cleaned = -0.00251443 Jy ! Component: 900 - total flux cleaned = -0.0024635 Jy ! Component: 950 - total flux cleaned = -0.00261436 Jy ! Component: 1000 - total flux cleaned = -0.00258931 Jy ! Component: 1050 - total flux cleaned = -0.00263814 Jy ! Component: 1100 - total flux cleaned = -0.00258981 Jy ! Component: 1150 - total flux cleaned = -0.00268473 Jy ! Component: 1200 - total flux cleaned = -0.00268449 Jy ! Component: 1250 - total flux cleaned = -0.00275367 Jy ! Component: 1300 - total flux cleaned = -0.00279943 Jy ! Component: 1350 - total flux cleaned = -0.00282168 Jy ! Component: 1400 - total flux cleaned = -0.00286629 Jy ! Component: 1450 - total flux cleaned = -0.00291055 Jy ! Component: 1500 - total flux cleaned = -0.00291079 Jy ! Component: 1550 - total flux cleaned = -0.00301905 Jy ! Component: 1600 - total flux cleaned = -0.00297605 Jy ! Component: 1650 - total flux cleaned = -0.00297585 Jy ! Component: 1700 - total flux cleaned = -0.00308071 Jy ! Component: 1750 - total flux cleaned = -0.00303855 Jy ! Component: 1800 - total flux cleaned = -0.00310016 Jy ! Component: 1850 - total flux cleaned = -0.00312067 Jy ! Component: 1900 - total flux cleaned = -0.003121 Jy ! Component: 1950 - total flux cleaned = -0.00316065 Jy ! Component: 2000 - total flux cleaned = -0.00314083 Jy ! Component: 2050 - total flux cleaned = -0.00318007 Jy ! Component: 2100 - total flux cleaned = -0.00319942 Jy ! Component: 2150 - total flux cleaned = -0.0031995 Jy ! Component: 2200 - total flux cleaned = -0.00325645 Jy ! Component: 2250 - total flux cleaned = -0.00323793 Jy ! Component: 2300 - total flux cleaned = -0.00329417 Jy ! Component: 2350 - total flux cleaned = -0.00325681 Jy ! Component: 2400 - total flux cleaned = -0.0032753 Jy ! Component: 2450 - total flux cleaned = -0.00333019 Jy ! Component: 2500 - total flux cleaned = -0.00342062 Jy ! Component: 2550 - total flux cleaned = -0.00334854 Jy ! Component: 2600 - total flux cleaned = -0.00338439 Jy ! Component: 2650 - total flux cleaned = -0.00345541 Jy ! Component: 2700 - total flux cleaned = -0.00345538 Jy ! Component: 2750 - total flux cleaned = -0.00347271 Jy ! Component: 2800 - total flux cleaned = -0.00352476 Jy ! Component: 2850 - total flux cleaned = -0.00354187 Jy ! Component: 2900 - total flux cleaned = -0.00355887 Jy ! Component: 2950 - total flux cleaned = -0.00352494 Jy ! Component: 3000 - total flux cleaned = -0.003525 Jy ! Component: 3050 - total flux cleaned = -0.00352527 Jy ! Component: 3100 - total flux cleaned = -0.00357498 Jy ! Component: 3150 - total flux cleaned = -0.0035749 Jy ! Component: 3200 - total flux cleaned = -0.00360746 Jy ! Component: 3250 - total flux cleaned = -0.00347769 Jy ! Component: 3300 - total flux cleaned = -0.00359083 Jy ! Component: 3350 - total flux cleaned = -0.00351083 Jy ! Component: 3400 - total flux cleaned = -0.00357463 Jy ! Component: 3450 - total flux cleaned = -0.00362203 Jy ! Component: 3500 - total flux cleaned = -0.0036222 Jy ! Component: 3550 - total flux cleaned = -0.00360643 Jy ! Component: 3600 - total flux cleaned = -0.00357541 Jy ! Component: 3650 - total flux cleaned = -0.0036063 Jy ! Component: 3700 - total flux cleaned = -0.00363703 Jy ! Component: 3750 - total flux cleaned = -0.00362171 Jy ! Component: 3800 - total flux cleaned = -0.0036671 Jy ! Component: 3850 - total flux cleaned = -0.00362182 Jy ! Component: 3900 - total flux cleaned = -0.00365167 Jy ! Component: 3950 - total flux cleaned = -0.00363681 Jy ! Component: 4000 - total flux cleaned = -0.00371087 Jy ! Component: 4050 - total flux cleaned = -0.00360777 Jy ! Total flux subtracted in 4096 components = -0.0036225 Jy ! Clean residual min=-0.001009 max=0.000763 Jy/beam ! Clean residual mean=0.000000 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.37591 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 430 components and 0.37591 Jy ![Exited script file: muppet] wmap "J1357-1527_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.405 x 8.839 at -0.1501 degrees (North through East) ! Clean map min=-0.0020658 max=0.31509 Jy/beam ! Writing clean map to FITS file: J1357-1527_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.315089 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000271142 device "J1357-1527_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1357-1527_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.258158 0.258158 0.516316 1.03263 2.06526 4.13053 8.26105 16.5221 33.0442 66.0884 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.315 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.405 x 8.839 at -0.1501 degrees (North through East) ! Clean map min=-0.0020658 max=0.31509 Jy/beam quit ! Quitting program ! Log file J1357-1527_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:28:34 2016