Skip to content
Snippets Groups Projects
Commit 0a2f289c authored by Robert Butora's avatar Robert Butora
Browse files

adds GRID enum-value to POSSYS and BANDSYS

parent 22888327
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet ...@@ -96,6 +96,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
+ "<VALUES>" + "<VALUES>"
+ "<OPTION>ICRS</OPTION>" + "<OPTION>ICRS</OPTION>"
+ "<OPTION>GALACTIC</OPTION>" + "<OPTION>GALACTIC</OPTION>"
+ "<OPTION>GRID</OPTION>"
+ "</VALUES>" + "</VALUES>"
+ "</PARAM>" + "</PARAM>"
...@@ -104,6 +105,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet ...@@ -104,6 +105,7 @@ public class ServletCutout extends javax.servlet.http.HttpServlet
+ "<VALUES>" + "<VALUES>"
+ "<OPTION>WAVE_Barycentric</OPTION>" + "<OPTION>WAVE_Barycentric</OPTION>"
+ "<OPTION>VELO_LSRK</OPTION>" + "<OPTION>VELO_LSRK</OPTION>"
+ "<OPTION>GRID</OPTION>"
+ "</VALUES>" + "</VALUES>"
+ "</PARAM>" + "</PARAM>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment