ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/util/apps/render_image.c
Revision 1.25 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:06:25 2018 UTC (5 years, 6 months ago) by phil
Branch: MAIN
CVS Tags: Ver_9-2, Ver_9-3, Ver_9-4, Ver_9-41, Ver_9-5, Ver_LATEST
Changes since 1.24: +89 -31 lines
Diff to previous 1.24
Add call to image_cutout, the new version of image_magrotate, to center and roll the
image using interpolation.  This is not the default and will produce images with
solar north up unless the -u flag is set.  The old upNcenter is called if r=0.

Revision 1.24 - (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
Changes since 1.23: +10 -1 lines
Diff to previous 1.23
fix upNcenter() for images with odd number of rows

Revision 1.23 - (view) (annotate) - [select for diffs]
Mon Apr 25 00:42:59 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.22: +33 -20 lines
Diff to previous 1.22
Added ability to set explicit outname, added ID type to allow this.

Revision 1.22 - (view) (annotate) - [select for diffs]
Tue Mar 8 15:54:41 2016 UTC (7 years, 6 months ago) by arta
Branch: MAIN
Changes since 1.21: +29 -5 lines
Diff to previous 1.21
Fix export system problem - rend_image was obtaining the wrong segment name (it needed the original segment name, not the linked segment name).

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Feb 10 01:07:16 2016 UTC (7 years, 7 months ago) by phil
Branch: MAIN
Changes since 1.20: +19 -4 lines
Diff to previous 1.20
Modify to allow use of first segment in {<seglist>} construct.
Also complains but ignores up and crop options if standard WCS keywords are missing.

Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Jul 16 20:15:20 2015 UTC (8 years, 2 months ago) by phil
Branch: MAIN
CVS Tags: Ver_8-10
Changes since 1.19: +6 -1 lines
Diff to previous 1.19
Allow T_REC if T_OBS not present.  Old change just now checked in.

Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Sep 22 15:21:13 2013 UTC (10 years ago) by kehcheng
Branch: MAIN
CVS Tags: Ver_8-1, Ver_8-2, Ver_8-3, Ver_8-4, Ver_8-5, Ver_8-6, Ver_8-7, Ver_8-8
Changes since 1.18: +44 -36 lines
Diff to previous 1.18
replace upNcenter() with the one from jsoc_rebin/jsoc_resize

Revision 1.18 - (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.17: +1 -1 lines
Diff to previous 1.17
Fix CROTA2 to use WCS default of 0.0 if keyword not present.

Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Jun 5 23:58:01 2013 UTC (10 years, 3 months ago) by phil
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Fix typo in -> n

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Jun 5 00:58:10 2013 UTC (10 years, 3 months ago) by phil
Branch: MAIN
Changes since 1.15: +42 -32 lines
Diff to previous 1.15
added param n to limit records, allow either pallette and palette on command line

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Nov 29 19:11:31 2012 UTC (10 years, 9 months ago) by phil
Branch: MAIN
CVS Tags: Ver_8-0
Changes since 1.14: +30 -28 lines
Diff to previous 1.14
Fix LOG and SQRT scaling for min vals

Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Oct 26 01:09:53 2012 UTC (10 years, 11 months ago) by phil
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
compute %sizes as % of height instead of width

Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Dec 30 21:30:16 2011 UTC (11 years, 8 months ago) by phil
Branch: MAIN
CVS Tags: Ver_6-2, Ver_6-3, Ver_6-4, Ver_7-0, Ver_7-1
Changes since 1.12: +9 -22 lines
Diff to previous 1.12
cleanup

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Sep 12 18:28:46 2011 UTC (12 years ago) by phil
Branch: MAIN
CVS Tags: Ver_6-0, Ver_6-1
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
report status

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Mar 9 17:16:45 2011 UTC (12 years, 6 months ago) by phil
Branch: MAIN
CVS Tags: Ver_5-13, Ver_5-14
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Fix crop flag.  Omit final 1/2 pixel for center of pixel location for crop.
I.e. require entire pixel on limb if crop.  Based on HMI ~ R=4000.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Mar 3 21:31:36 2011 UTC (12 years, 6 months ago) by phil
Branch: MAIN
Changes since 1.9: +37 -25 lines
Diff to previous 1.9
Move crop our of unNcenter

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Mar 2 23:25:29 2011 UTC (12 years, 6 months ago) by priya
Branch: MAIN
Changes since 1.8: +39 -10 lines
Diff to previous 1.8
 added sqrt and log scaling

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Feb 15 17:21:00 2011 UTC (12 years, 7 months ago) by phil
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
Added flag -u for unchanged wrt position and orientation of images.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Jan 11 22:55:22 2011 UTC (12 years, 8 months ago) by phil
Branch: MAIN
Changes since 1.6: +11 -6 lines
Diff to previous 1.6
Add option for outid=time to be e.g. outid=time:13 to omit the seconds field.

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Oct 1 21:38:48 2010 UTC (12 years, 11 months ago) by phil
Branch: MAIN
CVS Tags: Ver_5-11, Ver_5-12
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
Document bug in MAG scaling for a scale list.

Revision 1.5 - (view) (annotate) - [select for diffs]
Fri Oct 1 19:20:24 2010 UTC (12 years, 11 months ago) by phil
Branch: MAIN
Changes since 1.4: +45 -15 lines
Diff to previous 1.4
Added MAG scaling to emphasize low magnetic field strength with a standard grey table.

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Sep 6 21:50:20 2010 UTC (13 years ago) by phil
Branch: MAIN
Changes since 1.3: +85 -61 lines
Diff to previous 1.3
Added param tkey in case time key in input series is not T_REC
fixed some possible fai;ure cases for all 0 or all missing images.
Fixed a missing 'static' declaration.

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Sep 3 16:33:15 2010 UTC (13 years ago) by phil
Branch: MAIN
Changes since 1.2: +44 -33 lines
Diff to previous 1.2
forgot...

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Jul 28 23:35:07 2010 UTC (13 years, 1 month ago) by phil
Branch: MAIN
CVS Tags: Ver_5-10
Changes since 1.1: +6 -2 lines
Diff to previous 1.1
Fix doc.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Jul 28 19:28:22 2010 UTC (13 years, 2 months ago) by phil
Branch: MAIN
Add render_image

Convenience Links

Links to HEAD: (view) (annotate) Links to Ver_9-41: (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