tallamjr/astronet

Investigate large window size, timesteps=100; steps=100

tallamjr opened this issue · 1 comments

Since we use 100 data points from the GP interpolation, and currently this is broken up into 20 step windows, it would be interesting to extend this to the size of the object, i.e. timesteps=100; steps=100

After the discussion in #35 , there will no longer be the notion of "windows", only full light curves as input.

This should mean:

>>> timesteps == steps == num_gps
True

Therefore, this issue will be closed in favour of further discussions elsewhere