casangi / xradio

Xarray Radio Astronomy Data IO
https://xradio.readthedocs.io/en/latest/
Other
9 stars 5 forks source link

Processing set name formatting #221

Closed tnakazato closed 1 month ago

tnakazato commented 1 month ago

This commit aligns number of digit for ms_v4_id. If number of partitions is 11, for example, name of the msv4 will change from "ps_name_0" to "ps_name_00", etc. That affects sort order of the msv4 on disk. Previously, it was like the following.

ps_name_0
ps_name_1
ps_name_10
ps_name_2
...
ps_name_9

After this change, the order will be more intuitive.

ps_name_00
ps_name_01
ps_name_02
...
ps_name_09
ps_name_10
CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.