Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added creation of catalogidx_to_catalogidy for xmatch versions 21, 25, 31 * Removed old files * Added append_* and some create_I functionality * Fixing weird peewee things and changing some queries over to raw SQL * Finished ability to append sdss_ids * Switched to single model for sdss_id_* * Transferred sdss_id scripts to /python and fixed bugs * Turned off saving log to file * Switched from sandbox to catalogdb * Switched back to sandbox because of the fear * Switched to catalogdb instead of the sandbox. Removed unnecessary comments * Documented sdss_id pk sequences * Testing git rm --cached * Removing unnecessary files * Added comments to add_pk_defaults_to_sdss_id_tables.sql * Fixed some linting issues * Cloned python scripts from python/ to documentation * Added documentation and fixed linting issues * Fixed more linting issues * Fixed more linting issues * Fixed isort errors * Converted functions to CamelCase * Moving scripts to sdss_id submodule * Fixed __init__ imports * Fixed local import for __init__ and append_to_sdss_id * Fixed linting issue * Changed 'to_add' terminology to 'addendum' * Fixed __init__.py imports * Linting issues with ruff * Fixing linting again * Linting again? * Typo * Added outer join on sdss_id_flat * Fixed import SdssIdFlat * Changed import of SdssIdFlat in create_catalogidx... * switch to sandbox * Removed panstarrs split_query * Added last_updated column to sdss_id_stacked * Expanded Examples at end of append_to_sdss_id * Fixed typo * Fixed temp_catalogid_v? missing catalogids * Added default option of running on targetdb * Added example of running on targetdb * Linting and changed to TempMatch.create_table() * Changed to UniqueMatch.create_table() * Added indexes to SdssIdStackedAddendum * Manually added indexing * Editted create_temp_catalogid_lists to allow for Targetdb * Typo 'catalgid' * Shortened TempMatch index labels * Shortened index labels in Unique Match * Added new catalogs to individual_crossmatches * Added Rank to SdssIdFlatAddendum * rank in SdssIdFlatAddendum is nullable * Rank joins on sdss_id/catalogid pair instead of pk * Typo "Rank" to "rank" * Added documentation * Linting issues * More Linting? * More more linting * Linting issues * Added README to catalog_to_catalog --------- Co-authored-by: Zachary Way <zway1@gsu.edu>
- Loading branch information