Skip to content

Instantly share code, notes, and snippets.

View taldcroft's full-sized avatar

Tom Aldcroft taldcroft

View GitHub Profile
@taldcroft
taldcroft / par_table.py
Created May 6, 2022 11:09
Table subclass with parameters
import numpy as np
from astropy.table import Table, Column
from astropy.table.ndarray_mixin import NdarrayMixin, NdarrayMixinInfo
from astropy.io.registry import UnifiedReadWriteMethod
from astropy.table.connect import TableRead, TableWrite
from astropy.table.info import serialize_method_as
def fmt_func(val):
@taldcroft
taldcroft / custom-table-for-array-formatting.ipynb
Created May 27, 2022 19:38
Custom table class for custom multidimensional array formatting
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taldcroft
taldcroft / play-tables-from-apj-html.ipynb
Created December 14, 2023 15:03
Try to get an ApJ data table programmatically
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.