Skip to content
Snippets Groups Projects

[Jungfrau][Correct] New A1256 JF Strixel

Merged Karim Ahmed requested to merge feat/new_jf_strixel_kind into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
import numpy as np
from functools import lru_cache
from pathlib import Path
from pathlib import Path
 
import numpy as np
 
REGULAR_SHAPE = (512, 1024)
REGULAR_SHAPE = (512, 1024)
DIR_PATH = package_directory = Path(__file__).resolve().parent
DIR_PATH = package_directory = Path(__file__).resolve().parent
 
@lru_cache
def get_strixel_parameters(kind):
def get_strixel_parameters(kind):
"""Returns a dictionary of strixel parameters stored in .npz file
"""Returns a dictionary of strixel parameters stored in .npz file
based on the given kind.
based on the given kind.
Loading