This repository contains the scripts and analysis notebooks for the BHM-RM FPS designs for SDSS-V. Authors: Jon Trump and Meg Davis (megan.c.davis@uconn.edu)
Software installation instructions and latest software versions: https://docs.google.com/document/d/1zqhkIVhKqiP1eNojgBWrZDLOZgOEv3t92F1laEY2ofw/edit
General script running instructions:
- ssh to utah (Meg: run ./utah.sh in FPS folder OR run ssh -l USERNAME -L 7500:operations.sdss.org:5432 eboss.sdss.org cat - )
- edit fps script (create_design_max.py) for defaults, or set up shell script with field carton file, RA, DEC, PA, Observatory file save name
- EXAMPLE LINE: python create_design_max.py BHM_cartons_RM_v1_newpriorities.fits 25.5 213.7041666 53.075 APO RM_newsurvey3.fits
- USE 1x1 CADENCES FOR NOW
- command-T in terminal for a new window
- either run the shell script you made or run: time python create_design_max.py
- ignore warnings for now
- you'll need to hack the file afterwards, go use the hack_the_fitfiles.ipynb to do so (need to edit the header and change the arrays in hdu 2 to match those of a 174x8 OR 100x8 cadence), contact meg for the examples needed (they are too big to put here).
- validate locally using the local_validate.ipynb
- rename and prepare to upload to utah
Uploading designs to Utah:
- ssh USERNAME@eboss.sdss.org
- cd to the directory Ilija told you to use
- in local terminal (not ssh'ed into utah): scp /directory/to/designs/*.fits USERNAME@eboss.sdss.org:/directory/where/you/want/them/
- enter password
- go to the place on utah where you put the designs
- chmod 670 the files to make them grabbable for everyone else
- ping Ilija and John D.