# HG changeset patch # User ximgchess # Date 1681224076 0 # Node ID 47d2a1f087d12e43f17e4e3b79ceb57cd6dabce1 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty diff -r 000000000000 -r 47d2a1f087d1 chap/chap.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chap/chap.xml Tue Apr 11 14:41:16 2023 +0000 @@ -0,0 +1,42 @@ + + + ChessAnalysisPipeline + + + + + + + + + + + + + + + + + + +@misc{githubChessAnalysisPipeline, + author = {LastTODO, FirstTODO}, + year = {TODO}, + title = {ChessAnalysisPipeline}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, +} + + diff -r 000000000000 -r 47d2a1f087d1 inference/chapmlaas.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inference/chapmlaas.xml Tue Apr 11 14:41:16 2023 +0000 @@ -0,0 +1,59 @@ + + + requests + chessanalysispipeline + + + + + + + + + + + + + + + + + + + + +@misc{githubChessAnalysisPipeline, + author = {Kuznetsov, Valentin}, + year = {2023}, + title = {ChessAnalysisPipeline}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, +} + + diff -r 000000000000 -r 47d2a1f087d1 saxswaxs/ignoreshed.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/ignoreshed.yml Tue Apr 11 14:41:16 2023 +0000 @@ -0,0 +1,7 @@ +name: chap_test_20230328 +owner: kls286 +description: A generic test pipeline for CHAP +remote_repository_url: https://github.com/CHESSComputing/ChessAnalysisPipeline +type: unrestricted +categories: +- Structural Materials Analysis diff -r 000000000000 -r 47d2a1f087d1 saxswaxs/integration.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/integration.yaml Tue Apr 11 14:41:16 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 000000000000 -r 47d2a1f087d1 saxswaxs/klspipeline.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/klspipeline.yaml Tue Apr 11 14:41:16 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: 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 000000000000 -r 47d2a1f087d1 saxswaxs/map.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/map.yaml Tue Apr 11 14:41:16 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 000000000000 -r 47d2a1f087d1 saxswaxs/pipeline.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/pipeline.yaml Tue Apr 11 14:41:16 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 000000000000 -r 47d2a1f087d1 saxswaxs/reduce.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/saxswaxs/reduce.xml Tue Apr 11 14:41:16 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}, +} + +