Search found 45 matches

by bnorfolk
Thu Aug 01, 2019 3:56 pm
Forum: Imaging
Topic: CLEAN iterations
Replies: 8
Views: 9514

CLEAN iterations

Hi again, I'm uncertain how exactly clean and its iterations (niters) can best be used. From my understanding, you set a cut off value and set a max iteration value(niters). The task then cleans until either the cut off is reached or the max iterations is reached. However, if the residual min, max, ...
by bnorfolk
Thu Aug 01, 2019 3:49 pm
Forum: Imaging
Topic: CGDISP contours
Replies: 1
Views: 5455

CGDISP contours

Hi again, I'm having trouble understanding how the contours in cgdisp work, so my current entry is cgdisp in=imagefile,imagefile type=p,c slev=a,1.10991E-05 cols1=1 levs1=2,3,4 device=/xs labtyp=arcsec beamtyp=b,l,4,45,1,3 options=wedge,blacklab,mirror region='arcsec,box(-5,-5,5,5)' csize=1.75 range...
by bnorfolk
Mon Jun 24, 2019 5:50 pm
Forum: MIRIAD
Topic: Visibilities with FITS
Replies: 1
Views: 8690

Visibilities with FITS

Hi again, I'm still trying to nut out this visibility problem. I've found I can use uvaver to condense my observations and then fits to output the uv data, the results are shown in the attached snip of my python code loading the table. I wondering what the DATA column refers to? I need u[m], v[m], R...
by bnorfolk
Fri Jun 21, 2019 10:50 am
Forum: Imaging
Topic: Region selection in cgdisp
Replies: 3
Views: 7717

Re: Region selection in cgdisp

Makes sense, thanks

And the centre of field is the RA and DEC the telescope was pointed at?
by bnorfolk
Wed Jun 19, 2019 5:38 pm
Forum: Imaging
Topic: Region selection in cgdisp
Replies: 3
Views: 7717

Region selection in cgdisp

Hi again, Quick question, more of a confirmation. I'm zooming in to my region of interest in cgdisp using the box method, I'm looking at a protoplanetary disk so it's very small. The region documentation on miriad says for the arcsec option "the coordinates are in arcseconds, relative to the re...
by bnorfolk
Wed Jun 19, 2019 5:33 pm
Forum: Imaging
Topic: Suggestions for linmos and impos
Replies: 2
Views: 6151

Re: Suggestions for linmos and impos

Thanks for the help ,cgcurs is what I was looking for
by bnorfolk
Tue Jun 18, 2019 12:37 pm
Forum: Imaging
Topic: Suggestions for linmos and impos
Replies: 2
Views: 6151

Suggestions for linmos and impos

Hi all, I'm experimenting with uvamp and want to centre my source for the task. From previous questions I've asked I know I have to correct for the primary beam attenuation and then measure the source offset with impos. However, I think I may be missing some key inputs. I'm currently following (my i...
by bnorfolk
Mon Jun 17, 2019 8:37 am
Forum: MIRIAD
Topic: Visibility Plots
Replies: 1
Views: 6174

Visibility Plots

Hi all, I'm attempting to make a visibility plot (example attached) for my target. I know uvamp can be used for this, but I was hoping to play around with the data myself (ie different bins, chi squared analysis) in python and need it in a data format with u(lamda),v(lamda),real(jy),imaginary(jy),w(...
by bnorfolk
Fri May 31, 2019 12:05 pm
Forum: MIRIAD
Topic: Failed to determine covariance matrix in uvfit
Replies: 1
Views: 6910

Failed to determine covariance matrix in uvfit

Hi, From my previous post I'm attempting to measure the flux of my target with uvfit. Upon the previous suggestion to implement: uvfit vis=myvis line=chan,200,1,10,10 object=point I receive the following errors: uvfit: Revision 1.10, 2013/08/30 01:49:21 UTC Reading the data ... Applying bandpass cor...
by bnorfolk
Fri May 31, 2019 11:59 am
Forum: Imaging
Topic: Offset Problem
Replies: 3
Views: 6975

Re: Offset Problem

Thanks for the suggestions.