1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
2006-10-31 William Jon McCann <mccannwj@acsnb11.pha.jhu.edu>
* revision.h (REVDATE):
* configure.in:
* NEWS: Update for 1.4.4 release.
* output_png.c (write_to_png):
Change png_write_destroy to png_destroy_write_struct.
2006-04-17 William Jon McCann <mccann@jhu.edu>
* Makefile.am (check): Use $(top_srcdir) in tests.
* revision.h (REVDATE):
* NEWS:
* configure.in: Update for 1.4.3 release.
2006-04-17 William Jon McCann <mccann@jhu.edu>
* .cvsignore: New file.
* resize.c (resize_image_sample_reduce): Workaround a
gcc compiler bug by not casting the results of floor.
2004-07-27 William Jon McCann <mccann@jhu.edu>
* NEWS:
* revision.h (REVDATE):
* configure.in: Update for release.
* fitscut.c (check_input, main): Interpret warnings as errors.
(check_output): Exit on error condition.
* file_check.c (check_input_file): Don't issue a warning when the
input file is a symbolic link.
2004-05-11 William Jon McCann <mccann@jhu.edu>
* NEWS: Updated.
* revision.h (REVDATE): Bump version for release.
* configure.in:
* extract.c:
* fitscut.c:
* resize.c:
* output_fits.c:
Look for fitsio.h with cfitsio prefix and without.
* fitscut.spec.in:
* Makefile.am (EXTRA_DIST):
* configure.in: Add spec file.
2004-05-10 William Jon McCann <mccann@jhu.edu>
* autogen.sh: New file.
* revision.h:
* configure.in:
* NEWS:
* README: Updated for 1.4.0 release.
2004-04-30 William Jon McCann <mccann@jhu.edu>
* image_scale.[ch] (asinh_image2): Removed function.
* fitscut.c (scale_image): Fix bug from missing break statements.
* output_jpg.c (jpg_write_simple_image):
* output_png.c (png_write_simple_image): Align verbose messages.
* image_scale.c (autoscale_channel): Require higher verbosity for
autoscale range messages.
* histogram.c (compute_histogram): Require higher verbosity for
histogram related messages.
* fitscut.c (fitscut_initialize): Use 0,100 as defaults for autoscale.
(main): Set scale mode to autoscale when autoscale-{min,max} are set.
* Makefile.am (check): Use unambiguous autoscale option.
* fitscut.c (main): Get autoscale-{min,max} from commandline.
2004-04-29 William Jon McCann <mccann@jhu.edu>
* image_scale.c (autoscale_channel): Use autoscale low/high per channel.
* fitscut.c (show_usage): Separate sections. Add some help text.
* fitscut.h: Replace defines with enums.
* output_fits.c (write_to_fits): Remove SCALE_NONE
2004-04-22 William Jon McCann <mccann@jhu.edu>
* extract.c (extract_fits): Fix bug introduced by inappropriately
initializing variables in a loop.
* image_scale.c (autoscale_image): Set autoscale_performed flag.
(asinh_image2, asinh_image): Rewrite algorithm so as not use any
additional memory. Try to hook up user min/max values.
* fitscut.c (fitscut_initialize): Use TRUE/FALSE where possible.
* fitscut.h: Ensure TRUE/FALSE are defined. Add
autoscale_performed flag to structure.
* Makefile.am (check): Fix test names. Add asinh test.
2004-04-21 William Jon McCann <mccann@jhu.edu>
* fitscut.c (fitscut_message, align_image, render_compass)
(write_image, check_input):
* wcs_align.c (wcs_initialize_channel, wcs_align_first)
(wcs_remap_channel):
* resize.c (resize_image_sample_reduce)
(resize_image_sample_enlarge):
* output_png.c (png_write_rgb_image, png_write_simple_image)
(write_to_png):
* output_jpg.c (jpg_write_rgb_image, jpg_write_simple_image)
(write_to_jpg):
* output_fits.c (write_to_fits):
* image_scale.c (autoscale_channel, autoscale_image, log_image)
(sqrt_image, asinh_image, scan_min_max, mult_image, rate_image):
* histogram.c (compute_histogram):
* extract.c (extract_fits, cutout_alloc, fits_get_exposure_time):
* draw.c (draw_wcs_compass):
Use new fitscut_message function.
* test.fits:
* Makefile.am (check): Change size of test file.
2004-04-21 William Jon McCann <mccann@jhu.edu>
* AUTHORS:
* NEWS:
* Makefile.am: New file.
* colormap.[ch]:
* draw.[ch]:
* extract.[ch]:
* file_check.[ch]:
* fitscut.[ch]:
* getopt1.[ch]:
* getopt.[ch]:
* histogram.[ch]:
* image_scale.[ch]:
* output_fits.[ch]:
* output_jpg.[ch]:
* output_png.[ch]:
* resize.[ch]:
* util.[ch]:
* wcs_align.[ch]: Add GPL license text. Change
indentation to 8 chars. Add spacing around
functions and operators. Fix compiler warnings.
* configure.in: Add warnings. Define version
here instead of in revision.h. Produce config.h.
Report an error when required header is not found.
Add WCS_LIBS variable.
* THANKS:
* TODO:
* README: Updated.
* COPYING: Added GPL license.
2003-11-25 William Jon McCann <mccann@jhu.edu>
* revision.h: Increment version for test release.
2003-11-24 William Jon McCann <mccann@jhu.edu>
* fitscut.[ch]:
* image_scale.[ch]: added asinh scaling.
|