Skip to content

Instantly share code, notes, and snippets.

View balbinot's full-sized avatar

Eduardo Balbinot balbinot

View GitHub Profile
@balbinot
balbinot / fast.ipynb
Created March 13, 2024 17:19
polars heatmap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@balbinot
balbinot / Untitled.ipynb
Created July 29, 2020 16:58
Pal5 BG density CFHT
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@balbinot
balbinot / Untitled1.ipynb
Created July 28, 2020 14:04
Random sky for pal5
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@balbinot
balbinot / nbody.ipynb
Created November 8, 2019 15:13
Gala stuff
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@balbinot
balbinot / fit_spectra.ipynb
Created October 8, 2019 13:58
wht_gd1/Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@balbinot
balbinot / rotation_example
Created July 10, 2018 13:48
Rotation example
{
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
@balbinot
balbinot / Makefile.linux
Created November 7, 2017 18:45 — forked from apiemont/Makefile.linux
Daophot Makefile
As modified to compile it under Ubuntu 14.04 (LTS) and Ubuntu 16.04 (LTS)
$ cat Makefile
F77 = gfortran
FFLAGS = -c -O2 -mcmodel=medium -fd-lines-as-comments
LFLAGS = -O2 -Wall -Wsurprising -defsym,mem_=0 -fbounds-check
HOSTLIBS = -lm
IMFORT = $(HOME)/opt/iraf-2.16.1-gfortran-linux64/unix/bin.linux64/libf2c.a $(HOME)/opt/iraf-2.16.1-gfortran-linux64/bin.linux64/libimfort.a $(HOME)/opt/iraf-2.16.1-gfortran-linux64/bin.linux64/libsys.a $(HOME)/opt/iraf-2.16.1-gfortran-linux64/bin.linux64/libvops.a $(HOME)/opt/iraf-2.16.1-gfortran-linux64/unix/bin.linux64/libos.a
FITLIB = -lcfitsio
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.