aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
AgeCommit message (Expand)Author
2024-02-26stream_read_chunk: Set kpred to nominal wavelengthThomas White
2024-02-06Crystals shouldn't own RefLists (part 2)Thomas White
2024-02-06Use libcrystfel memory allocation routines everywhereThomas White
2024-02-06image_add_feature: Remove "image" argumentThomas White
2024-01-30Add data_template_write_to_fh and stream_write_data_templateThomas White
2023-09-23image_create_dp_bad_sat: Don't worry about "sat"Thomas White
2023-04-20Revert "Refuse to overwrite an existing stream"Thomas White
2022-11-05Stream: increase maximum geometry file size to 1 megabyteThomas White
2022-09-22Implement data_template_get_2d_detgeom_if_possibleThomas White
2022-09-21create_detgeom: Return detgeom structure rather than altering image argumentThomas White
2022-09-21Move create_detgeom to DataTemplate moduleThomas White
2022-09-08Stream: don't open stream if headers aren't understoodThomas White
2022-08-18Restructure image data array creationThomas White
2022-06-02Refuse to overwrite an existing streamThomas White
2022-03-08read_peaks: Simplify logicThomas White
2022-03-08Fix slabbiness assumptionsThomas White
2022-03-08stream_open_for_write: Fix documentationThomas White
2022-03-08Drop compatibility with old stream format versionsThomas White
2021-07-23Add field widths to all sscanf("%s")Thomas White
2021-07-23stream_make_index: Remove unused assignmentThomas White
2021-07-23read_crystal: Remove unused varibalesThomas White
2021-07-22Clean up shadowed variablesThomas White
2021-07-21Reduce variable scope where possibleThomas White
2021-07-21Add missing cleanup on error pathsThomas White
2021-07-16Rename DST_* to DATA_SOURCE_TYPE_*Thomas White
2021-07-08Revert "Bump stream version to 2.4"Thomas White
2021-07-07Bump stream version to 2.4Thomas White
2021-07-07Interpret old-style stream header records as floating pointThomas White
2021-06-16stream_read_chunk: Bail out if detgeom can't be createdThomas White
2021-06-16Add DST_NONE for 'no data source' (e.g. image came from stream)Thomas White
2021-05-17Resolve FIXMEs and TODOsThomas White
2021-05-12Rework header caching layerThomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-03-30Add header caching layerThomas White
2021-03-11detgeom_transform_coords: Take an additional detector shiftThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-01-28Stream: Use separate DataTemplate for reading and writingThomas White
2021-01-27stream_close: Free the DataTemplateThomas White
2021-01-14Remove old debuggingThomas White
2021-01-14Stream: Remove in_chunkThomas White
2021-01-14stream_open_for_read: Avoid using fseek()Thomas White
2021-01-11UnitCell: Store all representations once they're calculatedThomas White
2020-10-27Add a new StreamFlag for generating the detgeom structureThomas White
2020-09-25stream_make_index: s/Indexing/Scanning/Thomas White
2020-09-08Remove "Command line:" in streamThomas White
2020-09-04stream_read_chunk: Set image->spectrumThomas White
2020-09-04stream_make_index: Don't require an event ID for every chunkThomas White
2020-09-04make_key: Handle NULL eventThomas White
2020-09-04New API for random access to streamThomas White
2020-09-02Get rid of STREAM_IMAGE_DATAThomas White