Bug 92215 - BLAST's defile needs frame offset specification in format file
Summary: BLAST's defile needs frame offset specification in format file
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: datasources (show other bugs)
Version: 1.x
Platform: Slackware Linux
: NOR wishlist
Target Milestone: ---
Assignee: Netterfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 19:29 UTC by D. V. Wiebe
Modified: 2004-11-02 23:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. V. Wiebe 2004-10-27 19:29:55 UTC
Version:           Kst: 1.0.0_devel (using KDE KDE 3.3.1)
Installed from:    Slackware Packages
Compiler:          gcc (GCC) 3.3.4 
OS:                Linux

defile (the program that makes dirfiles from the BLAST datastream) needs a way of specifying an offset to the frame number (viz. INDEX) in the format file.  This is used by defile when it starts writing a dirfile somewhere it the middle -- it needs to be able to tell kst the frame number of the first datum in the dirfile.
Comment 1 Netterfield 2004-11-02 23:54:07 UTC
CVS commit by netterfield: 

BUG: 92215
The syntax is 
FRAMEOFFSET <frameoffset>
DirFiles with a line like this added will not work with old versions of
getdata/kst/b2klib.
Asking for data before <frameoffset> will return 0, except for INDEX.


  M +65 -10    getdata.c   1.19
  M +1 -0      getdata_struct.h   1.4