IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19113


Ignore:
Timestamp:
Aug 17, 2008, 3:41:20 PM (18 years ago)
Author:
eugene
Message:

add a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/warp_skycell.pl

    r19109 r19113  
    144144    &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask);
    145145
     146    # Astrometry file: astrometry is done at the camera stage, and always results in a MEF file
     147    # XXX allow an option to use the image header astrometry?
     148    my $astrom = $ipprc->filename($astromSource, $imfile->{cam_path_base});
    146149    my $astrom = $ipprc->filename($astromSource, $imfile->{cam_path_base});
    147150
Note: See TracChangeset for help on using the changeset viewer.