Skip to content

Commit

Permalink
Make test_one_lightcurve.sh work with infodir, datadir.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Jul 17, 2024
1 parent 6d855aa commit 39b6673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_one_lightcurve.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Change this to what the RomanDESCSims data are.
# Below DATADIR should be the subdirectories 'images' and 'truth'.
DATADIR=${HOME}/data/RomanDESCSims
# Run from base directoroy
python python/RomanDESCForwardModelLightcurves.py 41024123441
python python/RomanDESCForwardModelLightcurves.py 41024123441 --infodir tests/data/RomanDesc --datadir ${DATADIR} --dataset RomanDESC

0 comments on commit 39b6673

Please sign in to comment.