NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Ticket #21 (task)

Opened 17 years ago

Last modified 17 years ago

Move array normalization methods to new ProcessedData class

Status: closed (fixed)

Reported by: cbc Assigned to: cbc
Priority: major Milestone: sodar-1.0
Component: sodar Version:
Keywords: Cc:

Create a ProcessedData class which takes a Data instance as an argument for initialization. Rename the Data class to RawData. Move methods associated with normalizing data samples and creating an array suitable for plotting to the ProcessedData class. Instances of ProcessedData will be fed to plotting methods rather than instances of the RawData class. This preserves the easy semantics for accessing raw data in RawData instances and separates them from the semantics for manipulating the processed data attributes of the ProcessedData class. The ProcessedData class also has the added constraint of requiring an array library which the RawData class doesn't need.

Change History

09/05/07 11:48:45: Modified by cbc

  • description changed.

09/05/07 11:48:53: Modified by cbc

  • status changed from new to assigned.

09/05/07 11:49:07: Modified by cbc

  • description changed.

09/05/07 11:56:55: Modified by cbc

  • description changed.
  • summary changed from Move array normalization methods to new PlottableData class to Move array normalization methods to new ProcessedData class.

09/05/07 12:05:21: Modified by cbc

  • description changed.

09/05/07 12:05:40: Modified by cbc

  • description changed.

09/05/07 15:31:46: Modified by cbc

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed in revision 72.

09/05/07 19:14:03: Modified by cbc

  • description changed.