Opened 12 years ago

Closed 12 years ago

#265 closed defect (fixed)

asap has trouble reading in time-binning files

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

Description (last modified by Malte Marquarding)

asap v4.0.0 on OS X 10.6.8

It seems asap has trouble reading in observations done with the Parkes DFB in time-binning mode. asap reports: Multiple IFNOs in FREQ_ID = 0 !!! for the attached file which contains two IFs (both the same frequency).

ASAP>sc=scantable('2012-03-11_2304-P000_METH6_Tsys.rpf',average=False)
Cross polarization present
Found AT???? data.
Importing 2012-03-11_2304-P000_METH6_Tsys.rpf...

ASAP>sc.summary()
Requested JD 55998 is outside the IERS table data range.
Calculations will proceed with less precision
No requested dUT1 data available from IERS tables. 
Proceeding with probably less precision.

--------------------------------------------------------------------------------
 Scan Table Summary
--------------------------------------------------------------------------------
Project:       Tsys
Obs Date:      2012/03/11/23:04:10
Observer:      EC,SM
Antenna Name:  AT????
Data Records:  1024 rows
Obs. Type:     TR
Beams:         1   
IFs:           2   
Polarisations: 4   (linear)
Channels:      512
Flux Unit:     Jy
Abscissa:      Channel
Selection:     none

Scan Source         Time range                           Int[s] Record SrcType FreqIDs MolIDs 
       Beam  Position (J2000)       
--------------------------------------------------------------------------------
   0 Tsys           2012/03/11/23:04:08.1 - 23:04:40.1   0.25    1024  [PSON] [0] [0]
       0      19:39:25.0 -63.42.45.7
--------------------------------------------------------------------------------
FREQUENCIES: 1
   ID  IFNO   Frame   RefVal          RefPix Increment      Channels POLNOs
Multiple IFNOs in FREQ_ID = 0 !!!
--------------------------------------------------------------------------------
MOLECULES: 
   ID   RestFreq          Name           
    0   [6.45e+09] []
--------------------------------------------------------------------------------

Attachments (1)

2012-03-11_2304-P000_METH6_Tsys.rpf (3.0 MB) - added by StacyMader 12 years ago.
dfb3 data, sdfb3_tb16_2f_1024_512

Change History (4)

Changed 12 years ago by StacyMader

dfb3 data, sdfb3_tb16_2f_1024_512

comment:1 Changed 12 years ago by StacyMader

I forgot to add, if one selects the IFs manually,

sel=selector() sel.set_ifs(1) scan.set_selection(sel) scan.summary()

The data are reported as required, so when initially loading in the data and displaying scan.summary(), it seems to be just a reporting issue.

comment:2 Changed 12 years ago by Malte Marquarding

Description: modified (diff)
Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

comment:3 Changed 12 years ago by Malte Marquarding

Resolution: fixed
Status: assignedclosed

Stacey,

TABLE IF                                                                        HEADER     FREQ    INVERT   BW         NCHAN NSTOK TYPE SAM REF SIM CHAIN         1  6450000000.000 -1   1024000000.000  513  3 XXYYXY   2  257.0  1  1           2  6450000000.000 -1   1024000000.000  513  3 XXYYXY   2  257.0  1  2         ENDTABLE

Two chains in seem to be the problem. I have fixed the reporting to indicate this.

Note: See TracTickets for help on using tickets.