U.S. flag

An official website of the United States government

Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Breadcrumb

  1. Home

Dataset Search

Search results

69 results found

Software for Evaluating Convolutional Generative Adversarial Networks with Classical Random Process Noise Models

Data provided by  National Institute of Standards and Technology

This research software package contains Python code to execute experiments on deep generative modeling of classical random process models for noise time series. Specifically, it includes Pytorch implementations of two generative adversarial network (GAN) models for time series based on convolutational neural networks (CNNs): WaveGAN, a 1-D CNN model, and STFT-GAN, a 2-D CNN model. In addition, there are methods for generating and evaluating noise time series defined several by classical random process models.

Tags: time series,machine learning,band-limited noise,power law noise,shot noise,impulsive noise,colored noise,fractional Gaussian noise,fractional Brownian motion,

Modified: 2024-02-22

Views: 0

Sim-PROCESD: Simulated-Production Resource for Operations and Conditions Evaluation to Support Decision-making

Data provided by  National Institute of Standards and Technology

Sim-PROCESD is a discrete event simulation package written in Python that is designed to model the behavior of discrete manufacturing systems. Specifically, it focuses on asynchronous production lines. It also provides functionality for modeling the degradation and maintenance of machines in these systems. Sim-PROCESD provides class definitions for manufacturing devices/components that can be configured by the user to model various real-world manufacturing systems.

Tags: discrete-event simulation,manufacturing,production,maintenance,python,

Modified: 2024-02-22

Views: 0

Segmentation of lipid nanoparticles from cryogenic electron microscopy images

Data provided by  National Institute of Standards and Technology

Lipid nanoparticles (LNPs) were prepared as described (https://doi.org/10.1038/s42003-021-02441-2) using the lipids DLin-KC2-DMA, DSPC, cholesterol, and PEG-DMG2000 at mol ratios of 50:10:38.5:1.5. Four sample types were prepared: LNPs in the presence and absence of RNA, and with LNPs ejected into pH 4 and pH 7.4 buffer after microfluidic assembly. To prepare samples for imaging, 3 ?L of LNP formulation was applied to holey carbon grids (Quantifoil, R3.5/1, 200 mesh copper).

Tags: Lipid Nanoparticle,LNP,cryogenic electron microscopy,CryoEM,machine learning,ai,mRNA,

Modified: 2024-02-22

Views: 0

FCpy: Feldman-Cousins Confidence Interval Calculator

Data provided by  National Institute of Standards and Technology

Python scripts and Python+Qt graphical user interface for calculating Feldman-Cousins confidence intervals for low-count Poisson processes in the presence of a known background and for Gaussian processes with a physical lower limit of 0.

Tags: python,SIMS,statistics,mass spectrometry,Confidence Interval,CI,Feldman,Cousins,Poisson,Gaussian,

Modified: 2024-02-22

Views: 0

Software and Data associated with "Binding, Brightness, or Noise? Extracting Temperature-dependent Properties of Dye Bound to DNA"

Data provided by  National Institute of Standards and Technology

The purpose of this software and data is to enable reproduction and facilitate extension of the computational results associated with the following referenceDeJaco, R. F.; Majikes, J. M.; Liddle, J. A.; Kearsley, A. J. Binding, Brightness, or Noise? Extracting Temperature-dependent Properties of Dye Bound to DNA. Biophysical Journal, 2023, https://doi.org/10.1016/j.bpj.2023.03.002.The software and data can also be found at https://github.com/usnistgov/dye_dna_plates.

Tags: fluorescence,numerical-optimization,mathematical-modeling,fluorescence-data,total-least-squares,python,intercalating dyes,noise-removal,

Modified: 2024-02-22

Views: 0

tmmc-lnpy: A python package to analyze Transition Matrix Monte Carlo lnPi data.

Data provided by  National Institute of Standards and Technology

A python package to analyze ``lnPi`` data from Transition Matrix Monte Carlo(TMMC) simulation. The main output from TMMC simulations, ``lnPi``, provides a means to calculate a host of thermodynamicproperties. Moreover, if ``lnPi`` is calculated at a specific chemical potential, it can be reweighted to providethermodynamic information at a different chemical potential. The python package``tmmc-lnpy`` provides a wide array of routines to analyze ``lnPi`` data.

Tags: python,molecular simulation,data analysis,Transition Matrix Monte Carlo,statistical mechanics,

Modified: 2024-02-22

Views: 0

CyRSoXS: A GPU-accelerated virtual instrument for Polarized Resonant Soft X-ray Scattering (P-RSoXS)

Data provided by  National Institute of Standards and Technology

Polarized Resonant Soft X-ray scattering (P-RSoXS) has emerged as a powerful synchrotron-based tool to measure structure in complex, chemically heterogeneous systems. P-RSoXS combines principles of X-ray scattering and X-ray spectroscopy; this combination provides unique sensitivity to molecular orientation and chemical heterogeneity in soft materials such as polymers and biomaterials.

Tags: polymer,python,C++,CUDA,polymer nanocomposite,polymer solution,X-ray scattering,software,tool,computation,

Modified: 2024-02-22

Views: 0

analphipy: A python package to analyze pair-potential metrics.

Data provided by  National Institute of Standards and Technology

`analphipy` is a python package to calculate metrics for classical models for pair potentials. It provides a simple and extendable api for pair potentials creation. Several routines to calculate metrics are included in the package. The main features of `analphipy` are 1) Pre-defined spherically symmetric potentials. 2) Simple interface to extended to user defined pair potentials. 3) Routines to calculate Noro-Frenkel effective parameters. 4) Routines to calculate Jensen-Shannon divergence.

Tags: python,statistical mechanics,

Modified: 2024-02-22

Views: 0

Imppy3d: Image processing in python for 3D image stacks

Data provided by  National Institute of Standards and Technology

Image Processing in Python for 3D image stacks, or imppy3d, is a softwarerepository comprising mostly Python scripts that simplify post-processing and3D shape characterization of grayscale image stacks, otherwise known asvolume-based images, 3D images, or voxel models. imppy3d was originally createdfor post-processing image stacks generated from X-ray computed tomographymeasurements. However, imppy3d also contains a functions to aid inpost-processing general 2D/3D images.Python was chosen for this library because of it is a productive, easy-to-uselanguage.

Tags: python,image processing,3d,x-ray,tomography,image stack,

Modified: 2024-02-22

Views: 0

"pyproject2conda": A script to convert `pyproject.toml` dependencies to `environemnt.yaml` files.

Data provided by  National Institute of Standards and Technology

The main goal of `pyproject2conda` is to provide a means to keep all basicdependency information, for both `pip` based and `conda` based environments, in`pyproject.toml`. I often use a mix of pip and conda when developing packages,and in my everyday workflow. Some packages just aren't available on both. The application provides a simple comment based syntax to add information to dependencies when creating `environment.yaml`. This package is actively used by the author, but is still very much a work inprogress.

Tags: python,devoloper tool,python packaging,

Modified: 2024-02-22

Views: 0