You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the PDF-PDF-FF case will require a generalization of the SparseArray3 structure; we need SparseArray4, and then it's possibly better to even think about SparseArrayN; this is done with Add new type PackedArray #275.
what is currently called 'luminosities' should really haven been 'channels' from the start, and this part will need to be reworked to support the case of three PIDs, also for the case of three convolutions; partly addressed in commit aef0982, remainder requires file-format changes that are being addressed in Implement v1 file format #299.
This generalization will require the following changes:
SparseArray3structure; we needSparseArray4, and then it's possibly better to even think aboutSparseArrayN; this is done with Add new typePackedArray#275.Grid::evolve*) needs to be changed in order to support time-like EKOs. For that to work we should discuss the possible interfaces and probably first merge Add method(s) to support larger EKOs #244; partly addressed in Accommodate for two different EKOs in Evolution #289. The remaining bits will be addressed in Implement v1 file format #299.