##// END OF EJS Templates
merge with BLTR and Madrigal modules
merge with BLTR and Madrigal modules

File last commit:

r830:6daeab89ec33
r1032:c711a14430f7 merge
Show More
VERSION
84 lines | 3.1 KiB | text/plain | TextLexer
Miguel Valdez
VERSION log
r651 VERSIONS:
2.1.2:
Miguel Valdez
jroutils_ftp.py: Remote Server is opened and closed each time a file is sent
r653 -jroutils_ftp.py: Bug fixed, Any error sending file stopped the Server Thread
Server thread opens and closes remote server each time file list is sent
Miguel Valdez
Bug fixed in setup.py: SChain installer did not include package data [*.png, *.jpg, *.conf]
r682 -jroplot_spectra.py: Noise path was not being created when noise data is saved.
-jroIO_base.py: startTime can be greater than endTime. Example: SpreadF [18:00 - 07:00]
Miguel Valdez
Version 2.1.3: ...
r664
2.1.3:
-jroplot_heispectra.py: SpectraHeisScope was not showing the right channels
-jroproc_voltage.py: Bug fixed selecting profiles (self.nProfiles took a wrong value),
Bug fixed selecting heights by block (selecting profiles instead heights)
-jroproc_voltage.py: New feature added: decoding data by block using FFT.
Miguel Valdez
Bug fixed in setup.py: SChain installer did not include package data [*.png, *.jpg, *.conf]
r682 -jroIO_heispectra.py: Bug fixed in FitsReader. Using local Fits instance instead schainpy.mode.data.jrodata.Fits.
Miguel Valdez
Version 2.1.3.1
r669 -jroIO_heispectra.py: Channel index list does not exist.
2.1.3.1:
-GUI: every icon were resized
-jroproc_voltage.py: Print a message when "Read from code" option is selected and the code is not defined inside data file
Miguel Valdez
Version: 2.1.3.2...
r672
2.1.3.2:
-GUI: user interaction enhanced
Miguel Valdez
Version: 2.1.3.3:...
r679 -controller_api.py: Safe access to ControllerThead
2.1.3.3:
Miguel Valdez
r681 -Colored Button Icons were added to GUI
2.1.4:
Miguel Valdez
Send mail notifications when an error different to ValueError has occurred
r689 -Sending error notifications to signal chain administrator
-Login to email server added
2.1.4.1:
Miguel Valdez
r694 -Send notifications when an error different to ValueError is detected
2.1.4.2:
-A new Plotter Class was added
Miguel Valdez
SChain v2.1.5: jroplotter.py and testPlotter.py were added to Signal Chain
r698 -Project.start() does not accept filename as a parameter anymore
2.1.5:
-serializer module added to Signal Chain
-jroplotter.py added to Signal Chain
Miguel Valdez
r694
Miguel Valdez
Schain Installer v2.2.0
r709 2.2.0:
-GUI: use of external plotter
Miguel Valdez
version was modified to 2.2.1
r737 -Compatible with matplotlib 1.5.0
2.2.1:
-Bugs fixed in GUI
-Views were improved in GUI
-Support to MST-ISR experiments
-Bug fixed getting noise using hyldebrant. (minimum number of points > 20%)
-handleError added to jroplotter.py
Miguel Valdez
Version 2.2.2
r752
2.2.2:
-VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested
-Rawdata and testRawdata.py added to Signal Chain project
Miguel Valdez
Version updated to 2.2.3
r758
2.2.3:
-Bug fixed in GUI: Error getting(reading) Code value
-Bug fixed in GUI: Flip option always needs channelList field
-Bug fixed in jrodata: when one branch modified a value in "dataOut" (example: dataOut.code) this value
was modified for every branch (because this was a reference). It was modified in data.copy()
-Bug fixed in jroproc_voltage.profileSelector(): rangeList replaces to profileRangeList.
Miguel Valdez
Version updated to 2.2.3.1
r761
2.2.3.1:
-Filtering block by time has been added.
-Bug fixed plotting RTI, CoherenceMap and others using xmin and xmax parameters. The first day worked
Miguel Valdez
Version updated
r769 properly but the next days did not.
2.2.4:
-jroproc_spectra_lags.py added to schainpy
Miguel Valdez
r803 -Bug fixed in schainGUI: ProcUnit was created with the same id in some cases.
-Bug fixed in jroHeaderIO: Header size validation.
Miguel Valdez
Decimating data for Spectra and RTI plot
r813
2.2.4.1:
-jroIO_usrp.py is update to read Sandra's data
Miguel Valdez
r817 -decimation in Spectra and RTI plots is always enabled.
Miguel Valdez
Version 2.2.5
r827 -time-window option added to GUI
2.2.5:
-splitProfiles and combineProfiles modules were added to VoltageProc and Signal Chain GUI.
-nProfiles of USRP data (hdf5) is the number of profiles thera are in one second.
Miguel Valdez
new script "schain".
r830 -jroPlotter works directly with data objects instead of dictionaries
-script "schain" was added to Signal Chain installer