Skip to content

Commit

Permalink
Merge pull request #348 from sot/more_modernize
Browse files Browse the repository at this point in the history
Trim Perl dependencies by moving more to Python
  • Loading branch information
jeanconn authored Jul 15, 2020
2 parents a519f0b + d762998 commit 184f220
Show file tree
Hide file tree
Showing 12 changed files with 172 additions and 3,288 deletions.
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

0 comments on commit 184f220

Please sign in to comment.