IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2008, 5:05:03 PM (18 years ago)
Author:
jhoblitt
Message:

add support for checksumming compressed fits files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r17551 r17552  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.22 2008-05-07 01:54:20 jhoblitt Exp $
     5# $Id: dsget,v 1.23 2008-05-07 03:05:03 jhoblitt Exp $
    66
    77use strict;
     
    7676$p{bytes} = $bytes if defined $bytes;
    7777$p{md5sum} = $md5 if defined $md5;
     78$p{compressed} = 1 if defined $compress;
    7879
    7980my $tmp;
Note: See TracChangeset for help on using the changeset viewer.