IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Timeline



Aug 30, 2004:

5:21 PM Ticket #176 (Testing psImage with PS_TYPE_PTR) created by Paul Price
psImage has support for "images" of type PS_TYPE_PTR, but these are …
3:34 PM Ticket #138 (Should a consistant means of specifying an image region be used?) closed by Paul Price
fixed: psImageSubset, psImageTrim, psImageReadSection, psImageSlice are the …
3:32 PM Changeset [1663] by Paul Price
Added parameters to psKernelGenerate, and synched image region …
2:56 PM Ticket #175 (ADD (Ver 5) Polar Coordinate Algorithm) created by calvin.harman@…
Section 1.2.1.13 briefly mentions computation of polar coordinates. I …
2:53 PM Ticket #154 (psKernelGenerate) closed by Paul Price
fixed: JT says that the shifts will be specified along with the times, which …
2:24 PM Ticket #174 (ADD (Ver 5) Correct Sidereal Algorithm) created by calvin.harman@…
The last sentence in Section 1.2.1 mentions using sla_GMST to …
2:15 PM Ticket #173 (ADD (Ver 5) Siderral Calculation) created by calvin.harman@…
Equations 45 and 46 of the ADD look the same, however after reading …
1:50 PM Ticket #172 (ADD (Ver 5) Delta UT1 Table Lookups) created by calvin.harman@…
Section 1.2.1.5 of the ADD describes an elaborate method for …
1:17 PM Ticket #171 (ADD (Ver 5) psTime Gregorian Dates to Seconds Algorithms) created by calvin.harman@…
Section 1.2.1.4 now provides basic Perl algorithms for converting …
12:54 PM Ticket #170 (ADD (Ver 5) psTime Table Possibly Missing Entries) created by calvin.harman@…
When compared to the earlier ADD version (Ver 4), the TAI/UTC …
11:48 AM Changeset [1662] by Paul Price
psKernel.kernelRows renamed to .p_kernelRows, to emphasise that it's …
11:47 AM Ticket #145 (psKernel attributes renaming) closed by Paul Price
fixed: SDRS changed: / A convolution kernel */ typedef struct { …
11:44 AM Ticket #166 (Function psLogSetDestination return value) closed by Paul Price
fixed: Done.
11:44 AM Changeset [1661] by Paul Price
Changed return type of psLogSetDestination to bool.
11:43 AM Changeset [1660] by Paul Price
psLogSetDestination return type bool.
11:41 AM Changeset [1659] by Paul Price
Replaced nChildren, children with psArray *children.
11:41 AM Changeset [1658] by Paul Price
Replaced nChildren, children in psImage with a psArray *children.
11:40 AM Ticket #139 (psImage children stored in psArray?) closed by Paul Price
fixed: SDRS updated: typedef struct psImage { psType type; …
11:39 AM Changeset [1657] by Paul Price
Removed psKernel code segment: unnecessary given explanation.
11:38 AM Ticket #144 (psKernel - sample code in doc. is wrong) closed by Paul Price
fixed: Removed the code segment. Thanks for the feedback!
11:22 AM Ticket #169 (ADD (Ver 5) psTime Equations 41 & 42 Appear to be incorrect) created by calvin.harman@…
I thought that TAI time was always ahead of (greater than) UTC time. …
11:12 AM Ticket #120 (Questions for psMetadataReadHeader() and psMetadataFReadHeaderFunction()) closed by eugene
fixed: we agreed to drop this API from the list of targets for now; it will …

Aug 28, 2004:

5:40 AM Ticket #168 (psMetadataItemPrint() doesn't perform specified conversions) created by rhl@…
5:38 AM Ticket #167 (The definition of psMetadataItemPrint isn't very useful) created by rhl@…
The SDRS currently specifies that psMetadataItemPrint() must be passed …

Aug 27, 2004:

5:00 PM Changeset [1656] by desonia
Added static to listSetIterator implementation (prototype already had it).
4:47 PM Ticket #150 (psImageRotate, psImageShift exposed pixel value) closed by robert.desonia@…
fixed: Test is in cvs trunk now.
3:32 PM Ticket #157 (psMetadata{Next,Prev}()/psMetadataLookup() shouldn't call psError()) closed by robert.desonia@…
fixed: Yes, good point! Fix is in CVS trunk. I removed the psError calls in …
3:31 PM Changeset [1655] by desonia
Changed the behaviour of psMetadataLookup. See bug #157.
3:19 PM Changeset [1654] by desonia
added testpoint #561 - psImageShift.
3:18 PM Changeset [1653] by desonia
format tweaks.
3:18 PM Changeset [1652] by desonia
psImageShift test-related fixes.
2:11 PM Ticket #142 (ps{Unary,Binary}Op do not free a psScalar) closed by Paul Price
fixed
1:54 PM Changeset [1651] by desonia
Changed psArrayRealloc to return a valid psArray even if the input …
1:49 PM Ticket #165 (Various realloc functions refuse to handle NULL pointers) closed by robert.desonia@…
fixed: Checked the realloc routines and all but psVectorRealloc and …
1:45 PM Changeset [1650] by Paul Price
Added clarification that ps and p_ps are only for names visible at …
1:35 PM Changeset [1649] by Paul Price
Updated psMetadata examples to use the API as specified.
1:34 PM Changeset [1648] by harman
Corrected bug in psScalarCopy
1:29 PM Changeset [1647] by harman
Corrected bug in psScalarCopy
1:26 PM Changeset [1646] by Paul Price
psMetadata and psList changes.
1:18 PM Changeset [1645] by Paul Price
Fixed order of psList arguments to match those for psMetadata. …
1:17 PM Changeset [1644] by Paul Price
Fixed order of arguments to match those for psMetadata, and removed …
1:10 PM Changeset [1643] by Paul Price
Getting rid of nasty "which" and "where", replaced with "iterator" and …
12:08 PM Ticket #155 (inheritance of implied trace levels is incorrect) closed by gusciora@…
worksforme: This has been changed in the current CVS version. The current …
12:07 PM Ticket #153 (Inheritance of trace levels is incorrect) closed by gusciora@…
worksforme: Should be fixed in the current CVS version.
12:06 PM Ticket #152 (psTraceSetLevel() gets the heirarchy wrong) closed by gusciora@…
worksforme: This bug has been fixed.
12:05 PM Ticket #151 (p_psCroot in psTrace.c is static, but has a (private) external name) closed by gusciora@…
worksforme: Variable names have been changed to cRoot and traceFP.
12:05 PM Ticket #149 (psTraceFree() leaves psTrace in unstable state) closed by gusciora@…
worksforme: I removed psTraceFree().
12:03 PM Ticket #148 (psTraceReset() doesn't free memory) closed by gusciora@…
worksforme
11:59 AM Ticket #146 (psTraceSetLevel() can call exit()) closed by gusciora@…
worksforme: I set the behavior in the current CVS release to cause a psAbort() in …
11:54 AM Changeset [1642] by gusciora
11:45 AM Changeset [1641] by gusciora
11:45 AM Changeset [1640] by gusciora
11:41 AM Changeset [1639] by Paul Price
Adding specification of iterator for psMetadataSetIterator.
11:40 AM Changeset [1638] by gusciora
11:18 AM Changeset [1637] by Paul Price
Adding Makefile
11:02 AM Ticket #158 (psMetadataSetIterator() needs to specify which iterator to set) closed by Paul Price
fixed: It was not in the SDRS, hence it was not coded. I have added it to …
10:54 AM Ticket #156 (There is no API to return the psLib library version) closed by Paul Price
fixed: It was not specified, hence it has not been coded. I have added an …
10:51 AM Changeset [1636] by Paul Price
Added psLibVersion.
9:49 AM Changeset [1635] by desonia
Changed the unexposedValue for psImageRotate and psImageShift (bug …
9:09 AM Ticket #147 (psImagePixelInterpolate prototype) closed by robert.desonia@…
fixed: done in CVS trunk. N.b., functions like psImageRotate, etc., don't …
9:05 AM Changeset [1634] by desonia
Change the prototype of psImagePixelInterpolate. See bug #147.

Aug 26, 2004:

5:15 PM Ticket #166 (Function psLogSetDestination return value) created by Eric.VanAlst@…
In SDR-06 section 2.2.2 the function psLogSetDestination is specified …
4:28 PM Ticket #165 (Various realloc functions refuse to handle NULL pointers) created by rhl@…
realloc(NULL, n) is defined to be the same as malloc(n); we should …
4:26 PM Ticket #164 (Need wrapper for psTrace() for SWIG) created by rhl@…
SWIG cannot handle varargs functions, so we need a wrapper for …
4:25 PM Ticket #163 (Need wrappers for psMetadataAdd for the sake of SWIG) created by rhl@…
SWIG cannot handle varargs functions (googling "SWIG varargs" finds an …
4:22 PM Ticket #162 (psMetadataReadHeader() is in .h file but isn't implemented) created by rhl@…
Please provide a dummy routine, as SWIG generates a wrapper for it …
4:20 PM Ticket #161 (There are times when psError is called but there's no error return code) created by rhl@…
E.g. in psList.c, listSetIterator() calls psError, but is a void …
3:36 PM Ticket #160 (psListSetIterator() doesn't specify which iterator is being set) created by rhl@…
As the summary says, you cannot specify which iterator is being set. …
3:32 PM Ticket #159 (psMetadataGetNext() always returns first item on metadata list) created by rhl@…
psMetadataGetNext() (and ...Prev()) always returns first item on …
3:27 PM Ticket #158 (psMetadataSetIterator() needs to specify which iterator to set) created by rhl@…
We need to allow psMetadataSetIterator() to specify which iterator is …
3:25 PM Ticket #157 (psMetadata{Next,Prev}()/psMetadataLookup() shouldn't call psError()) created by rhl@…
I don't think that we want psMetadata{Next,Prev}()/psMetadataLookup() …
3:20 PM Ticket #156 (There is no API to return the psLib library version) created by rhl@…
It is impossible to return the psLib library version (== tagname == …
3:18 PM Ticket #155 (inheritance of implied trace levels is incorrect) created by rhl@…
This one's a little hard to demonstrate with the previous bugs …
3:11 PM Ticket #154 (psKernelGenerate) created by robert.desonia@…
I made the following assumptions regarding the formulation of a kernel …
3:10 PM Ticket #153 (Inheritance of trace levels is incorrect) created by rhl@…
After psTraceSetLevel("A.b.c", 5) psTracePrintLevels() . …
3:05 PM Ticket #152 (psTraceSetLevel() gets the heirarchy wrong) created by rhl@…
Try: psTraceSetLevel("A.B", 2) psTracePrintLevels() . …
3:00 PM Ticket #151 (p_psCroot in psTrace.c is static, but has a (private) external name) created by rhl@…
The code conventions state that a p_ps or ps prefix should be used if …
2:58 PM Ticket #110 (complex imagery with psImageRotate & psImageShift) closed by Paul Price
fixed: Bug #150.
2:56 PM Ticket #150 (psImageRotate, psImageShift exposed pixel value) created by Paul Price
The exposed pixel value should be of type psC64, so that the functions …
2:56 PM Ticket #149 (psTraceFree() leaves psTrace in unstable state) created by rhl@…
After calling psTraceFree, p_psCroot is freed, but the pointer isn't …
2:55 PM Ticket #107 (psImagePixelInterpolate prototype definition tweaks) closed by Paul Price
fixed: OK, bug #147.
2:54 PM Ticket #148 (psTraceReset() doesn't free memory) created by rhl@…
The SDRS doesn't state explicitly that it should, but my initial …
2:54 PM Ticket #147 (psImagePixelInterpolate prototype) created by Paul Price
The prototype for psImagePixelInterpolate in the SDRS-06 is: psC64 …
2:51 PM Ticket #146 (psTraceSetLevel() can call exit()) created by rhl@…
The call psTraceSetLevel(""); causes psLib to exit to the O/S. …
2:50 PM Ticket #145 (psKernel attributes renaming) created by robert.desonia@…
I found the psKernel abit non-intuitive at first, as it had members …
2:43 PM Ticket #144 (psKernel - sample code in doc. is wrong) created by robert.desonia@…
In section 4.9.1.1 (SDRS v6), there is the following sample code: …
1:46 PM Changeset [1633] by Paul Price
Updated psImageCut to exclude the width of the cut: just want a cut …
1:05 PM Ticket #112 (psImageSlice) reopened by Paul Price
We have decided that there is no need for psImageSlice to compress …
12:20 PM Ticket #110 (complex imagery with psImageRotate & psImageShift) reopened by robert.desonia@…
please assign this to me so I can verify the code gets changed.
12:18 PM Ticket #107 (psImagePixelInterpolate prototype definition tweaks) reopened by robert.desonia@…
Please assign things that deal with code variations from the SDRS to …
11:43 AM Changeset [1632] by Paul Price
Return type of psImagePixelInterpolate should be psC64.
11:40 AM Ticket #143 (Use C-version of SLALIB?) created by robert.desonia@…
For rel2, we used the Fortran version of SLALIB, but a SLALIB is …
11:23 AM Ticket #142 (ps{Unary,Binary}Op do not free a psScalar) created by Paul Price
psUnaryOp and psBinaryOp are required to free any psScalar argument, …
11:21 AM Ticket #141 (slalib.h uses #elseif) closed by robert.desonia@…
fixed: This is the problem with knowing so many languages. :-) I replaced …
11:11 AM Changeset [1631] by cvs2svn
This commit was manufactured by cvs2svn to create tag 'rel2_2'.
11:11 AM Changeset [1630] by desonia
changed #elseif with #elif.
10:10 AM Changeset [1629] by gusciora
8:51 AM Changeset [1628] by desonia
renamed psVectorFFT.[ch]

Aug 25, 2004:

5:53 PM Ticket #141 (slalib.h uses #elseif) created by Paul Price
During testing on nkfb0, psLib would not link with SLALIB: …
11:34 AM Changeset [1627] by desonia
needed to cast printf of time->sec to a native type.
11:30 AM Changeset [1626] by desonia
using long-long int format with printf on AMD64 produced a warning.
11:10 AM Changeset [1625] by desonia
extracted image FFT functions into a new file.
10:51 AM Changeset [1624] by desonia
renamed psFFT.[ch] to psVectorFFT.[ch]
10:24 AM Changeset [1623] by harman
Updated truth
10:22 AM Changeset [1622] by harman
Updated ReadHeader function
10:21 AM Changeset [1621] by harman
Removed FReadHeader function and added ReadHeader function
10:04 AM Ticket #106 (return value of psImageWriteSection) reopened by Eric.VanAlst@…
The resolution specifies function psImageWriteSection should return …
10:01 AM Ticket #105 (Astronomical Image struct definitions) reopened by Eric.VanAlst@…
The resolution involves using psArray within the structs to contain …
9:57 AM Ticket #82 (Photometry transformation) reopened by Eric.VanAlst@…
If the structure in the SDR-06 is to be used as a place holder/ …
9:52 AM Ticket #78 (Constructors/destructors for psPlaneTransform, psPlaneDistort) reopened by Eric.VanAlst@…
The resolution specifies there should be constructors and destructors …
9:47 AM Ticket #65 (Additional Issues for Vector and Image Arithmetic) reopened by Eric.VanAlst@…
The resolution specifies a list of operators but there is no list in …
9:43 AM Ticket #54 (Error handling definition) reopened by Eric.VanAlst@…
The resolution specifies a function psLibInit but this function is not …
9:40 AM Ticket #28 (List of binary and unary operators PSLib is required to implement) reopened by Eric.VanAlst@…
The resolution specifies several functions, but this list is not …
9:36 AM Ticket #21 (Merge psFree with psMemDecrRefCounter functionality) reopened by Eric.VanAlst@…
The resolution implies that psFree shall be used to deallocate all …
9:25 AM Ticket #20 (Reduce number of numeric datatypes for psImage/psVector) reopened by Eric.VanAlst@…
In the list of data types for functions in the bug resolution there …
9:12 AM Ticket #12 (Questions for psBitMask (SDR Section 4.1)) reopened by Eric.VanAlst@…
The bug resolution mentions adding API for printing the contents of …
9:03 AM Ticket #140 (conversions to and from Ecliptic coordinates incorrect) created by robert.desonia@…
From Bug #134: The psTimeToTM can stay as private functions, but I …

Aug 24, 2004:

6:55 PM Changeset [1620] by Paul Price
Added updates to psTime.
6:37 PM Changeset [1619] by Paul Price
Added psTimeLeapSeconds, removed psTimeFromLST, changed output of …
6:36 PM Changeset [1618] by Paul Price
Hacked time stuff.
3:45 PM Changeset [1617] by harman
Updated truth
3:40 PM Changeset [1616] by harman
Updated truth
3:38 PM Changeset [1615] by harman
Updated psTime for new version of SDRS
3:37 PM Changeset [1614] by harman
Updated for new version of SDRS
2:04 PM Changeset [1613] by desonia
added psImageTrim and psImageSubsection.
11:35 AM Ticket #75 (Use of single pointers for next-lower level in psCell/psChip/psFPA.) reopened by robert.desonia@…
I noticed that the use of psArray for psCell, psChip, etc., never made …
11:31 AM Ticket #139 (psImage children stored in psArray?) created by robert.desonia@…
In psImage, the children in specified by the attributes children & …
10:02 AM Changeset [1612] by Paul Price
Adding Metadata.pdf for psLibSDRS.pdf creation
10:01 AM Changeset [1611] by Paul Price
Fixing Metadata image for PDF creation.
9:59 AM Changeset [1610] by gusciora
9:57 AM Changeset [1609] by gusciora
9:46 AM Ticket #133 (SVD test point 681) closed by Eric.VanAlst@…
fixed: Internal documentation to track test points has been updated to …
9:35 AM Ticket #137 (Should psImageSubset add result to the incoming psImage's children) closed by eugene
fixed: you are right: input should not be 'const'. this function is how …
9:32 AM Changeset [1608] by eugene
minor changes
9:32 AM Ticket #138 (Should a consistant means of specifying an image region be used?) created by robert.desonia@…
I noticed that functions like psImageSubset specifies a region using a …
9:32 AM Changeset [1607] by eugene
added metadata figures
9:22 AM Ticket #135 (psImageTrim need to realloc buffer or not?) reopened by robert.desonia@…
You say that psImageTrim is creating a new psImage, though the SDRS …
9:06 AM Ticket #137 (Should psImageSubset add result to the incoming psImage's children) created by robert.desonia@…
I had assumed that psImageSubset (and psImageSubsection now) would add …
9:01 AM Ticket #116 (Coordinate Transformations) closed by eugene
fixed: projection formulae corrected in SDRS; PAR added to ADD; GLS dropped …
8:59 AM Ticket #130 (Mask capability added to image manipulation functions) closed by eugene
fixed: explanation added to the entries in the SDRS: The \code{mask} and …
8:55 AM Ticket #132 (Remove Appendix A) closed by eugene
fixed: OK, done.
8:54 AM Ticket #135 (psImageTrim need to realloc buffer or not?) closed by eugene
fixed: Your interpretation of the two (Subset vs Trim) is correct: Subset is …
8:48 AM Ticket #118 (psImageReadSection supported datatypes.) closed by eugene
fixed: let's stick with this suggestion.

Aug 23, 2004:

12:36 PM Changeset [1606] by desonia
changed psImageSubset to subset an image without making a deep copy.
8:58 AM Ticket #136 (Base implementation of psImageCut/psImageRadialCut) created by robert.desonia@…
In a polycon a couple of weeks before rel2 shipment, Eugene stated he …
8:27 AM Ticket #112 (psImageSlice) closed by robert.desonia@…
fixed: It is in v6 (Thursday's release).

Aug 20, 2004:

4:54 PM Ticket #135 (psImageTrim need to realloc buffer or not?) created by robert.desonia@…
Should psImageSubset be making a shallow subset/trim, while the …

Aug 19, 2004:

4:55 PM Changeset [1605] by desonia
added mask/maskVal parameters to psImageRebin.
4:48 PM Changeset [1604] by desonia
added mask support for psImageRebin, etc.
3:16 PM Ticket #134 (Additional Questions for Time Functions (Section 5.1)) created by calvin.harman@…
The value of UT1-UTC is required to calculate sidereal time. Getting …
3:10 PM Changeset [1603] by desonia
relining.
3:09 PM Ticket #112 (psImageSlice) reopened by robert.desonia@…
The latest SDRS didn't have the addition of the coords parameter, but …
3:08 PM Ticket #133 (SVD test point 681) created by Paul Price
Trivial, sorry! The description of test point 681 does not match the …
2:52 PM Ticket #131 (FullUnitTest, runTest bug in hostname) closed by robert.desonia@…
fixed: Added suggested change to FullUnitTest and runTest in CVS. All tests …
2:51 PM Changeset [1602] by desonia
Bugzilla #131 - Fixed. Fixed problem where hostname has variable …
2:48 PM Changeset [1601] by Paul Price
Included Gene's changes.
1:56 PM Ticket #132 (Remove Appendix A) created by robert.desonia@…
Appendix A seems not to have been updated (no changes in function …
1:55 PM Ticket #131 (FullUnitTest, runTest bug in hostname) created by Paul Price
After doing a FullUnitTest and finding 35 (out of 81) failures, I saw …
1:27 PM Ticket #125 (psAstrometry questions) closed by Paul Price
duplicate: * This bug has been marked as a duplicate of 123 *
1:27 PM Ticket #124 (psAstrometry questions) closed by Paul Price
duplicate: * This bug has been marked as a duplicate of 123 *
10:45 AM Changeset [1600] by Paul Price
Updating "bool"s from SDRS.
10:41 AM Changeset [1599] by Paul Price
Updating some time stuff.
8:57 AM Changeset [1598] by harman
Cleaned up comments
8:55 AM Changeset [1597] by harman
Cleaned up comments
8:28 AM Changeset [1596] by harman
Cleaned up comments
8:28 AM Changeset [1595] by harman
Cleaned up comments
8:26 AM Changeset [1594] by harman
Cleaned up comments
8:25 AM Changeset [1593] by harman
Cleaned up comments

Aug 18, 2004:

6:32 PM Changeset [1592] by Paul Price
Removed "restrict"s and "const"s, among other things.
6:25 PM Changeset [1591] by Paul Price
Updated from the SDRS.
6:18 PM Changeset [1590] by Paul Price
Updated from SDRS.
6:08 PM Changeset [1589] by Paul Price
Updating from SDRS.
5:58 PM Changeset [1588] by Paul Price
Updating from SDRS.
5:46 PM Changeset [1587] by Paul Price
Importing from SDRS.
5:20 PM Changeset [1586] by Paul Price
Removing libTAI stuff
5:18 PM Changeset [1585] by Paul Price
Updating from SDRS.
4:48 PM Changeset [1584] by Paul Price
Updating from SDRS.
4:45 PM Changeset [1583] by eugene
bugzilla mods, projection fixes
4:25 PM Changeset [1582] by Paul Price
Updating from SDRS.
4:10 PM Changeset [1581] by Paul Price
Updating from SDRS.
4:01 PM Changeset [1580] by Paul Price
Updating from SDRS.
3:54 PM Changeset [1579] by Paul Price
Renaming psDlist to psList.
3:53 PM Changeset [1578] by Paul Price
Adding psArray.
3:52 PM Changeset [1577] by Paul Price
Updating doxygen comments.
3:46 PM Changeset [1576] by Paul Price
Adding types to sync with SDRS.
3:45 PM Changeset [1575] by Paul Price
Removing subset, transpose and destructor.
3:41 PM Changeset [1574] by Paul Price
Filling out psScalar.
3:38 PM Changeset [1573] by Paul Price
Added type C64.
3:34 PM Changeset [1572] by Paul Price
Changed destination to a filename from an int.
3:30 PM Changeset [1571] by Paul Price
Added some "const"s in message logging and tracing.
3:25 PM Changeset [1570] by Paul Price
Small changes to memory handling, mainly making the "long id" …
3:08 PM Changeset [1569] by Paul Price
Updating from SDRS, and also changing the "long id" parameters to …
3:04 PM Changeset [1568] by eugene
bugzilla additions
3:00 PM Ticket #129 (Return type of function psMemGetRefCounter) closed by eugene
fixed: changed in SDRS
2:59 PM Ticket #128 (Return type for function psMemGetId) closed by eugene
fixed: added to SDRS.
2:58 PM Ticket #127 (Memory management free function set) closed by eugene
fixed: i've changed the SDRS to follow your names and added psFreeFcn to Set.
2:43 PM Ticket #119 (Necessity of the psMetadata psList Member) closed by eugene
fixed: added to SDRS
2:31 PM Ticket #117 (psImage data type member) closed by eugene
fixed: adjusted SDRS
2:29 PM Ticket #115 (Metadata Item Name Naming Conventions (SDRS Section 5.2.2)) closed by eugene
fixed: dropped this entry in SDRS, not appropriate to PSLib
2:28 PM Ticket #114 (Questions/Comments for psMetadataItemAlloc() Function (Section 5.2.2 SDRS)) closed by eugene
fixed: changed SDRS to reflect this (not in v.05)
2:26 PM Changeset [1567] by Paul Price
Adding Josh to the author list. (:
2:25 PM Ticket #113 (Questions for Metadata Item Struct (Section 5.2.2 SDRS)) closed by eugene
fixed: the discussed changes have been added to the SDRS (not in v.05).
2:09 PM Changeset [1566] by Paul Price
Adding ModulesSDRS.pdf to .cvsignore
2:07 PM Ticket #112 (psImageSlice) closed by eugene
fixed: updated in SDRS to have output psVector *coords (second parameter). …
2:02 PM Ticket #111 (psImageCopy and maintaining type if output parameter is NULL) closed by eugene
fixed: updated in SDRS
2:00 PM Ticket #110 (complex imagery with psImageRotate & psImageShift) closed by eugene
fixed: added to SDRS
1:58 PM Ticket #109 (rename psImageResampleMode to psImageInterpolateMode) closed by eugene
fixed: added to SDRS
1:55 PM Ticket #108 (psImageRotate & psImageShift should have interpolation mode parameter) closed by eugene
fixed: added to SDRS
1:52 PM Ticket #107 (psImagePixelInterpolate prototype definition tweaks) closed by eugene
fixed: adjusted in SDRS (not in v.05)
1:50 PM Ticket #106 (return value of psImageWriteSection) closed by eugene
fixed: added to latest (05) SDRS.
1:47 PM Ticket #84 (psMinimizeChi2() arguments) closed by eugene
fixed: we have re-worked the minimization functions. the new functions are …
1:43 PM Ticket #57 (Store deallocator in memBlock) closed by eugene
fixed: new wording added to SDRS
1:33 PM Changeset [1565] by Paul Price
cellToSky --> toTP
1:33 PM Changeset [1564] by Paul Price
Minor spelling change.
12:37 PM Changeset [1563] by Paul Price
Change log for v02 to v05.
12:33 PM Ticket #130 (Mask capability added to image manipulation functions) created by Eric.VanAlst@…
In SDR-04 sections 4.6.2 and 4.6.3, the function psImageSlice, …

Aug 17, 2004:

1:18 PM Ticket #129 (Return type of function psMemGetRefCounter) created by Eric.VanAlst@…
In SDR-04 section 2.1.7, the function psMemGetRefCounter returns a …
1:01 PM Ticket #128 (Return type for function psMemGetId) created by Eric.VanAlst@…
In SDR-04 section 2.1.5.3, the return type specified for function …
12:02 PM Ticket #127 (Memory management free function set) created by Eric.VanAlst@…
In SDR-04 section 2.1.4, there are two functions specified for setting …
8:53 AM Ticket #126 (Questions/Comments for Positions of Objects (Section 5.7.1 SDRS)) created by calvin.harman@…
Equations/algorithms for all of the functions in this section are …

Aug 16, 2004:

5:31 PM Changeset [1562] by eugene
updated version to 00
5:30 PM Changeset [1561] by eugene
updated version number to 05
5:30 PM Changeset [1560] by eugene
update version number to 04
5:27 PM Changeset [1559] by eugene
added psGetPoleCoords
5:18 PM Changeset [1558] by eugene
fixed broken psTime
5:18 PM Changeset [1557] by jhoblitt
make psTime.secs signed so dates prior to 1970 can be represented
5:18 PM Changeset [1556] by Paul Price
Fixed a comment.
5:09 PM Changeset [1555] by Paul Price
Added Powell's method.
3:56 PM Changeset [1554] by eugene
cleaned up time handling
1:59 PM Changeset [1553] by cvs2svn
This commit was manufactured by cvs2svn to create tag 'rel2_1'.
1:59 PM Changeset [1552] by desonia
install required FITS verify files.
9:39 AM Changeset [1551] by desonia
files not needed for release.
9:32 AM Changeset [1550] by cvs2svn
This commit was manufactured by cvs2svn to create branch 'rel2'.
9:32 AM Changeset [1549] by desonia
last minute tweaks before release.
9:12 AM Changeset [1548] by eugene
fixed projection definitions

Aug 13, 2004:

5:01 PM Changeset [1547] by desonia
updated lists.
4:55 PM Changeset [1546] by desonia
Fixed error where an error in psMetadataFReadHeader closed the fits file.
4:27 PM Changeset [1545] by desonia
fixed the problem of SIZE_MAX being system dependent by filtering it …
4:04 PM Changeset [1544] by desonia
* empty log message *
3:51 PM Changeset [1543] by gusciora
3:48 PM Changeset [1542] by desonia
found some points where the mutex is not released upon certain error …
3:31 PM Changeset [1541] by harman
Added FLT_EPSILON to select functions to align results with that of 64 …
3:31 PM Changeset [1540] by harman
Updated truth
2:58 PM Changeset [1539] by jhoblitt
date and time section formatting
2:38 PM Changeset [1538] by jhoblitt
remove extra prototypes from the date and time API.
2:34 PM Changeset [1537] by Paul Price
Added psImageSubsection.
2:34 PM Changeset [1536] by Paul Price
Cleaning up psImageSubsection.
2:32 PM Changeset [1535] by Paul Price
Added psImageSubsection, which makes a subimage on the basis of an …
2:30 PM Changeset [1534] by jhoblitt
ruff draft of the date and time handling API.
1:47 PM Changeset [1533] by desonia
changes to make it work on MAC OSX
1:43 PM Changeset [1532] by gusciora
1:33 PM Changeset [1531] by gusciora
12:41 PM Changeset [1530] by gusciora
Latest changes from the SDRS.
12:08 PM Changeset [1529] by desonia
replaced psTime to typedef the struct timeval system struct.
11:01 AM Changeset [1528] by Paul Price
Removed parameter "out" in psCellInFPA,psChipInFPA,psCellInChip to …
10:50 AM Changeset [1527] by Paul Price
Made the ordering of (x,y,color,magnitude) standard for the …

Aug 12, 2004:

3:25 PM Changeset [1526] by desonia
removed M_PIl, as OS X does not know about it.
3:14 PM Changeset [1525] by desonia
added underscore prefix for fortran functions.
3:12 PM Changeset [1524] by desonia
added underscore prefix support for OS X.
2:46 PM Changeset [1523] by desonia
made single underscore for fortran functions the default.
2:16 PM Changeset [1522] by desonia
* empty log message *
2:12 PM Changeset [1521] by desonia
fixed fortran code function naming for g77 + gcc.
2:02 PM Changeset [1520] by desonia
* empty log message *
2:01 PM Changeset [1519] by desonia
pulled out the slalib.h externs to a separate include file.
11:16 AM Changeset [1518] by Paul Price
Added color,mag to functions that transform between the FPA and the …
11:15 AM Changeset [1517] by Paul Price
Added color,mag to functions that transform between the FPA and the …
8:24 AM Changeset [1516] by harman
Added FLT_EPSILON to select functions to align results with that of 64 …

Aug 11, 2004:

8:42 PM Changeset [1515] by gusciora
7:36 PM Changeset [1514] by gusciora
6:19 PM Changeset [1513] by Paul Price
Exported the astronomy images and astrometry section to its own file.
6:18 PM Changeset [1512] by Paul Price
Updated some of the astrometry structures following bug 123. Defined …
6:16 PM Changeset [1511] by Paul Price
Defined psObservatory, and added constructors for the image structures.
5:11 PM Changeset [1510] by gusciora
Added color/magnitude arguments.
5:11 PM Changeset [1509] by desonia
* empty log message *
5:05 PM Changeset [1508] by desonia
5:03 PM Changeset [1507] by desonia
* empty log message *
5:03 PM Changeset [1506] by desonia
* empty log message *
5:02 PM Changeset [1505] by desonia
* empty log message *
5:00 PM Changeset [1504] by desonia
* empty log message *
4:52 PM Changeset [1503] by desonia
* empty log message *
4:49 PM Changeset [1502] by desonia
minor change to avoid a double error output.
4:46 PM Changeset [1501] by desonia
* empty log message *
4:34 PM Changeset [1500] by desonia
made like the others.
4:03 PM Changeset [1499] by desonia
my results on x86_64
3:48 PM Changeset [1498] by desonia
files moved to test/collections
3:32 PM Changeset [1497] by gusciora
3:23 PM Changeset [1496] by desonia
doxygen cleanup.
3:10 PM Changeset [1495] by harman
Updated truth
3:08 PM Changeset [1494] by harman
Modified deleteItem function to delete multiple items of same name
2:40 PM Changeset [1493] by harman
Modified deleteItem function to delete multiple items of same name
1:54 PM Changeset [1492] by gusciora
1:53 PM Changeset [1491] by gusciora
1:42 PM Changeset [1490] by desonia
ran perltidy on the scripts to format it to approximately the …
1:33 PM Changeset [1489] by gusciora
* empty log message *
1:33 PM Changeset [1488] by gusciora
1:25 PM Changeset [1487] by gusciora
1:24 PM Changeset [1486] by gusciora
1:22 PM Changeset [1485] by gusciora
Added Wallace's grommit to psFPA.
1:18 PM Changeset [1484] by gusciora
1:16 PM Changeset [1483] by gusciora
1:10 PM Changeset [1482] by gusciora
* empty log message *
1:08 PM Changeset [1481] by gusciora
12:44 PM Ticket #125 (psAstrometry questions) created by gusciora@…
------------------------------------------------------- For …
12:43 PM Ticket #124 (psAstrometry questions) created by gusciora@…
------------------------------------------------------- For …
12:43 PM Ticket #72 (psBitSet testing) closed by Paul Price
fixed
12:40 PM Ticket #85 (Polynomials) closed by Paul Price
later: This is being addressed in the next iteration.
12:03 PM Changeset [1480] by desonia
more function names changed to match coding standards.
12:01 PM Changeset [1479] by desonia
doxygen comments added and function names made to comply with coding …
10:24 AM Ticket #123 (psAstrometry questions) created by gusciora@…
------------------------------------------------------- For …
10:17 AM Changeset [1478] by desonia
doxygen additions.
10:08 AM Changeset [1477] by desonia
doxygen/reformat.
10:08 AM Changeset [1476] by gusciora
10:07 AM Changeset [1475] by gusciora
10:04 AM Changeset [1474] by desonia
doxygen/formatting.
9:58 AM Changeset [1473] by desonia
doxygen-based changes.
9:53 AM Changeset [1472] by desonia
doxygen cleanup.
9:47 AM Changeset [1471] by desonia
doxygen comment cleanup.
9:16 AM Changeset [1470] by desonia
doxygen comment cleanup.
8:12 AM Changeset [1469] by desonia
another doxygen addition.

Aug 10, 2004:

5:17 PM Changeset [1468] by desonia
cleanup.
4:48 PM Changeset [1467] by Paul Price
Cleaning up after comments from Gene.
4:48 PM Changeset [1466] by Paul Price
Added "growVal" to pmMaskBadPixels so we can mask one type and grow …
4:39 PM Changeset [1465] by Paul Price
Small changes to masking, so that can specify maskVal to be, e.g., …
4:37 PM Changeset [1464] by desonia
doxygen cleanup.
1:59 PM Changeset [1463] by gusciora
This is the first compiling version of astometry.c
1:50 PM Changeset [1462] by harman
Corrected numbering of tests
1:49 PM Changeset [1461] by harman
Removed depricated test and cleaned up comments
1:47 PM Changeset [1460] by harman
Updated numbering of tests
1:44 PM Changeset [1459] by harman
Updated truth
1:32 PM Changeset [1458] by harman
Modified addItem function
1:24 PM Changeset [1457] by harman
Initial version
1:22 PM Changeset [1456] by harman
Added tests
1:08 PM Changeset [1455] by Paul Price
Major changes to minimization.
1:06 PM Changeset [1454] by Paul Price
Significant changes to minimization code: now use both LM and Powell.
9:27 AM Changeset [1453] by harman
Added scalar copy function
8:54 AM Changeset [1452] by desonia
added doxygen comments.
8:33 AM Changeset [1451] by desonia
change in the signature of psImageEvalPolynomial

Aug 9, 2004:

4:00 PM Changeset [1450] by Paul Price
Document is PSDC-430-008.
3:56 PM Changeset [1449] by Paul Price
Small changes, mainly for clarification of small bits.
3:55 PM Changeset [1448] by desonia
more doxygen-related cleanup
3:43 PM Changeset [1447] by harman
Minor corrections from testing
3:40 PM Changeset [1446] by harman
Updated truth
3:39 PM Changeset [1445] by harman
Added tests
3:16 PM Changeset [1444] by harman
Initial version
3:14 PM Changeset [1443] by harman
Added tests
3:05 PM Changeset [1442] by desonia
doxygen comments added.
1:40 PM Changeset [1441] by desonia
fixed indent-madness concerning preprocessor directives.
1:34 PM Changeset [1440] by desonia
cleanup of some indent-induced madness.
1:33 PM Changeset [1439] by harman
Minor corrections from testing
1:24 PM Changeset [1438] by Paul Price
Name changes, bit of reorganisation.
1:22 PM Changeset [1437] by Paul Price
Altered: …
1:20 PM Changeset [1436] by Paul Price
Moved a lot of stuff out to the PSLib SDRS (trim, convolution, …
1:16 PM Changeset [1435] by harman
Updated truth
1:16 PM Changeset [1434] by harman
Rebuilt
1:15 PM Changeset [1433] by harman
Added psTime test files
1:06 PM Changeset [1432] by harman
Minor corrections from testing
1:06 PM Changeset [1431] by harman
Minor corrections from testing
1:03 PM Changeset [1430] by harman
Minor corrections from testing
1:02 PM Changeset [1429] by harman
Minor corrections from testing
12:58 PM Changeset [1428] by harman
Initial version
12:55 PM Changeset [1427] by harman
Added more tests
12:44 PM Changeset [1426] by desonia
fixed some stupid indent-induced formating problems and added doxygen …
12:25 PM Changeset [1425] by Paul Price
Adding convolution functions.
12:15 PM Changeset [1424] by Paul Price
Added psImageTrim.
11:23 AM Changeset [1423] by Paul Price
Added splines and evaluation of vectors for polynomials. Also made …
11:22 AM Changeset [1422] by Paul Price
Added psVectorFitSpline1D.
10:43 AM Changeset [1421] by harman
Moved psHash to collections dir
10:29 AM Changeset [1420] by harman
Moved psHash to collections dir
10:21 AM Changeset [1419] by harman
Minor corrections from testing
9:36 AM Changeset [1418] by harman
Added tests
9:33 AM Changeset [1417] by harman
Updated tests
9:31 AM Changeset [1416] by harman
Minor corrections from testing

Aug 6, 2004:

6:11 PM Changeset [1415] by Paul Price
Added convolution stuff from the modules (phase 2) SDRS. Still need to …
4:00 PM Changeset [1414] by Paul Price
Adding list of figures to .cvsignore
2:33 PM Changeset [1413] by desonia
fixed hashFree as to free all the buckets manually instead of relying …
2:27 PM Changeset [1412] by harman
Initial version
2:26 PM Changeset [1411] by harman
Updated truth data
2:24 PM Changeset [1410] by harman
Updated truth
2:18 PM Changeset [1409] by harman
Initial version
2:16 PM Changeset [1408] by harman
Added tests
2:06 PM Changeset [1407] by desonia
another attempt to get astyle to get it right.
12:34 PM Changeset [1406] by desonia
astyle fixed?
12:29 PM Changeset [1405] by desonia
added a check for the position vector.
11:50 AM Changeset [1404] by desonia
modified runTest / FullUnitTest to suppress line numbers in messages.
10:47 AM Changeset [1403] by harman
Updated truth
10:36 AM Changeset [1402] by harman
Added tests
10:32 AM Changeset [1401] by harman
Aded tests
9:06 AM Changeset [1400] by eugene
minor mods
9:06 AM Changeset [1399] by eugene
mods from SRR prep

Aug 5, 2004:

1:39 PM Changeset [1398] by harman
Minor corrections from testing
11:17 AM Changeset [1397] by harman
Added tests
11:06 AM Changeset [1396] by harman
Merge problems
10:57 AM Changeset [1395] by harman
Added metadata tests
10:55 AM Changeset [1394] by harman
Minor corrections from testing
9:38 AM Changeset [1393] by desonia
Misc. doxygen polishings.
7:52 AM Changeset [1392] by harman
Removed deleted header files
7:51 AM Changeset [1391] by harman
Changed to allow build of test code

Aug 4, 2004:

4:29 PM Changeset [1390] by harman
Minor correction
4:27 PM Changeset [1389] by harman
Added more tests
4:24 PM Changeset [1388] by harman
Added metadata tests
4:22 PM Changeset [1387] by harman
Minor corrections from testing
1:54 PM Changeset [1386] by harman
Updated comments
1:37 PM Changeset [1385] by desonia
found the server astyle upgrade was faulty, so the format was reset.
1:12 PM Changeset [1384] by desonia
Added doxygen documentation.
12:17 PM Changeset [1383] by desonia
made no default files open.
12:11 PM Changeset [1382] by desonia
merged psAstrometry and psCCD, which had recursive header …
11:05 AM Changeset [1381] by harman
Simple updates
10:59 AM Changeset [1380] by harman
Simple updates
10:59 AM Changeset [1379] by harman
Simple updates
10:59 AM Changeset [1378] by harman
Simple updates
10:59 AM Changeset [1377] by harman
Simple updates
10:47 AM Changeset [1376] by harman
Simple updates

Aug 3, 2004:

3:21 PM Changeset [1375] by harman
Removed recursive psFree and memory errors caused by deleting the same …
2:55 PM Changeset [1374] by desonia
doxygen grouping tweaks.
12:15 PM Changeset [1373] by desonia
updated the locations of snapshots, etc.
10:42 AM Changeset [1372] by desonia
* empty log message *

Aug 2, 2004:

12:31 PM Changeset [1371] by desonia
Added an advance to next bucket in the doWork function where it …
9:51 AM Changeset [1370] by desonia
removed the CVS directory.
9:49 AM Changeset [1369] by desonia
initial version.
9:48 AM Changeset [1368] by desonia
updated file list
9:47 AM Changeset [1367] by desonia
added additional test driver executable files.
9:43 AM Changeset [1366] by desonia
fixed bug in psVectorComplex.
9:43 AM Changeset [1365] by desonia
adjusted output precision to allow tests to pass on x86_64, etc.
8:30 AM Changeset [1364] by desonia
fixed a logical problem in main() return value.
8:04 AM Changeset [1363] by harman
Initial version
8:02 AM Changeset [1362] by harman
Added psMetadata test

Jul 31, 2004:

3:16 PM Changeset [1361] by gusciora
Note: See TracTimeline for information about the timeline view.