Changeset 25383 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Sep 15, 2009, 12:45:01 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFits.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap (added) merged: 25238,25241-25243,25246,25258-25267,25278,25302,25309-25312,25326-25329,25331-25339
- Property svn:mergeinfo changed
-
trunk/psLib/src/fits/psFits.h
r19035 r25383 245 245 ); 246 246 247 /** Moves the FITS HDU to the specified extension name without generating errors. 248 * 249 * @return bool TRUE if the extension name was found and move was 250 * successful, otherwise FALSE 251 */ 252 bool psFitsMoveExtNameClean( 253 const psFits* fits, ///< the psFits object to move 254 const char* extname ///< the extension name 255 ); 256 247 257 /** Moves the FITS HDU to the specified extension number 248 258 *
Note:
See TracChangeset
for help on using the changeset viewer.
