IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2012, 1:08:31 PM (14 years ago)
Author:
eugene
Message:

adding DV1,DV2,SV1 to pmSourceIO_CMF.c.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psModules/src/objects/mksource.pl

    r32633 r34181  
    1616%cmfmodes = ("PS1_V1", 1,
    1717             "PS1_V2", 2,
     18             "PS1_DV1", 2.5,
    1819             "PS1_V3", 3,
    19              "PS1_V4", 4);
     20             "PS1_V4", 4,
     21             "PS1_DV2", 6,
     22             "PS1_SV1", 6,
     23    );
    2024
    2125print "1: $cmfmodes{1}\n";
     
    3438# @>MODE@ : remove and keep if cmfmode > MODE
    3539# @<MODE@ : remove and keep if cmfmode > MODE
     40# XXX need to add features: split @foo,bar,baz@ by commas
     41# treat each chunk as a rule
     42#
    3643
    3744foreach $line (@list) {
Note: See TracChangeset for help on using the changeset viewer.