Skip to content

charliekilpatrick/finders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finders

Finder-generation code, originally developed by Kaew Tinyanont and extended by Charlie Kilpatrick

Installation

To build the dependencies for the finders repository, run:

conda create -n finders python=3.12
pip install -r requirements.txt

Usage

python prepare_obs_run.py filename telescope

Filename is your target list and must be formatted with four columns with name, ra, dec, magnitude. See target_list.txt for an example input file formatted so the code can parse.

Telescope can be Keck, Lick, SOAR, or Gemini.

Outputs will be a reformatted target list (in Keck format) that includes the target and offset stars as well as finder charts in a "finders/" directory.

About

Code for generating finders and offset stars from star lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors