Opened 14 years ago

Closed 14 years ago

#192 closed defect (fixed)

Create Abstract Filler class

Reported by: Malte Marquarding Owned by: Malte Marquarding
Priority: high Milestone:
Component: c++ Version: 2.0
Severity: critical Keywords:
Cc: Takeshi Nakazato

Description (last modified by Malte Marquarding)

At the 2010 developer workshop we decided to abstract the way the STFiller works so readers other than PKSreader can be used.

Implement this in the merged trunk.

Change History (7)

comment:1 by Malte Marquarding, 14 years ago

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

comment:2 by Malte Marquarding, 14 years ago

We will be creating:

  • Filler.h - the access class from python
  • FillerBase.h - the abstraction of the filler
  • PKSFiller.h - the PKSreader based filler
  • NROFiller.h - Filler for Nobeyama data.

comment:3 by Malte Marquarding, 14 years ago

These have been committed to source:branches/newfiller/

comment:4 by anonymous, 14 years ago

We need to be able to pass filler specific data down to the implementations. The best way is using dicts but we have to wait for Wes to add building of libpyrap to the casapy cmake scripts.

comment:5 by Malte Marquarding, 14 years ago

This has been committed.

The PKSFiller implementation is working locally and just has to be verified against casapy.

comment:6 by Takeshi Nakazato, 14 years ago

I committed NROFiller a few days ago. Today, I committed test data and script for NROFiller in test directory. The test is quite primitive and trivial...

comment:7 by Malte Marquarding, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.