Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bin/geo2rdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import numpy as np
import argparse
from osgeo import gdal
import sys
import os

import isce3
Expand Down
1 change: 0 additions & 1 deletion bin/rdr2geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import numpy as np
import argparse
from osgeo import gdal
import sys
import os
import isce3
from nisar.products.readers import SLC
Expand Down
1 change: 0 additions & 1 deletion python/packages/isce3/atmosphere/tec_product.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'''
Package to compute TEC LUT from JSON file
'''
from datetime import datetime, timedelta
import json
import os

Expand Down
2 changes: 0 additions & 2 deletions python/packages/isce3/cal/point_target_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
class MissingNull(Exception):
"""Raised when mainlobe null(s) cannot be determined"""

pass

class UnsupportedWindow(Exception):
"""Raised if window_type input is not supported."""

pass

def get_chip(x: DatasetReader, i: float, j: float, nchip: int = 64) -> np.ndarray:
"""
Expand Down
1 change: 0 additions & 1 deletion python/packages/isce3/core/rdr_geo_block_generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import journal
import numpy as np
import os

import isce3

Expand Down
1 change: 0 additions & 1 deletion python/packages/isce3/focus/valid_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .sar_duration import get_sar_duration
from copy import deepcopy
from dataclasses import dataclass
from functools import reduce
import isce3
import numpy as np
import shapely
Expand Down
3 changes: 0 additions & 3 deletions python/packages/isce3/io/background.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def process(self, *args, **kw):
"""
User-defined task to operate in background thread.
"""
pass

def queue_work(self, *args, **kw):
"""
Expand Down Expand Up @@ -146,7 +145,6 @@ def write(self, *args, **kw):
"""
User-defined method for writing data.
"""
pass


class BackgroundReader(BackgroundWorker):
Expand Down Expand Up @@ -199,4 +197,3 @@ def read(self, *args, **kw):
"""
User-defined method for reading a chunk of data.
"""
pass
1 change: 0 additions & 1 deletion python/packages/nisar/antenna/beamformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

class BadHPACalWarning(Warning):
"""Warning for Bad HPA CAL values"""
pass


class ElevationBeamformer(ABC):
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/antenna/pattern.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from warnings import warn
from collections import defaultdict
from isce3.core import Orbit, Attitude, Linspace
from isce3.geometry import DEMInterpolator
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/cal/corner_reflector_slc_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class CRInfoSlc:

class OutOfSlcBoundWarning(UserWarning):
"""Warning when CR LLH is out of SLC azimuth-range bound"""
pass


# functions
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/cal/faraday_rotation_angle_slc.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ def estimate(self, azt_blk_size=5.0, sr_blk_size=3000.0,
Too small block sizes in either range or azimuth.

"""
pass


class FaradayRotEstBickelBates(FaradayRotAngleSlc):
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/cal/pol_channel_imbalance_slc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

class OutOfSlcBoundError(Exception):
"""Azimuth time or slant range values are out of SLC data boundary"""
pass


@dataclass(frozen=True)
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/products/insar/granule_id.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from datetime import datetime

import h5py
import journal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import annotations

import os
import h5py
import pyre

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

class MissingInstrumentFieldWarning(UserWarning):
"""Used for missing field in instrument table """
pass


class InstrumentParser:
Expand Down
2 changes: 1 addition & 1 deletion python/packages/nisar/products/readers/rslc_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from numpy import angle, deg2rad, rad2deg, exp, pi
from ruamel.yaml import YAML
from typing import List, Optional, Tuple, Union
from typing import Optional, Tuple, Union


log = logging.getLogger("rslc_cal")
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/products/writers/SLC.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np
from numpy.linalg import norm
from numpy.testing import assert_allclose
import os
from shapely import Polygon
from typing import Optional
import isce3
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/workflows/focus.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from functools import reduce
import h5py
from itertools import chain
import json
import logging
import math
import os
Expand Down
1 change: 0 additions & 1 deletion python/packages/nisar/workflows/geogrid.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'''
collection of functions for determining and setting geogrid
'''
import copy

import numpy as np
from osgeo import osr
Expand Down
1 change: 1 addition & 0 deletions share/stack/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyproject.toml
Loading