Changeset 29305
- Timestamp:
- Oct 3, 2010, 8:29:42 PM (16 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 1 edited
- 1 copied
-
psmkreq (modified) (2 diffs)
-
pstamprequest (copied) (copied from trunk/pstamp/scripts/pstamprequest ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/psmkreq
r29085 r29305 24 24 25 25 # list file columns 26 # RA DEC FILTER MJD_MIN MJD_MAX 26 # RA DEC FILTER MJD_MIN MJD_MAX | COMMENT 27 27 28 28 my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base); … … 62 62 GetOptions( 63 63 '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, # 65 65 'dec=s' => \$dec, 66 66 'x=s' => \$x, -
trunk/pstamp/scripts/pstamprequest
r29080 r29305 24 24 25 25 # list file columns 26 # RA DEC FILTER MJD_MIN MJD_MAX 26 # RA DEC FILTER MJD_MIN MJD_MAX | COMMENT 27 27 28 28 my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base); … … 62 62 GetOptions( 63 63 '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, # 65 65 'dec=s' => \$dec, 66 66 'x=s' => \$x,
Note:
See TracChangeset
for help on using the changeset viewer.
