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
@Ermiasabebe has a KAT-7 MS that contains multiple observations of the same object stuck together. These are differentiated by the OBSERVATION_ID column. It is an easy matter to process them one by one by setting the TDL option ms_sel.ms_taql_str = OBSERVATION_ID==N. However, it would be very nice to add explicit observation ID support to Pyxides.ms and Pyxides.mqt (as is already done for DDID and FIELD).
The text was updated successfully, but these errors were encountered:
@Ermiasabebe has a KAT-7 MS that contains multiple observations of the same object stuck together. These are differentiated by the OBSERVATION_ID column. It is an easy matter to process them one by one by setting the TDL option
ms_sel.ms_taql_str = OBSERVATION_ID==N
. However, it would be very nice to add explicit observation ID support to Pyxides.ms and Pyxides.mqt (as is already done for DDID and FIELD).The text was updated successfully, but these errors were encountered: