Search found 45 matches

by bnorfolk
Thu Feb 04, 2021 10:29 am
Forum: CASA
Topic: Importing ATCA obs into CASA (ms file)
Replies: 1
Views: 30653

Importing ATCA obs into CASA (ms file)

Hi all, I'm having some major issues converting an ATCA obs into a CASA measurement set. Currently I've tried to export the data with fits and then re-import it in CASA with importuvfits. I then tried to just import the ATCA obs folder with importmiriad. importatca just produces corrupt data errors....
by bnorfolk
Sat Jan 30, 2021 10:34 am
Forum: Imaging
Topic: Imaging Channel Averaged UV Data
Replies: 2
Views: 7087

Re: Imaging Channel Averaged UV Data

ok great, thanks Mark
by bnorfolk
Fri Jan 29, 2021 11:36 am
Forum: Imaging
Topic: Imaging Channel Averaged UV Data
Replies: 2
Views: 7087

Imaging Channel Averaged UV Data

Hi,
I've imported an ATCA uvfits file to CASA and made images for both a non-channel averaged and channel averaged data set. The channel averaged data appears to have a lower SNR, is this a common issue when averaging a poorly uv sampled observation?
Cheers,
Brodie
by bnorfolk
Sat Jan 23, 2021 10:27 am
Forum: MIRIAD
Topic: Visibilities with FITS
Replies: 1
Views: 7929

Re: Visibilities with FITS

For anyone else with this issue, I figured out a short time ago that the visibilities can be extracted from the uv data set using uvdump.
by bnorfolk
Mon Aug 03, 2020 4:08 pm
Forum: CASA
Topic: simobserve for ATCA
Replies: 2
Views: 5452

Re: simobserve for ATCA

Thanks Mark, any help is greatly appreciated.
by bnorfolk
Fri Jul 31, 2020 9:09 pm
Forum: CASA
Topic: simobserve for ATCA
Replies: 2
Views: 5452

simobserve for ATCA

Hi all, I'm attempting to pass a radiative transfer model synthetic image through simobserve in CASA in order to measure the residuals between my 34GHz transition disk image (obs on 04/05/16) and a "degraded" synthetic image. I feel confident with most of the options in the task except for...
by bnorfolk
Wed Jul 01, 2020 2:16 pm
Forum: Calibration
Topic: hd97048 radial extension
Replies: 2
Views: 32399

Re: hd97048 radial extension

Thanks for the reply Mark.
by bnorfolk
Tue Jun 30, 2020 4:06 pm
Forum: Calibration
Topic: hd97048 radial extension
Replies: 2
Views: 32399

hd97048 radial extension

Hi, I'm getting some significant radial emission on the reduction of hd97048 (cucha) from the 30 aug 2014 track contrary to what was published in van der Plas 2017. Here's my reduction steps: 1. No seemon values flagged 2. BPcal 1253-055 - blflag on spread between 18h06m – 18h20m 33/35 GHz - flagged...
by bnorfolk
Tue Dec 03, 2019 4:13 pm
Forum: Other Tools
Topic: mirpy
Replies: 10
Views: 55196

Re: mirpy

Hi Jamie, I was using the decode line because Malte suggest it. Currently I'm trying to run the python wrapper in an attempt to write an automated reduction pipeline - hence trying to output in a similar method as I would in the miriad bash. I've implemented your new atload_filter but I still get th...
by bnorfolk
Tue Dec 03, 2019 3:49 pm
Forum: Other Tools
Topic: mirpy
Replies: 10
Views: 55196

Re: mirpy

ah yes - an embarrassing mistake. If I run this code below: from mirpy import miriad ddir='/Users/brodienorfolk/obs/c1794/*.C1794' def atload_filter(output): return output.decode() miriad.set_filter('atlod', atload_filter) miriad.atlod(In=ddir,out='uvdata',options='birdie,rfiflag,xycorr,opcorr,noaut...