torchsar.module.sharing package¶
Submodules¶
torchsar.module.sharing.matched_filter module¶
- class torchsar.module.sharing.matched_filter.AzimuthMatchedFilter(Nr, Tp, Fsa, Ka, Fc, trainable=True, dtype=torch.float32)¶
Bases:
torch.nn.modules.module.Module
- forward()¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
- class torchsar.module.sharing.matched_filter.AzimuthMatchedFilterLinearFit(Nr, Tp, Fsa, Ka, Fc, trainable=True, dtype=torch.float32)¶
Bases:
torch.nn.modules.module.Module
- forward()¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
- class torchsar.module.sharing.matched_filter.RangeMatchedFilter(Na, Tp, Fsr, Kr, Fc, trainable=True, dtype=torch.float64)¶
Bases:
torch.nn.modules.module.Module
- forward()¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
torchsar.module.sharing.pulse_compression module¶
- class torchsar.module.sharing.pulse_compression.AzimuthCompress(Na, Nr, Tp, Fsa, Ka, Fc, trainable=True, dtype=torch.float32)¶
Bases:
torch.nn.modules.module.Module
- forward(X)¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
- class torchsar.module.sharing.pulse_compression.AzimuthCompressLinearFit(Na, Nr, Tp, Fsa, Ka, Fc, trainable=True, dtype=torch.float32)¶
Bases:
torch.nn.modules.module.Module
- forward(X)¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
- class torchsar.module.sharing.pulse_compression.RangeCompress(Na, Nr, Tp, Fsr, Kr, Fc, trainable=True, dtype=torch.float32)¶
Bases:
torch.nn.modules.module.Module
- forward(X)¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
torchsar.module.sharing.range_migration module¶
- class torchsar.module.sharing.range_migration.RangeMigrationCorrection(Na, Nr, R0, Vr, Fc, Fsa, Fsr, D=None)¶
Bases:
torch.nn.modules.module.Module
- forward(X)¶
Defines the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.