Changeset 40005 for trunk/tools
- Timestamp:
- Mar 20, 2017, 9:21:11 AM (9 years ago)
- Location:
- trunk/tools/iasc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/iasc/getit
r37364 r40005 4 4 use warnings; 5 5 6 my $dsroot = 'http://datastore.ipp.ifa.hawaii.edu/ pstampresults';6 my $dsroot = 'http://datastore.ipp.ifa.hawaii.edu/mops-pstamp-results'; 7 7 8 8 my $fs = shift; -
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.
