1
0
Fork 0
pull/2/head
Cees Bassa 2015-05-26 18:26:40 +02:00
parent 7b095cbdac
commit c0ea12ae99
5 changed files with 16 additions and 9 deletions

View File

@ -47,6 +47,15 @@ double sex2dec(char *s);
void usage(void)
{
printf("-f <file> FITS file to calibrate\n");
printf("-R <hh:mm:ss> RA of center\n");
printf("-D <ddd:mm:ss> Decl of center\n");
printf("-s <scale> Pixel scale (arcseconds) [10.0]\n");
printf("-q <parang> Parallactic angle (degrees) [0.0]\n");
printf("-m <limmag> Magnitude limit [9.0]\n");
printf("-r <radius> Matching radius (pixels) [10]\n");
return;
}

View File

@ -7,3 +7,5 @@ D50H 25.01 16.68
D50V 16.68 25.01
FULL 360 240
PANA 21.8 14.57
W50X 7.21 21.24
W50Y 5.31 28.84

View File

@ -15509,4 +15509,5 @@
99221 14544A
99224 14658A
99406 14602A
40651 15025A
99999 99000A

View File

@ -1,4 +1,5 @@
# No ID Latitude Longitude Elev Observer
1111 RL 38.9478 -104.5614 2073 Ron Lee
4171 CB 52.8344 6.3785 10 Cees Bassa
4172 LB 52.3713 5.2580 -3 Leo Barhorst
4553 CB 53.3210 -2.2330 86 Cees Bassa
@ -51,13 +52,7 @@
6242 JM 42.9453 -2.8284 623 Jon Mikel
6241 JM 42.9565 -2.8203 619 Jon Mikel
4160 BD 51.2793 5.4768 35 Bram Dorreman
9001 ES -24.6272 -70.4047 2635 Cerro Paranal
#9999 SA 29.4167 -98.5 0 San Antonio
9001 MS -32.3793 20.810682 1760 Master K95
9999 GR 47.348 5.5151 100 Graves
9998 MH 54.0080 -1.69 0 Menwith Hill
9000 NJ 51.4198 5.4086 25 Nico Janssen
9990 WS 53.0574 -2.5688 65 William Stewart
9001 ES -24.6272 -70.4047 2635 Cerro Paranal
9992 DB 53.3478 -6.2597 0 Dublin
0501 IS 43.6986 132.1656 273 ISON
9002 PK -32.9999 148.2623 0 Parkes
9905 DR -26.8724 26.6481 1200 Deon van Rooyen

View File

@ -1870,7 +1870,7 @@ struct sat apparent_position(double mjd)
}
// Planar search
void planar_search(char *filename,int satno,float rmin,float rmax,int nr)
void planar_search(char *filename,int satno,float rmin,float rmax,int nr,int graves)
{
int i,j,imode;
FILE *fp;