Changeset 16736
- Timestamp:
- Feb 28, 2008, 3:44:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r16728 r16736 52 52 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 53 53 pod2usage( 54 -msg => "Required options: --warp_id --skycell_id --tess_id --camera ",54 -msg => "Required options: --warp_id --skycell_id --tess_id --camera --outroot", 55 55 -exitval => 3, 56 56 ) unless defined $warp_id 57 57 and defined $skycell_id 58 58 and defined $tess_id 59 and defined $camera; 59 and defined $camera 60 and defined $outroot; 60 61 61 62 $ipprc->define_camera($camera);
Note:
See TracChangeset
for help on using the changeset viewer.
