Skip to content

Commit

Permalink
sdssv_plateholes: updates for 07Apr2021 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Apr 8, 2021
1 parent 2d832a6 commit 41becff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


# input_dir and output_dir must end with /
input_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/' # noqa: E501
input_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021/' # noqa: E501

output_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/' # noqa: E501
output_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021_csv/' # noqa: E501

input_fits_file_list = ['plateholes_STRUCT1.fits']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ create index on catalogdb.sdssv_plateholes(yanny_uid);
create index on catalogdb.sdssv_plateholes(firstcarton);
create index on catalogdb.sdssv_plateholes(catalogid);
create index on catalogdb.sdssv_plateholes(sourcetype);
create index on catalogdb.sdssv_plateholes(holetype);
\o
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\o sdssv_plateholes_load.out
\copy catalogdb.sdssv_plateholes from '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/plateholes_STRUCT1.csv' delimiter ';';
\copy catalogdb.sdssv_plateholes from '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021_csv/plateholes_STRUCT1.csv' delimiter ';';
\o
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


# input_dir and output_dir must end with /
input_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/' # noqa: E501
input_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021/' # noqa: E501

output_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/' # noqa: E501
output_dir = '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021_csv/' # noqa: E501

input_fits_file_list = ['plateholes_meta.fits']

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\o sdssv_plateholes_meta_load.out
\copy catalogdb.sdssv_plateholes_meta from '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_19Feb2021/plateholes_meta.csv' delimiter ';';
\copy catalogdb.sdssv_plateholes_meta from '/uufs/chpc.utah.edu/common/home/sdss10/sdss5/target/catalogs/sdssv_plateholes/update_07Apr2021_csv/plateholes_meta.csv' delimiter ';';
\o

0 comments on commit 41becff

Please sign in to comment.