IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of SSP


Ignore:
Timestamp:
Feb 1, 2012, 9:16:59 AM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SSP

    v1 v2  
    1 Spectroscopic Sky Probe (ssp)
     1== Spectroscopic Sky Probe (ssp) ==
    22
    3 Tasks
     3This is John/Chris's toy on PS1.
     4
     5The goal is to do the following things:
     6
     7 * free up JT's disk space
     8 * auto download and register into the ssp database these files
     9   * download into nebulous
     10   * make 2 copies
     11   * make a backup on one of the ippatrc machines
     12 * run JT's processing on it, save in nebulous (2 copies)
     13
     14== Tasks/blog of what Heather's doing ==
    415
    516 * download JT's stuff
     
    819   * pxadmin -dbname ssp -create
    920 * ingest jt's stuff into ssp database (this will likely require some tests/ modifications of ippconfig)
     21  * insert the first date of stuff using:
     22     * ipp_serial_inject.pl --telescope simple --camera simple --workdir neb://@HOST@.0/ssp/20110702 --end_stage reg --dbname ssp *fits
     23     * note to self, use the full path /data/ipp004.0/ssp/20110702 in the future, or else you have to run pantasks in that same dir     
     24  * mod #1 -- regtool -pendingimfile is broken for manually inserted stuff because it joins on summitExp which does not exist for stuff manually inserted using ipp_serial_inject.pl. To get around this:
     25    * insert into summitExp (summit_id, dateobs) values (0,'2012-01-31 20:30:26');
     26    * update summitExp set summit_id = 0;
     27  * This adds a fakey entry in summitExp that allows it to run registration in pantasks:
     28     * module pantasks.pro
     29     * module register.pro
     30     * add.database ssp
     31     * controller host add ipp006
     32     * run
     33  * pantasks does not work - it does not recognize simple as the telescope... I need to make the proper ssp things now
    1034 * until datastore on uip/ssp machine is working
    1135   * transfer from atrc to somewhere