IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of LAPintoPSPS


Ignore:
Timestamp:
Dec 3, 2012, 9:03:42 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAPintoPSPS

    v3 v4  
    2020Some minor tasks: 
    2121
    22  * add feature to addtool to queue by area of sky
     22 * add feature to addtool to queue by area of sky (this is apparently already done)
    2323 * add tweaks to the minidvodb script so that we don't create new minidvodbs every day or 500 entries
    24 
     24 
    2525== Build LAP cam skycal by slices ==
    2626
     
    6666The idea is that Heather will load into the dvodb all the exposures (cam stage) with a boresite within the ra/dec range, and all the projection cells within the ra/dec range for a given slice. This means that certainly there will be data outside the edges of the slices within a minidvodb slice. This is ok.
    6767
     68== First slice ==
     69
     70First slice is slice18, but not entirely (we will only queue from 20 up):
     71
     72The command to queue:
     73
     74{{{
     75addtool -definebyquery -label LAP.ThreePi.20120706 -set_dvodb LAP.20120706
     76-set_minidvodb_group LAP.slice18.cam -set_minidvodb -set_label LAP.slice18.cam
     77-stage cam -uncensored -ra_min 270 -ra_max 300 -decl_min 20 -decl_max 90 -dbname gpc1
     78}}}
     79
     80and then I added the minidvodb:
     81
     82{{{
     83add.minidvodb    LAP.slice18.cam LAP.slice18.cam LAP.20120706 5 GPC1
     84add.label LAP.slice18.cam
     85}}}
     86
     87the rest takes care of itself. I will add skycal probably tomorrow, once I verify that this part works fine.
    6888
    6989