Changeset 40005 for trunk/tools/iasc/postreq
- Timestamp:
- Mar 20, 2017, 9:21:11 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tools/iasc/postreq (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/iasc/postreq
r37326 r40005 18 18 19 19 # make the request file 20 my $cmd = "psmkreq --req_type byexp --stage chip --pixcenter --x 0 --y 0 --width 0 --height 0 --id $exp_name --req_name $req_name ";20 my $cmd = "psmkreq --req_type byexp --stage chip --pixcenter --x 0 --y 0 --width 0 --height 0 --id $exp_name --req_name $req_name --email mops\@ifa.hawaii.edu"; 21 21 22 22 print "running $cmd\n"; … … 26 26 27 27 # add the request to the database 28 my $postcmd = "pstamptool -dbname ippRequestServer -dbserver ipp c17-label WEB -addreq -uri $ENV{PWD}/$req_name.fits";28 my $postcmd = "pstamptool -dbname ippRequestServer -dbserver ipp113 -label WEB -addreq -uri $ENV{PWD}/$req_name.fits"; 29 29 30 30 print "running $postcmd\n";
Note:
See TracChangeset
for help on using the changeset viewer.
