.gitignore 1.51 KB
*~
*.log
*.pyc
*.o
*.lo
*.la
*.aux
*.idx
*.out
*.pdf
*.synctex.gz
*.toc
*.Pi
*.Tpi
*.gcno
*.gcda
.DS_Store
.cproject
.project
.pydevproject
.settings
.autotools
.idea
Makefile
Makefile.in
aclocal.m4
autom4te.cache
m4/libtool.m4
m4/lt*m4
config.*
configure
ctools.pc
.DS_Store
install-sh
libtool
ltmain.sh
missing
compile
.libs
.deps
stamp-h1
depcomp
test-driver
testconf.sh
coverage-report-python.xml
coverage-report-cxx.xml
ctools-*

dev/conda.recipe/meta.yaml
doc/html
doc/man
src/ctools-setup
pyext/build/
pyext/setup.py
pyext/ctools/__init__.py
pyext/ctools/tools.py
pyext/ctools/_tools.so
pyext/ctools/tools_wrap.cpp
cscripts/__init__.py
src/ctbin/ctbin
src/ctfindvar/ctfindvar
src/ctlike/ctlike
src/cttsmap/cttsmap
src/ctmodel/ctmodel
src/ctobssim/ctobssim
src/ctselect/ctselect
src/ctskymap/ctskymap
src/ctexpcube/ctexpcube
src/ctpsfcube/ctpsfcube
src/ctedispcube/ctedispcube
src/ctbkgcube/ctbkgcube
src/ctmapcube/ctmapcube
src/ctcubemask/ctcubemask
src/ctbutterfly/ctbutterfly
src/ctulimit/ctulimit
src/cterror/cterror
src/ctprob/ctprob
src/ctphase/ctphase
src/template/ctool_base
src/template/ctool_like
src/template/ctool_obs
test/pfiles/
test/caldb/
test/prod3
test/csroot2caldb_*
test/csiactcopy_*
test/*.fits
test/*.dat
test/*.xml
test/*.reg
test/*.trs
test/*.txt
test/*.eps
test/*.jpg
test/test_examples.py
test/testing.py
test/reports/*.xml
test/butterfly.txt
test/.coverage
test/test_python_ctools.sh
test/test_python_cscripts.sh
test/tutorials
examples/*.fits
examples/*.xml
examples/*.dat
examples/ctools
pkg_build
pkg_check