##// END OF EJS Templates
Duplicate property eliminated
Miguel Valdez -
r630:142de39f73f1
parent child
Show More
@@ -875,7 +875,7 class Fits(JROData):
875 nChannels = property(getNChannels, "I'm the 'nChannel' property.")
875 nChannels = property(getNChannels, "I'm the 'nChannel' property.")
876 channelIndexList = property(getChannelIndexList, "I'm the 'channelIndexList' property.")
876 channelIndexList = property(getChannelIndexList, "I'm the 'channelIndexList' property.")
877 noise = property(getNoise, "I'm the 'nHeights' property.")
877 noise = property(getNoise, "I'm the 'nHeights' property.")
878 datatime = property(getDatatime, "I'm the 'datatime' property")
878
879 ltctime = property(getltctime, "I'm the 'ltctime' property")
879 ltctime = property(getltctime, "I'm the 'ltctime' property")
880 timeInterval = property(getTimeInterval, "I'm the 'timeInterval' property")
880 timeInterval = property(getTimeInterval, "I'm the 'timeInterval' property")
881
881
General Comments 0
You need to be logged in to leave comments. Login now