IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of PSNSC_NCU


Ignore:
Timestamp:
Oct 14, 2016, 12:27:25 PM (10 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PSNSC_NCU

    v12 v13  
    2424   * night 4: NCU1A, NCU2A, NCU3A, NCU4A -- only w queue -- return each time to position (no dither), but has target/field center motion shift
    2525  * comment string -- needs to be descriptive and easily parsed, need to check with MOPS for WS grouping/parsing issues (spaces) --
    26    * B: NCU1B w4 NCU1.1 -- (chunk) (filter)(set number for w) (chunk#.target#) -- want to add "visit #" at end of comment (1-4)
     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 names
     27    * new format -- (chunk)-(chunk#.target#) (filter) (visit #)
    2728{{{
    28 NCU1B w NCU1.1 visit 1
    29 NCU1B w NCU1.2 visit 1
     29NCU1B-1.1 w visit 1
     30NCU1B-1.2 w visit 1
    3031...
    31 NCU1B g NCU1.1 visit 1
    32 NCU1B g NCU1.2 visit 1
     32NCU1B-1.1 g visit 1
     33NCU1B-1.2 g visit 1
    3334...
    34 NCU1B w NCU1.1 visit 2
    35 NCU1B w NCU1.2 visit 2
     35NCU1B-1.1 w visit 2
     36NCU1B-1.2 w visit 2
    3637...
    37 NCU1B r NCU1.1 visit 1
     38NCU1B-1.1 r visit 1
    3839...
    39 NCU2B w NCU2.1 visit 1
    40 NCU2B w NCU2.2 visit 1
     40NCU2B-2.1 w visit 1
     41NCU2B-2.2 w visit 1
    4142...
    42 NCU2B g NCU2.1 visit 1
    43 NCU2B g NCU2.2 visit 1
     43NCU2B-2.1 g visit 1
     44NCU2B-2.2 g visit 1
    4445...
    45 NCU2B w NCU2.1 visit 2
    46 NCU2B w NCU2.2 visit 2
     46NCU2B-2.1 w visit 2
     47NCU2B-2.2 w visit 2
    4748...
    48 NCU2B r NCU2.1 visit 1
     49NCU2B-2.1 r visit 1
     50...
     51NCU3B-3.1 w visit 1
    4952...
    5053}}}
    51    * A: NCU1A NCU1.1 -- (chunk) (chunk#.target#) -- add "w" so similar format for B and "visit #" at end of comment (1-8)
     54   * 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 names
     55    * new format make similar -- (chunk)-(chunk#.target#) (filter) (visit #)
    5256{{{
    53 NCU1A w NCU1.1 visit 1
    54 NCU1A w NCU1.2 visit 1
    55 NCU1A w NCU1.3 visit 1
     57NCU1A-1.1 w visit 1
     58NCU1A-1.2 w visit 1
     59NCU1A-1.3 w visit 1
    5660...
    57 NCU1A w NCU1.1 visit 2
    58 NCU1A w NCU1.2 visit 2
     61NCU1A-1.1 w visit 2
     62NCU1A-1.2 w visit 2
    5963...
    60 NCU1A w NCU1.1 visit 8
     64NCU1A-1.1 w visit 8
    6165...
    62 NCU2A w NCU2.1 visit 1
    63 NCU2A w NCU2.2 visit 1
     66NCU2A-2.1 w visit 1
     67NCU2A-2.2 w visit 1
    6468...
    6569}}}