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
So my problem it is not possible to control the use of orbit_number in the netcdf filename when calling this from eg level1c runner in pytroll pps runner.
The text was updated successfully, but these errors were encountered:
Problem description
When sending in VIIRS data like this: (posttroll message)
And the resulting posttroll message from level 1c runner:
What I see in the code is https://github.com/foua-pps/level1c4pps/blob/master/level1c4pps/__init__.py#L383 where
orbit_number
is hardcoded to0
. This is then used in the filename: https://github.com/foua-pps/level1c4pps/blob/master/level1c4pps/__init__.py#L528-L536But the message
orbit_number
is not used. That is, it is not possible to pass this to this module https://github.com/foua-pps/level1c4pps/blob/master/level1c4pps/viirs2pps_lib.py#L127-L128So my problem it is not possible to control the use of
orbit_number
in the netcdf filename when calling this from eg level1c runner in pytroll pps runner.The text was updated successfully, but these errors were encountered: