IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26670 for trunk/tools


Ignore:
Timestamp:
Jan 22, 2010, 11:38:51 AM (17 years ago)
Author:
watersc1
Message:

"Final" version of the nightly stacks code. I may add more forcing later, if we have a lot of faults to skip through.

Location:
trunk/tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/gpc1_find_images.pl

    r26563 r26670  
    208208            push @{ $mapping{$class} }, $skycell;
    209209            push @{ $mapping{$raw_class} }, $skycell;
     210#           print STDERR "$raw_class $class $skycell\n";
    210211        }
    211212    }
  • trunk/tools/make_burntool_pcontrol.pl

    r26527 r26670  
    266266        printf(" burntool %s %s\n",$date_min,$date_max);
    267267    }
    268     print "\n";
     268    unless(exists($opt{d})) {
     269        print "\n";
     270    }
    269271    $N_ranges += ($#start_s + 1);
    270272}
     
    311313}
    312314sub print_short_epilogue {
     315    if (exists($opt{b})) {
     316        print STDERR "There were no science exposures to process. Sorry, try again tomorrow.\n";
     317        return();
     318    }
    313319    print << 'END_SHORT_EPILOGUE';
    314320
  • trunk/tools/neb-ds9.pl

    r26276 r26670  
    44getopts('AM',\%opt);
    55
    6 $cmd = 'ds9 -scale mode zscale ';
     6$cmd = 'ds9  -scale mode zscale ';
    77
    88if (exists($opt{A})) {
     
    2121    }
    2222}
     23#$cmd .= "  -zoom to fit -regions format xy -regions system wcs -regions load targets.reg  ";
    2324system("$cmd");
  • trunk/tools/wiki_nightly_stacks_table.pl

    r26620 r26670  
    133133
    134134#warps
    135 $sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id)  where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter ORDER BY data_group,filter";
     135$sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id)  where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter,state ORDER BY data_group,filter";
    136136$data_ref = $db->selectall_arrayref( $sth );
    137137
Note: See TracChangeset for help on using the changeset viewer.