@@ -1,86 +1,96 | |||
|
1 | 1 | ## CHANGELOG: |
|
2 | 2 | |
|
3 | 3 | ### 2.3 |
|
4 | * Added high order function `multiSchain` for multiprocessing scripts. | |
|
5 | * Added a new graphics processing unit `PlotterReceiver`. It is decoupled from normal processing sequence with support for data generated by multiprocessing scripts. | |
|
6 | * Added a CLI tool named `schain`. | |
|
7 | * Command for GUI is now `schainGUI`. | |
|
8 | * Added suggestions when parameters are poorly written. | |
|
9 | * `Controller.start()` now runs in a different process than the process calling it. | |
|
10 | ||
|
11 | ### 2.2.6 | |
|
12 | * Graphics generated by the GUI are now the same as generated by scripts. Issue #1074 | |
|
13 | * Numpy version updated. | |
|
4 | 14 | |
|
5 | 15 | ### 2.2.5: |
|
6 | 16 | * splitProfiles and combineProfiles modules were added to VoltageProc and Signal Chain GUI. |
|
7 | 17 | * nProfiles of USRP data (hdf5) is the number of profiles thera are in one second. |
|
8 | 18 | * jroPlotter works directly with data objects instead of dictionaries |
|
9 | 19 | * script "schain" was added to Signal Chain installer |
|
10 | 20 | |
|
11 | 21 | ### 2.2.4.1: |
|
12 | 22 | * jroIO_usrp.py is update to read Sandra's data |
|
13 | 23 | * decimation in Spectra and RTI plots is always enabled. |
|
14 | 24 | * time* window option added to GUI |
|
15 | 25 | |
|
16 | 26 | ### 2.2.4: |
|
17 | 27 | * jroproc_spectra_lags.py added to schainpy |
|
18 | 28 | * Bug fixed in schainGUI: ProcUnit was created with the same id in some cases. |
|
19 | 29 | * Bug fixed in jroHeaderIO: Header size validation. |
|
20 | 30 | |
|
21 | 31 | ### 2.2.3.1: |
|
22 | 32 | * Filtering block by time has been added. |
|
23 | 33 | * Bug fixed plotting RTI, CoherenceMap and others using xmin and xmax parameters. The first day worked |
|
24 | 34 | properly but the next days did not. |
|
25 | 35 | |
|
26 | 36 | ### 2.2.3: |
|
27 | 37 | * Bug fixed in GUI: Error getting(reading) Code value |
|
28 | 38 | * Bug fixed in GUI: Flip option always needs channelList field |
|
29 | 39 | * Bug fixed in jrodata: when one branch modified a value in "dataOut" (example: dataOut.code) this value |
|
30 | 40 | was modified for every branch (because this was a reference). It was modified in data.copy() |
|
31 | 41 | * Bug fixed in jroproc_voltage.profileSelector(): rangeList replaces to profileRangeList. |
|
32 | 42 | |
|
33 | 43 | ### 2.2.2: |
|
34 | 44 | * VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested |
|
35 | 45 | * Rawdata and testRawdata.py added to Signal Chain project |
|
36 | 46 | |
|
37 | 47 | ### 2.2.1: |
|
38 | 48 | * Bugs fixed in GUI |
|
39 | 49 | * Views were improved in GUI |
|
40 | 50 | * Support to MST* ISR experiments |
|
41 | 51 | * Bug fixed getting noise using hyldebrant. (minimum number of points > 20%) |
|
42 | 52 | * handleError added to jroplotter.py |
|
43 | 53 | |
|
44 | 54 | ### 2.2.0: |
|
45 | 55 | * GUI: use of external plotter |
|
46 | 56 | * Compatible with matplotlib 1.5.0 |
|
47 | 57 | |
|
48 | 58 | ### 2.1.5: |
|
49 | 59 | * serializer module added to Signal Chain |
|
50 | 60 | * jroplotter.py added to Signal Chain |
|
51 | 61 | |
|
52 | 62 | ### 2.1.4.2: |
|
53 | 63 | * A new Plotter Class was added |
|
54 | 64 | * Project.start() does not accept filename as a parameter anymore |
|
55 | 65 | |
|
56 | 66 | ### 2.1.4.1: |
|
57 | 67 | * Send notifications when an error different to ValueError is detected |
|
58 | 68 | |
|
59 | 69 | ### 2.1.4: |
|
60 | 70 | * Sending error notifications to signal chain administrator |
|
61 | 71 | * Login to email server added |
|
62 | 72 | |
|
63 | 73 | ### 2.1.3.3: |
|
64 | 74 | * Colored Button Icons were added to GUI |
|
65 | 75 | |
|
66 | 76 | ### 2.1.3.2: |
|
67 | 77 | * GUI: user interaction enhanced |
|
68 | 78 | * controller_api.py: Safe access to ControllerThead |
|
69 | 79 | |
|
70 | 80 | ### 2.1.3.1: |
|
71 | 81 | * GUI: every icon were resized |
|
72 | 82 | * jroproc_voltage.py: Print a message when "Read from code" option is selected and the code is not defined inside data file |
|
73 | 83 | |
|
74 | 84 | ### 2.1.3: |
|
75 | 85 | * jroplot_heispectra.py: SpectraHeisScope was not showing the right channels |
|
76 | 86 | * jroproc_voltage.py: Bug fixed selecting profiles (self.nProfiles took a wrong value), |
|
77 | 87 | Bug fixed selecting heights by block (selecting profiles instead heights) |
|
78 | 88 | * jroproc_voltage.py: New feature added: decoding data by block using FFT. |
|
79 | 89 | * jroIO_heispectra.py: Bug fixed in FitsReader. Using local Fits instance instead schainpy.mode.data.jrodata.Fits. |
|
80 | 90 | * jroIO_heispectra.py: Channel index list does not exist. |
|
81 | 91 | |
|
82 | 92 | ### 2.1.2: |
|
83 | 93 | * jroutils_ftp.py: Bug fixed, Any error sending file stopped the Server Thread |
|
84 | 94 | Server thread opens and closes remote server each time file list is sent |
|
85 | 95 | * jroplot_spectra.py: Noise path was not being created when noise data is saved. |
|
86 | 96 | * jroIO_base.py: startTime can be greater than endTime. Example: SpreadF [18:00 * 07:00] No newline at end of file |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now