titanlib icon indicating copy to clipboard operation
titanlib copied to clipboard

Automatic data quality control software library

Results 5 titanlib issues
Sort by recently updated
recently updated
newest added

Greetings. My goal is to set up a first guess test using Python. The Wiki only has R-code examples, so I converted them to Python syntax. My setup looks like...

Hi, In the example posted here https://tnipen.github.io/2020/06/15/titanlib-gridpp.html the call to sct generates an error and I report here a log: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[142], line...

When feeding np.nan values as elements of the values list in functions such as Buddycheck or SCT the kernel dies. This is specially important in order to avoid feading clear...

Currently `num_min_prof` and `dzmin` are the only parameters that control the vertical profile: the former is used to distinguish between a basic profile and an advanced profile. However, there is...

On an Apple M1 Arm machine and trying to install from source, I cannot get the final `make install-python-user` install command to install into my conda environment. Inital steps: ```...