ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/util/apps/jsoc_rebin.c
Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Jul 17 16:45:23 2017 UTC (6 years, 2 months ago) by kehcheng
Branch: MAIN
CVS Tags: Ver_9-1, Ver_9-2, Ver_9-3, Ver_9-4, Ver_9-41, Ver_9-5, Ver_LATEST
Changes since 1.20: +10 -1 lines
Diff to previous 1.20
fix upNcenter() for images with odd number of rows

Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Apr 25 00:58:27 2016 UTC (7 years, 5 months ago) by phil
Branch: MAIN
CVS Tags: Ver_8-11, Ver_8-12, Ver_9-0
Changes since 1.19: +82 -41 lines
Diff to previous 1.19
Fixed get_input_recset potential segfault.

Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Feb 2 20:28:33 2015 UTC (8 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: Ver_8-10, Ver_8-7, Ver_8-8
Changes since 1.18: +209 -164 lines
Diff to previous 1.18
This is to add support for export requests that use the {seg1, seg2, …} record-set specification notation.

Revision 1.18 - (view) (annotate) - [select for diffs]
Thu Aug 28 19:58:23 2014 UTC (9 years ago) by arta
Branch: MAIN
CVS Tags: Ver_8-6
Changes since 1.17: +49 -1 lines
Diff to previous 1.17
Make sure the segment-specification notation works for the special aia.lev1, et. al. series.

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Aug 21 18:54:04 2014 UTC (9 years, 1 month ago) by arta
Branch: MAIN
Changes since 1.16: +169 -120 lines
Diff to previous 1.16
Handle more than one segment

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Nov 13 19:06:52 2013 UTC (9 years, 10 months ago) by phil
Branch: MAIN
CVS Tags: Ver_8-2, Ver_8-3, Ver_8-4, Ver_8-5
Changes since 1.15: +0 -28 lines
Diff to previous 1.15
update minor fixes

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Oct 24 01:28:24 2013 UTC (9 years, 11 months ago) by phil
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
Put hold on bscale fix until segment_read is fixed

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Oct 23 22:22:41 2013 UTC (9 years, 11 months ago) by phil
Branch: MAIN
Changes since 1.13: +8 -8 lines
Diff to previous 1.13
Fix tests of new scaling to allow large bzero

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Oct 22 02:23:34 2013 UTC (9 years, 11 months ago) by phil
Branch: MAIN
Changes since 1.12: +33 -2 lines
Diff to previous 1.12
Fixed setting bscale for output averaged data.  Change output TYPE as needed.
Fix TOTVALS

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Sep 22 02:37:19 2013 UTC (10 years ago) by kehcheng
Branch: MAIN
CVS Tags: Ver_8-1
Changes since 1.11: +5 -4 lines
Diff to previous 1.11
allow nx!=ny in midpoint calculation

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Sep 19 06:48:10 2013 UTC (10 years ago) by kehcheng
Branch: MAIN
Changes since 1.10: +11 -24 lines
Diff to previous 1.10
improve image shift efficiency

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Sep 19 00:24:32 2013 UTC (10 years ago) by kehcheng
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
fix two typos nx -> ny

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jun 11 19:58:49 2013 UTC (10 years, 3 months ago) by phil
Branch: MAIN
Changes since 1.8: +63 -6 lines
Diff to previous 1.8
Fix CROTA2 to use WCS default of 0.0 if keyword not present.

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Oct 30 23:59:08 2012 UTC (10 years, 10 months ago) by phil
Branch: MAIN
CVS Tags: Ver_8-0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
same

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Oct 30 23:51:36 2012 UTC (10 years, 10 months ago) by phil
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
test set bscale

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Jul 27 23:07:57 2012 UTC (11 years, 1 month ago) by phil
Branch: MAIN
CVS Tags: Ver_6-4, Ver_7-0, Ver_7-1
Changes since 1.5: +112 -111 lines
Diff to previous 1.5
Multiple changes from Venus transit work and exportdata cleanup.
im_patch will soon replace hg_patch, which is now deprecated.
im_patch can now properly do image sub-pixel registration when asked.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jul 9 22:10:17 2012 UTC (11 years, 2 months ago) by phil
Branch: MAIN
Changes since 1.4: +13 -5 lines
Diff to previous 1.4
misc

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Apr 23 16:43:30 2012 UTC (11 years, 5 months ago) by phil
Branch: MAIN
CVS Tags: Ver_6-2, Ver_6-3
Changes since 1.3: +134 -1 lines
Diff to previous 1.3
Add RequestID and option to write full headers.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Apr 12 22:42:39 2012 UTC (11 years, 5 months ago) by phil
Branch: MAIN
Changes since 1.2: +21 -12 lines
Diff to previous 1.2
Fixed comments and doc.  Force -h if requestid is specified.

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Jan 30 23:10:15 2012 UTC (11 years, 7 months ago) by phil
Branch: MAIN
Changes since 1.1: +188 -111 lines
Diff to previous 1.1
Added Gaussian smoothing option.
Fixed some scaling and centering errors.
Added write headers flag.

Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Jan 6 01:43:54 2012 UTC (11 years, 8 months ago) by phil
Branch: MAIN
Add program

Convenience Links

Links to HEAD: (view) (annotate) Links to Ver_9-2: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a