ramanspec_basicoperations

Procedures (for IgorPro) to perform operations needed in day to day analysis of spectroscopic data. For example, Raman or infrared spectra where the data is structured as array of 1-D or 2-D waves.

https://github.com/ankit7540/ramanspec_basicoperations

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

analysis igor-pro raman raman-spectroscopy spectroscopic-data vibrational-spectroscopy
Last synced: 6 months ago · JSON representation ·

Repository

Procedures (for IgorPro) to perform operations needed in day to day analysis of spectroscopic data. For example, Raman or infrared spectra where the data is structured as array of 1-D or 2-D waves.

Basic Info
  • Host: GitHub
  • Owner: ankit7540
  • License: gpl-3.0
  • Language: IGOR Pro
  • Default Branch: master
  • Homepage:
  • Size: 186 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 8
Topics
analysis igor-pro raman raman-spectroscopy spectroscopic-data vibrational-spectroscopy
Created about 10 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

RamanSpec_BasicOperations

DOI


This repository contains procedures for the analysis of spectra. These can be, for example, Raman or IR spectra or others. The procedures are for analyzing raw data (x, y columns) of data loaded in IgorPro application.

Refer to the few lines before each function to understand the purpose and the scheme. Edits might be needed for the correct usage of a function depending on the specific dataset.

Question / comments / suggestions are welcome via the Issues tab.

  • Some functions are better documented in comparison to others.
  • See full function list at function_list.md

Citing this repository

Citation is requested if the procedures are useful in your analysis. Save the file and open with the reference manager to add to the reference list.

Download citation file : Bibtex / Endnote (Right click on the link and select 'Save link as')

Citation as text block

BibTex

@misc{Online-RamanOps, title = {A repository containing procedures for Raman data analysis in IgorPro.}, howpublished = {\url{https://github.com/ankit7540/RamanSpec_BasicOperations}}, doi={10.5281/zenodo.4506283}, note = {Accessed: 2023-12-15} }

EndNote

TY - WEB AU - Raj, Ankit DO - 10.5281/zenodo.4506283 M1 - 12-15-2023 PY - 2021 ST - Online repository of procedures for Raman data analysis in IgorPro TI - Online repository of procedures for Raman data analysis in IgorPro UR - https://github.com/ankit7540/RamanSpec_BasicOperations ID - 1941 ER -


Project tree

``` 📦 RamanSpecBasicOperations ├─ .gitignore ├─ 2Doperations │  ├─ 1Dto2Drearrangements.ipf │  ├─ Analyse2Dbandareaextraction.ipf │  ├─ README.md │  ├─ average2D.ipf │  ├─ datacombinedelete.ipf │  ├─ fitting2Ddata.ipf │  ├─ mathematicalops.ipf │  ├─ merge2D.ipf │  └─ removecolfrom2D.ipf ├─ LICENSE.md ├─ README.md ├─ config.yml ├─ backgroundcorrection │  ├─ README.md │  └─ baselinesub.ipf ├─ basicprogramming │  ├─ s0basicoffunctions.ipf │  └─ s1waveanalysis.ipf ├─ citation │  ├─ RamanOps.RIS │  └─ RamanOps.bib ├─ customfitfunctions │  └─ bandswithBaseline.ipf ├─ datageneration │  ├─ README.md │  └─ samplegen.ipf ├─ discussion │  ├─ CurvefittingGaussian.pxp │  ├─ CurvefittingGaussianrun.pxp │  ├─ README.md │  ├─ fittingmanygaussiansusingfunction.pxp │  └─ plottingcustom.pxp ├─ eqnsolve │  ├─ lineq.ipf │  ├─ nonlinearoptimizaton.ipf │  └─ quadratic.ipf ├─ folderoperations │  ├─ README.md │  ├─ extractfromfolders.ipf │  └─ foldercontents.ipf ├─ general │  ├─ README.md │  └─ spectroscopy.ipf ├─ imageanalysis │  ├─ README.md │  ├─ batchbinning.ipf │  └─ binning.ipf ├─ intensitycorr │  ├─ README.md │  ├─ gencorrection.ipf │  └─ validationantiStokesStokes.ipf ├─ loadingdata │  ├─ README.md │  ├─ loadallitx.ipf │  ├─ loadalltxt.ipf │  └─ loadcsv.ipf ├─ noiseanalysis │  ├─ noiseanalysis.ipf │  └─ removecosmicnoise.ipf └─ plotting    ├─ addoffsetgraph.ipf    ├─ plot2D.ipf    └─ plotcustomization.ipf

```

Owner

  • Name: Ankit Raj
  • Login: ankit7540
  • Kind: user
  • Location: Taiwan
  • Company: National Yang Ming Chiao Tung University, Hsinchu

Physical chemistry, Molecular spectroscopy

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: RamanSpec_BasicOperations
message: Procedure in IgorPro for analysis of spectroscopic data
type: software
authors:
  - given-names: Ankit
    family-names: Raj
    email: ankit.sciwork@gmail.com
    affiliation: Gakushuin University
    orcid: 'https://orcid.org/0000-0002-2495-3354'
identifiers:
  - type: doi
    value: 10.5281/zenodo.10513173
repository-code: 'https://github.com/ankit7540/RamanSpec_BasicOperations'
abstract: >-
  This repository contains procedures for the analysis of
  spectra. These can be, for example, Raman or IR spectra or
  others. The procedures are for analyzing raw data (x, y
  columns) of data loaded in IgorPro application.
keywords:
  - Raman spectroscopy
  - Data analysis
  - Infrared spectroscopy
  - Igor Pro
license: GPL-3.0

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1