! Started logfile: J1852-2433_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:35:58 2016 obs J1852-2433_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1852-2433_S_2014_05_31_pus_uva.fits ! AN table 1: 127 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976378 visibilities/baseline/integration-bin. ! Found source: J1852-2433 ! ! 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 22320 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 J1852-2433_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002296Jy sigma=0.009678 ! Fit after self-cal, rms=0.959884Jy sigma=0.009289 ! 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.423 mas, bmaj=6.705 mas, bpa=-5.802 degrees ! Estimated noise=805.272 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.0332892 Jy ! Component: 100 - total flux cleaned = 0.0405684 Jy ! Total flux subtracted in 100 components = 0.0405684 Jy ! Clean residual min=-0.002625 max=0.002560 Jy/beam ! Clean residual mean=0.000006 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0405684 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0405684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085843Jy sigma=0.000772 ! Fit after self-cal, rms=0.084315Jy sigma=0.000756 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00476699 Jy ! Component: 100 - total flux cleaned = 0.00669631 Jy ! Total flux subtracted in 100 components = 0.00669631 Jy ! Clean residual min=-0.002906 max=0.002466 Jy/beam ! Clean residual mean=0.000008 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.0472647 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0472647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084031Jy sigma=0.000754 ! Fit after self-cal, rms=0.083992Jy sigma=0.000753 ! 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.012 mas, bmaj=8.038 mas, bpa=-4.527 degrees ! Estimated noise=498.098 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.00116979 Jy ! Component: 100 - total flux cleaned = 0.00128996 Jy ! Component: 150 - total flux cleaned = 0.00129113 Jy ! Component: 200 - total flux cleaned = 0.00129127 Jy ! Total flux subtracted in 200 components = 0.00129127 Jy ! Clean residual min=-0.001996 max=0.002255 Jy/beam ! Clean residual mean=0.000006 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.048556 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.048556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083966Jy sigma=0.000753 ! Fit after self-cal, rms=0.083950Jy sigma=0.000753 ! 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.98 FD 0.92 HN 0.95 KP 1.07 ! LA 1.12 MK 1.06 NL 0.95 OV 1.01 ! PT 1.09 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.95 KP 1.05 ! LA 1.09 MK 0.99 NL 1.02 OV 1.07 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.02 HN 0.92 KP 0.98 ! LA 0.92 MK 0.99 NL 0.94 OV 1.03 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.05 KP 0.96 ! LA 0.87 MK 1.02 NL 0.94 OV 0.96 ! PT 1.11 SC 0.96 ! ! ! Fit before self-cal, rms=0.083950Jy sigma=0.000753 ! Fit after self-cal, rms=0.081734Jy sigma=0.000752 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.01 mas, bmaj=8.017 mas, bpa=-4.32 degrees ! Estimated noise=496.228 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 (-52.5, 68). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018874 Jy ! Component: 100 - total flux cleaned = 0.0023096 Jy ! Component: 150 - total flux cleaned = 0.00263649 Jy ! Component: 200 - total flux cleaned = 0.00281098 Jy ! Total flux subtracted in 200 components = 0.00281098 Jy ! Clean residual min=-0.001742 max=0.001689 Jy/beam ! Clean residual mean=0.000002 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.051367 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.051367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081685Jy sigma=0.000752 ! Fit after self-cal, rms=0.081573Jy sigma=0.000751 ! 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.081573Jy sigma=0.000751 ! Fit after self-cal, rms=0.081145Jy sigma=0.000751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.006 mas, bmaj=8.004 mas, bpa=-4.285 degrees ! Estimated noise=494.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111976 Jy ! Component: 100 - total flux cleaned = 0.0014277 Jy ! Component: 150 - total flux cleaned = 0.00159388 Jy ! Component: 200 - total flux cleaned = 0.00171986 Jy ! Total flux subtracted in 200 components = 0.00171986 Jy ! Clean residual min=-0.001665 max=0.001584 Jy/beam ! Clean residual mean=0.000002 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0530868 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 50 components and 0.0530868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081121Jy sigma=0.000751 ! Fit after self-cal, rms=0.081099Jy sigma=0.000751 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.000562339 Jy ! Component: 100 - total flux cleaned = 0.000698239 Jy ! Component: 150 - total flux cleaned = 0.000780981 Jy ! Component: 200 - total flux cleaned = 0.000781335 Jy ! Total flux subtracted in 200 components = 0.000781335 Jy ! Clean residual min=-0.001654 max=0.001585 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0538682 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 59 components and 0.0538682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081086Jy sigma=0.000751 ! Fit after self-cal, rms=0.081081Jy sigma=0.000751 ! 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.081081Jy sigma=0.000751 ! Fit after self-cal, rms=0.081301Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.001 mas, bmaj=7.99 mas, bpa=-4.309 degrees ! Estimated noise=496.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0007001 Jy ! Component: 100 - total flux cleaned = 0.000855423 Jy ! Component: 150 - total flux cleaned = 0.000953745 Jy ! Component: 200 - total flux cleaned = 0.00100731 Jy ! Total flux subtracted in 200 components = 0.00100731 Jy ! Clean residual min=-0.001579 max=0.001713 Jy/beam ! Clean residual mean=0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0548755 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.0548755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081289Jy sigma=0.000750 ! Fit after self-cal, rms=0.081291Jy sigma=0.000750 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 (-122, -115). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920874 Jy ! Component: 100 - total flux cleaned = 0.000907578 Jy ! Component: 150 - total flux cleaned = 0.000987078 Jy ! Component: 200 - total flux cleaned = 0.00103444 Jy ! Total flux subtracted in 200 components = 0.00103444 Jy ! Clean residual min=-0.001527 max=0.001579 Jy/beam ! Clean residual mean=0.000000 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.0559099 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.0559099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081257Jy sigma=0.000750 ! Fit after self-cal, rms=0.081230Jy sigma=0.000750 ! 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.081230Jy sigma=0.000750 ! Fit after self-cal, rms=0.081426Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.557 mas, bmaj=18.23 mas, bpa=1.996 degrees ! Estimated noise=630.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000776366 Jy ! Component: 100 - total flux cleaned = 0.00100469 Jy ! Component: 150 - total flux cleaned = 0.00123374 Jy ! Component: 200 - total flux cleaned = 0.00140748 Jy ! Total flux subtracted in 200 components = 0.00140748 Jy ! Clean residual min=-0.001525 max=0.001688 Jy/beam ! Clean residual mean=-0.000000 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0573174 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 91 components and 0.0573174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081415Jy sigma=0.000749 ! Fit after self-cal, rms=0.081421Jy sigma=0.000749 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.000410592 Jy ! Component: 100 - total flux cleaned = 0.000563835 Jy ! Component: 150 - total flux cleaned = 0.000687477 Jy ! Component: 200 - total flux cleaned = 0.000773277 Jy ! Total flux subtracted in 200 components = 0.000773277 Jy ! Clean residual min=-0.001490 max=0.001659 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0580907 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.0580907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081414Jy sigma=0.000749 ! Fit after self-cal, rms=0.081413Jy sigma=0.000749 ! 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=2.997 mas, bmaj=7.981 mas, bpa=-4.329 degrees ! Estimated noise=496.106 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.981 at -4.329 degrees (North through East) ! Clean map min=-0.0014895 max=0.045971 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.419 mas, bmaj=6.67 mas, bpa=-5.741 degrees ! Estimated noise=791.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0350889 Jy ! Component: 100 - total flux cleaned = 0.0437363 Jy ! Component: 150 - total flux cleaned = 0.0482095 Jy ! Component: 200 - total flux cleaned = 0.0501078 Jy ! Total flux subtracted in 200 components = 0.0501078 Jy ! Clean residual min=-0.002797 max=0.002658 Jy/beam ! Clean residual mean=0.000006 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.0501078 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0501078 Jy ! Inverting map and beam ! Estimated beam: bmin=2.997 mas, bmaj=7.981 mas, bpa=-4.329 degrees ! Estimated noise=496.106 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.00272159 Jy ! Component: 100 - total flux cleaned = 0.00404724 Jy ! Component: 150 - total flux cleaned = 0.00516189 Jy ! Component: 200 - total flux cleaned = 0.00567399 Jy ! Total flux subtracted in 200 components = 0.00567399 Jy ! Clean residual min=-0.001648 max=0.001543 Jy/beam ! Clean residual mean=0.000000 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0557818 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 37 components and 0.0557818 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.557 mas, bmaj=18.23 mas, bpa=1.996 degrees ! Estimated noise=630.347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121832 Jy ! Component: 100 - total flux cleaned = 0.00184881 Jy ! Component: 150 - total flux cleaned = 0.00218619 Jy ! Component: 200 - total flux cleaned = 0.00238901 Jy ! Total flux subtracted in 200 components = 0.00238901 Jy ! Clean residual min=-0.001531 max=0.001657 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0581708 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.000138246 Jy ! Component: 100 - total flux cleaned = 0.000232153 Jy ! Component: 150 - total flux cleaned = 0.000292388 Jy ! Component: 200 - total flux cleaned = 0.000325538 Jy ! Total flux subtracted in 200 components = 0.000325538 Jy ! Clean residual min=-0.001482 max=0.001624 Jy/beam ! Clean residual mean=0.000001 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0584963 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 61 components and 0.0584963 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.997 mas, bmaj=7.981 mas, bpa=-4.329 degrees ! Estimated noise=496.106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220043 Jy ! Component: 100 - total flux cleaned = -0.000255286 Jy ! Component: 150 - total flux cleaned = -0.000225904 Jy ! Component: 200 - total flux cleaned = -0.000197182 Jy ! Total flux subtracted in 200 components = -0.000197182 Jy ! Clean residual min=-0.001455 max=0.001462 Jy/beam ! Clean residual mean=0.000000 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0582991 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and 0.0582991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081426Jy sigma=0.000749 ! Fit after self-cal, rms=0.081419Jy sigma=0.000749 wmodel J1852-2433_S_2014_05_31_pus_map.mod ! Writing 82 model components to file: J1852-2433_S_2014_05_31_pus_map.mod wobs J1852-2433_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1852-2433_S_2014_05_31_pus_uvs.fits wwins J1852-2433_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1852-2433_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.000170732 Jy ! Component: 100 - total flux cleaned = -0.000272311 Jy ! Component: 150 - total flux cleaned = -0.000321412 Jy ! Component: 200 - total flux cleaned = -0.000344107 Jy ! Component: 250 - total flux cleaned = -0.000255243 Jy ! Component: 300 - total flux cleaned = -0.000191309 Jy ! Component: 350 - total flux cleaned = -0.000108142 Jy ! Component: 400 - total flux cleaned = -0.000108274 Jy ! Component: 450 - total flux cleaned = -6.78705e-05 Jy ! Component: 500 - total flux cleaned = -0.000126198 Jy ! Component: 550 - total flux cleaned = -0.000182754 Jy ! Component: 600 - total flux cleaned = -0.000182757 Jy ! Component: 650 - total flux cleaned = -0.000219552 Jy ! Component: 700 - total flux cleaned = -0.000273531 Jy ! Component: 750 - total flux cleaned = -0.000308817 Jy ! Component: 800 - total flux cleaned = -0.000326087 Jy ! Component: 850 - total flux cleaned = -0.000343244 Jy ! Component: 900 - total flux cleaned = -0.000309647 Jy ! Component: 950 - total flux cleaned = -0.000342866 Jy ! Component: 1000 - total flux cleaned = -0.000359024 Jy ! Component: 1050 - total flux cleaned = -0.000342674 Jy ! Component: 1100 - total flux cleaned = -0.000358248 Jy ! Component: 1150 - total flux cleaned = -0.000357988 Jy ! Component: 1200 - total flux cleaned = -0.000388463 Jy ! Component: 1250 - total flux cleaned = -0.000281895 Jy ! Component: 1300 - total flux cleaned = -0.000282181 Jy ! Component: 1350 - total flux cleaned = -0.000297247 Jy ! Component: 1400 - total flux cleaned = -0.000223626 Jy ! Component: 1450 - total flux cleaned = -0.000151044 Jy ! Component: 1500 - total flux cleaned = -0.000122279 Jy ! Component: 1550 - total flux cleaned = -9.37973e-05 Jy ! Component: 1600 - total flux cleaned = 3.25607e-05 Jy ! Component: 1650 - total flux cleaned = -9.33773e-06 Jy ! Component: 1700 - total flux cleaned = 7.3332e-05 Jy ! Component: 1750 - total flux cleaned = 1.876e-05 Jy ! Component: 1800 - total flux cleaned = 5.92587e-05 Jy ! Component: 1850 - total flux cleaned = 7.2587e-05 Jy ! Component: 1900 - total flux cleaned = 8.58115e-05 Jy ! Component: 1950 - total flux cleaned = 8.5901e-05 Jy ! Component: 2000 - total flux cleaned = 0.000112016 Jy ! Component: 2050 - total flux cleaned = 0.000124762 Jy ! Component: 2100 - total flux cleaned = 9.92075e-05 Jy ! Component: 2150 - total flux cleaned = 0.000136812 Jy ! Component: 2200 - total flux cleaned = 0.000111809 Jy ! Component: 2250 - total flux cleaned = 0.000174159 Jy ! Component: 2300 - total flux cleaned = 0.0001864 Jy ! Component: 2350 - total flux cleaned = 0.000210754 Jy ! Component: 2400 - total flux cleaned = 0.000234925 Jy ! Component: 2450 - total flux cleaned = 0.000283033 Jy ! Component: 2500 - total flux cleaned = 0.000235285 Jy ! Component: 2550 - total flux cleaned = 0.000282788 Jy ! Component: 2600 - total flux cleaned = 0.000341377 Jy ! Component: 2650 - total flux cleaned = 0.000352931 Jy ! Component: 2700 - total flux cleaned = 0.000341607 Jy ! Component: 2750 - total flux cleaned = 0.000341615 Jy ! Component: 2800 - total flux cleaned = 0.000375646 Jy ! Component: 2850 - total flux cleaned = 0.000398279 Jy ! Component: 2900 - total flux cleaned = 0.000420546 Jy ! Component: 2950 - total flux cleaned = 0.00038735 Jy ! Component: 3000 - total flux cleaned = 0.000420148 Jy ! Component: 3050 - total flux cleaned = 0.000431076 Jy ! Component: 3100 - total flux cleaned = 0.000366204 Jy ! Component: 3150 - total flux cleaned = 0.000409139 Jy ! Component: 3200 - total flux cleaned = 0.000324051 Jy ! Component: 3250 - total flux cleaned = 0.000366326 Jy ! Component: 3300 - total flux cleaned = 0.000366362 Jy ! Component: 3350 - total flux cleaned = 0.000376631 Jy ! Component: 3400 - total flux cleaned = 0.000386989 Jy ! Component: 3450 - total flux cleaned = 0.000345956 Jy ! Component: 3500 - total flux cleaned = 0.000356088 Jy ! Component: 3550 - total flux cleaned = 0.000366258 Jy ! Component: 3600 - total flux cleaned = 0.000356096 Jy ! Component: 3650 - total flux cleaned = 0.000336199 Jy ! Component: 3700 - total flux cleaned = 0.000356118 Jy ! Component: 3750 - total flux cleaned = 0.000365923 Jy ! Component: 3800 - total flux cleaned = 0.000375584 Jy ! Component: 3850 - total flux cleaned = 0.000346475 Jy ! Component: 3900 - total flux cleaned = 0.000404354 Jy ! Component: 3950 - total flux cleaned = 0.000375679 Jy ! Component: 4000 - total flux cleaned = 0.000404145 Jy ! Component: 4050 - total flux cleaned = 0.000385427 Jy ! Total flux subtracted in 4096 components = 0.000404225 Jy ! Clean residual min=-0.000583 max=0.000559 Jy/beam ! Clean residual mean=-0.000000 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0587033 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 370 components and 0.0587033 Jy ![Exited script file: muppet] wmap "J1852-2433_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.981 at -4.329 degrees (North through East) ! Clean map min=-0.0012753 max=0.04559 Jy/beam ! Writing clean map to FITS file: J1852-2433_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.0455905 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175485 device "J1852-2433_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1852-2433_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15475 1.15475 2.3095 4.61899 9.23798 18.476 36.9519 73.9039 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.981 at -4.329 degrees (North through East) ! Clean map min=-0.0012753 max=0.04559 Jy/beam quit ! Quitting program ! Log file J1852-2433_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:36:04 2016