! Started logfile: J1352-2745_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:26:36 2017 obs J1352-2745_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1352-2745_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.698284 visibilities/baseline/integration-bin. ! Found source: J1352-2745 ! ! 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 338 lines of history. ! ! Reading 15460 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 J1352-2745_S_2015_01_23_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 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 195 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906908Jy sigma=0.009059 ! Fit after self-cal, rms=0.838734Jy sigma=0.008499 ! 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.369 mas, bmaj=5.923 mas, bpa=-4.335 degrees ! Estimated noise=843.705 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.124468 Jy ! Component: 100 - total flux cleaned = 0.151984 Jy ! Total flux subtracted in 100 components = 0.151984 Jy ! Clean residual min=-0.007441 max=0.014285 Jy/beam ! Clean residual mean=-0.000089 rms=0.002155 Jy/beam ! Combined flux in latest and established models = 0.151984 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.151984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096992Jy sigma=0.000899 ! Fit after self-cal, rms=0.096992Jy sigma=0.000899 ! Inverting map ! Added new window around map position (6.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130382 Jy ! Component: 100 - total flux cleaned = 0.0199661 Jy ! Total flux subtracted in 100 components = 0.0199661 Jy ! Clean residual min=-0.006513 max=0.010130 Jy/beam ! Clean residual mean=-0.000060 rms=0.001823 Jy/beam ! Combined flux in latest and established models = 0.17195 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.17195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094521Jy sigma=0.000876 ! Fit after self-cal, rms=0.094317Jy sigma=0.000875 ! 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=2.954 mas, bmaj=7.131 mas, bpa=-4.199 degrees ! Estimated noise=585.22 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.00924866 Jy ! Component: 100 - total flux cleaned = 0.0142218 Jy ! Component: 150 - total flux cleaned = 0.0173222 Jy ! Component: 200 - total flux cleaned = 0.0182029 Jy ! Total flux subtracted in 200 components = 0.0182029 Jy ! Clean residual min=-0.008142 max=0.011117 Jy/beam ! Clean residual mean=-0.000045 rms=0.002414 Jy/beam ! Combined flux in latest and established models = 0.190153 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.190153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093337Jy sigma=0.000864 ! Fit after self-cal, rms=0.093171Jy sigma=0.000863 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 1.00 KP 1.08 ! LA 0.95 MK 1.02 NL 1.57 OV 0.98 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00* HN 1.08 KP 1.01 ! LA 0.93 MK 1.01 NL 1.60 OV 0.99 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 1.10 KP 0.88 ! LA 0.73 MK 1.06 NL 1.32 OV 0.91 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* HN 1.02 KP 0.79 ! LA 0.79 MK 1.02 NL 0.85 OV 0.95 ! PT 1.00 SC 1.00 ! ! ! Fit before self-cal, rms=0.093171Jy sigma=0.000863 ! Fit after self-cal, rms=0.089053Jy sigma=0.000793 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.175 mas, bpa=-3.833 degrees ! Estimated noise=603.224 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.00496053 Jy ! Component: 100 - total flux cleaned = -0.00571597 Jy ! Component: 150 - total flux cleaned = -0.00609799 Jy ! Component: 200 - total flux cleaned = -0.0063856 Jy ! Total flux subtracted in 200 components = -0.0063856 Jy ! Clean residual min=-0.004479 max=0.005122 Jy/beam ! Clean residual mean=0.000013 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.183768 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.183768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088540Jy sigma=0.000789 ! Fit after self-cal, rms=0.088514Jy sigma=0.000788 ! 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.088514Jy sigma=0.000788 ! Fit after self-cal, rms=0.086642Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.182 mas, bpa=-3.873 degrees ! Estimated noise=601.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00216963 Jy ! Component: 100 - total flux cleaned = -0.00248404 Jy ! Component: 150 - total flux cleaned = -0.00278181 Jy ! Component: 200 - total flux cleaned = -0.00302227 Jy ! Total flux subtracted in 200 components = -0.00302227 Jy ! Clean residual min=-0.002634 max=0.002083 Jy/beam ! Clean residual mean=0.000005 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.180745 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.180745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086558Jy sigma=0.000774 ! Fit after self-cal, rms=0.086573Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000535966 Jy ! Component: 100 - total flux cleaned = -0.000674171 Jy ! Component: 150 - total flux cleaned = -0.000746041 Jy ! Component: 200 - total flux cleaned = -0.000788658 Jy ! Total flux subtracted in 200 components = -0.000788658 Jy ! Clean residual min=-0.002387 max=0.002159 Jy/beam ! Clean residual mean=0.000004 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.179957 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.179957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086552Jy sigma=0.000774 ! Fit after self-cal, rms=0.086544Jy 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.086544Jy sigma=0.000774 ! Fit after self-cal, rms=0.086831Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.994 mas, bmaj=7.189 mas, bpa=-3.859 degrees ! Estimated noise=601.238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130806 Jy ! Component: 100 - total flux cleaned = -0.00152176 Jy ! Component: 150 - total flux cleaned = -0.00169814 Jy ! Component: 200 - total flux cleaned = -0.00184288 Jy ! Total flux subtracted in 200 components = -0.00184288 Jy ! Clean residual min=-0.002080 max=0.001988 Jy/beam ! Clean residual mean=0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.178114 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.178114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086801Jy sigma=0.000773 ! Fit after self-cal, rms=0.086801Jy 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.000380417 Jy ! Component: 100 - total flux cleaned = -0.000454936 Jy ! Component: 150 - total flux cleaned = -0.000471536 Jy ! Component: 200 - total flux cleaned = -0.000501482 Jy ! Total flux subtracted in 200 components = -0.000501482 Jy ! Clean residual min=-0.001955 max=0.001986 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.177612 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.177612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086791Jy sigma=0.000773 ! Fit after self-cal, rms=0.086786Jy 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.086786Jy sigma=0.000773 ! Fit after self-cal, rms=0.086956Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.824 mas, bmaj=18.2 mas, bpa=-1.266 degrees ! Estimated noise=767.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107953 Jy ! Component: 100 - total flux cleaned = -0.00130061 Jy ! Component: 150 - total flux cleaned = -0.0012846 Jy ! Component: 200 - total flux cleaned = -0.00127027 Jy ! Total flux subtracted in 200 components = -0.00127027 Jy ! Clean residual min=-0.002236 max=0.002229 Jy/beam ! Clean residual mean=0.000000 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.176342 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.176342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086946Jy sigma=0.000773 ! Fit after self-cal, rms=0.086947Jy 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.000125242 Jy ! Component: 100 - total flux cleaned = -0.000134987 Jy ! Component: 150 - total flux cleaned = -0.000110367 Jy ! Component: 200 - total flux cleaned = -9.58497e-05 Jy ! Total flux subtracted in 200 components = -9.58497e-05 Jy ! Clean residual min=-0.002231 max=0.002276 Jy/beam ! Clean residual mean=-0.000000 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.176246 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.176246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086946Jy sigma=0.000773 ! Fit after self-cal, rms=0.086944Jy sigma=0.000773 ! 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.196 mas, bpa=-3.875 degrees ! Estimated noise=600.888 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.196 at -3.875 degrees (North through East) ! Clean map min=-0.0017129 max=0.15997 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.396 mas, bmaj=5.94 mas, bpa=-3.803 degrees ! Estimated noise=862.234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127109 Jy ! Component: 100 - total flux cleaned = 0.155292 Jy ! Component: 150 - total flux cleaned = 0.164539 Jy ! Component: 200 - total flux cleaned = 0.169178 Jy ! Total flux subtracted in 200 components = 0.169178 Jy ! Clean residual min=-0.002911 max=0.002827 Jy/beam ! Clean residual mean=-0.000008 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.169178 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.169178 Jy ! Inverting map and beam ! Estimated beam: bmin=2.997 mas, bmaj=7.196 mas, bpa=-3.875 degrees ! Estimated noise=600.888 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 (-1, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00308659 Jy ! Component: 100 - total flux cleaned = 0.00497873 Jy ! Component: 150 - total flux cleaned = 0.00617569 Jy ! Component: 200 - total flux cleaned = 0.00661607 Jy ! Total flux subtracted in 200 components = 0.00661607 Jy ! Clean residual min=-0.001773 max=0.002118 Jy/beam ! Clean residual mean=-0.000000 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.175794 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 38 components and 0.175794 Jy ! Inverting map ! Added new window around map position (-42.5, 54). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169415 Jy ! Component: 100 - total flux cleaned = 0.00183426 Jy ! Component: 150 - total flux cleaned = 0.00198033 Jy ! Component: 200 - total flux cleaned = 0.00208564 Jy ! Total flux subtracted in 200 components = 0.00208564 Jy ! Clean residual min=-0.001626 max=0.001813 Jy/beam ! Clean residual mean=0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.17788 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 0.17788 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.824 mas, bmaj=18.2 mas, bpa=-1.266 degrees ! Estimated noise=767.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.38245e-05 Jy ! Component: 100 - total flux cleaned = -9.7134e-05 Jy ! Component: 150 - total flux cleaned = -0.000117048 Jy ! Component: 200 - total flux cleaned = -0.000134874 Jy ! Total flux subtracted in 200 components = -0.000134874 Jy ! Clean residual min=-0.001913 max=0.001886 Jy/beam ! Clean residual mean=0.000004 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.177745 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 = -3.3028e-05 Jy ! Component: 100 - total flux cleaned = -6.37174e-05 Jy ! Component: 150 - total flux cleaned = -9.32132e-05 Jy ! Component: 200 - total flux cleaned = -0.000134487 Jy ! Total flux subtracted in 200 components = -0.000134487 Jy ! Clean residual min=-0.001839 max=0.001918 Jy/beam ! Clean residual mean=0.000004 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.17761 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 80 components and 0.17761 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.196 mas, bpa=-3.875 degrees ! Estimated noise=600.888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010383 Jy ! Component: 100 - total flux cleaned = -0.000102333 Jy ! Component: 150 - total flux cleaned = -0.00010182 Jy ! Component: 200 - total flux cleaned = -0.000142063 Jy ! Total flux subtracted in 200 components = -0.000142063 Jy ! Clean residual min=-0.001624 max=0.001806 Jy/beam ! Clean residual mean=0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.177468 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 103 components and 0.177468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086891Jy sigma=0.000772 ! Fit after self-cal, rms=0.086876Jy sigma=0.000772 wmodel J1352-2745_S_2015_01_23_pus_map.mod ! Writing 103 model components to file: J1352-2745_S_2015_01_23_pus_map.mod wobs J1352-2745_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1352-2745_S_2015_01_23_pus_uvs.fits wwins J1352-2745_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J1352-2745_S_2015_01_23_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.00039435 Jy ! Component: 100 - total flux cleaned = 0.000602558 Jy ! Component: 150 - total flux cleaned = 0.000800954 Jy ! Component: 200 - total flux cleaned = 0.000965186 Jy ! Component: 250 - total flux cleaned = 0.00120252 Jy ! Component: 300 - total flux cleaned = 0.00135597 Jy ! Component: 350 - total flux cleaned = 0.00148048 Jy ! Component: 400 - total flux cleaned = 0.00162664 Jy ! Component: 450 - total flux cleaned = 0.00179239 Jy ! Component: 500 - total flux cleaned = 0.00195419 Jy ! Component: 550 - total flux cleaned = 0.00211249 Jy ! Component: 600 - total flux cleaned = 0.00228987 Jy ! Component: 650 - total flux cleaned = 0.0023985 Jy ! Component: 700 - total flux cleaned = 0.00250551 Jy ! Component: 750 - total flux cleaned = 0.00263127 Jy ! Component: 800 - total flux cleaned = 0.00267266 Jy ! Component: 850 - total flux cleaned = 0.00277428 Jy ! Component: 900 - total flux cleaned = 0.00279393 Jy ! Component: 950 - total flux cleaned = 0.00285263 Jy ! Component: 1000 - total flux cleaned = 0.00289098 Jy ! Component: 1050 - total flux cleaned = 0.00294802 Jy ! Component: 1100 - total flux cleaned = 0.00294815 Jy ! Component: 1150 - total flux cleaned = 0.00307814 Jy ! Component: 1200 - total flux cleaned = 0.00313272 Jy ! Component: 1250 - total flux cleaned = 0.00320459 Jy ! Component: 1300 - total flux cleaned = 0.00327579 Jy ! Component: 1350 - total flux cleaned = 0.00343314 Jy ! Component: 1400 - total flux cleaned = 0.00348454 Jy ! Component: 1450 - total flux cleaned = 0.00355322 Jy ! Component: 1500 - total flux cleaned = 0.00368795 Jy ! Component: 1550 - total flux cleaned = 0.00380418 Jy ! Component: 1600 - total flux cleaned = 0.00391907 Jy ! Component: 1650 - total flux cleaned = 0.00404889 Jy ! Component: 1700 - total flux cleaned = 0.00412887 Jy ! Component: 1750 - total flux cleaned = 0.00420847 Jy ! Component: 1800 - total flux cleaned = 0.00430255 Jy ! Component: 1850 - total flux cleaned = 0.00438016 Jy ! Component: 1900 - total flux cleaned = 0.0044415 Jy ! Component: 1950 - total flux cleaned = 0.00454749 Jy ! Component: 2000 - total flux cleaned = 0.00465252 Jy ! Component: 2050 - total flux cleaned = 0.0046823 Jy ! Component: 2100 - total flux cleaned = 0.00474092 Jy ! Component: 2150 - total flux cleaned = 0.00485736 Jy ! Component: 2200 - total flux cleaned = 0.00491495 Jy ! Component: 2250 - total flux cleaned = 0.00501458 Jy ! Component: 2300 - total flux cleaned = 0.00511302 Jy ! Component: 2350 - total flux cleaned = 0.00516864 Jy ! Component: 2400 - total flux cleaned = 0.00519625 Jy ! Component: 2450 - total flux cleaned = 0.00529177 Jy ! Component: 2500 - total flux cleaned = 0.00531882 Jy ! Component: 2550 - total flux cleaned = 0.00538573 Jy ! Component: 2600 - total flux cleaned = 0.00541233 Jy ! Component: 2650 - total flux cleaned = 0.00546478 Jy ! Component: 2700 - total flux cleaned = 0.00550369 Jy ! Component: 2750 - total flux cleaned = 0.00554232 Jy ! Component: 2800 - total flux cleaned = 0.00565724 Jy ! Component: 2850 - total flux cleaned = 0.00563174 Jy ! Component: 2900 - total flux cleaned = 0.00571942 Jy ! Component: 2950 - total flux cleaned = 0.00569456 Jy ! Component: 3000 - total flux cleaned = 0.005719 Jy ! Component: 3050 - total flux cleaned = 0.00576782 Jy ! Component: 3100 - total flux cleaned = 0.0058041 Jy ! Component: 3150 - total flux cleaned = 0.00586386 Jy ! Component: 3200 - total flux cleaned = 0.00589952 Jy ! Component: 3250 - total flux cleaned = 0.00598176 Jy ! Component: 3300 - total flux cleaned = 0.00599329 Jy ! Component: 3350 - total flux cleaned = 0.0060742 Jy ! Component: 3400 - total flux cleaned = 0.00612013 Jy ! Component: 3450 - total flux cleaned = 0.00613159 Jy ! Component: 3500 - total flux cleaned = 0.00618799 Jy ! Component: 3550 - total flux cleaned = 0.00625521 Jy ! Component: 3600 - total flux cleaned = 0.00626644 Jy ! Component: 3650 - total flux cleaned = 0.00638771 Jy ! Component: 3700 - total flux cleaned = 0.0063877 Jy ! Component: 3750 - total flux cleaned = 0.00640944 Jy ! Component: 3800 - total flux cleaned = 0.00650653 Jy ! Component: 3850 - total flux cleaned = 0.00654929 Jy ! Component: 3900 - total flux cleaned = 0.00659179 Jy ! Component: 3950 - total flux cleaned = 0.00660237 Jy ! Component: 4000 - total flux cleaned = 0.0066547 Jy ! Component: 4050 - total flux cleaned = 0.00667548 Jy ! Total flux subtracted in 4096 components = 0.00670657 Jy ! Clean residual min=-0.000595 max=0.000633 Jy/beam ! Clean residual mean=-0.000000 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.184175 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 358 components and 0.184175 Jy ![Exited script file: muppet] wmap "J1352-2745_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.997 x 7.196 at -3.875 degrees (North through East) ! Clean map min=-0.0012274 max=0.16133 Jy/beam ! Writing clean map to FITS file: J1352-2745_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.161327 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180971 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.336529 0.336529 0.673059 1.34612 2.69224 5.38447 10.7689 21.5379 43.0758 86.1515 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.161 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.196 at -3.875 degrees (North through East) ! Clean map min=-0.0012274 max=0.16133 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1352-2745_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:26:41 2017