IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of SAS41


Ignore:
Timestamp:
Dec 15, 2015, 11:22:04 PM (11 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SAS41

    v2 v3  
    1414 * diff -- ipptest/psconfig/ipp-20150312.lin64, added ~ipptest/diffsas
    1515
    16 Manually add label to ippMonitor and restart czarPoll
     16Manually add label 20151208 to ippMonitor and restart czarPoll
    1717~ipp/src/ippMonitor/czartool/czartool/CzarDb.pm
    1818
     
    2020Chip/cam/wrp:
    2121 * script for SAS40 didn't use reduction LAP_SCIENCE, added for SAS41
     22{{{
     23./00_chips.cmd SAS.20151208 commit
     24}}}
    2225
    2326
    2427Stack:
     28{{{
     29./01_stacks.cmd SAS.20151208 commit
     30}}}
    2531 * have fault 5 case --
    2632{{{
     
    4349stacktool -dbname gpc1 -updaterun  -set_state full -stack_id 4974985
    4450}}}
     51 * summary stacks made after all issues cleared --  stack.summary.on
     52
     53
     54Staticsky+skycal:
     55 * have to run before full-force for listing to use
     56{{{
     57./02_ssky.cmd SAS.20151208 commit
     58./03_skycal.cmd SAS.20151208 commit
     59}}}
    4560
    4661
    4762Full Force:
     63{{{
     64./05_fforce.cmd SAS.20151208 commit
     65}}}
    4866 * repeating fault 4 -- 
    4967{{{
     
    6886
    6987Diff:
     88{{{
     89./06_diff.cmd SAS.20151208 commit
     90}}}
    7091 * ipp-20150312.lin64 broken for difftool queuing.. using ipp-pv3-20140717
    7192 * check DV5 format and inv.cmf being made -- yes
     
    7394
    7495STScI will want pixels -- should be able to use same method for fetching the missing files (once missing LAP files finished)
    75  * warp ~1.66 TB (FITS including mdl only ~3GB)
    76  * stack ~384GB (unconv FITS), skycal cmf ~25GB
    77  * diff ~12 GB (cmf, subkernel), ~16 GB (cmf, subkernel, mdc, mdl.fits)
     96 * ~file sizes
     97  * warp ~1.66 TB (FITS including mdl only ~3GB)
     98  * stack ~384GB (unconv FITS), skycal cmf ~25GB
     99  * diff ~12 GB (cmf, subkernel), ~16 GB (cmf, subkernel, mdc, mdl.fits)
     100  * stack summary ~7.4GB
     101 * setup access in 00_default_vhost.conf for ippc20-ippc29 under /data/ipp060.0/SAS41/ split by warp, diff, stack, sumstk and index listing of files
     102  * STScI downloading SAS data from ippc26-ippc29, using 100 wget for total 400 connections to those 4 machines -- they are seeing ~200Mbps per machine -- ~2.1TB in ~8 hours. locally see ~10-20MB/s on network i/o on those machines
    78103
     104
     105
     106Release tables:
     107 * setup initial entries
     108{{{
     109releasetool -dbname gpc1 -definerelease -set_surveyID 30 -set_release_name SAS.41 -set_release_state pending  -set_priority 0 -set_dataRelease 41
     110
     111select * from ippRelease where release_name like 'SAS.41';
     112| rel_id | surveyID | release_name       | release_state | dataRelease | priority | dvodb                 | ubercal_file        | accessLevelMin |
     113+--------+----------+--------------------+---------------+-------------+----------+-----------------------+---------------------+----------------+
     114|    163 |       30 | SAS.41             | pending       |          41 |        0 | NULL                  | NULL                |              0 |
     115
     116
     117releasetool -dbname gpc1 -definerelexp -set_state processed -release_name SAS.41 -label SAS.20151208
     118
     119releasetool -dbname gpc1 -definerelstack -release_name SAS.41 -label SAS.20151208 -set_state processed -set_stack_type deep -simple
     120}}}
     121 * need to wait for calibration of SAS before finalize
     122
     123