! Started logfile: J1041+523A_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:23:01 2016 obs J1041+523A_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1041+523A_S_2014_05_31_pus_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.56453 visibilities/baseline/integration-bin. ! Found source: J1041+523A ! ! 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 5284 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 J1041+523A_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.593868Jy sigma=0.007359 ! Fit after self-cal, rms=0.580381Jy sigma=0.007195 ! 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=4.015 mas, bmaj=5.403 mas, bpa=27.17 degrees ! Estimated noise=1253.57 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.329411 Jy ! Component: 100 - total flux cleaned = 0.401376 Jy ! Total flux subtracted in 100 components = 0.401376 Jy ! Clean residual min=-0.012493 max=0.021550 Jy/beam ! Clean residual mean=0.000048 rms=0.003353 Jy/beam ! Combined flux in latest and established models = 0.401376 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.401376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089530Jy sigma=0.001034 ! Fit after self-cal, rms=0.089523Jy sigma=0.001033 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0227305 Jy ! Component: 100 - total flux cleaned = 0.0339251 Jy ! Total flux subtracted in 100 components = 0.0339251 Jy ! Clean residual min=-0.009559 max=0.009407 Jy/beam ! Clean residual mean=0.000059 rms=0.002433 Jy/beam ! Combined flux in latest and established models = 0.435301 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.435301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083759Jy sigma=0.000982 ! Fit after self-cal, rms=0.083722Jy sigma=0.000982 ! 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.976 mas, bmaj=6.417 mas, bpa=29.56 degrees ! Estimated noise=803.542 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.00591714 Jy ! Component: 100 - total flux cleaned = 0.00906782 Jy ! Component: 150 - total flux cleaned = 0.0098823 Jy ! Component: 200 - total flux cleaned = 0.010342 Jy ! Total flux subtracted in 200 components = 0.010342 Jy ! Clean residual min=-0.008342 max=0.009874 Jy/beam ! Clean residual mean=0.000057 rms=0.002257 Jy/beam ! Combined flux in latest and established models = 0.445643 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.445643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083134Jy sigma=0.000978 ! Fit after self-cal, rms=0.083114Jy sigma=0.000978 ! 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.01 FD 0.87 HN 0.98 KP 1.04 ! LA 1.18 MK 1.00* NL 0.97 OV 0.98 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.02 KP 1.02 ! LA 1.14 MK 1.00* NL 1.03 OV 1.01 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.02 KP 0.90 ! LA 0.91 MK 1.00* NL 1.01 OV 0.95 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 1.01 KP 0.88 ! LA 0.87 MK 1.00* NL 1.07 OV 1.00 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.083114Jy sigma=0.000978 ! Fit after self-cal, rms=0.069063Jy sigma=0.000821 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.964 mas, bmaj=6.414 mas, bpa=29.47 degrees ! Estimated noise=804.587 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.00072816 Jy ! Component: 100 - total flux cleaned = -0.000679548 Jy ! Component: 150 - total flux cleaned = -0.000681141 Jy ! Component: 200 - total flux cleaned = -0.000654136 Jy ! Total flux subtracted in 200 components = -0.000654136 Jy ! Clean residual min=-0.005382 max=0.007511 Jy/beam ! Clean residual mean=-0.000079 rms=0.001601 Jy/beam ! Combined flux in latest and established models = 0.444989 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.444989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069000Jy sigma=0.000820 ! Fit after self-cal, rms=0.068998Jy sigma=0.000820 ! 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.068998Jy sigma=0.000820 ! Fit after self-cal, rms=0.068640Jy sigma=0.000814 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.963 mas, bmaj=6.415 mas, bpa=29.21 degrees ! Estimated noise=805.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422248 Jy ! Component: 100 - total flux cleaned = 0.000331002 Jy ! Component: 150 - total flux cleaned = 0.000251786 Jy ! Component: 200 - total flux cleaned = 0.000181951 Jy ! Total flux subtracted in 200 components = 0.000181951 Jy ! Clean residual min=-0.004513 max=0.007781 Jy/beam ! Clean residual mean=-0.000081 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.445171 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.445171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068614Jy sigma=0.000814 ! Fit after self-cal, rms=0.068617Jy sigma=0.000814 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 (13.5, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00748201 Jy ! Component: 100 - total flux cleaned = 0.0115945 Jy ! Component: 150 - total flux cleaned = 0.0143097 Jy ! Component: 200 - total flux cleaned = 0.0162669 Jy ! Total flux subtracted in 200 components = 0.0162669 Jy ! Clean residual min=-0.003694 max=0.005649 Jy/beam ! Clean residual mean=-0.000054 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.461438 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 79 components and 0.461438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067805Jy sigma=0.000803 ! Fit after self-cal, rms=0.067755Jy sigma=0.000802 ! Inverting map ! Added new window around map position (16, 36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499967 Jy ! Component: 100 - total flux cleaned = 0.00657479 Jy ! Component: 150 - total flux cleaned = 0.0076498 Jy ! Component: 200 - total flux cleaned = 0.00855608 Jy ! Total flux subtracted in 200 components = 0.00855608 Jy ! Clean residual min=-0.002977 max=0.003548 Jy/beam ! Clean residual mean=-0.000035 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.469994 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 116 components and 0.469994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067377Jy sigma=0.000797 ! Fit after self-cal, rms=0.067337Jy sigma=0.000797 ! 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.067337Jy sigma=0.000797 ! Fit after self-cal, rms=0.067090Jy sigma=0.000796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.965 mas, bmaj=6.413 mas, bpa=29.28 degrees ! Estimated noise=803.315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218147 Jy ! Component: 100 - total flux cleaned = 0.0033329 Jy ! Component: 150 - total flux cleaned = 0.00394309 Jy ! Component: 200 - total flux cleaned = 0.00443122 Jy ! Total flux subtracted in 200 components = 0.00443122 Jy ! Clean residual min=-0.002722 max=0.003207 Jy/beam ! Clean residual mean=-0.000020 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.474425 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 145 components and 0.474425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066994Jy sigma=0.000795 ! Fit after self-cal, rms=0.066978Jy sigma=0.000795 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.000961748 Jy ! Component: 100 - total flux cleaned = 0.00134987 Jy ! Component: 150 - total flux cleaned = 0.00162641 Jy ! Component: 200 - total flux cleaned = 0.00178281 Jy ! Total flux subtracted in 200 components = 0.00178281 Jy ! Clean residual min=-0.002531 max=0.003104 Jy/beam ! Clean residual mean=-0.000015 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.476208 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 157 components and 0.476208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066943Jy sigma=0.000794 ! Fit after self-cal, rms=0.066938Jy sigma=0.000794 ! 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.066938Jy sigma=0.000794 ! Fit after self-cal, rms=0.066897Jy sigma=0.000794 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.015 mas, bmaj=9.174 mas, bpa=47.17 degrees ! Estimated noise=920.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015529 Jy ! Component: 100 - total flux cleaned = 0.00217289 Jy ! Component: 150 - total flux cleaned = 0.00263957 Jy ! Component: 200 - total flux cleaned = 0.00297112 Jy ! Total flux subtracted in 200 components = 0.00297112 Jy ! Clean residual min=-0.003149 max=0.003448 Jy/beam ! Clean residual mean=-0.000023 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.479179 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 186 components and 0.479179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066882Jy sigma=0.000794 ! Fit after self-cal, rms=0.066873Jy sigma=0.000794 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.00060153 Jy ! Component: 100 - total flux cleaned = 0.000792623 Jy ! Component: 150 - total flux cleaned = 0.000889605 Jy ! Component: 200 - total flux cleaned = 0.000912389 Jy ! Total flux subtracted in 200 components = 0.000912389 Jy ! Clean residual min=-0.003041 max=0.003361 Jy/beam ! Clean residual mean=-0.000019 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.480091 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 203 components and 0.480091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066868Jy sigma=0.000794 ! Fit after self-cal, rms=0.066865Jy sigma=0.000794 ! 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.965 mas, bmaj=6.411 mas, bpa=29.35 degrees ! Estimated noise=803.177 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.965 x 6.411 at 29.35 degrees (North through East) ! Clean map min=-0.0026911 max=0.42105 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=4.001 mas, bmaj=5.41 mas, bpa=27.04 degrees ! Estimated noise=1237.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.32502 Jy ! Component: 100 - total flux cleaned = 0.396174 Jy ! Component: 150 - total flux cleaned = 0.418447 Jy ! Component: 200 - total flux cleaned = 0.429482 Jy ! Total flux subtracted in 200 components = 0.429482 Jy ! Clean residual min=-0.004477 max=0.005573 Jy/beam ! Clean residual mean=-0.000028 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.429482 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.429482 Jy ! Inverting map and beam ! Estimated beam: bmin=4.965 mas, bmaj=6.411 mas, bpa=29.35 degrees ! Estimated noise=803.177 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.00984128 Jy ! Component: 100 - total flux cleaned = 0.0170325 Jy ! Component: 150 - total flux cleaned = 0.0226914 Jy ! Component: 200 - total flux cleaned = 0.027274 Jy ! Total flux subtracted in 200 components = 0.027274 Jy ! Clean residual min=-0.003698 max=0.004230 Jy/beam ! Clean residual mean=-0.000056 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.456756 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 69 components and 0.456756 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=9.015 mas, bmaj=9.174 mas, bpa=47.17 degrees ! Estimated noise=920.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056709 Jy ! Component: 100 - total flux cleaned = 0.00985765 Jy ! Component: 150 - total flux cleaned = 0.0131266 Jy ! Component: 200 - total flux cleaned = 0.0157048 Jy ! Total flux subtracted in 200 components = 0.0157048 Jy ! Clean residual min=-0.003439 max=0.003575 Jy/beam ! Clean residual mean=-0.000045 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.472461 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.00174798 Jy ! Component: 100 - total flux cleaned = 0.00278799 Jy ! Component: 150 - total flux cleaned = 0.00367859 Jy ! Component: 200 - total flux cleaned = 0.00444159 Jy ! Total flux subtracted in 200 components = 0.00444159 Jy ! Clean residual min=-0.003152 max=0.003118 Jy/beam ! Clean residual mean=-0.000028 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.476902 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 184 components and 0.476902 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.965 mas, bmaj=6.411 mas, bpa=29.35 degrees ! Estimated noise=803.177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120947 Jy ! Component: 100 - total flux cleaned = 0.00189325 Jy ! Component: 150 - total flux cleaned = 0.00247836 Jy ! Component: 200 - total flux cleaned = 0.0026795 Jy ! Total flux subtracted in 200 components = 0.0026795 Jy ! Clean residual min=-0.002520 max=0.002843 Jy/beam ! Clean residual mean=-0.000012 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.479582 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 207 components and 0.479582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066922Jy sigma=0.000794 ! Fit after self-cal, rms=0.066904Jy sigma=0.000794 wmodel J1041+523A_S_2014_05_31_pus_map.mod ! Writing 207 model components to file: J1041+523A_S_2014_05_31_pus_map.mod wobs J1041+523A_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1041+523A_S_2014_05_31_pus_uvs.fits wwins J1041+523A_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1041+523A_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.00121905 Jy ! Component: 100 - total flux cleaned = 0.00167696 Jy ! Component: 150 - total flux cleaned = 0.0019319 Jy ! Component: 200 - total flux cleaned = 0.00193383 Jy ! Component: 250 - total flux cleaned = 0.00181902 Jy ! Component: 300 - total flux cleaned = 0.00170673 Jy ! Component: 350 - total flux cleaned = 0.00163386 Jy ! Component: 400 - total flux cleaned = 0.00152894 Jy ! Component: 450 - total flux cleaned = 0.00146133 Jy ! Component: 500 - total flux cleaned = 0.00136239 Jy ! Component: 550 - total flux cleaned = 0.00126651 Jy ! Component: 600 - total flux cleaned = 0.00129777 Jy ! Component: 650 - total flux cleaned = 0.00129705 Jy ! Component: 700 - total flux cleaned = 0.00132701 Jy ! Component: 750 - total flux cleaned = 0.0012976 Jy ! Component: 800 - total flux cleaned = 0.0012977 Jy ! Component: 850 - total flux cleaned = 0.00127087 Jy ! Component: 900 - total flux cleaned = 0.00138152 Jy ! Component: 950 - total flux cleaned = 0.00130067 Jy ! Component: 1000 - total flux cleaned = 0.00135418 Jy ! Component: 1050 - total flux cleaned = 0.0013023 Jy ! Component: 1100 - total flux cleaned = 0.00130226 Jy ! Component: 1150 - total flux cleaned = 0.00130236 Jy ! Component: 1200 - total flux cleaned = 0.00127723 Jy ! Component: 1250 - total flux cleaned = 0.00125256 Jy ! Component: 1300 - total flux cleaned = 0.00115688 Jy ! Component: 1350 - total flux cleaned = 0.00113324 Jy ! Component: 1400 - total flux cleaned = 0.00120293 Jy ! Component: 1450 - total flux cleaned = 0.00115709 Jy ! Component: 1500 - total flux cleaned = 0.00111178 Jy ! Component: 1550 - total flux cleaned = 0.00113397 Jy ! Component: 1600 - total flux cleaned = 0.0010679 Jy ! Component: 1650 - total flux cleaned = 0.00104637 Jy ! Component: 1700 - total flux cleaned = 0.00104661 Jy ! Component: 1750 - total flux cleaned = 0.00106778 Jy ! Component: 1800 - total flux cleaned = 0.00100519 Jy ! Component: 1850 - total flux cleaned = 0.00100496 Jy ! Component: 1900 - total flux cleaned = 0.000964167 Jy ! Component: 1950 - total flux cleaned = 0.000924254 Jy ! Component: 2000 - total flux cleaned = 0.000923655 Jy ! Component: 2050 - total flux cleaned = 0.000865069 Jy ! Component: 2100 - total flux cleaned = 0.000788119 Jy ! Component: 2150 - total flux cleaned = 0.000825998 Jy ! Component: 2200 - total flux cleaned = 0.00080693 Jy ! Component: 2250 - total flux cleaned = 0.000714114 Jy ! Component: 2300 - total flux cleaned = 0.000769407 Jy ! Component: 2350 - total flux cleaned = 0.000714707 Jy ! Component: 2400 - total flux cleaned = 0.000624848 Jy ! Component: 2450 - total flux cleaned = 0.000589213 Jy ! Component: 2500 - total flux cleaned = 0.000536359 Jy ! Component: 2550 - total flux cleaned = 0.000466657 Jy ! Component: 2600 - total flux cleaned = 0.000414964 Jy ! Component: 2650 - total flux cleaned = 0.000329704 Jy ! Component: 2700 - total flux cleaned = 0.000279139 Jy ! Component: 2750 - total flux cleaned = 0.000262563 Jy ! Component: 2800 - total flux cleaned = 0.000245994 Jy ! Component: 2850 - total flux cleaned = 0.00026248 Jy ! Component: 2900 - total flux cleaned = 0.000278669 Jy ! Component: 2950 - total flux cleaned = 0.000294823 Jy ! Component: 3000 - total flux cleaned = 0.000294792 Jy ! Component: 3050 - total flux cleaned = 0.00029478 Jy ! Component: 3100 - total flux cleaned = 0.00032619 Jy ! Component: 3150 - total flux cleaned = 0.000326354 Jy ! Component: 3200 - total flux cleaned = 0.000372675 Jy ! Component: 3250 - total flux cleaned = 0.000372778 Jy ! Component: 3300 - total flux cleaned = 0.000418257 Jy ! Component: 3350 - total flux cleaned = 0.000403222 Jy ! Component: 3400 - total flux cleaned = 0.00040328 Jy ! Component: 3450 - total flux cleaned = 0.000418202 Jy ! Component: 3500 - total flux cleaned = 0.000418144 Jy ! Component: 3550 - total flux cleaned = 0.000447581 Jy ! Component: 3600 - total flux cleaned = 0.000462018 Jy ! Component: 3650 - total flux cleaned = 0.000476416 Jy ! Component: 3700 - total flux cleaned = 0.000519407 Jy ! Component: 3750 - total flux cleaned = 0.000547664 Jy ! Component: 3800 - total flux cleaned = 0.000575703 Jy ! Component: 3850 - total flux cleaned = 0.000589716 Jy ! Component: 3900 - total flux cleaned = 0.000617548 Jy ! Component: 3950 - total flux cleaned = 0.000686458 Jy ! Component: 4000 - total flux cleaned = 0.000700063 Jy ! Component: 4050 - total flux cleaned = 0.000727371 Jy ! Total flux subtracted in 4096 components = 0.000808389 Jy ! Clean residual min=-0.000886 max=0.000810 Jy/beam ! Clean residual mean=-0.000001 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.48039 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 500 components and 0.48039 Jy ![Exited script file: muppet] wmap "J1041+523A_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.965 x 6.411 at 29.35 degrees (North through East) ! Clean map min=-0.0018124 max=0.42101 Jy/beam ! Writing clean map to FITS file: J1041+523A_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.421012 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244936 device "J1041+523A_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1041+523A_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.174534 0.174534 0.349067 0.698135 1.39627 2.79254 5.58508 11.1702 22.3403 44.6806 89.3613 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.421 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.965 x 6.411 at 29.35 degrees (North through East) ! Clean map min=-0.0018124 max=0.42101 Jy/beam quit ! Quitting program ! Log file J1041+523A_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:23:07 2016