Differences between revisions 1 and 2
Revision 1 as of 2008-02-29 06:38:00
Size: 63
Editor: arta-lt
Comment:
Revision 2 as of 2008-03-14 02:20:50
Size: 1189
Editor: solpc2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
13 March 2008
This week worked on spec for export cgi-bin basic set and had discussion with
Rick, Art, and Karen about overall plan for initial export process.
Rick has made series jsoc.exports and I am summarizing the plan.

Discussed with Karen how to extract the second half of the query from dataseries query from
the drms_open_records code. Now there are tow parts, the lookup of prime keywords and
converting to a normalized form, second part is writing the query to implement the
prime key versioning logic. the second part takes an argument telling the form of
query desired: full recordset, count only, selected keywords only. Additional code
is then needed to process the query return values as exists in open_records.
I made a version to count records - will be checked in soon. Still needed is code
to pack keyword values as vectors into DRMS_Array_t objects.

Made program to read recordset and make new record in output series that contains
mean, stddev, and count of values per "pixel" of input series. My first use of
read and write through segments!
in my proj/myproj/apps/pt_average.c

Phil's archive

Anchor(mostrecent)


13 March 2008 This week worked on spec for export cgi-bin basic set and had discussion with Rick, Art, and Karen about overall plan for initial export process. Rick has made series jsoc.exports and I am summarizing the plan.

Discussed with Karen how to extract the second half of the query from dataseries query from the drms_open_records code. Now there are tow parts, the lookup of prime keywords and converting to a normalized form, second part is writing the query to implement the prime key versioning logic. the second part takes an argument telling the form of query desired: full recordset, count only, selected keywords only. Additional code is then needed to process the query return values as exists in open_records. I made a version to count records - will be checked in soon. Still needed is code to pack keyword values as vectors into DRMS_Array_t objects.

Made program to read recordset and make new record in output series that contains mean, stddev, and count of values per "pixel" of input series. My first use of read and write through segments! in my proj/myproj/apps/pt_average.c


JsocWiki: Phil'sProgress (last edited 2013-05-01 04:35:23 by localhost)