# HG changeset patch # User kls286 # Date 1681211448 0 # Node ID 4b553f7fb7fbf94754281adcae595659b17e7a97 # Parent f7133218d7c3be6c34f13a8c171635ec5dbd8f62 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 2e1e853d16782d778b15f82fb5760874382b36e9 diff -r f7133218d7c3 -r 4b553f7fb7fb chap.xml --- a/chap.xml Tue Apr 04 16:57:20 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ - - - chessanalysispipeline - - - - - - - - - - - - - - - - - - - -@misc{githubChessAnalysisPipeline, - author = {LastTODO, FirstTODO}, - year = {TODO}, - title = {ChessAnalysisPipeline}, - publisher = {GitHub}, - journal = {GitHub repository}, - url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, -} - - diff -r f7133218d7c3 -r 4b553f7fb7fb integration.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration.yaml Tue Apr 11 11:10:48 2023 +0000 @@ -0,0 +1,15 @@ +tool_type: integration +title: saxs_azimuthal +integration_type: azimuthal +detectors: +- prefix: PIL5 + poni_file: PIL5.poni + mask_file: PIL5.tif +radial_units: q_A^-1 +radial_min: 0.0 +radial_max: 0.21821 +radial_npt: 200 +azimuthal_units: chi_deg +azimuthal_min: -180.0 +azimuthal_max: 180.0 +azimuthal_npt: 180 diff -r f7133218d7c3 -r 4b553f7fb7fb map.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/map.yaml Tue Apr 11 11:10:48 2023 +0000 @@ -0,0 +1,23 @@ +title: test_1d +station: id3b +experiment_type: SAXSWAXS +sample: + name: sample_14_align +spec_scans: +- spec_file: test_1d + scan_numbers: + - 1 +independent_dimensions: +- label: samx + units: mm + data_type: spec_motor + name: samx +presample_intensity: + data_type: scan_column + name: ic3 +dwell_time_actual: + data_type: scan_column + name: sec_2 +postsample_intensity: + data_type: scan_column + name: diode diff -r f7133218d7c3 -r 4b553f7fb7fb pipeline.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pipeline.yaml Tue Apr 11 11:10:48 2023 +0000 @@ -0,0 +1,33 @@ +pipeline: + + # Download example data + - common.URLReader: + url: https://gitlab01.classe.cornell.edu/api/v4/projects/308/repository/files/saxswaxs%2frawdata_test_1d.tar/raw?ref=main + headers: + PRIVATE-TOKEN: # your token here + - common.URLResponseProcessor + - common.ExtractArchiveWriter: + filename: . + + # Collect map data + - common.YAMLReader: + filename: map.yaml + schema: MapConfig + - common.MapProcessor + - common.NexusWriter: + filename: map_specdata.nxs + force_overwrite: true + + # Integrate map detetcor data + - common.MultipleReader: + readers: + - YAMLReader: + filename: map.yaml + schema: MapConfig + - YAMLReader: + filename: integration.yaml + schema: IntegrationConfig + - common.IntegrateMapProcessor + - common.NexusWriter: + filename: map_reduceddata.nxs + force_overwrite: true diff -r f7133218d7c3 -r 4b553f7fb7fb reduce.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/reduce.xml Tue Apr 11 11:10:48 2023 +0000 @@ -0,0 +1,50 @@ + + + chessanalysispipeline + requests + pyfai + pydantic + + + + + + + + + + + + + + + + + + + + + +@misc{githubChessAnalysisPipeline, + author = {LastTODO, FirstTODO}, + year = {TODO}, + title = {CHAPSAXSWAXSdemo}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, +} + + diff -r f7133218d7c3 -r 4b553f7fb7fb saxswaxs-config/integration.yaml --- a/saxswaxs-config/integration.yaml Tue Apr 04 16:57:20 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -tool_type: integration -title: saxs_azimuthal -integration_type: azimuthal -detectors: -- prefix: PIL5 - poni_file: PIL5.poni - mask_file: PIL5.tif -radial_units: q_A^-1 -radial_min: 0.0 -radial_max: 0.21821 -radial_npt: 200 -azimuthal_units: chi_deg -azimuthal_min: -180.0 -azimuthal_max: 180.0 -azimuthal_npt: 180 diff -r f7133218d7c3 -r 4b553f7fb7fb saxswaxs-config/map.yaml --- a/saxswaxs-config/map.yaml Tue Apr 04 16:57:20 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -title: test_1d -station: id3b -experiment_type: SAXSWAXS -sample: - name: sample_14_align -spec_scans: -- spec_file: test_1d - scan_numbers: - - 1 -independent_dimensions: -- label: samx - units: mm - data_type: spec_motor - name: samx -presample_intensity: - data_type: scan_column - name: ic3 -dwell_time_actual: - data_type: scan_column - name: sec_2 -postsample_intensity: - data_type: scan_column - name: diode diff -r f7133218d7c3 -r 4b553f7fb7fb saxswaxs-config/pipeline.yaml --- a/saxswaxs-config/pipeline.yaml Tue Apr 04 16:57:20 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -pipeline: - - # Download example data - - common.URLReader: - url: https://gitlab01.classe.cornell.edu/api/v4/projects/308/repository/files/saxswaxs%2frawdata_test_1d.tar/raw?ref=main - headers: - PRIVATE-TOKEN: glpat-sH-sniHbynCxUDJBpv5V # your token here - - common.URLResponseProcessor - - common.ExtractArchiveWriter: - filename: . - - # Collect map data - - common.YAMLReader: - filename: map.yaml - schema: MapConfig - - common.MapProcessor - - common.NexusWriter: - filename: map_specdata.nxs - force_overwrite: true - - # Integrate map detetcor data - - common.MultipleReader: - readers: - - YAMLReader: - filename: map.yaml - schema: MapConfig - - YAMLReader: - filename: integration.yaml - schema: IntegrationConfig - - common.IntegrateMapProcessor - - common.NexusWriter: - filename: map_reduceddata.nxs - force_overwrite: true diff -r f7133218d7c3 -r 4b553f7fb7fb saxswaxs.xml --- a/saxswaxs.xml Tue Apr 04 16:57:20 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ - - - chessanalysispipeline - requests - pyfai - pydantic - - - - - - - - - - - - - - - - - - - - - -@misc{githubChessAnalysisPipeline, - author = {LastTODO, FirstTODO}, - year = {TODO}, - title = {CHAPSAXSWAXSdemo}, - publisher = {GitHub}, - journal = {GitHub repository}, - url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, -} - -