FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

Weight Key in new PSP data changed #29

Closed Apollonaut10 closed 2 years ago

Apollonaut10 commented 2 years ago

In the new PSP datasets (MK2) there are two weight keys available denoted Mask1 and Mask2. This is currently incompatible with the PSP dataloader which expects the keyword Mask to find the weights. I would propose to default to the masking that is comparable to MK1 data and give the user an option to select the less conservative masking if desired.

Apollonaut10 commented 2 years ago

Just received the info that Mask2 is comparable to MK1 data and should therefore be selected as default.