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: JPFITS/AstraCarta.cs
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -96,19 +96,19 @@ public static void Help()
96
96
MessageBox.Show(sb.ToString());
97
97
}
98
98
99
-
/// <summary>
100
-
/// Perform a query with no user interface dialog form. Will throw an informative exception if something goes wrong. Returns a string which is the filename of the catalogue data downloaded. If nothing was found the string will be empty.
101
-
/// </summary>
102
-
/// <param name="ra">The right acension of the field center. Degrees.</param>
103
-
/// <param name="dec">The declination of the field center. Degrees.</param>
104
-
/// <param name="scale">The plate scale in arcseconds per pixel.</param>
105
-
/// <param name="pixwidth">The number of horizontal pixels of the image.</param>
106
-
/// <param name="pixheight">The number of vertical pixels of the image</param>
107
-
/// <param name="optArgs">Optional arguments list. Possible arguments can be found here: https://github.com/user29A/AstraCarta/wiki, or with AstraCarta.Help call.
108
-
/// <br />Be sure to pass the switch "-argument"; for example do not pass "buffer", but pass "-buffer", etc.
109
-
/// <br />Arguments and their values must be consecutive, for example: optArgs.Add("-buffer); optArgs.Add(2); and so on.
110
-
/// <br />Boolean arguments do not require a value, and their presence indicates true. For example the presence of optArgs.Add("-fitsout") equates to true for writing the file as a FITS bintable.</param>
/// Perform a query with no user interface dialog form. Will throw an informative exception if something goes wrong. Returns a string which is the filename of the catalogue data downloaded. If nothing was found the string will be empty.
101
+
/// </summary>
102
+
/// <param name="ra">The right acension of the field center. Degrees.</param>
103
+
/// <param name="dec">The declination of the field center. Degrees.</param>
104
+
/// <param name="scale">The plate scale in arcseconds per pixel.</param>
105
+
/// <param name="pixwidth">The number of horizontal pixels of the image.</param>
106
+
/// <param name="pixheight">The number of vertical pixels of the image</param>
107
+
/// <param name="optArgs">Optional arguments list. Possible arguments can be found here: https://github.com/user29A/AstraCarta/wiki, or with AstraCarta.Help call.
108
+
/// <br />Be sure to pass the switch "-argument"; for example do not pass "buffer", but pass "-buffer", etc.
109
+
/// <br />Arguments and their values must be consecutive, for example: optArgs.Add("-buffer); optArgs.Add(2); and so on.
110
+
/// <br />Boolean arguments do not require a value, and their presence indicates true. For example the presence of optArgs.Add("-fitsout") equates to true for writing the file as a FITS bintable.</param>
0 commit comments