Ignore:
Timestamp:
06/30/09 15:46:14 (15 years ago)
Author:
Malte Marquarding
Message:

Ticket #165: have removed the hard-coding of parallactifying the data. NOTE THIS breaks the Table structure as I have moved the PARANGLE column from the main table into the FOCUS table. We need to have a new release. Also one needs to explicitly tell the scantable via rc or member function to enable parallactifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.cpp

    r1575 r1586  
    214214          inst->frequencies().getEntry(crpix,crval, pksrec.freqInc,
    215215                                     rec.asuInt("FREQ_ID"));
    216           inst->focus().getEntry(pksrec.focusAxi, pksrec.focusTan,
    217                                pksrec.focusRot, tmp0,tmp1,tmp2,tmp3,tmp4,
    218                                rec.asuInt("FOCUS_ID"));
     216          inst->focus().getEntry(pksrec.parAngle, pksrec.focusAxi, pksrec.focusTan,
     217                                 pksrec.focusRot, tmp0,tmp1,tmp2,tmp3,tmp4,
     218                                 rec.asuInt("FOCUS_ID"));
    219219          inst->molecules().getEntry(pksrec.restFreq,stmp0,stmp1,
    220220                                   rec.asuInt("MOLECULE_ID"));
     
    240240          pksrec.azimuth   = rec.asFloat("AZIMUTH");
    241241          pksrec.elevation = rec.asFloat("ELEVATION");
    242           pksrec.parAngle  = rec.asFloat("PARANGLE");
    243242          pksrec.refBeam   = rec.asInt("REFBEAMNO") + 1;
    244243          pksrec.sigma.resize(npol);
Note: See TracChangeset for help on using the changeset viewer.