On Wed, 10 Oct 2012, Riccardo (Jack) Lucchetti wrote:
On Wed, 10 Oct 2012, Allin Cottrell wrote:
> On Wed, 10 Oct 2012, Ignacio Diaz-Emparanza wrote:
>
>> When I run the attached script, it seems the function is
>> correctly generating the filtered series, and they are
>> available from the command line, but they don't appear in
>> the main window, so I cannot make the graphs from the menus.
>
> Ah, they're not showing up because they're poor, homeless
> orphans.
>
> The series created by your function are lags, and lags are not
> normally shown in their own right in the GUI main window;
> they're tucked under their parent. But in this case the
> parents are deceased, and the lags don't show up at all.
> That's now fixed in CVS.
This is the bare minimum you'd expect from an application which bears the
name of a poor girl who was lost in the woods, at the risk of becoming the
succulent dinner of an evil witch.
;-)
I've now fixed another variant of this "orphan lag" bug,
triggered by the following:
<hansl>
open data9-7
series QNC_1 = QNC(-1)
delete QNC
series QNC = normal()
</hansl>
In this case QNC_1 didn't appear in the GUI. But now it does.
The fix is now in the snapshots too.
Allin