OSU Photometric Reduction Pipeline

Quick Quick Reference Guide - 2014 Version

"Just the facts, ma'am..."

Setup the pipeline for a new field

   cd ~/Data
   newfield CT13 OB140123

   ... answer all of newfield's questions ...

   cd CT13_OB140123/Raw

   ... copy new images into this directory and pick a template image ...

   cd ..
   mktemplate I 7

   photproc all
   archive I 1 9 c
   cd Archive

   ... start up ds9 and run tvphot ...

   ds9 &
   tvphot CT13_OB140123I

   ... identify the lens and ref-star with the interactive cursor
   ... ? for help, and record the IDs it spits out.

   cd ..

   ... edit archive, set the ID numbers of the lens & reference stars

   archive I 1 9 c
   archive V 1 3 c
   cleanup

   ... extract the ASCII photometry file

   cd Archive
   exphot CT13_OB140123I CT13_OB140123I.pho
   exphot CT13_OB140123V CT13_OB140123V.pho

Reduce new data for an old field

   cd ~/Data/CT13_OB140123
   photproc all
   archive I 55 60 a
   archive V 15 20 a
   cleanup
   cd Archive
   exphot CT13_OB140123I CT13_OB140123I.pho
   exphot CT13_OB140123V CT13_OB140123V.pho

Re-Reduce a field with a new template

  cd ~/Data/CT13_OB140123
  resetEvent
  mktemplate I 50
  photproc all
  archive I 1 60 C
  archive V 1 20 C
  cleanup
  cd Archive
  tvphot CT13_OB140123I
  ... redo reference star selection, edit archive, etc.

Return to [ OSU Pipeline how-to page | OSU Microlensing Software Page ]
Updated: 2014 Apr 3 [rwp]