Changes between Version 16 and Version 17 of PSNSC_NCU
- Timestamp:
- Oct 14, 2016, 3:35:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PSNSC_NCU
v16 v17 23 23 * night 3: NCU1A, NCU2A, NCU3A, NCU4A -- only w queue -- return each time to position (no dither), but has target/field center motion shift from previous night 24 24 * night 4: NCU1A, NCU2A, NCU3A, NCU4A -- only w queue -- return each time to position (no dither), but has target/field center motion shift from previous night 25 * chunk name (QUEUEID keyword in headers) -- may want to add filter here like in comment string below 26 * target name (OBJECT keyword in headers) -- NCU(chunk#.target#) -- may be enough to trigger for WW per chunk (8 visits) rather than all night (32 visits), may also trigger .multi case too over the multiple nights... 25 27 * comment string -- needs to be descriptive and easily parsed, need to check with MOPS for WS grouping/parsing issues (spaces) -- 26 * B: old format: NCU1B w4 NCU1.1 -- (chunk) (filter)( set number for w) (chunk#.target#) -- want to add "visit #" at end of comment (1-4), move filter location, connect chunk+target names27 * B: new format: (chunk) -(chunk#.target#) (filter) (visit #)28 * B: old format: NCU1B w4 NCU1.1 -- (chunk) (filter)(visit# for w only) NCU(chunk#.target#) -- want to add "visit #" at end of comment (1-4), move filter to chunk name 29 * B: new format: (chunk).(filter) NCU(chunk#.target#) (visit # in chunk) 28 30 {{{ 29 NCU1B -1.1 wvisit 130 NCU1B -1.2 wvisit 131 NCU1B.w NCU1.1 visit 1 32 NCU1B.w NCU1.2 visit 1 31 33 ... 32 NCU1B -1.1 gvisit 133 NCU1B -1.2 gvisit 134 NCU1B.g NCU1.1 visit 1 35 NCU1B.g NCU1.2 visit 1 34 36 ... 35 NCU1B -1.1 wvisit 236 NCU1B -1.2 wvisit 237 NCU1B.w NCU1.1 visit 2 38 NCU1B.w NCU1.2 visit 2 37 39 ... 38 NCU1B -1.1 rvisit 140 NCU1B.r NCU1.1 visit 1 39 41 ... 40 NCU1B -1.8 zvisit 142 NCU1B.r NCU1.8 visit 1 41 43 42 NCU2B-2.1 w visit 1 43 NCU2B-2.2 w visit 1 44 45 NCU2B.w NCU2.1 visit 1 46 NCU2B.w NCU2.2 visit 1 44 47 ... 45 NCU2B -2.1 gvisit 146 NCU2B -2.2 gvisit 148 NCU2B.g NCU2.1 visit 1 49 NCU2B.g NCU2.2 visit 1 47 50 ... 48 NCU2B -2.1 wvisit 249 NCU2B -2.2 wvisit 251 NCU2B.w NCU2.1 visit 2 52 NCU2B.w NCU2.2 visit 2 50 53 ... 51 NCU2B -2.1 rvisit 154 NCU2B.r NCU2.1 visit 1 52 55 ... 53 NCU2B-2.8 z visit 1 56 NCU2B.w NCU2.1 visit 4 57 ... 58 NCU2B.z NCU2.8 visit 1 54 59 55 NCU3B-3.1 w visit 1 60 61 NCU3B.w NCU3.1 visit 1 56 62 ... 57 NCU3B -3.8 zvisit 163 NCU3B.w NCU3.8 visit 1 58 64 65 66 NCU4B.w NCU4.1 visit 1 59 67 ... 68 NCU4B.w NCU4.8 visit 4 60 69 61 70 }}} 62 * A: old format: NCU1A NCU1.1 -- (chunk) (chunk#.target#) -- add "w" so similar format for B and "visit #" at end of comment (1-8), move filter location, connect chunk+target names63 * A: new format make similar: (chunk) -(chunk#.target#) (filter) (visit #)71 * A: old format: NCU1A NCU1.1 -- (chunk) NCU(chunk#.target#) -- add "w" so similar format for B and "visit #" at end of comment (1-8), move filter to chunk name 72 * A: new format make similar: (chunk).(filter) NCU(chunk#.target#) (visit # in chunk) 64 73 {{{ 65 NCU1A -1.1 wvisit 166 NCU1A -1.2 wvisit 167 NCU1A -1.3 wvisit 174 NCU1A.w NCU1.1 visit 1 75 NCU1A.w NCU1.2 visit 1 76 NCU1A.w NCU1.3 visit 1 68 77 ... 69 NCU1A -1.1 wvisit 270 NCU1A -1.2 wvisit 278 NCU1A.w NCU1.1 visit 2 79 NCU1A.w NCU1.2 visit 2 71 80 ... 72 NCU1A -1.1 wvisit 881 NCU1A.w NCU1.1 visit 8 73 82 ... 74 NCU1A -1.8 wvisit 883 NCU1A.w NCU1.8 visit 8 75 84 76 NCU2A-2.1 w visit 1 77 NCU2A-2.2 w visit 1 85 86 NCU2A.w NCU2.1 visit 1 87 NCU2A.w NCU2.2 visit 1 78 88 ... 79 NCU2A -2.8 wvisit 889 NCU2A.w NCU2.8 visit 8 80 90 81 91 ... … … 85 95 * WSdiff runs in ~ippmops/stdscience_ws with modified ipp-20141024 ops tag to make uncompressed WSdiffs (like FSS) 86 96 * larger volume, may need more nodes -- must be uncompressed for MOPS stamps since large data volume 97 * default detection @5-sigma while WWdiff is <5-sigma and may need to be adjusted -- 87 98 * WSdiff published to normal MOPS datastore location? 88 99 … … 111 122 * MOPS interested in SSdiff? 112 123 * publishing location for WSdiff by MOPS preference -- IPP-MOPS-TEST or IPP-MOPS-WS -- unique set so likely normal location 124 * detection threshold -- 5-sigma default but may need to lower? 125 126 127
