Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/chips_startup.tk
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ proc run_tgcoords { frame id } {
# I need to put this into the background so that the script,
# ds9_itgcoords, can make XPA calls. Otherwise, the Tk event loop is
# hung at this command and the XPA command in ds9_itgcoords times out.
exec {ds9_itgcoords} $ds9(title) $tgcoords_order $x0 $y0 $x1 $y1 $frame $id &
exec {ds9_itgcoords} $ds9(app) $tgcoords_order $x0 $y0 $x1 $y1 $frame $id &
}


Expand Down