For Kewei to do
- Read the rest of the book! (done)
- Get swipe card access to the lab (done)
- Start to learn about scripting and shell scripts (bash) in Unix of Mac
- get up to Numpy and Scipy in Python
- bug Chris about PanStarrs data file locations on Odyssey machine (done)
For Chris to do:
- tell Peter to move the computer that's in the office
- approve RC account
Data access on Odyssey:
- Run JAuth.jar to get login key
- ssh -Y into to odyssey.fas.harvard.edu, or herophysics.fas.harvard.edu, using the electronic key.
- run tcsh
- source .myrcstubbs
- data are at /n/panlfs/data/MIRROR/ps1-md/gpc1/
- nightly science uses individually warped images, nightly stacks run on stacked frames
- image types: wrp is warped.
- see available modules with "module avail"
- load a module with "module load hpc/ds9-5.6"
- photometry is in .cmf files, as FITS tables.
- in python:
- import pyfits as p
- p.open('filename')
- print a[0].header
- or, imhead on command line
- a[1].data.AP_MAG for aperture magnitudes
- PSF_RA and PSF_DEC are in the skycell files.
- make a scratch directory for data in /n/panlfs
Photpipe photometry as text files are at
run gpc1v3 to invoke scripts for photpipe
then files by ut, but aubsets a-j as 10 spatial subsets.
for example
/n/panlfs/data/v10.0/GPC1v3/workspace/ut130525f/41
and use the dcmp files, four per stacked image.
take catalog photometry entries and add ZPTMAG to all entries to get corrected photometry.
photpipe are DoPhot with aperture correction.