Skip to content

Commit

Permalink
Tel2Sci_info to output "NRC"+detname
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Apr 8, 2020
1 parent 8f01cf8 commit 1742c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynrc/maths/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def Tel2Sci_info(channel, coords, output="Sci"):
ind = np.where(dist==dist.min())[0][0]

# Find detector "science" coordinates
detector = detnames[ind]
detector = 'NRC'+detnames[ind]
apname = apnames[ind]
ap = mysiaf[apname]
try:
Expand Down

0 comments on commit 1742c40

Please sign in to comment.