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
This issue is only for setting up the task in a properly serializable manner and putting it in the queue manager when all information is complete (not yet for callbacks, that will be a separate issue). A 2D-only task should be started when no profile information is available. A 2D + cross section(s) multiple subtask job should be made when there are also cross sections that are deemed valid for the camera cofiguration. A @Property is needed on camera_config, to assess which profiles on the site are within the valid time span of the camera config.
Trigger for starting job when time series is available
Triggers for adding time series instance to video (upon adding of water level for shared site, OR adding of video to shared site)
Serializer for 2D piv + mask only
Trigger for starting 2D job at model level (make new task and submit to queue manager)
cam config property for relevant cross sections
Serializer for cross section treatment
Subtask logic
Tests
The text was updated successfully, but these errors were encountered:
This issue is only for setting up the task in a properly serializable manner and putting it in the queue manager when all information is complete (not yet for callbacks, that will be a separate issue). A 2D-only task should be started when no profile information is available. A 2D + cross section(s) multiple subtask job should be made when there are also cross sections that are deemed valid for the camera cofiguration. A @Property is needed on camera_config, to assess which profiles on the site are within the valid time span of the camera config.
The text was updated successfully, but these errors were encountered: