You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/IGOR/MosaicUtils.ipf
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,13 @@ End
42
42
43
43
Function/SQueryBuilder()
44
44
45
-
string SQ ="select BlockDepth, ResTime from metadata where ProcessingStatus='normal' and ResTime > 0.1 and BlockDepth between 0.05 and .8"
45
+
string SQ ="select BlockDepth, ResTime from metadata where ProcessingStatus='normal'"
46
46
prompt SQ,"Search Query"
47
47
48
48
DoPrompt "Enter query action", SQ
49
49
50
50
if(V_Flag)
51
-
return"select BlockDepth, ResTime from metadata where ProcessingStatus='normal' and ResTime > 0.1 and BlockDepth between 0.05 and .8"// User Canceled
51
+
return"select BlockDepth, ResTime from metadata where ProcessingStatus='normal' and ResTime > 0.1 and BlockDepth between 0.05 and .8 limit 100"// User Canceled
0 commit comments