Wednesday, February 25, 2009

This error paves the road to madness

Not to be melodramatic or anything.
But this error:


SCREAT: FAILED TO CREATE REQUESTED SCRATCH FILE
CALCOP: ERROR 5 CREATING SCRATCH FILE

has started popping up all over the place ever since i updated to 31Dec08 version of aips. The relevant task always crashes after giving me this error.

It often pops up when I'm just doing an innocent UVPLT-- and sometimes if I load my data up in TVFLG and wiggle my mouse around and push a few buttons, when i quit out and try UVPLT, the error will be gone. But sometimes it won't.

And i was just trying to run BLCAL and got the error for that script too! I've checked to make sure my uv data is not being read or written. I don't understand what it means. Any thoughts?


Read more!

Tuesday, February 10, 2009

CVEL and DBCON with ATCA Data

I'm reducing some archival, multi-configuration HI data from the ATCA and am having trouble getting the velocity axis quite right. I've put the correct velocity definition in the header using CVEL and then am combining the individual data sets using DBCON with DOPOS=1,1 so it checks the position and frequency information in the header. However, when I make the image and compare to the originally published image the velocities for various features are way off (~40 to 100 km/s). Any words of wisdom from the peanut gallery on using CVEL and DBCON together?

I've mostly been following The Analysis of ATCA data with AIPS, but it's a little light on detail on this issue.



Read more!

Monday, February 9, 2009

Watch out for those FreqIDs!

If you're a continuum observer (especially if you use the single-channel, 50 MHz correlator setting at the VLA), it's important to remember when reducing line data that each different set of frequencies in line data is given its own FreqID number. Some tasks work fine with datasets with multiple FreqIDs (e.g., LISTR), but other tasks (e.g., TVFLG or SPFLG) need to be told what FREQID to use or they won't find the data. You can control how the FREQIDs are assigned in FILLM.



Read more!

Wednesday, January 28, 2009

Clean Boxes from SETFC

Here is a question from an anonymous reader:

I'm new to AIPS, and noticed that using SETFC automatically sets clean boxes for every facet, the same size as every facet. When I've been wide field imaging, I've just been adding smaller clean boxes around sources on top of these. Is this ok, or is it better to delete these automatic boxes, and just manually add ones around obvious sources? Thanks.


I think I know the answer to this, if you click to read on...

You definitely want to delete the big clean box. By and large, you don't want clean boxes to overlap, and you do not want to clean your entire field (which is what you're doing if you leave that big clean box). Someone at NRAO once really stressed to me that you want your clean boxes placed as tightly around the real flux in your sources as possible. So get rid of those big boxes.

Read more!

Friday, January 16, 2009

Bad Gain Exponents

I'm trying to calibrate some archival VLA HI data from 1989 and FILLM keeps giving me scary messages about BAD GAIN EXPONENTS, e.g.,

MCCHED: 0/02:34:45.0 12 x 12 BAD GAIN EXPONENT 26

AIPS seems to really not like this. The source table of the resulting data file only contains the first source observed, which is not right. I'm was going to be more aggressive about the FILLM selection parameters to avoid the bad times, but was wondering if anyone else has encountered this?

EDIT: After playing with the TIMERANG keyword for FILLM, it seems like this is a problem with how AIPS is reading in the file. Everytime I change the TIMERANG keyword, the data with the BAD GAIN EXPONENTS changes to the earliest data in the file. Weird.



Read more!

Monday, December 15, 2008

Importing Miriad files into AIPS

A question from Danny:

Hello AIPS ninjas.

Is there any way to import miriad *.uv files -the kind that are whole directories full of binary files- into AIPS?

~Danny



Read more!

Wednesday, December 10, 2008

Kvis & AIPS awesomeness!

You can use kvis to view your AIPS images directly! See below for more details. Thanks to Bryan Gaensler for this awesome tip.



The program kvis is an image viewer that is part of the karma image analysis package. An undocumented, but cool feature of this program is that if you navigate to your AIPS data directory (typically somewhere like $AIPS_ROOT/DATA/LOCALHOST_1) in the kvis file selector you will see each AIPS image file with its correct name (instead of crytic filenames like FQD001001.099;) and be able to click on them and view them. Once you've got then in kvis, you can even save to FITS.

Read more!