[Kst] Problem with ASCII containing Date/Time
Andrew Walker
arwalker at sumusltd.com
Thu Jul 1 17:43:25 CEST 2010
Hi Stijn,
By default the "/" character is used as a comment marker, so everything that appears after that on a line is simply discarded.
To change this you can start the Data Wizard, select you data source, and then click on Configure.
Then in the "Configure Data Source Dialog" simply delete the "/" character from the "Comment indicators" field and hit OK.
If you're working from javaScript then you can do something like:
ds.setConfiguration("commentindicators", "#")
Hope that helps,
Andrew
----- Original Message -----
From: Stijn Ilsen
To: kst at kde.org
Sent: Thursday, July 01, 2010 6:36 AM
Subject: [Kst] Problem with ASCII containing Date/Time
Hi,
I have a very simple problem question on which i have been searching the internet, the kst handbook, etc...
I am using kst 1.9 and I cannot get it to make a plot of the attached file.
The format is:
YYYY/MM/DD HH:MM:SS.ms PARAMETER1 PARAMETER2 PARAMETER3
If I use the Data Wizard to load the file, and afterwards look at the vectors loaded into the data manager, then the first vector contains 2010, all the rest is empty.
What am I doing wrong, can I use a js with the correct settings for the files I'm using?
Thank you very much!
Kind Regards,
Stijn
------------------------------------------------------------------------------
_______________________________________________
Kst mailing list
Kst at kde.org
https://mail.kde.org/mailman/listinfo/kst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kst/attachments/20100701/a4395ba1/attachment.htm
More information about the Kst
mailing list