Commit 1578838e authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

create mantid folder, remove GetIPTS call

parent 1aad4fc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ COPY /data /data
COPY /src /app
COPY /lib /lib

RUN chmod og+rwX -R /data /app /lib
RUN mkdir /.mantid && chmod og+rwX -R /data /app /lib /.mantid

ENV SNS_TOPAZ_SHARED_FOLDER="/data"

+4 −1
Original line number Diff line number Diff line
@@ -274,7 +274,10 @@ run_niggli_fit_integrate_file = output_directory + "/" + str(run) + "_Niggli_fit
run_niggli_fit_profile_file = output_directory + "/" + str(run)+ "_Niggli_profile.nxs"

#
ipts_folder_name = GetIPTS(INSTRUMENT='TOPAZ', RunNumber=run)
#ipts_folder_name = GetIPTS(INSTRUMENT='TOPAZ', RunNumber=run)
location = full_name.find("IPTS")
location = full_name.find("/", location)
ipts_folder_name = full_name[0: location + 1]
#
# Load the run data and find the total monitor counts