Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim Perl dependencies by moving more to Python #348

Merged
merged 15 commits into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ SRC = starcheck/src
RELATED_LIB = $(SRC)/StarcheckParser.pm
BIN = $(SRC)/starcheck.pl $(SRC)/starcheck
LIB = $(SRC)/lib/Ska/Starcheck/Obsid.pm \
$(SRC)/lib/Ska/Starcheck/Dark_Cal_Checker.pm $(SRC)/lib/Ska/Parse_CM_File.pm
$(SRC)/lib/Ska/Parse_CM_File.pm
PYTHON_LIB = starcheck/calc_ccd_temps.py starcheck/pcad_att_check.py starcheck/plot.py \
starcheck/version.py starcheck/__init__.py
starcheck/utils.py starcheck/__init__.py
DOC_RST = $(SRC)/aca_load_review_cl.rst
DOC_HTML = aca_load_review_cl.html

Expand All @@ -23,7 +23,6 @@ TEST_BACKSTOP = JUL0918A/CR190_0603.backstop
DATA_FILES = starcheck/data/aca_spec.json starcheck/data/ACABadPixels starcheck/data/agasc.bad \
starcheck/data/fid_CHARACTERIS_JUL01 starcheck/data/fid_CHARACTERIS_FEB07 \
starcheck/data/fid_CHARACTERISTICS starcheck/data/characteristics.yaml \
starcheck/data/A.tlr starcheck/data/B.tlr starcheck/data/tlr.cfg \
starcheck/data/overlib.js starcheck/data/up.gif starcheck/data/down.gif \

SHA_FILES = ${SKA_ARCH_OS}/bin/ska_version $(BIN) $(LIB) \
Expand Down
2 changes: 1 addition & 1 deletion sandbox_starcheck
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
exit 1
fi
# Check for perl deps
perl -e "use IO::All; use Time::DayOfYear;"
perl -e "use IO::All;"
if [[ $? -ne 0 ]];
then
echo "****"
Expand Down
222 changes: 0 additions & 222 deletions starcheck/data/A.tlr

This file was deleted.

Loading