IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of PS1_IPP_Czarlog_20190204


Ignore:
Timestamp:
Feb 8, 2019, 12:15:20 PM (7 years ago)
Author:
fairlamb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20190204

    v19 v20  
    241241}}}
    242242
     243'''Evening update:'''
     244Loads of errors reported in the chip stage from some ps_ud_MOPS.2 processing. Checking the stdout there are a bunch of programming errors and system failures (in the warp stage as well).
     245
     246I couldn't find the log files using nebulous for some of the exposures...
     247
     248
     249At the top of the list is exposure o5367g0555o. Checking this in the table it's status is still 'update' in the chipRun table (full in expRun). So it looks like it's stuck, therefore I ran the wfix as per PSNSC instructions:
     250{{{chiptool -dbname gpc1 -definebyquery -set_label PSNSC.wfix.20180525  -set_workdir neb://@HOST@.0/gpc1/PSNSC.wfix.20180525  -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction SWEETSPOT -set_data_group PSNSC.wfix.20180525.x.date -exp_name o5367g0555o}}}
     251
     252I will check back shortly to see if this has cleared and run the remaining process on this exposure.
     253
     254
     255Then I'll check all the other exposures.
     256
    243257
    244258=== Friday : 2019.02.08 ===
    245259
     260
     261'''Morning clean up'''
     262JRF: I didn't finish clearing up last night as it got late and the telescope opened. So continuing on:
     263
     264I'll query the state of the exposures still listed as problems in the chiptool table:
     265SELECT exp_name, exp_id, label, data_group, chipRun.state FROM rawExp LEFT JOIN chipRun USING (exp_id) WHERE exp_name IN ("o5563g0048o", "o5563g0068o", "o6081g0423o", "o6089g0580o", "o6215g0082o", "o6215g0062o", "o6783g0595o", "o6036g0249o", "o5368g0203o", "o5561g0743o", "o5522g0420o", "o6072g0424o", "o6215g0072o", "o5918g0460o", "o5218g0041o", "o5218g0057o", "o5362g0570o", "o5362g0583o", "o5476g0223o", "o5476g0289o", "o5855g0127o", "o5328g0034o", "o5328g0050o")
     266
     267From these, the following are done, indicated by the state="full":
     268+-------------+--------+---------------------+----------------------------+-------+---------+
     269| exp_name    | exp_id | label               | data_group                 | state | chip_id |
     270+-------------+--------+---------------------+----------------------------+-------+---------+
     271| o5218g0041o | 125344 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128159 |
     272| o5218g0057o | 125358 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128160 |
     273| o5362g0570o | 181829 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128161 |
     274| o5362g0583o | 181842 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128162 |
     275| o5476g0223o | 235917 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128164 |
     276| o5476g0289o | 235984 | PSNSC.wfix.20180525 | PSNSC.wfix.20180525.x.date | full  | 2128163 |
     277+-------------+--------+---------------------+----------------------------+-------+---------+
     278
     279Therefore, set their old chips, the ones stuck in update, to clean:
     280SELECT exp_name, exp_id, label, data_group, chipRun.state, chipRun.chip_id FROM rawExp LEFT JOIN chipRun USING (exp_id) WHERE exp_name IN ("o5218g0041o", "o5218g0057o", "o5362g0570o", "o5362g0583o", "o5476g0223o", "o5476g0289o") AND chipRun.state="update";
     281+-------------+--------+--------------+------------------+--------+---------+
     282| exp_name    | exp_id | label        | data_group       | state  | chip_id |
     283+-------------+--------+--------------+------------------+--------+---------+
     284| o5218g0041o | 125344 | ps_ud_MOPS.2 | ecliptic.rp.23hr | update |  486920 |
     285| o5218g0057o | 125358 | ps_ud_MOPS.2 | ecliptic.rp.23hr | update |  486927 |
     286| o5362g0570o | 181829 | ps_ud_MOPS.2 | ecliptic.rp.1hr  | update |  489051 |
     287| o5362g0583o | 181842 | ps_ud_MOPS.2 | ecliptic.rp.1hr  | update |  489062 |
     288| o5476g0223o | 235917 | ps_ud_MOPS.2 | ecliptic.rp.1hr  | update |  489311 |
     289| o5476g0289o | 235984 | ps_ud_MOPS.2 | ecliptic.rp.1hr  | update |  489341 |
     290+-------------+--------+--------------+------------------+--------+---------+
     291use:
     292{{{
     293chiptool -dbname gpc1 -updaterun -set_state goto_cleaned -set_label goto_cleaned -chip_id XXXXXX
     294}}}
     295
     296
     297Query the remaining with:
     298SELECT exp_name, exp_id, label, data_group, chipRun.state, chipRun.chip_id FROM rawExp LEFT JOIN chipRun USING (exp_id) WHERE exp_name="XXXXXXX";
     299
     300All of these are stuck in the update step with the MOPS.2 label. I guess I never send this to be reprocessed. So I will do that using the wfix label, then I'll send the old to cleaned
     301
     302* HOWEVER... reading the wiki the LAP.PV3 may need to be processed without SWEETSPOT reduction, and instead use default...MEH will explain all later.
     303
     304
    246305JRF: ME, MEH, and TdB shall be going though reprocessing some data for Rob without some pixels removed (as an NEO is suspected to be falling into a masked area).
    247306