! Started logfile: J1844+1140_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:01:10 2016 obs J1844+1140_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1844+1140_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.702732 visibilities/baseline/integration-bin. ! Found source: J1844+1140 ! ! 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 15432 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 J1844+1140_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 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.948928Jy sigma=0.011135 ! Fit after self-cal, rms=0.922600Jy sigma=0.010841 ! 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.416 mas, bmaj=7.938 mas, bpa=10.71 degrees ! Estimated noise=825.624 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.0624373 Jy ! Component: 100 - total flux cleaned = 0.0778806 Jy ! Total flux subtracted in 100 components = 0.0778806 Jy ! Clean residual min=-0.007427 max=0.021982 Jy/beam ! Clean residual mean=0.000030 rms=0.002328 Jy/beam ! Combined flux in latest and established models = 0.0778805 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0778805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078903Jy sigma=0.000882 ! Fit after self-cal, rms=0.078898Jy sigma=0.000882 ! Inverting map ! Added new window around map position (11, -15.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.018326 Jy ! Component: 100 - total flux cleaned = 0.0266612 Jy ! Total flux subtracted in 100 components = 0.0266612 Jy ! Clean residual min=-0.004766 max=0.007121 Jy/beam ! Clean residual mean=0.000021 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.104542 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 0.104542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074150Jy sigma=0.000814 ! Fit after self-cal, rms=0.073406Jy sigma=0.000806 ! 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.19 mas, bmaj=9.178 mas, bpa=6.422 degrees ! Estimated noise=492.221 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.0106719 Jy ! Component: 100 - total flux cleaned = 0.0166778 Jy ! Component: 150 - total flux cleaned = 0.0209168 Jy ! Component: 200 - total flux cleaned = 0.0239842 Jy ! Total flux subtracted in 200 components = 0.0239842 Jy ! Clean residual min=-0.002622 max=0.003415 Jy/beam ! Clean residual mean=0.000013 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.128526 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 68 components and 0.128526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071830Jy sigma=0.000783 ! Fit after self-cal, rms=0.071655Jy sigma=0.000781 ! 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.83 HN 0.97 KP 0.99 ! LA 1.13 MK 1.21 NL 0.95 OV 1.04 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.03 KP 0.98 ! LA 1.06 MK 1.12 NL 1.00 OV 1.08 ! PT 0.95 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.00 KP 0.87 ! LA 0.86 MK 1.22 NL 0.95 OV 1.03 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00 KP 0.86 ! LA 0.89 MK 1.22 NL 1.06 OV 1.05 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.071655Jy sigma=0.000781 ! Fit after self-cal, rms=0.071321Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.252 mas, bmaj=9.214 mas, bpa=7.106 degrees ! Estimated noise=486.084 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.00219068 Jy ! Component: 100 - total flux cleaned = 0.00241411 Jy ! Component: 150 - total flux cleaned = 0.00248806 Jy ! Component: 200 - total flux cleaned = 0.00243151 Jy ! Total flux subtracted in 200 components = 0.00243151 Jy ! Clean residual min=-0.001586 max=0.001827 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.130957 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.130957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071228Jy sigma=0.000771 ! Fit after self-cal, rms=0.071262Jy sigma=0.000770 ! 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.071262Jy sigma=0.000770 ! Fit after self-cal, rms=0.071327Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=9.234 mas, bpa=7.121 degrees ! Estimated noise=485.107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000795819 Jy ! Component: 100 - total flux cleaned = 0.000613193 Jy ! Component: 150 - total flux cleaned = 0.000570919 Jy ! Component: 200 - total flux cleaned = 0.000532815 Jy ! Total flux subtracted in 200 components = 0.000532815 Jy ! Clean residual min=-0.001440 max=0.001436 Jy/beam ! Clean residual mean=0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.13149 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.13149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071301Jy sigma=0.000769 ! Fit after self-cal, rms=0.071304Jy sigma=0.000769 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.000231009 Jy ! Component: 100 - total flux cleaned = 0.00019221 Jy ! Component: 150 - total flux cleaned = 0.000174929 Jy ! Component: 200 - total flux cleaned = 0.000158055 Jy ! Total flux subtracted in 200 components = 0.000158055 Jy ! Clean residual min=-0.001414 max=0.001425 Jy/beam ! Clean residual mean=0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.131648 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.131648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071293Jy sigma=0.000769 ! Fit after self-cal, rms=0.071290Jy sigma=0.000769 ! 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.071290Jy sigma=0.000769 ! Fit after self-cal, rms=0.071296Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.261 mas, bmaj=9.241 mas, bpa=7.228 degrees ! Estimated noise=484.333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000189041 Jy ! Component: 100 - total flux cleaned = 0.000135322 Jy ! Component: 150 - total flux cleaned = 0.000119493 Jy ! Component: 200 - total flux cleaned = 0.000104298 Jy ! Total flux subtracted in 200 components = 0.000104298 Jy ! Clean residual min=-0.001373 max=0.001424 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.131753 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.131753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071286Jy sigma=0.000769 ! Fit after self-cal, rms=0.071287Jy sigma=0.000769 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.13628e-05 Jy ! Component: 100 - total flux cleaned = 7.15442e-05 Jy ! Component: 150 - total flux cleaned = 4.38171e-05 Jy ! Component: 200 - total flux cleaned = 4.39238e-05 Jy ! Total flux subtracted in 200 components = 4.39238e-05 Jy ! Clean residual min=-0.001360 max=0.001419 Jy/beam ! Clean residual mean=0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.131797 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.131797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071281Jy sigma=0.000769 ! Fit after self-cal, rms=0.071279Jy sigma=0.000769 ! 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.071279Jy sigma=0.000769 ! Fit after self-cal, rms=0.071242Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.543 mas, bmaj=13.95 mas, bpa=-10.06 degrees ! Estimated noise=543.764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209677 Jy ! Component: 100 - total flux cleaned = 0.000172238 Jy ! Component: 150 - total flux cleaned = 0.000122385 Jy ! Component: 200 - total flux cleaned = 9.84577e-05 Jy ! Total flux subtracted in 200 components = 9.84577e-05 Jy ! Clean residual min=-0.001146 max=0.001114 Jy/beam ! Clean residual mean=0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.131895 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 115 components and 0.131895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071244Jy sigma=0.000769 ! Fit after self-cal, rms=0.071242Jy sigma=0.000769 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 = -5.94375e-05 Jy ! Component: 100 - total flux cleaned = -3.43004e-05 Jy ! Component: 150 - total flux cleaned = -2.72039e-05 Jy ! Component: 200 - total flux cleaned = -2.71055e-05 Jy ! Total flux subtracted in 200 components = -2.71055e-05 Jy ! Clean residual min=-0.001174 max=0.001133 Jy/beam ! Clean residual mean=0.000002 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.131868 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 122 components and 0.131868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071242Jy sigma=0.000769 ! Fit after self-cal, rms=0.071241Jy sigma=0.000769 ! 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.259 mas, bmaj=9.237 mas, bpa=7.342 degrees ! Estimated noise=483.815 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 9.237 at 7.342 degrees (North through East) ! Clean map min=-0.0013493 max=0.077533 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.46 mas, bmaj=8.007 mas, bpa=11.85 degrees ! Estimated noise=817.951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0623679 Jy ! Component: 100 - total flux cleaned = 0.0854863 Jy ! Component: 150 - total flux cleaned = 0.098306 Jy ! Component: 200 - total flux cleaned = 0.106901 Jy ! Total flux subtracted in 200 components = 0.106901 Jy ! Clean residual min=-0.004318 max=0.007545 Jy/beam ! Clean residual mean=0.000014 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.106901 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.106901 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=9.237 mas, bpa=7.342 degrees ! Estimated noise=483.815 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) ! Added new window around map position (6, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00867372 Jy ! Component: 100 - total flux cleaned = 0.0138642 Jy ! Component: 150 - total flux cleaned = 0.0173581 Jy ! Component: 200 - total flux cleaned = 0.0197986 Jy ! Total flux subtracted in 200 components = 0.0197986 Jy ! Clean residual min=-0.001941 max=0.001480 Jy/beam ! Clean residual mean=0.000006 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.1267 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 81 components and 0.1267 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.543 mas, bmaj=13.95 mas, bpa=-10.06 degrees ! Estimated noise=543.764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00229052 Jy ! Component: 100 - total flux cleaned = 0.00361164 Jy ! Component: 150 - total flux cleaned = 0.00447457 Jy ! Component: 200 - total flux cleaned = 0.00507047 Jy ! Total flux subtracted in 200 components = 0.00507047 Jy ! Clean residual min=-0.001231 max=0.001124 Jy/beam ! Clean residual mean=0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.13177 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.000426661 Jy ! Component: 100 - total flux cleaned = 0.000742141 Jy ! Component: 150 - total flux cleaned = 0.000900391 Jy ! Component: 200 - total flux cleaned = 0.00099416 Jy ! Total flux subtracted in 200 components = 0.00099416 Jy ! Clean residual min=-0.001219 max=0.001130 Jy/beam ! Clean residual mean=0.000000 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.132764 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 117 components and 0.132764 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=9.237 mas, bpa=7.342 degrees ! Estimated noise=483.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.71719e-05 Jy ! Component: 100 - total flux cleaned = 2.72258e-05 Jy ! Component: 150 - total flux cleaned = 2.71289e-05 Jy ! Component: 200 - total flux cleaned = 2.69773e-05 Jy ! Total flux subtracted in 200 components = 2.69773e-05 Jy ! Clean residual min=-0.001532 max=0.001245 Jy/beam ! Clean residual mean=-0.000000 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.132791 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 133 components and 0.132791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071216Jy sigma=0.000768 ! Fit after self-cal, rms=0.071199Jy sigma=0.000768 wmodel J1844+1140_S_2014_06_09_pus_map.mod ! Writing 133 model components to file: J1844+1140_S_2014_06_09_pus_map.mod wobs J1844+1140_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1844+1140_S_2014_06_09_pus_uvs.fits wwins J1844+1140_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1844+1140_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.00023523 Jy ! Component: 100 - total flux cleaned = -0.000212224 Jy ! Component: 150 - total flux cleaned = -0.000212809 Jy ! Component: 200 - total flux cleaned = -0.000174308 Jy ! Component: 250 - total flux cleaned = -0.000155363 Jy ! Component: 300 - total flux cleaned = -8.27888e-05 Jy ! Component: 350 - total flux cleaned = -2.99064e-05 Jy ! Component: 400 - total flux cleaned = 9.03e-05 Jy ! Component: 450 - total flux cleaned = 0.000207183 Jy ! Component: 500 - total flux cleaned = 0.000305046 Jy ! Component: 550 - total flux cleaned = 0.000416745 Jy ! Component: 600 - total flux cleaned = 0.000494929 Jy ! Component: 650 - total flux cleaned = 0.000602185 Jy ! Component: 700 - total flux cleaned = 0.000722111 Jy ! Component: 750 - total flux cleaned = 0.000736247 Jy ! Component: 800 - total flux cleaned = 0.000837633 Jy ! Component: 850 - total flux cleaned = 0.000866295 Jy ! Component: 900 - total flux cleaned = 0.000936789 Jy ! Component: 950 - total flux cleaned = 0.00103364 Jy ! Component: 1000 - total flux cleaned = 0.00108794 Jy ! Component: 1050 - total flux cleaned = 0.00111488 Jy ! Component: 1100 - total flux cleaned = 0.001115 Jy ! Component: 1150 - total flux cleaned = 0.00112805 Jy ! Component: 1200 - total flux cleaned = 0.00111538 Jy ! Component: 1250 - total flux cleaned = 0.00112787 Jy ! Component: 1300 - total flux cleaned = 0.00111534 Jy ! Component: 1350 - total flux cleaned = 0.00110279 Jy ! Component: 1400 - total flux cleaned = 0.00107824 Jy ! Component: 1450 - total flux cleaned = 0.00109015 Jy ! Component: 1500 - total flux cleaned = 0.00105417 Jy ! Component: 1550 - total flux cleaned = 0.00108962 Jy ! Component: 1600 - total flux cleaned = 0.00106607 Jy ! Component: 1650 - total flux cleaned = 0.00106614 Jy ! Component: 1700 - total flux cleaned = 0.00106627 Jy ! Component: 1750 - total flux cleaned = 0.00107762 Jy ! Component: 1800 - total flux cleaned = 0.00110024 Jy ! Component: 1850 - total flux cleaned = 0.00107803 Jy ! Component: 1900 - total flux cleaned = 0.00108905 Jy ! Component: 1950 - total flux cleaned = 0.00113287 Jy ! Component: 2000 - total flux cleaned = 0.00114367 Jy ! Component: 2050 - total flux cleaned = 0.00114356 Jy ! Component: 2100 - total flux cleaned = 0.00116478 Jy ! Component: 2150 - total flux cleaned = 0.00116464 Jy ! Component: 2200 - total flux cleaned = 0.00120647 Jy ! Component: 2250 - total flux cleaned = 0.00120642 Jy ! Component: 2300 - total flux cleaned = 0.00127824 Jy ! Component: 2350 - total flux cleaned = 0.00127805 Jy ! Component: 2400 - total flux cleaned = 0.00131838 Jy ! Component: 2450 - total flux cleaned = 0.00131836 Jy ! Component: 2500 - total flux cleaned = 0.00136782 Jy ! Component: 2550 - total flux cleaned = 0.00138755 Jy ! Component: 2600 - total flux cleaned = 0.00140698 Jy ! Component: 2650 - total flux cleaned = 0.0014456 Jy ! Component: 2700 - total flux cleaned = 0.00152212 Jy ! Component: 2750 - total flux cleaned = 0.00156955 Jy ! Component: 2800 - total flux cleaned = 0.00156955 Jy ! Component: 2850 - total flux cleaned = 0.00164429 Jy ! Component: 2900 - total flux cleaned = 0.00166297 Jy ! Component: 2950 - total flux cleaned = 0.00169973 Jy ! Component: 3000 - total flux cleaned = 0.00171797 Jy ! Component: 3050 - total flux cleaned = 0.00176342 Jy ! Component: 3100 - total flux cleaned = 0.00182644 Jy ! Component: 3150 - total flux cleaned = 0.00186212 Jy ! Component: 3200 - total flux cleaned = 0.00187985 Jy ! Component: 3250 - total flux cleaned = 0.00192399 Jy ! Component: 3300 - total flux cleaned = 0.00198543 Jy ! Component: 3350 - total flux cleaned = 0.00199402 Jy ! Component: 3400 - total flux cleaned = 0.00202011 Jy ! Component: 3450 - total flux cleaned = 0.00206314 Jy ! Component: 3500 - total flux cleaned = 0.00214002 Jy ! Component: 3550 - total flux cleaned = 0.00219932 Jy ! Component: 3600 - total flux cleaned = 0.00222462 Jy ! Component: 3650 - total flux cleaned = 0.00224978 Jy ! Component: 3700 - total flux cleaned = 0.0022664 Jy ! Component: 3750 - total flux cleaned = 0.00230773 Jy ! Component: 3800 - total flux cleaned = 0.00234064 Jy ! Component: 3850 - total flux cleaned = 0.00236518 Jy ! Component: 3900 - total flux cleaned = 0.00240565 Jy ! Component: 3950 - total flux cleaned = 0.00243778 Jy ! Component: 4000 - total flux cleaned = 0.00245386 Jy ! Component: 4050 - total flux cleaned = 0.00248573 Jy ! Total flux subtracted in 4096 components = 0.00249368 Jy ! Clean residual min=-0.000433 max=0.000484 Jy/beam ! Clean residual mean=0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.135285 Jy keep ! Adding 244 model components to the UV plane model. ! The established model now contains 377 components and 0.135285 Jy ![Exited script file: muppet] wmap "J1844+1140_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 9.237 at 7.342 degrees (North through East) ! Clean map min=-0.0011235 max=0.076597 Jy/beam ! Writing clean map to FITS file: J1844+1140_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.0765973 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146779 device "J1844+1140_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1844+1140_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.574874 0.574874 1.14975 2.2995 4.599 9.19799 18.396 36.792 73.5839 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.259 x 9.237 at 7.342 degrees (North through East) ! Clean map min=-0.0011235 max=0.076597 Jy/beam quit ! Quitting program ! Log file J1844+1140_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:01:15 2016