! Started logfile: J0354-1616_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:32 2016 obs J0354-1616_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0354-1616_S_2014_06_09_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.612513 visibilities/baseline/integration-bin. ! Found source: J0354-1616 ! ! 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 11356 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 J0354-1616_S_2014_06_09_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 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 213 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 213 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.868316Jy sigma=0.008551 ! Fit after self-cal, rms=0.820825Jy sigma=0.008094 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=9.87 mas, bpa=13.59 degrees ! Estimated noise=1191.9 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.133368 Jy ! Component: 100 - total flux cleaned = 0.172118 Jy ! Total flux subtracted in 100 components = 0.172118 Jy ! Clean residual min=-0.008254 max=0.015563 Jy/beam ! Clean residual mean=-0.000085 rms=0.002295 Jy/beam ! Combined flux in latest and established models = 0.172118 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.172118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092757Jy sigma=0.000867 ! Fit after self-cal, rms=0.092729Jy sigma=0.000867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163121 Jy ! Component: 100 - total flux cleaned = 0.0252016 Jy ! Total flux subtracted in 100 components = 0.0252016 Jy ! Clean residual min=-0.006152 max=0.006537 Jy/beam ! Clean residual mean=-0.000033 rms=0.001536 Jy/beam ! Combined flux in latest and established models = 0.197319 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 0.197319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088318Jy sigma=0.000821 ! Fit after self-cal, rms=0.088302Jy sigma=0.000821 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=11.52 mas, bpa=11.94 degrees ! Estimated noise=680.066 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.00966259 Jy ! Component: 100 - total flux cleaned = 0.0146839 Jy ! Component: 150 - total flux cleaned = 0.017395 Jy ! Component: 200 - total flux cleaned = 0.0189341 Jy ! Total flux subtracted in 200 components = 0.0189341 Jy ! Clean residual min=-0.004808 max=0.007318 Jy/beam ! Clean residual mean=-0.000002 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.216254 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 68 components and 0.216254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087168Jy sigma=0.000812 ! Fit after self-cal, rms=0.087160Jy sigma=0.000812 ! 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.00* FD 0.87 HN 1.00 KP 1.02 ! LA 1.18 MK 1.00* NL 0.95 OV 1.00 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.05 KP 0.98 ! LA 1.13 MK 1.00* NL 1.05 OV 1.06 ! PT 0.95 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.05 KP 0.87 ! LA 0.89 MK 1.00* NL 0.99 OV 0.99 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00 KP 0.86 ! LA 0.84 MK 1.00* NL 1.07 OV 1.04 ! PT 0.98 SC 0.98 ! ! ! Fit before self-cal, rms=0.087160Jy sigma=0.000812 ! Fit after self-cal, rms=0.084199Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=11.58 mas, bpa=11.92 degrees ! Estimated noise=681.202 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.00141268 Jy ! Component: 100 - total flux cleaned = -0.00148627 Jy ! Component: 150 - total flux cleaned = -0.00148774 Jy ! Component: 200 - total flux cleaned = -0.00151709 Jy ! Total flux subtracted in 200 components = -0.00151709 Jy ! Clean residual min=-0.003552 max=0.005547 Jy/beam ! Clean residual mean=0.000000 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.214736 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.214736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084161Jy sigma=0.000782 ! Fit after self-cal, rms=0.084188Jy sigma=0.000782 ! 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.084188Jy sigma=0.000782 ! Fit after self-cal, rms=0.084505Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.185 mas, bmaj=11.58 mas, bpa=11.82 degrees ! Estimated noise=680.913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010017 Jy ! Component: 100 - total flux cleaned = -0.00105741 Jy ! Component: 150 - total flux cleaned = -0.0011311 Jy ! Component: 200 - total flux cleaned = -0.00117732 Jy ! Total flux subtracted in 200 components = -0.00117732 Jy ! Clean residual min=-0.003510 max=0.005527 Jy/beam ! Clean residual mean=-0.000003 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.213559 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.213559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084482Jy sigma=0.000780 ! Fit after self-cal, rms=0.084486Jy sigma=0.000780 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 (-11, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00573104 Jy ! Component: 100 - total flux cleaned = 0.00872095 Jy ! Component: 150 - total flux cleaned = 0.00974561 Jy ! Component: 200 - total flux cleaned = 0.0095844 Jy ! Total flux subtracted in 200 components = 0.0095844 Jy ! Clean residual min=-0.002968 max=0.003370 Jy/beam ! Clean residual mean=0.000006 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.223143 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 120 components and 0.223143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084123Jy sigma=0.000776 ! Fit after self-cal, rms=0.084074Jy sigma=0.000776 ! Inverting map ! Added new window around map position (5.5, -37). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235569 Jy ! Component: 100 - total flux cleaned = 0.00295309 Jy ! Component: 150 - total flux cleaned = 0.00301036 Jy ! Component: 200 - total flux cleaned = 0.00311594 Jy ! Total flux subtracted in 200 components = 0.00311594 Jy ! Clean residual min=-0.002721 max=0.002343 Jy/beam ! Clean residual mean=0.000008 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.226259 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 0.226259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083924Jy sigma=0.000774 ! Fit after self-cal, rms=0.083908Jy sigma=0.000774 ! 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.083908Jy sigma=0.000774 ! Fit after self-cal, rms=0.083339Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.188 mas, bmaj=11.59 mas, bpa=11.84 degrees ! Estimated noise=677.682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194363 Jy ! Component: 100 - total flux cleaned = 0.00267381 Jy ! Component: 150 - total flux cleaned = 0.00275541 Jy ! Component: 200 - total flux cleaned = 0.00275761 Jy ! Total flux subtracted in 200 components = 0.00275761 Jy ! Clean residual min=-0.002339 max=0.002057 Jy/beam ! Clean residual mean=0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.229017 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 184 components and 0.229017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083282Jy sigma=0.000773 ! Fit after self-cal, rms=0.083274Jy sigma=0.000773 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.000416649 Jy ! Component: 100 - total flux cleaned = 0.000453091 Jy ! Component: 150 - total flux cleaned = 0.000486552 Jy ! Component: 200 - total flux cleaned = 0.000458282 Jy ! Total flux subtracted in 200 components = 0.000458282 Jy ! Clean residual min=-0.002155 max=0.002022 Jy/beam ! Clean residual mean=0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.229475 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 200 components and 0.229475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083247Jy sigma=0.000773 ! Fit after self-cal, rms=0.083243Jy sigma=0.000773 ! 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.083243Jy sigma=0.000773 ! Fit after self-cal, rms=0.083111Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.954 mas, bmaj=18.73 mas, bpa=-1.505 degrees ! Estimated noise=763.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110012 Jy ! Component: 100 - total flux cleaned = 0.00138395 Jy ! Component: 150 - total flux cleaned = 0.00155614 Jy ! Component: 200 - total flux cleaned = 0.00167561 Jy ! Total flux subtracted in 200 components = 0.00167561 Jy ! Clean residual min=-0.001982 max=0.002007 Jy/beam ! Clean residual mean=0.000004 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.231151 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 221 components and 0.231151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083098Jy sigma=0.000773 ! Fit after self-cal, rms=0.083097Jy sigma=0.000773 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 = -7.37131e-06 Jy ! Component: 100 - total flux cleaned = 0.000147078 Jy ! Component: 150 - total flux cleaned = 0.000163897 Jy ! Component: 200 - total flux cleaned = 0.000178395 Jy ! Total flux subtracted in 200 components = 0.000178395 Jy ! Clean residual min=-0.001899 max=0.001936 Jy/beam ! Clean residual mean=0.000003 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.231329 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 230 components and 0.231329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083091Jy sigma=0.000772 ! Fit after self-cal, rms=0.083090Jy 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=4.188 mas, bmaj=11.59 mas, bpa=11.85 degrees ! Estimated noise=677.05 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.188 x 11.59 at 11.85 degrees (North through East) ! Clean map min=-0.0030156 max=0.17712 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=9.905 mas, bpa=13.63 degrees ! Estimated noise=1191.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133168 Jy ! Component: 100 - total flux cleaned = 0.172336 Jy ! Component: 150 - total flux cleaned = 0.188445 Jy ! Component: 200 - total flux cleaned = 0.197691 Jy ! Total flux subtracted in 200 components = 0.197691 Jy ! Clean residual min=-0.004484 max=0.005745 Jy/beam ! Clean residual mean=-0.000034 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.197691 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.197691 Jy ! Inverting map and beam ! Estimated beam: bmin=4.188 mas, bmaj=11.59 mas, bpa=11.85 degrees ! Estimated noise=677.05 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.0100052 Jy ! Component: 100 - total flux cleaned = 0.0164652 Jy ! Component: 150 - total flux cleaned = 0.0209869 Jy ! Component: 200 - total flux cleaned = 0.0243363 Jy ! Total flux subtracted in 200 components = 0.0243363 Jy ! Clean residual min=-0.003062 max=0.002609 Jy/beam ! Clean residual mean=-0.000014 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.222027 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 72 components and 0.222027 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.954 mas, bmaj=18.73 mas, bpa=-1.505 degrees ! Estimated noise=763.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00345269 Jy ! Component: 100 - total flux cleaned = 0.00565736 Jy ! Component: 150 - total flux cleaned = 0.00716188 Jy ! Component: 200 - total flux cleaned = 0.00792104 Jy ! Total flux subtracted in 200 components = 0.00792104 Jy ! Clean residual min=-0.002230 max=0.001898 Jy/beam ! Clean residual mean=-0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.229948 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.00043565 Jy ! Component: 100 - total flux cleaned = 0.000812735 Jy ! Component: 150 - total flux cleaned = 0.00114071 Jy ! Component: 200 - total flux cleaned = 0.00138185 Jy ! Total flux subtracted in 200 components = 0.00138185 Jy ! Clean residual min=-0.002073 max=0.001948 Jy/beam ! Clean residual mean=0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.23133 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 142 components and 0.23133 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.188 mas, bmaj=11.59 mas, bpa=11.85 degrees ! Estimated noise=677.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128072 Jy ! Component: 100 - total flux cleaned = 0.000204638 Jy ! Component: 150 - total flux cleaned = 0.000169819 Jy ! Component: 200 - total flux cleaned = 0.000170261 Jy ! Total flux subtracted in 200 components = 0.000170261 Jy ! Clean residual min=-0.002141 max=0.001997 Jy/beam ! Clean residual mean=0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.2315 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 164 components and 0.2315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083140Jy sigma=0.000773 ! Fit after self-cal, rms=0.083129Jy sigma=0.000773 wmodel J0354-1616_S_2014_06_09_pus_map.mod ! Writing 164 model components to file: J0354-1616_S_2014_06_09_pus_map.mod wobs J0354-1616_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0354-1616_S_2014_06_09_pus_uvs.fits wwins J0354-1616_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0354-1616_S_2014_06_09_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.000128178 Jy ! Component: 100 - total flux cleaned = -0.00022494 Jy ! Component: 150 - total flux cleaned = -0.000224967 Jy ! Component: 200 - total flux cleaned = -0.000281173 Jy ! Component: 250 - total flux cleaned = -0.000254156 Jy ! Component: 300 - total flux cleaned = -0.000254797 Jy ! Component: 350 - total flux cleaned = -0.000331129 Jy ! Component: 400 - total flux cleaned = -0.000454808 Jy ! Component: 450 - total flux cleaned = -0.00052629 Jy ! Component: 500 - total flux cleaned = -0.000572417 Jy ! Component: 550 - total flux cleaned = -0.000572292 Jy ! Component: 600 - total flux cleaned = -0.000571974 Jy ! Component: 650 - total flux cleaned = -0.000571988 Jy ! Component: 700 - total flux cleaned = -0.000529759 Jy ! Component: 750 - total flux cleaned = -0.000571028 Jy ! Component: 800 - total flux cleaned = -0.000630579 Jy ! Component: 850 - total flux cleaned = -0.000591679 Jy ! Component: 900 - total flux cleaned = -0.00063048 Jy ! Component: 950 - total flux cleaned = -0.000649598 Jy ! Component: 1000 - total flux cleaned = -0.000649436 Jy ! Component: 1050 - total flux cleaned = -0.000650015 Jy ! Component: 1100 - total flux cleaned = -0.000756861 Jy ! Component: 1150 - total flux cleaned = -0.000739346 Jy ! Component: 1200 - total flux cleaned = -0.000756647 Jy ! Component: 1250 - total flux cleaned = -0.000773502 Jy ! Component: 1300 - total flux cleaned = -0.000740191 Jy ! Component: 1350 - total flux cleaned = -0.000740209 Jy ! Component: 1400 - total flux cleaned = -0.000756377 Jy ! Component: 1450 - total flux cleaned = -0.000724267 Jy ! Component: 1500 - total flux cleaned = -0.00067684 Jy ! Component: 1550 - total flux cleaned = -0.000645836 Jy ! Component: 1600 - total flux cleaned = -0.000630609 Jy ! Component: 1650 - total flux cleaned = -0.000600518 Jy ! Component: 1700 - total flux cleaned = -0.000570574 Jy ! Component: 1750 - total flux cleaned = -0.000496993 Jy ! Component: 1800 - total flux cleaned = -0.000453578 Jy ! Component: 1850 - total flux cleaned = -0.000467841 Jy ! Component: 1900 - total flux cleaned = -0.000410987 Jy ! Component: 1950 - total flux cleaned = -0.000383027 Jy ! Component: 2000 - total flux cleaned = -0.000382919 Jy ! Component: 2050 - total flux cleaned = -0.000314179 Jy ! Component: 2100 - total flux cleaned = -0.000232942 Jy ! Component: 2150 - total flux cleaned = -0.000232953 Jy ! Component: 2200 - total flux cleaned = -0.00020632 Jy ! Component: 2250 - total flux cleaned = -0.000114686 Jy ! Component: 2300 - total flux cleaned = -8.89285e-05 Jy ! Component: 2350 - total flux cleaned = -3.76244e-05 Jy ! Component: 2400 - total flux cleaned = -2.47365e-05 Jy ! Component: 2450 - total flux cleaned = -2.46967e-05 Jy ! Component: 2500 - total flux cleaned = 2.5131e-05 Jy ! Component: 2550 - total flux cleaned = 3.74287e-05 Jy ! Component: 2600 - total flux cleaned = 9.84348e-05 Jy ! Component: 2650 - total flux cleaned = 8.63764e-05 Jy ! Component: 2700 - total flux cleaned = 0.000110245 Jy ! Component: 2750 - total flux cleaned = 0.000133916 Jy ! Component: 2800 - total flux cleaned = 0.000157317 Jy ! Component: 2850 - total flux cleaned = 0.000145574 Jy ! Component: 2900 - total flux cleaned = 0.0001109 Jy ! Component: 2950 - total flux cleaned = 0.000133745 Jy ! Component: 3000 - total flux cleaned = 9.98074e-05 Jy ! Component: 3050 - total flux cleaned = 0.000122231 Jy ! Component: 3100 - total flux cleaned = 9.98731e-05 Jy ! Component: 3150 - total flux cleaned = 5.55806e-05 Jy ! Component: 3200 - total flux cleaned = 3.3661e-05 Jy ! Component: 3250 - total flux cleaned = -9.96225e-06 Jy ! Component: 3300 - total flux cleaned = -1.00841e-05 Jy ! Component: 3350 - total flux cleaned = -6.36785e-05 Jy ! Component: 3400 - total flux cleaned = -0.000106133 Jy ! Component: 3450 - total flux cleaned = -0.000127133 Jy ! Component: 3500 - total flux cleaned = -0.000168875 Jy ! Component: 3550 - total flux cleaned = -0.000200013 Jy ! Component: 3600 - total flux cleaned = -0.000251529 Jy ! Component: 3650 - total flux cleaned = -0.000312818 Jy ! Component: 3700 - total flux cleaned = -0.000363459 Jy ! Component: 3750 - total flux cleaned = -0.000373497 Jy ! Component: 3800 - total flux cleaned = -0.000403622 Jy ! Component: 3850 - total flux cleaned = -0.000473172 Jy ! Component: 3900 - total flux cleaned = -0.00051265 Jy ! Component: 3950 - total flux cleaned = -0.000571378 Jy ! Component: 4000 - total flux cleaned = -0.000600471 Jy ! Component: 4050 - total flux cleaned = -0.000648808 Jy ! Total flux subtracted in 4096 components = -0.000696847 Jy ! Clean residual min=-0.000568 max=0.000513 Jy/beam ! Clean residual mean=0.000003 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.230803 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 421 components and 0.230803 Jy ![Exited script file: muppet] wmap "J0354-1616_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.188 x 11.59 at 11.85 degrees (North through East) ! Clean map min=-0.0014279 max=0.18087 Jy/beam ! Writing clean map to FITS file: J0354-1616_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180868 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178465 device "J0354-1616_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0354-1616_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.296014 0.296014 0.592029 1.18406 2.36811 4.73623 9.47246 18.9449 37.8898 75.7797 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.188 x 11.59 at 11.85 degrees (North through East) ! Clean map min=-0.0014279 max=0.18087 Jy/beam quit ! Quitting program ! Log file J0354-1616_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:42:36 2016