IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12936


Ignore:
Timestamp:
Apr 19, 2007, 5:55:02 PM (19 years ago)
Author:
Paul Price
Message:

Adding script to generate simulated data with ppSim

Location:
trunk/ippScripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/Build.PL

    r12073 r12936  
    4747                               scripts/ipp_serial_chip.pl
    4848                               scripts/ipp_serial_camera.pl
     49                               scripts/ipp_simulation_data.pl
    4950                               )],
    5051                   )->create_build_script;
  • trunk/ippScripts/MANIFEST

    r12073 r12936  
    3030scripts/ipp_serial_chip.pl
    3131scripts/ipp_serial_camera.pl
     32scripts/ipp_simulation_data.pl
    3233t/00_distribution.t
  • trunk/ippScripts/scripts/ipp_serial_inject_mosaic.pl

    r12800 r12936  
    5757        @files = ( '00', '01', '10', '11', '20', '21', '30', '31' );
    5858        $add_dir = 1;
     59    } elsif ($camera eq "SIMMOSAIC") {
     60        @classes = ( 'Chip00', 'Chip01', 'Chip10', 'Chip11' );
     61        @files   = ( '.Chip00', '.Chip01', '.Chip10', '.Chip11' );
     62       
    5963    } else {
    6064        die "Unrecognised camera name: $camera.\n";
Note: See TracChangeset for help on using the changeset viewer.