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
At the moment, upload of metadata fails if the two duty cycle columns are not filled with positive integers. However, meta-recordings do not need to have duty cycles (most don't), so the entry of duty cycle info should be optional.
However, if duty cycle data is provided, it must be provided for both fields (duty_cycle_recording and duty_cycle_period).
Furthermore, input of date-times in the future should not be allowed, and duty_cycle_recording cannot be larger than duty_cycle_period.
The text was updated successfully, but these errors were encountered:
At the moment, upload of metadata fails if the two duty cycle columns are not filled with positive integers. However, meta-recordings do not need to have duty cycles (most don't), so the entry of duty cycle info should be optional.
However, if duty cycle data is provided, it must be provided for both fields (duty_cycle_recording and duty_cycle_period).
Furthermore, input of date-times in the future should not be allowed, and duty_cycle_recording cannot be larger than duty_cycle_period.
The text was updated successfully, but these errors were encountered: