Friday, March 26, 2010

BPLOT is a really cool task


I recently learned about a task in AIPS which is very good for assessing bandpass stability---BPLOT. If you have multiple bandpass solutions, it will plot each one, stacking them one on top of each other as a time sequence. To the left is an example plot from BPLOT. Try it, you'll like it!


Read more!

Getting rid of distracting black lines in TVFLG/SPFLG

Have you ever loaded your data into TVFLG or SPFLG and seen what looks like lots of blank times (manifested as horizontal black lines cutting through your data)?

This is because TVFLG/SPFLG is trying to load your data with a time bin that is not a multiple of your integration time. So---the solution is to set DPARM(6)! Set DPARM(6) to your integration time in seconds; e.g., for GMRT data:


DPARM(6) = 16.7

(or, if you have time averaged your data, set it equal to your averaging time).


Read more!

Tuesday, March 23, 2010

Watch out for the STOKES parameter when plotting (even if you don't care about polarization)

When using the many plotting/flagging programs in AIPS, make sure to check the value of the STOKES parameter before plotting (try help stokes to see the options and select the one appropriate for that data set). Different tasks have different STOKES defaults, so sometimes displaying data in one program results in a totally different plot than in another program because one is including some polarizations the other is not. This particularly can be a problem if you have cross-polarization values you don't care about (yet).



Read more!

Wednesday, March 3, 2010

CVEL bug

I received an email yesterday informing people of a bug in CVEL - that is, if you run CVEL on a data set after SPLIT with an NX table, you are affected! I wanted to post it here in case you're not on the Midnight Job (MNJ) list (which I wasn't). Essentially, CVEL will only shift the first scan to the new velocity axis, while the other scans are not shifted. This bug is explained here. I think the possible fixes are to either run CVEL before SPLIT or to run the midnight job to update your AIPS version and then rerun the new CVEL version on your data.

Read more!