IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29305


Ignore:
Timestamp:
Oct 3, 2010, 8:29:42 PM (16 years ago)
Author:
bills
Message:

changes to comments

Location:
trunk/pstamp/scripts
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/psmkreq

    r29085 r29305  
    2424
    2525# list file columns
    26 # RA DEC FILTER MJD_MIN MJD_MAX
     26# RA DEC FILTER MJD_MIN MJD_MAX | COMMENT
    2727
    2828my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base);
     
    6262GetOptions(
    6363    'list=s'            => \$list,          # list of coordinates if undef ra and dec or x and y are required
    64     'ra=s'              => \$ra,             #
     64    'ra=s'              => \$ra,            #
    6565    'dec=s'             => \$dec,
    6666    'x=s'               => \$x,
  • trunk/pstamp/scripts/pstamprequest

    r29080 r29305  
    2424
    2525# list file columns
    26 # RA DEC FILTER MJD_MIN MJD_MAX
     26# RA DEC FILTER MJD_MIN MJD_MAX | COMMENT
    2727
    2828my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base);
     
    6262GetOptions(
    6363    'list=s'            => \$list,          # list of coordinates if undef ra and dec or x and y are required
    64     'ra=s'              => \$ra,             #
     64    'ra=s'              => \$ra,            #
    6565    'dec=s'             => \$dec,
    6666    'x=s'               => \$x,
Note: See TracChangeset for help on using the changeset viewer.