Commit Graph

706 Commits

Author SHA1 Message Date
Joe Taylor c803e38a26 Trivial change to mainwindow code.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2473 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-06-22 19:30:30 +00:00
Joe Taylor cd1185bbe1 Help menu (and F1) now access the MAP65 User's Guide (first draft).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2471 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-06-14 15:57:39 +00:00
Joe Taylor ea5939a111 Improve an error message regarding suspect data.
Don't zero dd() when data come from disk.
Some code cleanup.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2470 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-06-12 14:10:21 +00:00
Joe Taylor a0d4b58f48 Increase range of Si570 calibration spinner to +/- 200 ppm.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2469 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-06-04 19:42:38 +00:00
Joe Taylor 6787ab6e60 Temporary(?) fix for the "ghost signal" problem.
NB: it occurred only with nwindow=2.
(Have not yet determined why data are being picked from dd() array beyond
where new data should appear... so for now, I have zeroed the whole 
array at start of a new minute.)


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2468 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-06-04 17:02:50 +00:00
Joe Taylor d7258ca7aa Update map65.iss.
Couple of tweaks to GUI forms.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2466 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-23 15:17:45 +00:00
Joe Taylor f5527c2b8b Increase width of displayed Rev number to four digits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2465 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 17:11:39 +00:00
Joe Taylor 0875a12cad Set properties for native eol style and the "Rev" keyword.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2464 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 17:09:48 +00:00
Joe Taylor 268b789f46 Re-order some params on AstroData screen.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2463 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 16:40:03 +00:00
Joe Taylor bf4914a8e2 Add s3avg.o to Makefile.MinGW.
Change the install directory to map65_install.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2462 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 14:45:57 +00:00
Joe Taylor 9e73f87218 Major changes to the MAP65 branch. This branch is now a copy of
MAP65 v2.3.0, r631, as checked out from the SVN repository on
pulsar.princeton.edu.  If all goes well with this commit, subsequent
MAP65 development will use the Berlios repository.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2461 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2012-05-22 14:28:39 +00:00
Joe Taylor 412e7cf4af Update Makefile.MinGW
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2457 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-10-04 13:56:46 +00:00
Joe Taylor d994723934 dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2456 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-10-04 13:55:03 +00:00
Joe Taylor 0033fa6ba7 Change file names .F to .f, .F90 to .f90
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2455 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-10-03 20:02:58 +00:00
Joe Taylor f41c660d60 Remove the "Floating point data" menu item; instead, determine whether
i*2 or r*4 data from sign of parameter userx_no send from Linrad.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2454 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 19:00:54 +00:00
Joe Taylor c164a1c597 Removed option for setting CSmin.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2453 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 17:46:21 +00:00
Joe Taylor dd11b4ab98 Trim leading blanks and multiple blanks from Tx messages.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2452 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 16:18:26 +00:00
Joe Taylor 4f7255aafa Decode command ignored (with yellow warning) after t=45s when monitoring.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2451 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 15:45:33 +00:00
Joe Taylor 10a621ee06 Bump version number to 1.1.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2450 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 13:48:55 +00:00
Joe Taylor 8c440997ea Fix minor bug in display.F90.
Adjust Rx noise time constant for i*2, r*4 data from Linrad.
Remove unused GUI controls involved with average messages.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2449 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-29 13:15:51 +00:00
Joe Taylor fee0d2a0ae Option to force the assumed center frequency.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2448 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-28 19:52:00 +00:00
Joe Taylor 573bdd9241 Option to accept data from Linrad in floating-point format.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2447 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-28 18:25:26 +00:00
Joe Taylor 9bd236b0fc Starting to implement acceptance of floating-point data from Linrad.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-28 16:56:18 +00:00
Joe Taylor d556f72393 dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2445 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-27 19:13:40 +00:00
Joe Taylor acea2993ae Don't correct for supposedly "missing" packets on program startup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2444 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-09-27 19:13:14 +00:00
Joe Taylor 6d6596500a Cleanup, removing diagnostic prints.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2434 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-05-15 14:24:23 +00:00
Joe Taylor ab28014fb5 Add configuration option for "+" or "x" antennas.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2425 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2011-05-03 14:41:17 +00:00
Joe Taylor 9ac09c2333 Tweak pulsar.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2010-10-12 20:43:21 +00:00
Joe Taylor d486bcc6e5 Save a bare-bones "pulsar" program.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2217 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2010-10-12 20:11:53 +00:00
Joe Taylor 45b7aeed1e Fix error in treating negative source declination and in
interpolating optimum elevation for MS.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2215 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2010-10-12 14:18:39 +00:00
Joe Taylor c5ea8da175 Compiles and runs OK on PHY-JTAYLOR, with Win7 and MinGW/g95.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1761 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2010-01-16 15:00:54 +00:00
Joe Taylor fb48956e56 Compiles on OPTI-745 under Win7.
New fftw library, compiled under Win7: used the file "go" in Msys directory 
/home/joe/fftw-3.2.2


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1757 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2010-01-15 20:29:35 +00:00
Joe Taylor fcdfe2ac58 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1756 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 2010-01-15 16:40:33 +00:00
Joe Taylor 4f6e3d73e2 git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1755 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 2010-01-15 16:36:13 +00:00
Joe Taylor 7a170e04d9 Oops! Remove diagnostic prints.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1720 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-28 21:52:32 +00:00
Joe Taylor e2a3a1b2b7 Corrected logic that sets Tx msg# when double-clicking callsign in
a "CQ" message.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1719 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-28 21:51:47 +00:00
Joe Taylor b8e09b7c2d Recompute deep search messages after change of neme status and after
adding a callsign to CALL3.TXT.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1718 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-27 15:57:50 +00:00
Joe Taylor 02994c6f53 Don't look for 'OOO' decodes in the wideband deep search.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1643 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-07 21:24:39 +00:00
Joe Taylor 3bf4cbde0c Restore rfile2.f
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1622 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-11-04 00:22:15 +00:00
Joe Taylor fad808bcbf New versions of kvasd for linux.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1548 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-22 17:01:27 +00:00
Joe Taylor ef4db5a1b5 Use FFTW wisdom.
Use newly compiled kvasd.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1542 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-22 15:15:11 +00:00
Joe Taylor f941da869f Don't use FFTW wisdom with CVF.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1541 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-22 14:50:45 +00:00
Joe Taylor dddca3d8de Add map65.iss
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1535 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-21 18:34:24 +00:00
Joe Taylor 7768aec058 MAP65 now imports FFT wisdom from fftw_wisdom.dat, if available.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1534 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-21 18:19:10 +00:00
Joe Taylor af4ba0ca6c Use FFTW-3.2.2, linked "static".
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1533 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-21 00:01:14 +00:00
Joe Taylor 26e5ed39c1 No need for libsamplerate.a in MAP65.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1532 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-10-20 16:26:42 +00:00
Joe Taylor c488e8f719 Oops! Typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1406 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-09-19 13:01:43 +00:00
Joe Taylor c6c48cbbd7 Test for >13 char message moved from tx6 to tx5.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1405 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-09-19 12:59:00 +00:00
Diane Bruce 09288f80c1 - Same typo lurking here in configure 'fail =1' should be 'fail=1'
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1323 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-08-18 21:21:43 +00:00
Joe Taylor 787301b3c4 Tweaked Makefile.in to make gfortran work.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1318 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2009-08-06 12:56:47 +00:00