Skip to content

Commit

Permalink
Also run cronjob for LCO
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 30, 2025
1 parent 48206b1 commit 7aae8e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/cronjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ rm -f current
ln -s too_targets_apo_$DATE.parquet current
cd $CWD

# And the same for LCO
too dump-targets $SDSSCORE_LCO_TOO/too_targets_lco_$DATE.parquet --observatory LCO
cd $SDSSCORE_LCO_TOO
rm -f current
ln -s too_targets_lco_$DATE.parquet current
cd $CWD

# Dump the new sdss_id records
mkdir -p $SDSS_ID_DIFFS_PATH/$DATE
too dump-sdss-id --root $SDSS_ID_DIFFS_PATH/$DATE $DATE
Expand Down

0 comments on commit 7aae8e0

Please sign in to comment.