IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of VYSOS5


Ignore:
Timestamp:
Feb 24, 2009, 4:23:58 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VYSOS5

    v1 v1  
     1VYSOS5 setup notes from Eugene Magnier (2009.01.19)
     2
     3=== Software Installation & Data Injection ===
     4
     5 * I build the IPP software, fixing some compile-time errors caused by a more strict C compiler (did not allow function prototypes without arguments: Foo() -> Foo(void))
     6
     7 * I installed the ippMonitor software, but needed to get DB.php installed before it could be used (done by Martin P.)
     8
     9 * I created the basic ippadmin database using the ippadmin tool.
     10
     11 * I set up a test database, vysostest, and one for simtests called ipptest.
     12
     13 * I injected all images from 20080920 (the directory provided by Martin for testing):
     14
     15  ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/work --end_stage reg --dbname vysostest *.fts
     16
     17(same command for the science images in /home/ipp/data/20080920 and the subdirs with the detrend images)
     18
     19=== Detrend Creation ===
     20
     21 * build a bias:
     22 
     23 dettool -pretend -dbname vysostest -definebyquery -workdir /home/ipp/data/work/detrend -inst VYSOS5 -det_type BIAS -select_exp_type BIAS
     24
     25 * build a flat:
     26
     27 dettool -pretend -dbname vysostest -definebyquery -workdir /home/ipp/data/work/detrend/VYSOS5.FLAT.PSr.1 -inst VYSOS5 -det_type FLAT -filter r -select_exp_type FLAT -select_filter PSr
     28
     29 * what sort of shutter does VYSOS-5 have?  do we need a shutter correction frame?  If so, we'll need to get flats with a range of exposure times. 
     30  * It is very obvious from the flat-field residuals that the shutter correction is important.  There is a significant blade structure visible in the sequence of dawn flats.  That data probably can be used to generate the shutter correction.
     31
     32 * '''It seems there is a bug in the flat-field normalization: the flat-field is being set to a mean of about 5, rather than 1'''
     33
     34 * I'd recommend changing the OBSTYPE LIGHT to OBJECT (much more standard).
     35
     36 * I've set the VYSOS5 camera to use only BIAS and FLAT corrections, and no MASK.  When we get a bit more familiarity with the camera, we can try a mask and a dark.  '''2009.01.29 : I've turned off the flat-correction as well until we can fix the flat-field normalization bug'''.
     37
     38=== Science Analysis ===
     39
     40 * the images can be flipped by the readout software to keep the orientation the same for both east and west of the mount.  This is identified in the header by FLIPSTAT having the value "Flip/Mirror"
     41
     42 * to run the science analysis, we need to supply as astrometry model.  This can be supplied on the command-line for psastro testing (add the argument -astrommodel (file.asm).  However, for pipeline processing, it needs to be available automatically.  This can be done by inserting it in the detrend database.  I've done this for vysostest using a shell script (/home/ipp/data/detrend/register.astrom.sh), but the only interesting lines in that script are:
     43
     44 dettool -dbname vysostest -register_detrend -filelevel fpa -inst VYSOS5 -telescope VYSOS5 -det_type astrom -use_begin 2008/01/01
     45 dettool -dbname vysostest -register_detrend_imfile -det_id 3 -class_id fpa -uri file:/home/ipp/data/detrend/vysos5.asm
     46 dettool -dbname vysostest -updatedetrun -state stop -det_id 3
     47
     48To do this in another circumstance, it is necessary to know the next detrend db det_id, or to modify the script to grab if from the output of the first command (we don't currently have a standard script to do this step since it is rare).
     49
     50 * I have copied the basic (bright) astrometric and photometric reference catalog to centaurus:/home/ipp/data/catdir.synth.bright.