[go: up one dir, main page]

Menu

Tree [73c35b] 9.1 /
 History

HTTPS access


File Date Author Commit
 anal 2020-02-26 Ingemar Ingemar [73c35b] Avoid . as source
 bin 2020-01-23 Anders Tjulin Anders Tjulin [e7c462] pdf as a madrigal file-type again, and improved...
 doc 2020-02-21 Ingemar Ingemar [f305f3] Docs and lbunzip2
 exps 2020-02-25 Carl-Fredrik Enell Carl-Fredrik Enell [2a9a85] Correction of ipy v4.1 plasma frequenciew
 init 2018-06-26 ingemar ingemar [6620d4] Updated QuJing things for new formats
 m165ESR 2003-03-13 ingemar <> [ee52ad] Initial for GUISDAP version 8
 m165KST 2007-04-04 ingemar <> [1c1156] tlan2ps working, mete exp added, bug fixes for ...
 matfiles 2020-02-17 Rikard Slapak Rikard Slapak [1f5078] some bugfix in pp:merge and started adding ESPA...
 mexsources 2019-09-05 Ingemar Ingemar [815c14] New for matlab2019a
 models 2020-02-17 Ingemar Ingemar [3001c2] New coeffs
 models_m 2020-02-17 Ingemar Ingemar [3001c2] New coeffs
 tlan2ps 2007-04-04 ingemar <> [1c1156] tlan2ps working, mete exp added, bug fixes for ...
 .gitignore 2019-04-18 Carl-Fredrik Enell Carl-Fredrik Enell [77e6b9] default .gitignore to skip compiled objects
 README 2017-09-25 ingemar ingemar [76530c] Updated (but large irbem)
 windows_start.m 2018-10-05 Carl-Fredrik Enell Carl-Fredrik Enell [981230] Converted windows_start.m to CR+LF format, for

Read Me

GUISDAP 9.0

This release of guisdap contains a few new features and bugfixes, but
everything is made compatible with older versions (hopefully). The package
should be compatible with not too ancient Matlab versions (>2013), but there may (or
may not) be some problems on specific platforms.

Install

Guisdap-9.0 has been succesfully installed on linux. Other architectures may
have to change the makefiles, if speed is desired, othervise it should run
without the compiled routines.
On Windows systems it is recommended to run under the cygwin
environment for best compabilitiy. Please report any changes needed for any
systems.

untar the distribution at your favourite place
cd into the guisdap directory
if you want the speed improvements the mex utility provides:
 make "lib" and "mex7" directories
 cd models/iri2016
 "make" (should be gnu-make)
 cd ../nrlmsise00
 "make"
 cd ../irbem
 make OS=... ENV=... all
 cd ../../mexsources
 "make"

make a link of bin/guisdap to a place on your path (ex /usr/local/bin)

Provided is a searchpath to ~/gup/mygup where your personal and edited
distribution files should go.

Running

At the prompt, type "guisdap --help" to see all the switches available. Normal
analysis is done running "guisdap -a" which will bring up a window with some
entries to fill in. (Hopefully selfexplained) This is the same as "guisdap" and
then "analyse". When finished hit "GO". A more detailed instruction can be found
at http://www.eiscat.se/raw/GUISDAP/doc/howto.html.

There is also a course presentation describing how to initialise new experiments
and some useful tips on more specialised analysis in the EISCAT web site. The
initialisation scripts are avaiable with "guisdap -i".

New features

With version 9 there are provisions for analysing raw voltage data.

* The most common EISCAT dsp routines are included, and on some expeiments
  there are wrappers to control the lagprofiling processing via the
  analysis_lagprofiling parameter:
*   analysis_lagprofiling.par  The control parameter list, normally static
*   analysis_lagprofiling.data Start address to insert the results
*   analysis_lagprofiling.raw  Start address for the raw data
*   analysis_lagprofiling.do   Do or don't lagprofile
*   analysis_lagprofiling.lib  Dsp routine to use
*   Some generic names for the wrapping:
*     analysis_lagprofiling.nsamp No raw samples per scan
*     analysis_lagprofiling.nrep No repititions
*     analysis_lagprofiling.nwin No windows (codes)
*     analysis_lagprofiling.wlen Window length
*     analysis_lagprofiling.p    [First last] profile to process

Provisions for QuJing radar data

Numerous bugfixings and updates

Further information can be found at www.eiscat.se.

Ingemar Häggström.