Skip to content

Commit

Permalink
added executable header to bin/*
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbusca committed Apr 11, 2017
1 parent 8b8398d commit 54ef8f9
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/do_cf.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/do_cf1d.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
1 change: 1 addition & 0 deletions bin/do_deltas.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python

import sys
import fitsio
Expand Down
2 changes: 2 additions & 0 deletions bin/do_dmat.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/do_wick.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/do_xMetalGrid.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/do_xcf.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/do_xdmat.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import scipy as sp
import fitsio
import argparse
Expand Down
2 changes: 2 additions & 0 deletions bin/export.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import fitsio
import scipy as sp

Expand Down
2 changes: 2 additions & 0 deletions bin/export_metal.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import fitsio
import scipy as sp

Expand Down

0 comments on commit 54ef8f9

Please sign in to comment.