edges.testing

Create very simple mock GSData objects for testing purposes.

edges.testing.create_mock_edges_data(flow: ~astropy.units.quantity.Annotated[~astropy.units.quantity.Quantity, Unit("MHz")] = <Quantity 50. MHz>, fhigh: ~astropy.units.quantity.Annotated[~astropy.units.quantity.Quantity, Unit("MHz")] = <Quantity 100. MHz>, ntime: int = 100, time0: float = 2459900.27, dt: ~astropy.units.quantity.Annotated[~astropy.units.quantity.Quantity, Unit("s")] = <Quantity 40. s>, add_noise: bool = False, as_power: bool = False) GSData[source]

Create mock GSData objects.