Opened 14 years ago

Last modified 14 years ago

#215 assigned question

how to get columns not returned by get_column_names()

Reported by: kuiper@… Owned by: Malte Marquarding
Priority: normal Milestone: Unified development
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

When asap reads in one of my FITS files, what does it do with columns that are not returned by scantable.get_column_names()? More specifically, does it keep the data and can I get at them somehow? I'm attaching an example SDFITS file.

Attachments (1)

vsr1b.1w1.10-147-2015.fits (165.9 KB) - added by kuiper@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by kuiper@…

Attachment: vsr1b.1w1.10-147-2015.fits added

comment:1 Changed 14 years ago by Malte Marquarding

Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

Only data which goes into these columns gets imported. If you want other data you will need to write a specific filler and bind access to new columns to python calls. What data/columns are you interested in specifically

comment:2 in reply to:  1 Changed 14 years ago by anonymous

Replying to MalteMarquarding:

Only data which goes into these columns gets imported. If you want other data you will need to write a specific filler and bind access to new columns to python calls. What data/columns are you interested in specifically

In this specific instance I'm trying to get at the BEAMxOFF columns. However, my question was more general. I feel that any data in an SDFITS extension should be available to the user. Of course, there is always pyFITS but then we've lost the concept of a scan and the operations defined for it in ASAP.

comment:3 Changed 14 years ago by Malte Marquarding

You might be interested in this -> ScantableRedesignProposal

comment:4 in reply to:  3 Changed 14 years ago by Malte Marquarding

Replying to MalteMarquarding:

You might be interested in this -> ScantableRedesignProposal

Found it.  I realized that I need to do some background reading so I 
went to the references.  MSV2.jpg is very remiscent of the MySql 
database schema that I'm working up to collect data from various logs 
written by software over which I have no control.  The test SDFITS file  
that I sent you was drawn mostly out of that database.

Anyway, it looks like you are dealing with the issues that I'm concerned 
about.  I don't have any specific comments yet.

Thanks

Tom
Note: See TracTickets for help on using tickets.