Changes between Version 3 and Version 4 of LAPintoPSPS
- Timestamp:
- Dec 3, 2012, 9:03:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LAPintoPSPS
v3 v4 20 20 Some minor tasks: 21 21 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) 23 23 * add tweaks to the minidvodb script so that we don't create new minidvodbs every day or 500 entries 24 24 25 25 == Build LAP cam skycal by slices == 26 26 … … 66 66 The 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. 67 67 68 == First slice == 69 70 First slice is slice18, but not entirely (we will only queue from 20 up): 71 72 The command to queue: 73 74 {{{ 75 addtool -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 80 and then I added the minidvodb: 81 82 {{{ 83 add.minidvodb LAP.slice18.cam LAP.slice18.cam LAP.20120706 5 GPC1 84 add.label LAP.slice18.cam 85 }}} 86 87 the rest takes care of itself. I will add skycal probably tomorrow, once I verify that this part works fine. 68 88 69 89
