smsh5_file_reader
Module Contents
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- smsh5_file_reader.num_parts(dataset: smsh5.H5dataset) numpy.int32[source]
- smsh5_file_reader.file_version(dataset: smsh5.H5dataset) str[source]
- smsh5_file_reader.particle(particle_num: int, dataset: smsh5.H5dataset) h5pickle.Dataset[source]
- smsh5_file_reader.date(particle: smsh5.Particle) str[source]
- smsh5_file_reader.description(particle: smsh5.Particle) str[source]
- smsh5_file_reader.has_power_measurement(particle: smsh5.Particle) bool[source]
- smsh5_file_reader.power_measurement(particle: smsh5.Particle) numpy.ndarray[source]
- smsh5_file_reader.has_intensity(particle: smsh5.Particle) bool[source]
- smsh5_file_reader.raster_scan_coord(particle: smsh5.Particle) numpy.ndarray[source]
- smsh5_file_reader.user(particle: smsh5.Particle) str[source]
- smsh5_file_reader.abstimes(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.abstimes2(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.microtimes(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.microtimes2(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.tcspc_card(particle: smsh5.Particle) str[source]
- smsh5_file_reader.has_raster_scan(particle: smsh5.Particle | h5pickle.Dataset) bool[source]
- smsh5_file_reader.raster_scan(particle: smsh5.Particle | h5pickle.Dataset) h5pickle.Dataset[source]
- smsh5_file_reader.has_spectra(particle: smsh5.Particle) bool[source]
- smsh5_file_reader.spectra(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.int_trace(particle: smsh5.Particle) h5pickle.Dataset[source]
- smsh5_file_reader.__get_rs_dataset(part_or_rs: smsh5.Particle | smsh5.RasterScan) h5pickle.Dataset[source]
- smsh5_file_reader.rs_integration_time(part_or_rs: smsh5.Particle | smsh5.RasterScan) numpy.float64[source]
- smsh5_file_reader.rs_pixels_per_line(part_or_rs: smsh5.Particle | smsh5.RasterScan) numpy.int32[source]
- smsh5_file_reader.rs_range(part_or_rs: smsh5.Particle | smsh5.RasterScan) numpy.float64[source]
- smsh5_file_reader.rs_x_start(part_or_rs: smsh5.Particle | smsh5.RasterScan) numpy.float64[source]
- smsh5_file_reader.rs_y_start(part_or_rs: smsh5.Particle | smsh5.RasterScan) numpy.float64[source]
- smsh5_file_reader.spectra_exposure_time(particle: smsh5.Particle) numpy.float32[source]
- smsh5_file_reader.spectra_abstimes(particle: smsh5.Particle) numpy.ndarray[source]
- smsh5_file_reader.spectra_wavelengths(particle: smsh5.Particle) numpy.ndarray[source]