Releases: IPGP/rinexmod
Releases · IPGP/rinexmod
v3.4.0
- shell programs are now in a
bin
folder and are set as executable in thesetup.py
- the frontend command line interface program has been renamed
rinexmod_run.py
to avoid conflict with the module name - add
shortname
option to force RINEX file renaming with short name convention, and modifylongname
option to force RINEX file renaming with long name convention
(Behavior of previouslongname
option was ambiguous.)
shortname
is mutually exclusive withlongname
.
What's Changed
- master prerelease by @PierreS-alpha in #104
- better behavior when no comment by @PierreS-alpha in #137
- master > prerelease by @PierreS-alpha in #138
- Dev on md 4 dp 01b by @PierreS-alpha in #139
- Dev tpx1 02a by @PierreS-alpha in #140
- better version num + shorter git hash fct by @PierreS-alpha in #141
- Dev tpx1 02a by @PierreS-alpha in #142
- rename frontend rinexmod.py > rinexmod_run.py by @PierreS-alpha in #146
- Prerelease v3.4.0 by @PierreS-alpha in #147
Full Changelog: v3.3.0...v3.4.0
v3.3.0
--tolerant_file_period/-tol
is replaced by a more flexible--filename_style/-fns
option.- it takes now one string argument with 3 acceptable values: 'basic' (per default), 'flex', and 'exact'.
see help for more details
- it takes now one string argument with 3 acceptable values: 'basic' (per default), 'flex', and 'exact'.
- misc. improvements and bug corrections
v3.2.0
Misc improvements:
- Enhanced log messages
- Some exception handling when reading RINEX
- RINEX version attribute is now also float
- you can now remove your input RINEXs with
-rm
, but be carful of what you are doing!
v3.1.0
make rinexmod compliant with IGSMAIL-8458, i.e. nine characters site in sitelogs, and Country or Region
field instead of Country
.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
- important user interface change
- The arguments
RINEXINPUT
andOUTPUTFOLDER
are now positional and require options-i/--rinexinput
and-o/--outputfolder
, i.e.:-i RINEXINPUT [RINEXINPUT ...], --rinexinput RINEXINPUT [RINEXINPUT ...]
-o OUTPUTFOLDER, --outputfolder OUTPUTFOLDER
- previous
-i
and-o
are now:-ig, --ignore
-ol OUTPUT_LOGS, --output_logs OUTPUT_LOGS
- The arguments
- import of GAMIT's files station.info & apr/L-file is now possible with
-sti
and-lfi
options - Refactoring:
SiteLog
class becomesMetaData
class for more versatility. Many functions and variables have been renamed accordingly. - add an option
-nh/--no_hatanaka
and-co/--country
- Misc. bugs correction
What's Changed
- master > vdg by @PierreS-alpha in #81
- Dev tpx1 01a by @PierreS-alpha in #82
- update prod vdg by @PierreS-alpha in #83
- Prod vdg 01a by @PierreS-alpha in #84
- Merge pull request #81 from IPGP/master by @PierreS-alpha in #85
- Dev tpx1 01a by @PierreS-alpha in #86
- sitelog no dir message by @PierreS-alpha in #87
- Prerelease > tpx1 by @PierreS-alpha in #88
- Prerelease > prod vdg by @PierreS-alpha in #89
- change error log in wrap by @PierreS-alpha in #90
- change error log in wrap by @PierreS-alpha in #91
- Dev tpx1 02a refactor by @PierreS-alpha in #92
- Prerelease by @PierreS-alpha in #93
- Prod vdg 01a by @PierreS-alpha in #94
- correct gamit stuffs by @PierreS-alpha in #95
- int > str by @PierreS-alpha in #96
- Dev tpx1 02a refactor by @PierreS-alpha in #97
- correct str > int by @PierreS-alpha in #98
- add no hatanaka by @PierreS-alpha in #101
- correct station info bug by @PierreS-alpha in #102
- Prerelease > master by @PierreS-alpha in #103
Full Changelog: v2.2.1...v3.0.0
v2.2.1
Under the hood improvements:
- add the
rinexmod
module (folder) - add
setup.py
for assisted installation
NB: present v2.2.1 corrects an import bug for front-end programs
v2.2
Under the hood improvements:
- add the
rinexmod
module (folder) - add
setup.py
for assisted installation
v2.1
v2.1 release features
- allows multiprocessing to fasten RINEX modifications (option
-mp
) - new debug mode (option
-d
) -tol, --tolerant_file_period
option
the RINEX file period is tolerant and stick to the actual data content, but then can be odd (e.g. 07H, 14H...). A strict file period is applied per default (01H or 01D), being compatible with the IGS conventionsfilename_data_source
(R, S, U) as modification keywords- several miscellaneous bugs corrected
v2.0
Add modularity in the behavior of rinexmod:
- a new module
rinexmod_api
has been created - better RINEX3 handling
- several bug corrections
(a detailed help and tutorial will come in a future release ;) )
v1.1
Misc. modifications in the options.
A bigger update is in preparation to allows to run rinexmod in an API mode.