Right now prx tries to repair RNIEX files with gfzrnx - if it is not found on the users PATH, we just skip the repair. This leads to input/output behaviour that depends on the user's environment. We can fix this situation by adding a --repair flag: if provided, prx fails if gfzrnx is not present - if not provided it does not attempt to repair the input files.
Right now prx tries to repair RNIEX files with gfzrnx - if it is not found on the users PATH, we just skip the repair. This leads to input/output behaviour that depends on the user's environment. We can fix this situation by adding a
--repairflag: if provided, prx fails if gfzrnx is not present - if not provided it does not attempt to repair the input files.