IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15313


Ignore:
Timestamp:
Oct 14, 2007, 1:55:19 PM (19 years ago)
Author:
eugene
Message:

adding tasks for calibration system and detrend correction

Location:
trunk/ippTasks
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/notes.txt

    r11210 r15313  
     1
     22007.10.11
     3
     4  The calibration suite uses a database table of known/registered DVO
     5  databases to be calibrated.  The suite operates on a segment of the
     6  sky in each run, nominally a section ~1h west of the current ST.
     7
     8  caltool -pendingdbs returns a list of entries (mdc format), one for
     9  each DVO database in the table. 
     10
     11  caltool -databases [-active] : returns the list of dvo databases
     12  caltool -addcalrun : inserts the stats for a single calibration run
     13  caltool -setstate (active/inactive) : modify the state of a dvo
     14    database
     15  caltool -adddatabase : insert a new database
     16
     17  XXX a potential source of collisions.  the books are marked by
     18  unique keys in the db tables, but a single pantasks run may be
     19  addressing multiple databases.  IDs are not unique across
     20  databases.  we can solve this by including in the key the dbname
     21
     22  the calibration suite runs the following tasks, in sequences on each
     23  of the databases:
     24
     25  * resort, relphot, uniphot, relastro.objects, relastro.images
     26
     27  ** detrend correction: any detrend images which need to be corrected
     28     get inserted in the detCorrectedExp table. 
     29
     30  dettool commands needed:
     31  * add a detrend exposure (det_id, exp_id) to the detCorrectedExp table
     32  * add a detrend imfile (det_id, exp_id, class_id) to the
     33  detCorrectedImfile table
     34  * select pending detCorrectedExp
     35  * select pending detCorrectedImfiles
     36
    137
    2382007.01.08
Note: See TracChangeset for help on using the changeset viewer.