adamantine icon indicating copy to clipboard operation
adamantine copied to clipboard

Experimental data frame numbers are over-specified

Open stvdwtt opened this issue 1 year ago • 1 comments

Currently we have a log of all of the frames to be assimilated and separately have input file entries for first frame (optional, default=0) and the last frame (mandatory). We've had a few times during experiments when we were confused that adamantine stopped assimilating frames.

I think that the log file should be the place where we specify which frames we want to assimilate.

I see two options for fixing this:

  1. Remove the first frame and last frame options entirely.
  2. Make the last frame optional and make std::numeric_limits<unsigned int>::max() the default.

@Rombur, do you have a preference?

stvdwtt avatar Nov 09 '24 18:11 stvdwtt

Let's just remove these options. We have too many inputs...

Rombur avatar Nov 11 '24 14:11 Rombur