From 9e91eac940a161fec2c6e7505c257c3361b75d2d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 29 Jul 2019 14:44:13 +0200 Subject: Remove old rg_delta stuff --- libcrystfel/src/stream.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'libcrystfel/src/stream.c') diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 1c2294ea..89270c9a 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -877,28 +877,6 @@ int write_chunk(Stream *st, struct image *i, struct imagefile *imfile, fprintf(st->fh, "average_camera_length = %f m\n", tclen / i->det->n_panels); - for ( j=0; jdet->n_rigid_groups; j++ ) { - - struct rigid_group *rg = i->det->rigid_groups[j]; - - if ( !rg->have_deltas ) continue; - - fprintf(st->fh, "rg_delta_%s_fsx = %f\n", - rg->name, rg->d_fsx); - fprintf(st->fh, "rg_delta_%s_ssx = %f\n", - rg->name, rg->d_ssx); - fprintf(st->fh, "rg_delta_%s_cnx = %f\n", - rg->name, rg->d_cnx); - - fprintf(st->fh, "rg_delta_%s_fsy = %f\n", - rg->name, rg->d_fsy); - fprintf(st->fh, "rg_delta_%s_ssy = %f\n", - rg->name, rg->d_ssy); - fprintf(st->fh, "rg_delta_%s_cny = %f\n", - rg->name, rg->d_cny); - - } - } fprintf(st->fh, "num_peaks = %i\n", image_feature_count(i->features)); -- cgit v1.2.3