diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-05-30 20:30:36 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-05-30 20:30:36 (GMT) |
commit | 8a70447afb099cdd9fb119b63517b4886f2270f4 (patch) | |
tree | 0f6e6b1aeef758771a9eef206881b07a2a051be6 /ds9/library | |
parent | 66aa379cbe2b3ce29056c3abe73e34dca0ec1722 (diff) | |
download | blt-8a70447afb099cdd9fb119b63517b4886f2270f4.zip blt-8a70447afb099cdd9fb119b63517b4886f2270f4.tar.gz blt-8a70447afb099cdd9fb119b63517b4886f2270f4.tar.bz2 |
update ds9 analysis parser
Diffstat (limited to 'ds9/library')
-rw-r--r-- | ds9/library/marker.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/marker.tcl b/ds9/library/marker.tcl index 8f2a384..d63aca6 100644 --- a/ds9/library/marker.tcl +++ b/ds9/library/marker.tcl @@ -1446,7 +1446,7 @@ proc RegionCmdLoad {} { UpdateGroupDialog } elseif {$parse(fn) != {}} { # samp path - MarkerLoadFrames $fn $current(frame) \ + MarkerLoadFrames $parse(fn) $current(frame) \ $marker(load,format) $marker(load,system) $marker(load,sky) } } |