- Timestamp:
- May 22, 2015 1:02:15 PM (8 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/PlotManager/PlotUtils2D_v40.ipf
r927 r956 392 392 393 393 String folderStr=GetWavesDataFolder(Qx,1) 394 NVAR gIsLogScale=$(folderStr+"gIsLogScale")394 NVAR/Z gIsLogScale=$(folderStr+"gIsLogScale") 395 395 396 396 linMat = inten[q*xrows+p] -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/Nexus_SANS_Write.ipf
r955 r956 37 37 Make/O/D/N=1 collection_time = 300 38 38 Make/O/T/N=1 run_cycle = "S22-23" 39 Make/O/T/N=1 intent = "RAW"39 Make/O/T/N=1 program_name = "runPoint={'stuff'}" 40 40 Make/O/T/N=1 data_directory = "[NG7SANS41]" 41 41 NewDataFolder/O/S root:SANS_file:entry1:user … … 57 57 Make/O/D/N=1 efficiency = 0.01 58 58 Make/O/D/N=1 sampled_fraction = 1 59 Make/O/D/N=1 nominal = 1e860 Make/O/D/N=1 data = 161 Make/O/D/N=1 nx_distance = 13.162 59 Make/O/D/N=1 detector_counts = 100111222 63 60 Make/O/D/N=1 detector_preset = 1e5 64 Make/O/D/N=1 detector_mask = 1 65 NewDataFolder/O/S root:SANS_file:entry1:program_name 61 Make/O/D/N=1 count_start = 1 62 Make/O/D/N=1 count_end = 1 63 Make/O/D/N=1 count_time = 1 64 Make/O/D/N=1 count_time_preset = 1 65 NewDataFolder/O/S root:SANS_file:entry1:program_data 66 66 Make/O/T/N=1 data = "program data" 67 67 Make/O/T/N=1 description = "acquisition" … … 324 324 Note/K collection_time, "units=s" 325 325 // run_cycle 326 // intent327 // data_directory326 // data_directory 327 // program_name 328 328 SetDataFolder root:SANS_file:entry1:user 329 329 Make/O/N=0 Igor___folder_attributes … … 348 348 // efficiency 349 349 // sampled_fraction 350 // nominal351 // data352 // nx_distance353 Note/K nx_distance, "units=m"354 350 // detector_counts 355 // detector_preset 356 // detector_mask 357 SetDataFolder root:SANS_file:entry1:program_name 351 // detector_preset 352 // count_start 353 Note/K count_start, "units=s" 354 // count_end 355 Note/K count_end, "units=s" 356 // count_time 357 Note/K count_time, "units=s" 358 // count_time_preset 359 Note/K count_time_preset, "units=s" 360 SetDataFolder root:SANS_file:entry1:program_data 358 361 Make/O/N=0 Igor___folder_attributes 359 362 // data … … 738 741 collection_time = 300 739 742 run_cycle = "S22-23" 740 intent = "RAW"743 program_name = "runPoint={stuff}" 741 744 data_directory = "[NG7SANS41]" 742 745 SetDataFolder root:SANS_file:entry1:user … … 758 761 efficiency = 0.01 759 762 sampled_fraction = 1 760 nominal = 1e8761 data = 1762 nx_distance = 13.1763 763 detector_counts = 100111222 764 764 detector_preset = 1e5 765 detector_mask = 1 766 SetDataFolder root:SANS_file:entry1:program_name 765 count_start = 1 766 count_end = 1 767 count_time = 1 768 count_time_preset = 1 769 SetDataFolder root:SANS_file:entry1:program_data 767 770 data = "program data" 768 771 description = "acquisition" -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/Nexus_VSANS_Write.ipf
r955 r956 70 70 Make/O/D/N=1 collection_time = 300 71 71 Make/O/T/N=1 run_cycle = "S22-23" 72 Make/O/T/N=1 intent = "RAW"72 Make/O/T/N=1 program_name = "runPoint={'stuff'}" 73 73 Make/O/T/N=1 data_directory = "[VSANS_VSANS]" 74 74 NewDataFolder/O/S root:VSANS_file:entry1:user … … 90 90 Make/O/D/N=1 efficiency = 0.01 91 91 Make/O/D/N=1 sampled_fraction = 1 92 Make/O/D/N=1 nominal = 1e893 Make/O/D/N=1 data = 194 Make/O/D/N=1 nx_distance = 13.195 92 Make/O/D/N=1 detector_counts = 100111222 96 93 Make/O/D/N=1 detector_preset = 1e5 97 Make/O/D/N=1 detector_mask = 1 98 NewDataFolder/O/S root:VSANS_file:entry1:program_name 94 Make/O/D/N=1 count_start = 1 95 Make/O/D/N=1 count_end = 1 96 Make/O/D/N=1 count_time = 1 97 Make/O/D/N=1 count_time_preset = 1 98 NewDataFolder/O/S root:VSANS_file:entry1:program_data 99 99 Make/O/T/N=1 data = "program data" 100 100 Make/O/T/N=1 description = "acquisition" … … 661 661 Note/K collection_time, "units=s" 662 662 //run_cycle 663 // intent663 //program_name 664 664 //data_directory 665 665 SetDataFolder root:VSANS_file:entry1:user … … 685 685 //efficiency 686 686 //sampled_fraction 687 //nominal688 //data689 //nx_distance690 Note/K nx_distance, "units=m"691 687 //detector_counts 692 //detector_preset 693 //detector_mask 694 SetDataFolder root:VSANS_file:entry1:program_name 688 //detector_preset 689 // count_start 690 Note/K count_start, "units=s" 691 // count_end 692 Note/K count_end, "units=s" 693 // count_time 694 Note/K count_time, "units=s" 695 // count_time_preset 696 Note/K count_time_preset, "units=s" 697 SetDataFolder root:VSANS_file:entry1:program_data 695 698 //data 696 699 //description … … 1497 1500 collection_time = 300 1498 1501 run_cycle = "S22-23" 1499 intent = "RAW"1502 program_name = "runPoint={stuff}" 1500 1503 data_directory = "[VSANS_VSANS]" 1501 1504 SetDataFolder root:VSANS_file:entry1:user … … 1517 1520 efficiency = 0.01 1518 1521 sampled_fraction = 1 1519 nominal = 1e81520 data = 11521 nx_distance = 13.11522 1522 detector_counts = 100111222 1523 1523 detector_preset = 1e5 1524 detector_mask = 1 1525 SetDataFolder root:VSANS_file:entry1:program_name 1524 count_start = 1 1525 count_end = 1 1526 count_time = 1 1527 count_time_preset = 1 1528 SetDataFolder root:VSANS_file:entry1:program_data 1526 1529 data = "program data" 1527 1530 description = "acquisition" -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf
r955 r956 13 13 #include "Nexus_SANS_Write" 14 14 #include "Nexus_VSANS_Write" 15 16 // for possible peak fitting 17 #include "BroadPeak_Pix_2D"
Note: See TracChangeset
for help on using the changeset viewer.