Changeset 42860
- Timestamp:
- May 13, 2025, 3:24:46 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
- Property svn:mergeinfo set to (toggle deleted branches)
r41705 r42860 150 150 my $dynamicMasks; # Use dynamic masks? 151 151 { 152 # Check psastro.mdc file 153 my $psastro_mdc = $ipprc->filename ("PSASTRO.CONFIG", @$imfiles[0]->{cam_path_base}, undef); 152 154 # Get the PSASTRO recipe 153 my $command = "$ppConfigDump -camera $camera -recipe PSASTRO $recipe_psastro -dump-recipe PSASTRO -"; 155 my $command = "$ppConfigDump -recipe PSASTRO $recipe_psastro -dump-recipe PSASTRO -"; 156 if ($ipprc->file_exists($psastro_mdc)) { 157 # get recipes as set in config dump file 158 $command .= " -ipprc $psastro_mdc"; 159 } else { 160 # use this camera's recipes 161 $command .= " -camera $camera"; 162 } 154 163 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 155 164 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
