DASCore (0.0.14)
Introduction
Tutorial
Recipes
Notes
Contributing
API
dascore
core
spool
BaseSpool
update
dascore
version
clients
dirspool
DirectorySpool
get_contents
update
filespool
FileSpool
update
compat
array
constants
ExecutorType
map
core
schema
attrs
combine_patch_attrs
decompose_attrs
merge_compatible_coords_attrs
PatchAttrs
coords_from_dims
drop_private
flat_dump
from_dict
get
items
parse_coord_attributes
rename_dimension
update
coordmanager
get_coord_manager
merge_coord_managers
CoordManager
convert_units
decimate
disassociate_coord
drop_coords
drop_disassociated_coords
equals
get_array
get_coord_tuple_map
max
min
new
rename_coord
select
set_dims
set_units
simplify_units
snap
sort
squeeze
step
to_summary_dict
transpose
update_coords
update_from_attrs
validate_data
coords
ensure_consistent_dtype
get_coord
BaseCoord
check_time_units
convert_units
empty
get_attrs_dict
get_sample_count
get_slice_tuple
index
max
min
select
set_units
simplify_units
snap
sort
to_summary
update
update_limits
CoordArray
check_time_units
convert_units
select
snap
sort
update_limits
CoordDegenerate
check_time_units
empty
select
snap
CoordMonotonicArray
check_time_units
select
CoordRange
check_time_units
convert_units
ensure_all_attrs_set
select
sort
update_limits
CoordSummary
get_correct_dtype_cast_values
ser_model
to_coord
patch
Patch
assign_coords
iresample
iselect
spool
MemorySpool
spool
BaseSpool
chunk
get_contents
map
select
sort
split
update
DataFrameSpool
chunk
get_contents
new_from_df
select
sort
split
examples
get_example_patch
get_example_spool
spool_to_directory
exceptions
AttributeMergeError
ChunkError
CoordDataError
CoordError
CoordMergeError
CoordSortError
DASCoreError
FilterValueError
IncompatiblePatchError
InvalidFiberFile
InvalidFiberIO
InvalidFileHandler
InvalidIndexVersionError
InvalidSpoolError
InvalidTimeRange
MissingOptionalDependency
ParameterError
PatchAttributeError
PatchDimError
PatchError
TimeError
UnitError
UnknownExample
UnknownFiberFormat
UnsupportedKeyword
io
PatchIO
plugin
core
get_format
read
scan
scan_to_df
write
FiberIO
get_format
get_supported_io_table
read
scan
write
PatchFileSummary
flat_dump
translate_d_to_step
dasdae
utils
core
DASDAEV1
get_format
index
read
scan
write
h5simple
utils
core
H5Simple
get_format
read
scan
indexer
AbstractIndexer
update
DirectoryIndexer
clear_cache
get_contents
get_index_metadata
update
pickle
core
PickleIO
get_format
read
write
prodml
utils
core
ProdMLPatchAttrs
ProdMLV2_1
ProdMLV2_0
get_format
read
scan
segy
utils
core
SegyV2
get_format
read
scan
tdms
core
TDMSFormatterV4713
get_format
read
scan
utils
parse_time_stamp
type_not_supported
terra15
utils
core
Terra15FormatterV5
Terra15FormatterV6
Terra15FormatterV4
get_format
read
scan
wav
core
WavIO
write
proc
aggregate
aggregate
basic
abs
angle
apply_operator
dropna
equals
imag
new
normalize
pipe
real
set_dims
squeeze
standardize
to_xarray
transpose
update_attrs
coords
assert_has_coords
drop_coords
get_coord
rename_coords
snap_coords
sort_coords
update_coords
detrend
detrend
filter
median_filter
pass_filter
sobel_filter
resample
decimate
interpolate
resample
rolling
rolling
select
select
taper
taper
units
convert_units
set_units
simplify_units
transform
differentiate
differentiate
fft
rfft
fourier
dft
idft
integrate
integrate
spectro
spectrogram
strain
velocity_to_strain_rate
units
assert_dtype_compatible_with_units
convert_units
get_factor_and_unit
get_filter_units
get_quantity
get_quantity_str
get_registry
get_unit
invert_quantity
utils
plotting
chunk
get_intervals
ChunkManager
chunk
get_instruction_df
display
array_to_text
attrs_to_text
get_dascore_text
get_nice_text
docs
compose_docstring
format_dtypes
downloader
fetch
get_registry_df
hdf5
open_hdf5_file
HDFPatchIndexManager
decode_table
encode_table
get_index
validate_version
write_update
io
HDF5Reader
HDF5Writer
get_handle_from_resource
BinaryReader
close
seek
write
BinaryWriter
close
read
seek
IOResourceManager
get_resource
mapping
FrozenDict
copy
misc
CacheDescriptor
MethodNameSpace
all_close
all_diffs_close_enough
broadcast_for_index
cached_method
get_middle_value
get_parent_code_name
get_stencil_coefs
is_valid_coord_str
iter_files
iterate
maybe_get_attrs
optional_import
register_func
sanitize_range_param
separate_coord_info
suppress_warnings
to_str
unbyte
models
sensible_model_equals
DascoreBaseModel
get_summary_df
new
patch
check_patch_attrs
check_patch_dims
get_default_patch_name
get_dim_sampling_rate
get_dim_value_from_kwargs
get_multiple_dim_value_from_kwargs
get_start_stop_step
merge_patches
patch_function
patches_to_df
scan_patches
pd
adjust_segments
fill_defaults_from_pydantic
filter_df
get_column_names_from_dim
get_dim_names_from_columns
get_interval_columns
get_regex
list_ser_to_str
split_df_query
yield_range_tuple_from_kwargs
progress
track
time
dtype_time_like
get_max_min_times
is_datetime64
is_timedelta64
to_datetime64
to_float
to_int
to_timedelta64
transformatter
FourierTransformatter
BaseTransformatter
rename_dims
viz
VizPatchNameSpace
core
spectrogram
spectrogram
waterfall
waterfall
wiggle
wiggle
On this page
update
Edit this page
update
method
of
dascore.core.spool.BaseSpool
source
update
(
self ,
)-> ‘Self’
Updates the contents of the spool and returns a spool.
split
DataFrameSpool