Skip to content

Instantly share code, notes, and snippets.

View ischoegl's full-sized avatar

Ingmar Schoegl ischoegl

  • Louisiana State University
  • Baton Rouge, LA
View GitHub Profile
@ischoegl
ischoegl / flir.py
Created October 2, 2022 03:12 — forked from josephbima/flir.py
# =============================================================================
# Copyright (c) 2001-2020 FLIR Systems, Inc. All Rights Reserved.
#
# This software is the confidential and proprietary information of FLIR
# Integrated Imaging Solutions, Inc. ("Confidential Information"). You
# shall not disclose such Confidential Information and shall use it only in
# accordance with the terms of the license agreement you entered into
# with FLIR Integrated Imaging Solutions, Inc. (FLIR).
#
# FLIR MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
@ischoegl
ischoegl / local-cantera-conda-build.md
Last active April 1, 2023 13:49
Local cantera conda package

Creating a conda-bld environment

Prepare a dedicated conda-build environment:

$ conda create --name conda-bld conda-build

Installing conda packages built by GH Actions

@ischoegl
ischoegl / cantera-linux-conda.md
Last active March 4, 2022 15:16
Cantera toolchain on Linux conda

Disclaimer: the following instructions are not part of an official Cantera distribution and are posted here in the hope that they will help others to compile Cantera from scratch in a Linux/conda environment. Steps require Cantera >= 2.6.0a4 and will not work for older versions. In case you should have suggestions for improvement, please feel free to leave comments (or post on the Cantera Users' group as usual).

Cantera Toolchain for Linux / Anaconda

Using the correct packages for the conda environment is critical, as it will take care of the entire configuration.

@ischoegl
ischoegl / MATLAB_grader_scores.md
Last active July 1, 2021 12:55
Extract grades from MATLAB Grader report

Convert MATLAB Grader reports to scores

This Python function converts MATLAB Grader reports to CSV files with (highest) scores sorted by student e-mails.

Steps:

  1. Create MATLAB Grader report - assume file name of the report is myreport.csv
  2. Run python matlab_grader.py myreport.csv matlab_grader_scores.csv
@ischoegl
ischoegl / micro-manager-out-of-tree-toolchain.md
Last active November 2, 2020 03:07
Toolchain for out-of-tree Micro-Manager device adapters

Toolchain for out-of-tree Micro-Manager device adapters

This toolchain was successfully used to compile device adapters for Micro-Manager on Windows 10 (last tested: August 2020). Steps are loosely based on official instructions, but I found that some steps no longer worked.

Steps will become obsolete once the (currently open) issue Migrate C++ build to Visual Studio 2015-2019 is resolved.

Windows7.1SDK

  • Download Windows7.1SDK iso from Microsoft's Download Center
  • Unzip, and run the installer within the setup folder (which avoids the check for .NET 4)
@ischoegl
ischoegl / cantera-win10-conda-VS.md
Last active March 31, 2024 04:58
Cantera toolchain on Windows10

Disclaimer: the following instructions are not part of an official Cantera distribution and are posted here in the hope that they will help others to compile Cantera from scratch in a similar windows environment. While steps were successfully tested for Cantera 2.6 and various development versions (latest tested: 3.0.0b1) there is no guarantee that compilation will work, as Windows setups are highly user-specific. (Previous versions of this guide covered Cantera 2.4 and 2.5.1, but compilation has not been tested with current development tools.) In case you should have suggestions for improvement, please feel free to leave comments (or post on the Cantera Users' group as usual).

Cantera Toolchain for Windows 10 / Anaconda / Visual Studio