IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2023, 9:21:20 AM (3 years ago)
Author:
eugene
Message:

changing directory structure to place nights in years

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/check_night_status.pl

    r42445 r42462  
    11#! /usr/bin/env perl
     2# this program must be run at the top-level rawfix directory
    23
    34my $DEBUG = 4;
     
    1819
    1920my ($fulldate, $dateword, $chiplist, $stage) = &parse_cmdopts;
     21my $yearobs = substr ($dateword, 0, 4);
    2022
    2123# read the list of chip_ids:
     
    3638foreach my $chip_id (@chip_ids) {
    3739
    38     my $urifile = "$dateword/$chip_id.uris.$stage.txt";
     40    my $urifile = "$yearobs/$dateword/$chip_id.uris.$stage.txt";
    3941    unless (-e $urifile) { die "missing chip URI list $urifile\n"; }
    4042
Note: See TracChangeset for help on using the changeset viewer.