lsst.dax.apdb gd2a12a3803+0c2c227a2b
Loading...
Searching...
No Matches
lsst.dax.apdb.apdbSql.ApdbSql Member List

This is the complete list of members for lsst.dax.apdb.apdbSql.ApdbSql, including all inherited members.

__init__(self, ApdbSqlConfig config) (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
_add_obj_htm_index(self, pandas.DataFrame df)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_add_src_htm_index(self, pandas.DataFrame sources, pandas.DataFrame objs)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_engine (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_filterRegion(self, sqlalchemy.schema.Table table, Region region)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_frozen_parameters (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotectedstatic
_get_history(self, Iterable[ApdbInsertId] ids, ApdbTables table_enum, ExtraTables history_table_enum)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_getDiaSourcesByIDs(self, list[int] object_ids, astropy.time.Time visit_time)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_getDiaSourcesInRegion(self, Region region, astropy.time.Time visit_time)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_getSourcesByIDs(self, ApdbTables table_enum, list[int] object_ids, float midpointMjdTai_start)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_htm_indices(self, Region region)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_makeEngine(cls, ApdbSqlConfig config)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_makeSchema(cls, ApdbConfig config, bool drop=False) (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_metadata (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_schema (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_storeDiaForcedSources(self, pandas.DataFrame sources, ApdbInsertId|None insert_id, sqlalchemy.engine.Connection connection)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_storeDiaObjects(self, pandas.DataFrame objs, astropy.time.Time visit_time, ApdbInsertId|None insert_id, sqlalchemy.engine.Connection connection)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_storeDiaSources(self, pandas.DataFrame sources, ApdbInsertId|None insert_id, sqlalchemy.engine.Connection connection)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_storeInsertId(self, ApdbInsertId insert_id, astropy.time.Time visit_time, sqlalchemy.engine.Connection connection) (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlprotected
_versionCheck(self, ApdbMetadataSql metadata)lsst.dax.apdb.apdbSql.ApdbSqlprotected
apdbImplementationVersion(cls)lsst.dax.apdb.apdbSql.ApdbSql
apdbSchemaVersion(self)lsst.dax.apdb.apdbSql.ApdbSql
config (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
ConfigClass (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlstatic
containsCcdVisit(self, int ccdVisitId)lsst.dax.apdb.apdbSql.ApdbSql
containsVisitDetector(self, int visit, int detector)lsst.dax.apdb.apdbSql.ApdbSql
countUnassociatedObjects(self)lsst.dax.apdb.apdbSql.ApdbSql
dailyJob(self)lsst.dax.apdb.apdbSql.ApdbSql
deleteInsertIds(self, Iterable[ApdbInsertId] ids)lsst.dax.apdb.apdbSql.ApdbSql
getDiaForcedSources(self, Region region, Iterable[int]|None object_ids, astropy.time.Time visit_time)lsst.dax.apdb.apdbSql.ApdbSql
getDiaForcedSourcesHistory(self, Iterable[ApdbInsertId] ids)lsst.dax.apdb.apdbSql.ApdbSql
getDiaObjects(self, Region region)lsst.dax.apdb.apdbSql.ApdbSql
getDiaObjectsHistory(self, Iterable[ApdbInsertId] ids)lsst.dax.apdb.apdbSql.ApdbSql
getDiaSources(self, Region region, Iterable[int]|None object_ids, astropy.time.Time visit_time)lsst.dax.apdb.apdbSql.ApdbSql
getDiaSourcesHistory(self, Iterable[ApdbInsertId] ids)lsst.dax.apdb.apdbSql.ApdbSql
getInsertIds(self)lsst.dax.apdb.apdbSql.ApdbSql
getSSObjects(self)lsst.dax.apdb.apdbSql.ApdbSql
init_database(cls, str db_url, *str|None schema_file=None, str|None schema_name=None, int|None read_sources_months=None, int|None read_forced_sources_months=None, bool use_insert_id=False, int|None connection_timeout=None, str|None dia_object_index=None, int|None htm_level=None, str|None htm_index_column=None, list[str]|None ra_dec_columns=None, str|None prefix=None, str|None namespace=None, bool drop=False)lsst.dax.apdb.apdbSql.ApdbSql
metadata(self)lsst.dax.apdb.apdbSql.ApdbSql
metadataCodeVersionKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlstatic
metadataCodeVersionKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
metadataConfigKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlstatic
metadataConfigKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
metadataSchemaVersionKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSqlstatic
metadataSchemaVersionKey (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
pixelator (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql
reassignDiaSources(self, Mapping[int, int] idMap)lsst.dax.apdb.apdbSql.ApdbSql
store(self, astropy.time.Time visit_time, pandas.DataFrame objects, pandas.DataFrame|None sources=None, pandas.DataFrame|None forced_sources=None)lsst.dax.apdb.apdbSql.ApdbSql
storeSSObjects(self, pandas.DataFrame objects)lsst.dax.apdb.apdbSql.ApdbSql
tableDef(self, ApdbTables table)lsst.dax.apdb.apdbSql.ApdbSql
tableRowCount(self)lsst.dax.apdb.apdbSql.ApdbSql
use_insert_id (defined in lsst.dax.apdb.apdbSql.ApdbSql)lsst.dax.apdb.apdbSql.ApdbSql