Fixed dimension differences caused by varying LONDTMAX-LONDTMIN the maximum variation is found to be 1.2d-4 deg ncol around 0.5 \pm var are rounded down NOTE: the Jun 2014 fix does not work for general cases
removed double free of jz_smooth()
freed two arrays
out of bounds problem still remained in Function 8; fixed it
There was a counting out-of-bounds problem with the functions that produce MEANGBZ, MEANGBT, and MEANGBH. I re-coded it such that the error terms are calculated separately; further, the error arrays are initalized to zero and the edge pixels are ignored (since they will be selected out by the bitmap and conf_disambig bitmaps anyway).
forgot to free the err_termX arrays
changed the numerical derivative for Jz
fixed dimension inconsitencies of CEA in findPosition()
added lorentz force function to calculate keys TOTFX, TOTFY, TOTFZ, TOTBSQ, EPSX, EPSY, EPSZ
jesper's gaussian convolution function left a hwidth stripe of 0's along the edge of the image. i fixed this by padding with zeros prior to convolving.
There was a problem in the way that I was calling fsample(). fsample() takes several arguments, one of which are the x and y dimensions of the output array and the scale. If the following occurs: nx_out > floor((ny_in-1)/scale + 1) ny_out > floor((ny_in-1)/scale + 1), where n*_out are the dimensions of the output array and n*_in are the dimensions of the input array, fsample() will usually result in a segfault (though not always, depending on how the segfault was accessed.)
added ambweak for FD
added fix to propagate ambpatch key for FD
Uncommented R
commented out computeR freed a few drms_arrays in computeSWIndex fixed bx_err in line 1434
fixed bunit check if disamb should be used
Revert the versions of several sharps source-code files to make them intercompatible.
added R_VALUE; changed DATE to a time; formatting and documentation
1. added disambig to azimuth during error prop 2. changed usage for disambig: bit 2 for full disk (radial acute), bit 0 for patch 3. fixed disambig cutout for patch: all even are now 0, all odd are 7
fixed azimuth for cutout should be disambig[n] % 2 did not work for weak field
changed input parameter to shear angle function (to accomodate updated error analysis)
Changes in remapping of bitmap and conf_disambig, now near neighbor without anti-aliasing
updates bookkeeping keywords CODEVER7 changed value of cdelt1 to compute the correct conversion of degrees to arcsec
reinstate ephemeris keywords in setKeys()
siginificant update -- changed module to calculate all errors in spaceweather quantities using error arrays returned by VFISV
now check Missing lons instead of missing SIZE
changed T_FRST to T_FRST1 for locating the SHARPs. T_FRST may not exist
*** empty log message ***
fixed ephemeris keywords
added Monica's fix
removed parent_segment setting restored israw = 0
fixed output array type drms_convert_inplace() was causing all images to be int after removing it the result seems fine, even for char arrays need further check though
Fixed memory leakage of 0.15G per rec; denoted with "Dec 18"
Added mask and bitmask to pass into sharp functions.
version code
added print statements, fix QUALITY keyword
per Monica's request
Update functioning code sharp.c per Monica's request
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.