Skip to content

Instantly share code, notes, and snippets.

@kfindeisen
Created February 27, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfindeisen/2d3d4fcc7252b727761f172a59d15c48 to your computer and use it in GitHub Desktop.
Save kfindeisen/2d3d4fcc7252b727761f172a59d15c48 to your computer and use it in GitHub Desktop.
ap_pipe integration tests
# Beware platform-specific repositories and ap_verify_hits2015 install
# Single repository with data and templates
python bin/ap_pipe.py ../repo_hits2015/ingested/ --calib ../repo_hits2015/calibingested/ --output foo --id visit=411657 ccdnum=42 filter=g --reuse-outputs-from all
# Using calexps as templates
python bin/ap_pipe.py ../repo_hits2015/ingested/ --calib ../repo_hits2015/calibingested/ --output foo --id visit=410985 ccdnum=25 filter=g --configfile config/calexpTemplates.py --templateId visit=410929 --reuse-outputs-from all
# Separate data and template repositories
python bin/ap_pipe.py ../repo_hits2015/ingested_notemplate/ --calib ../repo_hits2015/calibingested/ --template ../ap_verify_hits2015/templates/ --output foo --id visit=411657 ccdnum=42 filter=g --reuse-outputs-from all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment