mirror of https://github.com/XEphem/XEphem.git
Compare commits
4 Commits
2f97c4b990
...
992f8e729d
| Author | SHA1 | Date |
|---|---|---|
|
|
992f8e729d | |
|
|
0efc6cb6fc | |
|
|
5d5506e8fe | |
|
|
58e9655977 |
Binary file not shown.
|
|
@ -29,8 +29,8 @@ char msg[]) /* return diagnostic message here, if returning -1 */
|
|||
{
|
||||
#define GSC23MAXFOV degrad(30./60.0) /* max fov */
|
||||
/* http://gsss.stsci.edu/webservices/vo/ConeSearch.aspx?RA=10.0&DEC=5.0&SR=0.2&FORMAT=CSV */
|
||||
static char ifmt[] = "%[^,],%lf,%lf,%*[^,],%*[^,],%*[^,],%*[^,],%lf,%lf,%*[^,],%*[^,],%lf,%lf,%lf,%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%d";
|
||||
static char gfmt[] = " GET http://%s%s?RA=%g&DEC=%g&SR=%g&FORMAT=CSV HTTP/1.0\r\nUser-Agent: xephem/%s\r\n\r\n";
|
||||
static char ifmt[] = "%[^,],%*[^,],%*[^,],%*[^,],%lf,%lf,%*[^,],%*[^,],%*[^,], %*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%lf,%*[^,],%*[^,],%lf,%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%lf,%*[^,],%*[^,],%lf,%*[^,],%*[^,],%lf,%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%*[^,],%d";
|
||||
static char gfmt[] = "GET http://%s%s?RA=%g&DEC=%g&SR=%g&FORMAT=CSV&CAT=GSC23 HTTP/1.0\r\nUser-Agent: xephem/%s\r\n\r\n";
|
||||
char host[1024];
|
||||
char buf[2048];
|
||||
char *hp1;
|
||||
|
|
|
|||
|
|
@ -522,11 +522,11 @@ using XEphem on my web site or publications?</b>
|
|||
placed somewhere on each such page:
|
||||
<p>
|
||||
<pre>
|
||||
<a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html">Created using <b>XEphem</b></a>
|
||||
<a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html">Created using <b>XEphem</b></a>
|
||||
</pre>
|
||||
<p>
|
||||
It should look and work like this:
|
||||
<a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html">
|
||||
<a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html">
|
||||
Created using <b>XEphem</b></a>.
|
||||
<p>
|
||||
Regarding publications, the Postscript files generated by XEphem already
|
||||
|
|
|
|||
Loading…
Reference in New Issue